SwyxWare 14.20 - ConfigDataStore SDK SwyxWare 14.20 - ConfigDataStore SDK
SwyxWare 14.20 - ConfigDataStore SDK SwyxWare 14.20 - ConfigDataStore SDK
Generated with DocFX + Singulink

Search Results for

    Class ValueItem

    Namespace
    SWConfigDataClientLib.Proxies
    Assembly
    IpPbxCDSClientLib.dll
    public class ValueItem
    Inheritance
    object
    ValueItem
    Derived
    GlobalValueItem

    Constructors

    ValueItem()

    stabdaerd contructor

    public ValueItem()

    ValueItem(object, string, string)

    Constructor

    public ValueItem(object key, string text, string description)

    Parameters

    key object

    key of value

    text string

    text of value

    description string

    Fields

    _description

    protected string _description

    Field Value

    string

    _key

    protected object _key

    Field Value

    object

    _text

    protected string _text

    Field Value

    string

    Properties

    Description

    Gets the description of the configuration object

    public string Description { get; }

    Property Value

    string

    Key

    The Key

    public virtual object Key { get; }

    Property Value

    object

    KeyInt

    The key as int

    public virtual int KeyInt { get; }

    Property Value

    int

    Remarks

    If the key is not of type int 0 will be returned

    KeyString

    The key as string

    public string KeyString { get; }

    Property Value

    string

    SiteID

    The the site id may be 0 for local sites

    public virtual int SiteID { get; }

    Property Value

    int

    Text

    The Text

    public string Text { get; }

    Property Value

    string

    Methods

    Equals(object)

    public override bool Equals(object obj)

    Parameters

    obj object

    Returns

    bool

    GetHashCode()

    public override int GetHashCode()

    Returns

    int

    ToString()

    Retrieves the string representation of this object.

    public override string ToString()

    Returns

    string

    String representation of this object.

    © Enreach GmbH