20 lines
396 B
C#
20 lines
396 B
C#
namespace DTS.Common.Enums.DBExport
|
|
{
|
|
/// <summary>
|
|
/// different tags for an ISODll.MMEDirection
|
|
/// </summary>
|
|
public enum CustomDirectionFields
|
|
{
|
|
Direction,
|
|
Expired,
|
|
History,
|
|
Last_Change,
|
|
Last_Change_Text,
|
|
Remarks,
|
|
GUID,
|
|
SortKey,
|
|
Text_L1,
|
|
Text_L2,
|
|
Version
|
|
}
|
|
} |