Class PhoneControllerAddressRangeEntry
- Namespace
- SWConfigDataClientLib.Proxies.Admin
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.SubEntrySummary>
public class PhoneControllerAddressRangeEntry : SObject
- Inheritance
-
PhoneControllerAddressRangeEntry
- Inherited Members
Constructors
PhoneControllerAddressRangeEntry()
public PhoneControllerAddressRangeEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
BeginAddress
(Max length is 50.)
public virtual string BeginAddress { get; set; }
Property Value
EndAddress
(Max length is 50.)
public virtual string EndAddress { get; set; }
Property Value
FallbackPhoneMgr
(Max length is 128.)
public virtual string FallbackPhoneMgr { get; set; }
Property Value
Id
public virtual int Id { get; set; }
Property Value
IsBeginAddressNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsBeginAddressNull { get; }
Property Value
IsEndAddressNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsEndAddressNull { get; }
Property Value
IsFallbackPhoneMgrNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsFallbackPhoneMgrNull { get; }
Property Value
IsIdNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsIdNull { get; }
Property Value
IsPhoneControllerAddressRangeIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPhoneControllerAddressRangeIDNull { get; }
Property Value
IsPhoneControllerIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPhoneControllerIDNull { get; }
Property Value
IsPhoneMgrNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPhoneMgrNull { get; }
Property Value
ParentEntry
The parent entry.
public virtual PhoneControllerEntry ParentEntry { get; }
Property Value
PhoneControllerAddressRangeID
public virtual int PhoneControllerAddressRangeID { get; }
Property Value
PhoneControllerID
public virtual int PhoneControllerID { get; set; }
Property Value
PhoneMgr
(Max length is 50.)
public virtual string PhoneMgr { get; set; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
Methods
ApplyData(PhoneControllerAddressRangeEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(PhoneControllerAddressRangeEntry entry)
Parameters
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual PhoneControllerAddressRangeEntry Clone()
Returns
- PhoneControllerAddressRangeEntry
Cloned entry of type PhoneControllerAddressRangeEntry.
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