init
This commit is contained in:
18
Common/DTS.Common/Enums/Hardware/SLICEConfigurations.cs
Normal file
18
Common/DTS.Common/Enums/Hardware/SLICEConfigurations.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using DTS.Common.Converters;
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace DTS.Common.Enums.Hardware
|
||||
{
|
||||
[TypeConverter(typeof(EnumDescriptionTypeConverter))]
|
||||
public enum SLICEPROSIMConfigurations
|
||||
{
|
||||
[Description("SLICE_CONFIGURATION_MEGA")]
|
||||
MEGA,
|
||||
[Description("SLICE_CONFIGURATION_800K")]
|
||||
EIGHT_HUNDRED,
|
||||
[Description("SLICE_CONFIGURATION_700K")]
|
||||
SEVEN_HUNDRED,
|
||||
[Description("SLICE_CONFIGURATION_600K")]
|
||||
SIX_HUNDRED
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user