Class ServerPropertiesSipEntry
- Namespace
- SWConfigDataClientLib.Proxies.GlobalConfig
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class ServerPropertiesSipEntry : SObject
- Inheritance
-
ServerPropertiesSipEntry
- Inherited Members
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
EntryID
public virtual int EntryID { get; }
Property Value
IsDefaultSIPRealmNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsDefaultSIPRealmNull { get; }
Property Value
IsEntryIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsEntryIDNull { get; }
Property Value
IsSIPAuthModeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSIPAuthModeNull { get; }
Property Value
IsStunServerNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsStunServerNull { get; }
Property Value
IsStunServerPortNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsStunServerPortNull { get; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
SIPAuthMode
public virtual byte SIPAuthMode { get; set; }
Property Value
StunServer
(Max length is 128.)
public virtual string StunServer { get; set; }
Property Value
StunServerPort
public virtual short StunServerPort { get; set; }
Property Value
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