init
This commit is contained in:
24
Common/DTS.Common/Enums/DASFactory/UseCasesTSRAIR.cs
Normal file
24
Common/DTS.Common/Enums/DASFactory/UseCasesTSRAIR.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
using System.ComponentModel;
|
||||
using DTS.Common.Converters;
|
||||
|
||||
namespace DTS.Common.Enums.DASFactory
|
||||
{
|
||||
[TypeConverter(typeof(EnumDescriptionTypeConverter))]
|
||||
public enum UseCasesTSRAIR : byte
|
||||
{
|
||||
[Description("Aerospace")]
|
||||
AEROSPACE,
|
||||
[Description("Aerospace with motion")]
|
||||
AEROSPACE_with_motion,
|
||||
[Description("Vibration")]
|
||||
VIBRATION,
|
||||
[Description("Scheduled")]
|
||||
SCHEDULED,
|
||||
[Description("Interval")]
|
||||
INTERVAL,
|
||||
[Description("Streaming")]
|
||||
STREAMING,
|
||||
[Description("Pretrigger test")]
|
||||
PRETRIGGER_TEST,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user