22 lines
479 B
Plaintext
22 lines
479 B
Plaintext
|
|
using System.ComponentModel;
|
||
|
|
using DTS.Common.Converters;
|
||
|
|
|
||
|
|
namespace ISOSettings
|
||
|
|
{
|
||
|
|
|
||
|
|
public enum Keys
|
||
|
|
{
|
||
|
|
ISOSupportAllowTransitional,
|
||
|
|
ISOSupport_Allow_NonISO,
|
||
|
|
ShowISOCodes,
|
||
|
|
ShowUserCodes,
|
||
|
|
UseUserCodes,
|
||
|
|
IsoSupportLevel,
|
||
|
|
UniqueISOCodesRequired,
|
||
|
|
ShowISOStringBuilder,
|
||
|
|
ShowChannelCodeLookupHelper,
|
||
|
|
UseISOCodeFilterMapping,
|
||
|
|
ValidateTestPositionAndTestObject
|
||
|
|
}
|
||
|
|
}
|