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 ConnectedSiteEntry

    Namespace
    SWConfigDataClientLib.Proxies.IppbxServer
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.EntryBaseSummary>ConnectedSiteEntryConnectedSiteEntry</CDSClientLib.EntryBaseSummary>

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

    Constructors

    ConnectedSiteEntry()

    public ConnectedSiteEntry()

    Fields

    ClassTrace

    protected static STraceInfo ClassTrace

    Field Value

    STraceInfo

    Properties

    ConnectedIpPbxID

    public virtual int ConnectedIpPbxID { get; set; }

    Property Value

    int

    InstanceId

    (Max length is 20.)

    public virtual string InstanceId { get; set; }

    Property Value

    string

    InstanceIdSignature

    public virtual byte[] InstanceIdSignature { get; set; }

    Property Value

    byte[]

    IsConnectedIpPbxIDNull

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

    public virtual bool IsConnectedIpPbxIDNull { get; }

    Property Value

    bool

    IsInstanceIdNull

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

    public virtual bool IsInstanceIdNull { get; }

    Property Value

    bool

    IsInstanceIdSignatureNull

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

    public virtual bool IsInstanceIdSignatureNull { get; }

    Property Value

    bool

    IsIsLocalSiteNull

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

    public virtual bool IsIsLocalSiteNull { get; }

    Property Value

    bool

    IsLastConfirmationNull

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

    public virtual bool IsLastConfirmationNull { get; }

    Property Value

    bool

    IsLocalSite

    public virtual bool IsLocalSite { get; set; }

    Property Value

    bool

    IsMasterServerNull

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

    public virtual bool IsMasterServerNull { get; }

    Property Value

    bool

    IsSIPRealmNull

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

    public virtual bool IsSIPRealmNull { get; }

    Property Value

    bool

    IsSiteGUIDNull

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

    public virtual bool IsSiteGUIDNull { get; }

    Property Value

    bool

    IsStandbyServerNull

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

    public virtual bool IsStandbyServerNull { get; }

    Property Value

    bool

    LastConfirmation

    public virtual SDateTime LastConfirmation { get; set; }

    Property Value

    SDateTime

    MasterServer

    (Max length is 256.)

    public virtual string MasterServer { get; set; }

    Property Value

    string

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    SIPRealm

    (Max length is 256.)

    public virtual string SIPRealm { get; set; }

    Property Value

    string

    SiteGUID

    public virtual Guid SiteGUID { get; set; }

    Property Value

    Guid

    StandbyServer

    (Max length is 256.)

    public virtual string StandbyServer { get; set; }

    Property Value

    string

    Methods

    ApplyData(ConnectedSiteEntry)

    Applies all data from the Entry object item.

    public virtual void ApplyData(ConnectedSiteEntry entry)

    Parameters

    entry ConnectedSiteEntry

    Clone()

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

    public virtual ConnectedSiteEntry Clone()

    Returns

    ConnectedSiteEntry

    Cloned entry of type ConnectedSiteEntry.

    Dispose()

    Dispose

    public virtual void Dispose()

    SetDefaultValues()

    Sets all item attributes to default value.

    public virtual void SetDefaultValues()

    SetInstanceIdNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetInstanceIdNull()

    SetInstanceIdSignatureNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetInstanceIdSignatureNull()

    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