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 PhoneControllerEntry

    Namespace
    SWConfigDataClientLib.Proxies.Admin
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.EntryBaseSummary>PhoneControllerEntryPhoneControllerEntry</CDSClientLib.EntryBaseSummary>

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

    Constructors

    PhoneControllerEntry()

    public PhoneControllerEntry()

    Fields

    ClassTrace

    protected static STraceInfo ClassTrace

    Field Value

    STraceInfo

    Properties

    IsPeriodNull

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

    public virtual bool IsPeriodNull { get; }

    Property Value

    bool

    IsPhoneControllerIDNull

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

    public virtual bool IsPhoneControllerIDNull { get; }

    Property Value

    bool

    IsRescanIntervalNull

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

    public virtual bool IsRescanIntervalNull { get; }

    Property Value

    bool

    IsStartTimeNull

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

    public virtual bool IsStartTimeNull { get; }

    Property Value

    bool

    Period

    public virtual int Period { get; set; }

    Property Value

    int

    PhoneControllerAddressRangeEntryCollection

    Collection of simple configuration items. (PhoneControllerAddressRangeEntry)

    public virtual PhoneControllerAddressRangeEntryCollection PhoneControllerAddressRangeEntryCollection { get; }

    Property Value

    PhoneControllerAddressRangeEntryCollection

    PhoneControllerID

    public virtual int PhoneControllerID { get; }

    Property Value

    int

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    RescanInterval

    public virtual int RescanInterval { get; set; }

    Property Value

    int

    StartTime

    public virtual SDateTime StartTime { get; set; }

    Property Value

    SDateTime

    Methods

    ApplyData(PhoneControllerEntry)

    Applies all data from the Entry object item.

    public virtual void ApplyData(PhoneControllerEntry entry)

    Parameters

    entry PhoneControllerEntry

    Clone()

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

    public virtual PhoneControllerEntry Clone()

    Returns

    PhoneControllerEntry

    Cloned entry of type PhoneControllerEntry.

    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