Class ValueItem
- Namespace
- SWConfigDataClientLib.Proxies
- Assembly
- IpPbxCDSClientLib.dll
public class ValueItem
- Inheritance
-
ValueItem
- Derived
Constructors
ValueItem()
stabdaerd contructor
public ValueItem()
ValueItem(object, string, string)
Constructor
public ValueItem(object key, string text, string description)
Parameters
Fields
_description
protected string _description
Field Value
_key
protected object _key
Field Value
_text
protected string _text
Field Value
Properties
Description
Gets the description of the configuration object
public string Description { get; }
Property Value
Key
The Key
public virtual object Key { get; }
Property Value
KeyInt
The key as int
public virtual int KeyInt { get; }
Property Value
Remarks
If the key is not of type int 0 will be returned
KeyString
The key as string
public string KeyString { get; }
Property Value
SiteID
The the site id may be 0 for local sites
public virtual int SiteID { get; }
Property Value
Text
The Text
public string Text { get; }
Property Value
Methods
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
Retrieves the string representation of this object.
public override string ToString()
Returns
- string
String representation of this object.