Class Setting
Contains a setting to change on the EFT terminal. Used for the ChangeSettings(List<Setting>) or ChangeSettingsAsync(List<Setting>).
Inheritance
System.Object
Setting
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class Setting : object
Constructors
Setting(SettingType, Int32)
Initializes a new instance of the Setting class.
Declaration
public Setting(SettingType type, int value)
Parameters
Type | Name | Description |
---|---|---|
SettingType | type | The type. |
System.Int32 | value | The value as integer. |
Setting(SettingType, String)
Initializes a new instance of the Setting class.
Declaration
public Setting(SettingType type, string value)
Parameters
Type | Name | Description |
---|---|---|
SettingType | type | The type. |
System.String | value | The value. |
Properties
SettingType
Declaration
public SettingType SettingType { get; }
Property Value
Type | Description |
---|---|
SettingType |
SettingValue
Declaration
public string SettingValue { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToString()
String representation.
Declaration
public override String ToString()
Returns
Type | Description |
---|---|
String |