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