Class PhoneControllerEntry
- Namespace
- SWConfigDataClientLib.Proxies.Admin
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class PhoneControllerEntry : SObject
- Inheritance
-
PhoneControllerEntry
- Inherited Members
Constructors
PhoneControllerEntry()
public PhoneControllerEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
IsPeriodNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPeriodNull { get; }
Property Value
IsPhoneControllerIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPhoneControllerIDNull { get; }
Property Value
IsRescanIntervalNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsRescanIntervalNull { get; }
Property Value
IsStartTimeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsStartTimeNull { get; }
Property Value
Period
public virtual int Period { get; set; }
Property Value
PhoneControllerAddressRangeEntryCollection
Collection of simple configuration items. (PhoneControllerAddressRangeEntry)
public virtual PhoneControllerAddressRangeEntryCollection PhoneControllerAddressRangeEntryCollection { get; }
Property Value
PhoneControllerID
public virtual int PhoneControllerID { get; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
RescanInterval
public virtual int RescanInterval { get; set; }
Property Value
StartTime
public virtual SDateTime StartTime { get; set; }
Property Value
Methods
ApplyData(PhoneControllerEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(PhoneControllerEntry entry)
Parameters
entry
PhoneControllerEntry
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual PhoneControllerEntry Clone()
Returns
- PhoneControllerEntry
Cloned entry of type PhoneControllerEntry.
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