Files
DP44/Common/DTS.CommonCore/.svn/pristine/e5/e5fd286ca4dc604201d59a6ea9f1956bb851d46e.svn-base

21 lines
417 B
Plaintext
Raw Permalink Normal View History

2026-04-17 14:55:32 -04:00
namespace DTS.Common.Enums.DBExport
{
/// <summary>
/// different tags for an ISODll.MMEFineLocation3
/// </summary>
public enum CustomFinLoc3Fields
{
Date,
Expired,
Fine_Loc_3,
History,
Last_Change,
Last_Change_Text,
Remarks,
S_GUID,
SortKey,
Text_L1,
Text_L2,
Version,
}
}