21 lines
414 B
C#
21 lines
414 B
C#
namespace DTS.Common.Enums.DBExport
|
|
{
|
|
/// <summary>
|
|
/// different tags for an ISODll.FineLocation2
|
|
/// </summary>
|
|
public enum CustomFinLoc2Fields
|
|
{
|
|
Date,
|
|
Expired,
|
|
Fine_Loc_2,
|
|
History,
|
|
Last_Change,
|
|
Last_Change_Text,
|
|
Remarks,
|
|
S_GUID,
|
|
SortKey,
|
|
Text_L1,
|
|
Text_L2,
|
|
Version,
|
|
}
|
|
} |