Class SettingItemLong
Namespace: TradingPlatform.BusinessLayer
Syntax
public sealed class SettingItemLong : SettingItemNumber<long>
Constructors
SettingItemLong()
Declaration
public SettingItemLong()
SettingItemLong(string, long, int)
Declaration
public SettingItemLong(string name, long value, int sortIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
string | name | |
long | value | |
int | sortIndex |
Properties
Type
Declaration
public override SettingItemType Type { get; }
Property Value
Type | Description |
---|---|
SettingItemType |