Class FaxServerQueueViewEntry
- Namespace
- SWConfigDataClientLib.Proxies.FaxJobs
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class FaxServerQueueViewEntry : SObject
- Inheritance
-
FaxServerQueueViewEntry
- Inherited Members
Constructors
FaxServerQueueViewEntry()
public FaxServerQueueViewEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
CalledNumber
(Max length is 64.)
public virtual string CalledNumber { get; set; }
Property Value
CallingNumber
(Max length is 64.)
public virtual string CallingNumber { get; set; }
Property Value
IsCalledNumberNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsCalledNumberNull { get; }
Property Value
IsCallingNumberNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsCallingNumberNull { get; }
Property Value
IsIsLockedNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsIsLockedNull { get; }
Property Value
IsJobIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsJobIDNull { get; }
Property Value
IsLocked
public virtual bool IsLocked { get; set; }
Property Value
IsScheduledTimeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsScheduledTimeNull { get; }
Property Value
IsStatusNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsStatusNull { get; }
Property Value
JobID
public virtual int JobID { get; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
ScheduledTime
public virtual SDateTime ScheduledTime { get; set; }
Property Value
Status
public virtual int Status { get; set; }
Property Value
Methods
ApplyData(FaxServerQueueViewEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(FaxServerQueueViewEntry entry)
Parameters
entry
FaxServerQueueViewEntry
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual FaxServerQueueViewEntry Clone()
Returns
- FaxServerQueueViewEntry
Cloned entry of type FaxServerQueueViewEntry.
Dispose()
Dispose
public virtual void Dispose()
SetCalledNumberNull()
Set item attribute to Null value (DBNull).
public virtual void SetCalledNumberNull()
SetCallingNumberNull()
Set item attribute to Null value (DBNull).
public virtual void SetCallingNumberNull()
SetDefaultValues()
Sets all item attributes to default value.
public virtual void SetDefaultValues()
SetScheduledTimeNull()
Set item attribute to Null value (DBNull).
public virtual void SetScheduledTimeNull()
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