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