Class NamesByNumberEntry
- Namespace
- SWConfigDataClientLib.Proxies.IppbxServer
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class NamesByNumberEntry : SObject
- Inheritance
-
NamesByNumberEntry
- Inherited Members
Constructors
NamesByNumberEntry()
public NamesByNumberEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
IsNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNameNull { get; }
Property Value
IsPrivateNumberNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPrivateNumberNull { get; }
Property Value
Name
(Max length is 80.)
public virtual string Name { get; set; }
Property Value
PrivateNumber
public virtual bool PrivateNumber { get; set; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
Methods
ApplyData(NamesByNumberEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(NamesByNumberEntry entry)
Parameters
entry
NamesByNumberEntry
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual NamesByNumberEntry Clone()
Returns
- NamesByNumberEntry
Cloned entry of type NamesByNumberEntry.
Dispose()
Dispose
public virtual void Dispose()
SetDefaultValues()
Sets all item attributes to default value.
public virtual void SetDefaultValues()
SetNameNull()
Set item attribute to Null value (DBNull).
public virtual void SetNameNull()
SetPrivateNumberDefaultValue()
Set item attribute to default value.
public virtual void SetPrivateNumberDefaultValue()
SetPrivateNumberNull()
Set item attribute to Null value (DBNull).
public virtual void SetPrivateNumberNull()
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