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 PhoneControllerAddressRangeEntry

    Namespace
    SWConfigDataClientLib.Proxies.Admin
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.SubEntrySummary>PhoneControllerAddressRangeEntryPhoneControllerEntry</CDSClientLib.SubEntrySummary>

    public class PhoneControllerAddressRangeEntry : SObject
    Inheritance
    object
    SObject
    PhoneControllerAddressRangeEntry
    Inherited Members
    SObject.MakeKey(string)
    SObject.SObjectID

    Constructors

    PhoneControllerAddressRangeEntry()

    public PhoneControllerAddressRangeEntry()

    Fields

    ClassTrace

    protected static STraceInfo ClassTrace

    Field Value

    STraceInfo

    Properties

    BeginAddress

    (Max length is 50.)

    public virtual string BeginAddress { get; set; }

    Property Value

    string

    EndAddress

    (Max length is 50.)

    public virtual string EndAddress { get; set; }

    Property Value

    string

    FallbackPhoneMgr

    (Max length is 128.)

    public virtual string FallbackPhoneMgr { get; set; }

    Property Value

    string

    Id

    public virtual int Id { get; set; }

    Property Value

    int

    IsBeginAddressNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsBeginAddressNull { get; }

    Property Value

    bool

    IsEndAddressNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsEndAddressNull { get; }

    Property Value

    bool

    IsFallbackPhoneMgrNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsFallbackPhoneMgrNull { get; }

    Property Value

    bool

    IsIdNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsIdNull { get; }

    Property Value

    bool

    IsPhoneControllerAddressRangeIDNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsPhoneControllerAddressRangeIDNull { get; }

    Property Value

    bool

    IsPhoneControllerIDNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsPhoneControllerIDNull { get; }

    Property Value

    bool

    IsPhoneMgrNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsPhoneMgrNull { get; }

    Property Value

    bool

    ParentEntry

    The parent entry.

    public virtual PhoneControllerEntry ParentEntry { get; }

    Property Value

    PhoneControllerEntry

    PhoneControllerAddressRangeID

    public virtual int PhoneControllerAddressRangeID { get; }

    Property Value

    int

    PhoneControllerID

    public virtual int PhoneControllerID { get; set; }

    Property Value

    int

    PhoneMgr

    (Max length is 50.)

    public virtual string PhoneMgr { get; set; }

    Property Value

    string

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    Methods

    ApplyData(PhoneControllerAddressRangeEntry)

    Applies all data from the Entry object item.

    public virtual void ApplyData(PhoneControllerAddressRangeEntry entry)

    Parameters

    entry PhoneControllerAddressRangeEntry

    Clone()

    Clones the Entry item. The cloned entry is unattached and can not be used for updating.

    public virtual PhoneControllerAddressRangeEntry Clone()

    Returns

    PhoneControllerAddressRangeEntry

    Cloned entry of type PhoneControllerAddressRangeEntry.

    Dispose()

    Dispose

    public virtual void Dispose()

    SetDefaultValues()

    Sets all item attributes to default value.

    public virtual void SetDefaultValues()

    ToString()

    Returns the string representation of the item.

    public override string ToString()

    Returns

    string

    String representation of the item.

    ValidateNotNullMembers()

    Checks if all attributes have valid values. For example an unset attribtue which doesn't allow null value will cause an Exception.

    public virtual void ValidateNotNullMembers()

    Verbose()

    Returns a string containing alle item attributes. This method can be used for trcaing and debugging.

    public virtual string Verbose()

    Returns

    string

    String containig all item attributes with names and values

    © Enreach GmbH