Class SyncPortsViewEntry
- Namespace
- SWConfigDataClientLib.Proxies.IppbxServer
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class SyncPortsViewEntry : SObject
- Inheritance
-
SyncPortsViewEntry
- Inherited Members
Constructors
SyncPortsViewEntry()
public SyncPortsViewEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
ConnectedIpPbxID
public virtual int ConnectedIpPbxID { get; set; }
Property Value
Hops
public virtual int Hops { get; set; }
Property Value
IsConnectedIpPbxIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsConnectedIpPbxIDNull { get; }
Property Value
IsHopsNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsHopsNull { get; }
Property Value
IsPortIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPortIDNull { get; }
Property Value
IsRoutingIpPbxIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsRoutingIpPbxIDNull { get; }
Property Value
IsSiteConnectionTypeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSiteConnectionTypeNull { get; }
Property Value
IsSyncDataTypeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSyncDataTypeNull { get; }
Property Value
IsTimestampNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsTimestampNull { get; }
Property Value
IsTransportDataTypeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsTransportDataTypeNull { get; }
Property Value
PortID
public virtual int PortID { get; set; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
RoutingIpPbxID
public virtual int RoutingIpPbxID { get; set; }
Property Value
SiteConnectionType
public virtual int SiteConnectionType { get; set; }
Property Value
SyncDataType
public virtual int SyncDataType { get; set; }
Property Value
Timestamp
public virtual long Timestamp { get; set; }
Property Value
TransportDataType
public virtual int TransportDataType { get; set; }
Property Value
Methods
ApplyData(SyncPortsViewEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(SyncPortsViewEntry entry)
Parameters
entry
SyncPortsViewEntry
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual SyncPortsViewEntry Clone()
Returns
- SyncPortsViewEntry
Cloned entry of type SyncPortsViewEntry.
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