init
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
namespace DTS.Common.Enums.DBExport
|
||||
{
|
||||
/// <summary>
|
||||
/// different tags for an ISODll.MMEPhysicalDimension
|
||||
/// </summary>
|
||||
public enum PhysicalDimensionFields
|
||||
{
|
||||
Amount_Of_Substance_EXP,
|
||||
Date,
|
||||
Default_Unit,
|
||||
Electric_Current_EXP,
|
||||
Expired,
|
||||
History,
|
||||
Last_Change,
|
||||
Last_Change_Text,
|
||||
Length_EXP,
|
||||
Luminous_Intensity_Exp,
|
||||
Mass_EXP,
|
||||
Physical_Dimension,
|
||||
RecordType,
|
||||
Remarks,
|
||||
S_GUID,
|
||||
SortKey,
|
||||
Temperature_EXP,
|
||||
Text_L1,
|
||||
Text_L2,
|
||||
Time_EXP,
|
||||
Version
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user