Class NumberProfileEntry
- Namespace
- SWConfigDataClientLib.Proxies.IppbxServer
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class NumberProfileEntry : SObject
- Inheritance
-
NumberProfileEntry
- Inherited Members
Constructors
NumberProfileEntry()
public NumberProfileEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
parsedProfile
protected GenericNumberFormatProfile parsedProfile
Field Value
unparsedProfile
protected string unparsedProfile
Field Value
Properties
FileID
public virtual int FileID { get; set; }
Property Value
IsFileIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsFileIDNull { get; }
Property Value
IsNodeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNodeNull { get; }
Property Value
IsNumberProfileIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNumberProfileIDNull { get; }
Property Value
IsProfileIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsProfileIDNull { get; }
Property Value
IsProfileNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsProfileNameNull { get; }
Property Value
Node
(Max length is 2147483647.)
public virtual string Node { get; set; }
Property Value
NumberProfileID
public virtual int NumberProfileID { get; }
Property Value
ProfileID
(Max length is 30.)
public virtual string ProfileID { get; set; }
Property Value
ProfileName
(Max length is 30.)
public virtual string ProfileName { get; set; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
Methods
ApplyData(NumberProfileEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(NumberProfileEntry entry)
Parameters
entry
NumberProfileEntry
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual NumberProfileEntry Clone()
Returns
- NumberProfileEntry
Cloned entry of type NumberProfileEntry.
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