init
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
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
|
||||
}
|
||||
}
|
||||
21
Common/DTS.CommonCore/Enums/DBExport/CustomFilterFields.cs
Normal file
21
Common/DTS.CommonCore/Enums/DBExport/CustomFilterFields.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
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,
|
||||
}
|
||||
}
|
||||
21
Common/DTS.CommonCore/Enums/DBExport/CustomFinLoc1Fields.cs
Normal file
21
Common/DTS.CommonCore/Enums/DBExport/CustomFinLoc1Fields.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
namespace DTS.Common.Enums.DBExport
|
||||
{
|
||||
/// <summary>
|
||||
/// different tags for an ISODll.FineLocation1
|
||||
/// </summary>
|
||||
public enum CustomFinLoc1Fields
|
||||
{
|
||||
Date,
|
||||
Expired,
|
||||
Fine_Loc_1,
|
||||
History,
|
||||
Last_Change,
|
||||
Last_Change_Text,
|
||||
Remarks,
|
||||
S_GUID,
|
||||
SortKey,
|
||||
Text_L1,
|
||||
Text_L2,
|
||||
Version,
|
||||
}
|
||||
}
|
||||
21
Common/DTS.CommonCore/Enums/DBExport/CustomFinLoc2Fields.cs
Normal file
21
Common/DTS.CommonCore/Enums/DBExport/CustomFinLoc2Fields.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
namespace DTS.Common.Enums.DBExport
|
||||
{
|
||||
/// <summary>
|
||||
/// different tags for an ISODll.FineLocation2
|
||||
/// </summary>
|
||||
public enum CustomFinLoc2Fields
|
||||
{
|
||||
Date,
|
||||
Expired,
|
||||
Fine_Loc_2,
|
||||
History,
|
||||
Last_Change,
|
||||
Last_Change_Text,
|
||||
Remarks,
|
||||
S_GUID,
|
||||
SortKey,
|
||||
Text_L1,
|
||||
Text_L2,
|
||||
Version,
|
||||
}
|
||||
}
|
||||
21
Common/DTS.CommonCore/Enums/DBExport/CustomFinLoc3Fields.cs
Normal file
21
Common/DTS.CommonCore/Enums/DBExport/CustomFinLoc3Fields.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
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,
|
||||
}
|
||||
}
|
||||
23
Common/DTS.CommonCore/Enums/DBExport/MainLocationFields.cs
Normal file
23
Common/DTS.CommonCore/Enums/DBExport/MainLocationFields.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
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
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
22
Common/DTS.CommonCore/Enums/DBExport/PositionFields.cs
Normal file
22
Common/DTS.CommonCore/Enums/DBExport/PositionFields.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
namespace DTS.Common.Enums.DBExport
|
||||
{
|
||||
/// <summary>
|
||||
/// different tags for an ISODll.MMEPositions object
|
||||
/// </summary>
|
||||
public enum PositionFields
|
||||
{
|
||||
Date,
|
||||
Expired,
|
||||
History,
|
||||
Last_Change,
|
||||
Last_Change_Text,
|
||||
Position,
|
||||
RecordType,
|
||||
Remarks,
|
||||
S_GUID,
|
||||
SortKey,
|
||||
Text_L1,
|
||||
Text_L2,
|
||||
Version
|
||||
}
|
||||
}
|
||||
18
Common/DTS.CommonCore/Enums/DBExport/TestObjectFields.cs
Normal file
18
Common/DTS.CommonCore/Enums/DBExport/TestObjectFields.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
namespace DTS.Common.Enums.DBExport
|
||||
{
|
||||
public enum TestObjectFields
|
||||
{
|
||||
s_GUID,
|
||||
TEST_OBJECT,
|
||||
TEXT_L1,
|
||||
TEXT_L2,
|
||||
VERSION,
|
||||
DATE,
|
||||
REMARKS,
|
||||
EXPIRED,
|
||||
SORTKEY,
|
||||
LAST_CHANGE,
|
||||
LAST_CHANGE_TEXT,
|
||||
HISTORY
|
||||
}
|
||||
}
|
||||
34
Common/DTS.CommonCore/Enums/DBExport/TopLevelFields.cs
Normal file
34
Common/DTS.CommonCore/Enums/DBExport/TopLevelFields.cs
Normal file
@@ -0,0 +1,34 @@
|
||||
namespace DTS.Common.Enums.DBExport
|
||||
{
|
||||
/// <summary>
|
||||
/// possible root tags in the xml
|
||||
/// </summary>
|
||||
public enum TopLevelFields
|
||||
{
|
||||
CustomerDetails,
|
||||
TestEngineerDetails,
|
||||
LabDetails,
|
||||
DASList,
|
||||
SensorModels,
|
||||
Sensors,
|
||||
Calibrations,
|
||||
CustomDirections,
|
||||
CustomFilterClasses,
|
||||
CustomTestObjects,
|
||||
CustomFinLoc1s,
|
||||
CustomFinLoc2s,
|
||||
CustomFinLoc3s,
|
||||
CustomMainLocs,
|
||||
CustomPhysicalDimensions,
|
||||
CustomPositions,
|
||||
CustomChannels,
|
||||
GroupTemplates,
|
||||
Groups,
|
||||
TestSetups,
|
||||
Users,
|
||||
GlobalSettings,
|
||||
//introduce in V7,
|
||||
//15390 Store the ZMO in EU in the DataPRO DB
|
||||
SensorChangeHistory
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user