Class SettingItemInteger
Typecasts setting as NumericUpDown item
Namespace: TradingPlatform.BusinessLayer
Syntax
public sealed class SettingItemInteger : SettingItemNumber<int>, IBindableEntity, INotifyPropertyChanged, IComparable<SettingItem>, IXElementSerialization
Constructors
SettingItemInteger()
Declaration
public SettingItemInteger()
SettingItemInteger(String, Int32, Int32)
Declaration
public SettingItemInteger(string name, int value, int sortIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.Int32 | 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<>