init
This commit is contained in:
13
Common/DTS.CommonCore/Enums/SettingsExport/TopLevelFields.cs
Normal file
13
Common/DTS.CommonCore/Enums/SettingsExport/TopLevelFields.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace DTS.Common.Enums.SettingsExport
|
||||
{
|
||||
/// <summary>
|
||||
/// possible root tags in the xml
|
||||
/// </summary>
|
||||
public enum TopLevelFields
|
||||
{
|
||||
GlobalSettings,
|
||||
TestSetupDefaultSettings,
|
||||
SensorSettings,
|
||||
TestHistorySettings
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user