Class SettingItemBoolean
Typecasts setting as CheckBox item
Namespace: TradingPlatform.BusinessLayer
Syntax
public sealed class SettingItemBoolean : SettingItem, IBindableEntity, INotifyPropertyChanged, IComparable<SettingItem>, IXElementSerialization
Constructors
SettingItemBoolean()
Declaration
public SettingItemBoolean()
SettingItemBoolean(String, Boolean, Int32)
Declaration
public SettingItemBoolean(string name, bool value, int sortIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.Boolean | value | |
System.Int32 | sortIndex |
Properties
Type
Declaration
public override SettingItemType Type { get; }
Property Value
Type | Description |
---|---|
TradingPlatform.BusinessLayer.SettingItemType |
Overrides
TradingPlatform.BusinessLayer.SettingItem.Type
Implements
INotifyPropertyChanged
IComparable<>