Show / Hide Table of Contents

    Class SettingItemInteger

    Typecasts setting as NumericUpDown item

    Namespace: TradingPlatform.BusinessLayer
    Syntax
    public sealed class SettingItemInteger : SettingItemNumber<int>, 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
    Back to top Copyright © 2017 - 2018 Quantower LLC