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 ServerPropertiesSipEntry

    Namespace
    SWConfigDataClientLib.Proxies.GlobalConfig
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.EntryBaseSummary>ServerPropertiesSipEntryServerPropertiesSipEntry</CDSClientLib.EntryBaseSummary>

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

    Constructors

    ServerPropertiesSipEntry()

    public ServerPropertiesSipEntry()

    Fields

    ClassTrace

    protected static STraceInfo ClassTrace

    Field Value

    STraceInfo

    Properties

    DefaultSIPRealm

    (Max length is 128.)

    public virtual string DefaultSIPRealm { get; set; }

    Property Value

    string

    EntryID

    public virtual int EntryID { get; }

    Property Value

    int

    IsDefaultSIPRealmNull

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

    public virtual bool IsDefaultSIPRealmNull { get; }

    Property Value

    bool

    IsEntryIDNull

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

    public virtual bool IsEntryIDNull { get; }

    Property Value

    bool

    IsSIPAuthModeNull

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

    public virtual bool IsSIPAuthModeNull { get; }

    Property Value

    bool

    IsStunServerNull

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

    public virtual bool IsStunServerNull { get; }

    Property Value

    bool

    IsStunServerPortNull

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

    public virtual bool IsStunServerPortNull { get; }

    Property Value

    bool

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    SIPAuthMode

    public virtual byte SIPAuthMode { get; set; }

    Property Value

    byte

    StunServer

    (Max length is 128.)

    public virtual string StunServer { get; set; }

    Property Value

    string

    StunServerPort

    public virtual short StunServerPort { get; set; }

    Property Value

    short

    Methods

    ApplyData(ServerPropertiesSipEntry)

    Applies all data from the Entry object item.

    public virtual void ApplyData(ServerPropertiesSipEntry entry)

    Parameters

    entry ServerPropertiesSipEntry

    Clone()

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

    public virtual ServerPropertiesSipEntry Clone()

    Returns

    ServerPropertiesSipEntry

    Cloned entry of type ServerPropertiesSipEntry.

    Dispose()

    Dispose

    public virtual void Dispose()

    SetDefaultSIPRealmNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetDefaultSIPRealmNull()

    SetDefaultValues()

    Sets all item attributes to default value.

    public virtual void SetDefaultValues()

    SetStunServerNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetStunServerNull()

    SetStunServerPortNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetStunServerPortNull()

    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