Class PBXPhonebookEntry
- Namespace
- SWConfigDataClientLib.Proxies.IppbxServer
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class PBXPhonebookEntry : SObject
- Inheritance
-
PBXPhonebookEntry
- Inherited Members
Constructors
PBXPhonebookEntry()
public PBXPhonebookEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
Description
(Max length is 256.)
public virtual string Description { get; }
Property Value
Editable
public virtual bool Editable { get; }
Property Value
EditableEntryID
public virtual int EditableEntryID { get; }
Property Value
Hide
public virtual int Hide { get; }
Property Value
IsDescriptionNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsDescriptionNull { get; }
Property Value
IsEditableEntryIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsEditableEntryIDNull { get; }
Property Value
IsEditableNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsEditableNull { get; }
Property Value
IsHideNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsHideNull { get; }
Property Value
IsNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNameNull { get; }
Property Value
IsNumberNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNumberNull { get; }
Property Value
IsUserIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsUserIDNull { get; }
Property Value
IsUserStatusNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsUserStatusNull { get; }
Property Value
Name
(Max length is 80.)
public virtual string Name { get; set; }
Property Value
Number
(Max length is 50.)
public virtual string Number { get; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
UserID
public virtual int UserID { get; }
Property Value
UserStatus
public virtual short UserStatus { get; set; }
Property Value
Methods
ApplyData(PBXPhonebookEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(PBXPhonebookEntry entry)
Parameters
entry
PBXPhonebookEntry
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual PBXPhonebookEntry Clone()
Returns
- PBXPhonebookEntry
Cloned entry of type PBXPhonebookEntry.
Dispose()
Dispose
public virtual void Dispose()
SetDefaultValues()
Sets all item attributes to default value.
public virtual void SetDefaultValues()
SetUserStatusDefaultValue()
Set item attribute to default value.
public virtual void SetUserStatusDefaultValue()
SetUserStatusNull()
Set item attribute to Null value (DBNull).
public virtual void SetUserStatusNull()
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