Class EditablePhonebookEntryBase
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class EditablePhonebookEntryBase : SUpdateObject
- Inheritance
-
EditablePhonebookEntryBase
- Derived
- Inherited Members
Remarks
Thread Safety: safe
Constructors
EditablePhonebookEntryBase()
public EditablePhonebookEntryBase()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
Description
public virtual string Description { get; set; }
Property Value
Remarks
Thread Safety: safe
EntryID
public virtual int EntryID { get; }
Property Value
Remarks
Thread Safety: safe
Hide
public virtual bool Hide { get; set; }
Property Value
Remarks
Thread Safety: safe
IsDescriptionNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsDescriptionNull { get; }
Property Value
Remarks
Thread Safety: safe
IsEntryIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsEntryIDNull { get; }
Property Value
Remarks
Thread Safety: safe
IsHideNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsHideNull { get; }
Property Value
Remarks
Thread Safety: safe
IsNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNameNull { get; }
Property Value
Remarks
Thread Safety: safe
IsNumberNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNumberNull { get; }
Property Value
Remarks
Thread Safety: safe
IsSearchNumberNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSearchNumberNull { get; }
Property Value
Remarks
Thread Safety: safe
Name
public virtual string Name { get; set; }
Property Value
Remarks
Thread Safety: safe
Number
public virtual string Number { get; set; }
Property Value
Remarks
Thread Safety: safe
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
SearchNumber
public virtual string SearchNumber { get; set; }
Property Value
Remarks
Thread Safety: safe
Methods
ApplyData(EditablePhonebookEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(EditablePhonebookEntry entry)
Parameters
entry
EditablePhonebookEntry
Remarks
Thread Safety: safe
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual EditablePhonebookEntry Clone()
Returns
- EditablePhonebookEntry
Cloned entry of type EditablePhonebookEntryBase.
Remarks
Thread Safety: safe
Dispose()
Dispose
public virtual void Dispose()
Remarks
Thread Safety: safe
SetDefaultValues()
Sets all item attributes to default value.
public virtual void SetDefaultValues()
Remarks
Thread Safety: safe
SetDescriptionNull()
Set item attribute to Null value (DBNull).
public virtual void SetDescriptionNull()
Remarks
Thread Safety: safe
SetHideDefaultValue()
Set item attribute to default value.
public virtual void SetHideDefaultValue()
Remarks
Thread Safety: safe
SetSearchNumberNull()
Set item attribute to Null value (DBNull).
public virtual void SetSearchNumberNull()
Remarks
Thread Safety: safe
ToString()
Returns the string representation of the item.
public override string ToString()
Returns
- string
String representation of the item.
Remarks
Thread Safety: safe
Update(bool)
Update data. Retrieves current user data from database or stores them into the database.
public override void Update(bool validateAndSave)
Parameters
validateAndSave
boolif false retrieves data from database. If true save data to database. If the database operation failed the entry will be reinitiated from database.
Remarks
This is a remote method.
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()
Remarks
Thread Safety: safe
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
Remarks
Thread Safety: safe