Class SettingItemLong

    Namespace: TradingPlatform.BusinessLayer
    Syntax
    public sealed class SettingItemLong : SettingItemNumber<long>, IBindableEntity, INotifyPropertyChanged, IComparable<SettingItem>, IXElementSerialization

    Constructors

    SettingItemLong()

    Declaration
    public SettingItemLong()

    SettingItemLong(String, Int64, Int32)

    Declaration
    public SettingItemLong(string name, long value, int sortIndex = 0)
    Parameters
    Type Name Description
    System.String name
    System.Int64 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<>
    Back to top Copyright QUANTOWER LLC. © 2017-2021. All rights reserved.