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
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class Setting
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 |
---|---|
System.String |
Overrides
System.Object.ToString()