Files
DP44/Common/DTS.CommonCore/.svn/pristine/87/87e41f785c9e94897ba1a7f06b659860920f4fe7.svn-base

23 lines
471 B
Plaintext
Raw Normal View History

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