Class NumberRangeAdminViewEntry
- Namespace
- SWConfigDataClientLib.Proxies.Admin
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class NumberRangeAdminViewEntry : SObject
- Inheritance
-
NumberRangeAdminViewEntry
- Inherited Members
Constructors
NumberRangeAdminViewEntry()
public NumberRangeAdminViewEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
AreaCode
(Max length is 10.)
public virtual string AreaCode { get; set; }
Property Value
CountryCode
(Max length is 10.)
public virtual string CountryCode { get; set; }
Property Value
HeadNumber
(Max length is 150.)
public virtual string HeadNumber { get; set; }
Property Value
IsAreaCodeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsAreaCodeNull { get; }
Property Value
IsCountryCodeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsCountryCodeNull { get; }
Property Value
IsHeadNumberNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsHeadNumberNull { get; }
Property Value
IsLocationIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsLocationIDNull { get; }
Property Value
IsNumberTypeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNumberTypeNull { get; }
Property Value
IsPortBundleIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPortBundleIDNull { get; }
Property Value
IsPortBundleNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPortBundleNameNull { get; }
Property Value
IsPortIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPortIDNull { get; }
Property Value
IsPortNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPortNameNull { get; }
Property Value
IsPortNumberRangeIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPortNumberRangeIDNull { get; }
Property Value
IsRealmNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsRealmNull { get; }
Property Value
IsTailNumberEndNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsTailNumberEndNull { get; }
Property Value
IsTailNumberStartNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsTailNumberStartNull { get; }
Property Value
LocationID
public virtual int LocationID { get; set; }
Property Value
NumberType
public virtual PortNumberRangeType NumberType { get; set; }
Property Value
PortBundleID
public virtual int PortBundleID { get; set; }
Property Value
PortBundleName
(Max length is 50.)
public virtual string PortBundleName { get; set; }
Property Value
PortID
public virtual int PortID { get; set; }
Property Value
PortName
(Max length is 50.)
public virtual string PortName { get; set; }
Property Value
PortNumberRangeID
public virtual int PortNumberRangeID { get; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
Realm
(Max length is 150.)
public virtual string Realm { get; set; }
Property Value
TailNumberEnd
(Max length is 50.)
public virtual string TailNumberEnd { get; set; }
Property Value
TailNumberStart
(Max length is 50.)
public virtual string TailNumberStart { get; set; }
Property Value
Methods
ApplyData(NumberRangeAdminViewEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(NumberRangeAdminViewEntry entry)
Parameters
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual NumberRangeAdminViewEntry Clone()
Returns
- NumberRangeAdminViewEntry
Cloned entry of type NumberRangeAdminViewEntry.
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