Class ActiveCallEntry
- Namespace
- SWConfigDataClientLib.Proxies.Admin
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class ActiveCallEntry : SObject
- Inheritance
-
ActiveCallEntry
- Inherited Members
Constructors
ActiveCallEntry()
public ActiveCallEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
CallID
public virtual uint CallID { get; set; }
Property Value
CallStatus
public virtual CallStatus CallStatus { get; set; }
Property Value
CalledName
public virtual string CalledName { get; set; }
Property Value
CalledNumber
public virtual string CalledNumber { get; set; }
Property Value
Charges
public virtual string Charges { get; set; }
Property Value
DestinationDeviceName
public virtual string DestinationDeviceName { get; set; }
Property Value
DestinationName
public virtual string DestinationName { get; set; }
Property Value
DestinationNumber
public virtual string DestinationNumber { get; set; }
Property Value
Duration
public virtual long Duration { get; set; }
Property Value
DurationTimeSpan
public virtual STimeSpan DurationTimeSpan { get; }
Property Value
IsCallIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsCallIDNull { get; }
Property Value
IsCallStatusNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsCallStatusNull { get; }
Property Value
IsCalledNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsCalledNameNull { get; }
Property Value
IsCalledNumberNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsCalledNumberNull { get; }
Property Value
IsChargesNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsChargesNull { get; }
Property Value
IsDestinationDeviceNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsDestinationDeviceNameNull { get; }
Property Value
IsDestinationNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsDestinationNameNull { get; }
Property Value
IsDestinationNumberNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsDestinationNumberNull { get; }
Property Value
IsDurationNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsDurationNull { get; }
Property Value
IsOriginationDeviceNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsOriginationDeviceNameNull { get; }
Property Value
IsOriginationNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsOriginationNameNull { get; }
Property Value
IsOriginationNumberNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsOriginationNumberNull { get; }
Property Value
IsProjectNumberNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsProjectNumberNull { get; }
Property Value
IsStartNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsStartNull { get; }
Property Value
OriginationDeviceName
public virtual string OriginationDeviceName { get; set; }
Property Value
OriginationName
public virtual string OriginationName { get; set; }
Property Value
OriginationNumber
public virtual string OriginationNumber { get; set; }
Property Value
ProjectNumber
public virtual string ProjectNumber { get; set; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
Start
public virtual SDateTime Start { get; set; }
Property Value
Methods
ApplyData(ActiveCallEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(ActiveCallEntry entry)
Parameters
entry
ActiveCallEntry
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual ActiveCallEntry Clone()
Returns
- ActiveCallEntry
Cloned entry of type ActiveCallEntry.
Dispose()
Dispose
public virtual void Dispose()
SetCallIDNull()
Set item attribute to Null value (DBNull).
public virtual void SetCallIDNull()
SetCallStatusNull()
Set item attribute to Null value (DBNull).
public virtual void SetCallStatusNull()
SetCalledNameNull()
Set item attribute to Null value (DBNull).
public virtual void SetCalledNameNull()
SetCalledNumberNull()
Set item attribute to Null value (DBNull).
public virtual void SetCalledNumberNull()
SetChargesNull()
Set item attribute to Null value (DBNull).
public virtual void SetChargesNull()
SetDefaultValues()
Sets all item attributes to default value.
public virtual void SetDefaultValues()
SetDestinationDeviceNameNull()
Set item attribute to Null value (DBNull).
public virtual void SetDestinationDeviceNameNull()
SetDestinationNameNull()
Set item attribute to Null value (DBNull).
public virtual void SetDestinationNameNull()
SetDestinationNumberNull()
Set item attribute to Null value (DBNull).
public virtual void SetDestinationNumberNull()
SetDurationNull()
Set item attribute to Null value (DBNull).
public virtual void SetDurationNull()
SetOriginationDeviceNameNull()
Set item attribute to Null value (DBNull).
public virtual void SetOriginationDeviceNameNull()
SetOriginationNameNull()
Set item attribute to Null value (DBNull).
public virtual void SetOriginationNameNull()
SetOriginationNumberNull()
Set item attribute to Null value (DBNull).
public virtual void SetOriginationNumberNull()
SetProjectNumberNull()
Set item attribute to Null value (DBNull).
public virtual void SetProjectNumberNull()
SetStartNull()
Set item attribute to Null value (DBNull).
public virtual void SetStartNull()
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