init
This commit is contained in:
22
Common/DTS.Common/Enums/IncludeOverwriteName.cs
Normal file
22
Common/DTS.Common/Enums/IncludeOverwriteName.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System.ComponentModel;
|
||||
using DTS.Common.Converters;
|
||||
|
||||
namespace DTS.Common.Enums
|
||||
{
|
||||
[TypeConverter(typeof(EnumDescriptionTypeConverter))]
|
||||
public enum IncludeOverwriteName
|
||||
{
|
||||
IncludedCheckBox,
|
||||
OverwriteCheckBox,
|
||||
ImportingTestSetupName
|
||||
}
|
||||
[TypeConverter(typeof(EnumDescriptionTypeConverter))]
|
||||
public enum ExportChoices
|
||||
{
|
||||
ExportType,
|
||||
UnfilteredEUCheckBox,
|
||||
FilteredEUCheckBox,
|
||||
MVCheckBox,
|
||||
ADCCheckBox
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user