Class UserPhoneCallbackRequestEntry
- Namespace
- SWConfigDataClientLib.Proxies.Users
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class UserPhoneCallbackRequestEntry : SObject
- Inheritance
-
UserPhoneCallbackRequestEntry
- Inherited Members
Constructors
UserPhoneCallbackRequestEntry()
public UserPhoneCallbackRequestEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
CalledName
(Max length is 80.)
public virtual string CalledName { get; set; }
Property Value
CalledNumber
(Max length is 50.)
public virtual string CalledNumber { get; set; }
Property Value
CalledUserID
public virtual int CalledUserID { get; set; }
Property Value
DateTimeLocal
public virtual SDateTime DateTimeLocal { get; set; }
Property Value
DateTimeUTC
public virtual SDateTime DateTimeUTC { get; set; }
Property Value
IpPbxPhoneCallID
public virtual int IpPbxPhoneCallID { get; set; }
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
IsCalledUserIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsCalledUserIDNull { get; }
Property Value
IsDateTimeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsDateTimeNull { get; }
Property Value
IsIpPbxPhoneCallIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsIpPbxPhoneCallIDNull { get; }
Property Value
IsStateNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsStateNull { get; }
Property Value
IsUserIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsUserIDNull { get; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
State
public virtual SPCBState State { get; set; }
Property Value
UserID
public virtual int UserID { get; set; }
Property Value
Methods
ApplyData(UserPhoneCallbackRequestEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(UserPhoneCallbackRequestEntry entry)
Parameters
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual UserPhoneCallbackRequestEntry Clone()
Returns
- UserPhoneCallbackRequestEntry
Cloned entry of type UserPhoneCallbackRequestEntry.
Dispose()
Dispose
public virtual void Dispose()
SetCalledNameNull()
Set item attribute to Null value (DBNull).
public virtual void SetCalledNameNull()
SetCalledNumberNull()
Set item attribute to Null value (DBNull).
public virtual void SetCalledNumberNull()
SetDefaultValues()
Sets all item attributes to default value.
public virtual void SetDefaultValues()
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