Class RedialItemEntry
- Namespace
- SWConfigDataClientLib.Proxies.PhoneClient
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class RedialItemEntry : SObject
- Inheritance
-
RedialItemEntry
- Inherited Members
Constructors
RedialItemEntry()
public RedialItemEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
DateTimeLocal
public virtual SDateTime DateTimeLocal { get; set; }
Property Value
DateTimeUTC
public virtual SDateTime DateTimeUTC { get; set; }
Property Value
DurationSeconds
public int DurationSeconds { get; }
Property Value
EndTimeLocal
public virtual SDateTime EndTimeLocal { get; set; }
Property Value
EndTimeUTC
public virtual SDateTime EndTimeUTC { get; set; }
Property Value
Id
public virtual int Id { get; }
Property Value
IsDateTimeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsDateTimeNull { get; }
Property Value
IsEndTimeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsEndTimeNull { get; }
Property Value
IsIdNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsIdNull { get; }
Property Value
IsNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNameNull { get; }
Property Value
IsNumberCanonicalNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNumberCanonicalNull { get; }
Property Value
IsNumberNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNumberNull { get; }
Property Value
IsStartTimeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsStartTimeNull { get; }
Property Value
IsUserIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsUserIDNull { get; }
Property Value
Name
public virtual string Name { get; set; }
Property Value
Number
public virtual string Number { get; set; }
Property Value
NumberCanonical
(Max length is 20.)
public virtual string NumberCanonical { get; set; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
StartTimeLocal
public virtual SDateTime StartTimeLocal { get; set; }
Property Value
StartTimeUTC
public virtual SDateTime StartTimeUTC { get; set; }
Property Value
UserID
public virtual int UserID { get; set; }
Property Value
Methods
ApplyData(RedialItemEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(RedialItemEntry entry)
Parameters
entry
RedialItemEntry
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual RedialItemEntry Clone()
Returns
- RedialItemEntry
Cloned entry of type RedialItemEntry.
Dispose()
Dispose
public virtual void Dispose()
SetDefaultValues()
Sets all item attributes to default value.
public virtual void SetDefaultValues()
SetEndTimeNull()
Set item attribute to Null value (DBNull).
public virtual void SetEndTimeNull()
SetNameNull()
Set item attribute to Null value (DBNull).
public virtual void SetNameNull()
SetNumberCanonicalNull()
Set item attribute to Null value (DBNull).
public virtual void SetNumberCanonicalNull()
SetNumberNull()
Set item attribute to Null value (DBNull).
public virtual void SetNumberNull()
SetStartTimeNull()
Set item attribute to Null value (DBNull).
public virtual void SetStartTimeNull()
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