public enum ISettings.SettingType : System.Enum
public enum class ISettings.SettingType : public System.Enum
public enum ISettings.SettingType : System.Enum
public enum class ISettings.SettingType : public System.Enum
Member | Value | Description |
---|---|---|
Bool | 1 | System::Boolean |
Double | 6 | System::Double |
Int | 2 | Deprecated, System::Int16 |
Invalid | 0 | Invalid |
Long | 4 | Deprecated, System::Int32 |
MLString | 8 | Eplan::EplApi::Base::MultiLangString |
Numeric | 9 | System::Int32 |
String | 7 | System::String |
UInt | 3 | Deprecated, System::UInt16 |
ULong | 5 | Deprecated, System::UInt32 |
System.Object
System.ValueType
System.Enum
Eplan.EplApi.Base.ISettings.SettingType