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