Class ConnectedSiteEntry
- Namespace
- SWConfigDataClientLib.Proxies.Admin
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class ConnectedSiteEntry : SObject
- Inheritance
-
ConnectedSiteEntry
- Inherited Members
Constructors
ConnectedSiteEntry()
public ConnectedSiteEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
ConnectedIpPbxID
public virtual int ConnectedIpPbxID { get; set; }
Property Value
InstanceId
(Max length is 20.)
public virtual string InstanceId { get; set; }
Property Value
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
IsInstanceIdNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsInstanceIdNull { get; }
Property Value
IsInstanceIdSignatureNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsInstanceIdSignatureNull { get; }
Property Value
IsIsLocalSiteNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsIsLocalSiteNull { get; }
Property Value
IsLastConfirmationNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsLastConfirmationNull { get; }
Property Value
IsLocalSite
public virtual bool IsLocalSite { get; set; }
Property Value
IsMasterServerNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsMasterServerNull { get; }
Property Value
IsSIPRealmNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSIPRealmNull { get; }
Property Value
IsSiteGUIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSiteGUIDNull { get; }
Property Value
IsStandbyServerNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsStandbyServerNull { get; }
Property Value
LastConfirmation
public virtual SDateTime LastConfirmation { get; set; }
Property Value
MasterServer
(Max length is 256.)
public virtual string MasterServer { get; set; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
SIPRealm
(Max length is 256.)
public virtual string SIPRealm { get; set; }
Property Value
SiteGUID
public virtual Guid SiteGUID { get; set; }
Property Value
StandbyServer
(Max length is 256.)
public virtual string StandbyServer { get; set; }
Property Value
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