Class FaxAdminJobQueueViewEntry
- Namespace
- SWConfigDataClientLib.Proxies.FaxJobs
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class FaxAdminJobQueueViewEntry : SObject
- Inheritance
-
FaxAdminJobQueueViewEntry
- Inherited Members
Constructors
FaxAdminJobQueueViewEntry()
public FaxAdminJobQueueViewEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
CalledNumber
(Max length is 64.)
public virtual string CalledNumber { get; set; }
Property Value
Description
(Max length is 256.)
public virtual string Description { get; set; }
Property Value
Destination
(Max length is 256.)
public virtual string Destination { get; set; }
Property Value
DestinationType
public virtual int DestinationType { get; set; }
Property Value
IsCalledNumberNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsCalledNumberNull { get; }
Property Value
IsDescriptionNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsDescriptionNull { get; }
Property Value
IsDestinationNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsDestinationNull { get; }
Property Value
IsDestinationTypeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsDestinationTypeNull { get; }
Property Value
IsJobIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsJobIDNull { get; }
Property Value
IsRecipientEmailNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsRecipientEmailNull { get; }
Property Value
IsRecipientFaxNumberNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsRecipientFaxNumberNull { get; }
Property Value
IsRecipientNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsRecipientNameNull { get; }
Property Value
IsScheduledTimeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsScheduledTimeNull { get; }
Property Value
IsSendReceiveTimeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSendReceiveTimeNull { get; }
Property Value
IsStatusNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsStatusNull { get; }
Property Value
IsStatusStringNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsStatusStringNull { get; }
Property Value
JobID
public virtual int JobID { get; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
RecipientEmail
(Max length is 128.)
public virtual string RecipientEmail { get; set; }
Property Value
RecipientFaxNumber
(Max length is 64.)
public virtual string RecipientFaxNumber { get; set; }
Property Value
RecipientName
(Max length is 128.)
public virtual string RecipientName { get; set; }
Property Value
ScheduledTime
public virtual SDateTime ScheduledTime { get; set; }
Property Value
SendReceiveTime
public virtual SDateTime SendReceiveTime { get; set; }
Property Value
Status
public virtual int Status { get; set; }
Property Value
StatusString
public virtual string StatusString { get; set; }
Property Value
Methods
ApplyData(FaxAdminJobQueueViewEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(FaxAdminJobQueueViewEntry entry)
Parameters
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual FaxAdminJobQueueViewEntry Clone()
Returns
- FaxAdminJobQueueViewEntry
Cloned entry of type FaxAdminJobQueueViewEntry.
Dispose()
Dispose
public virtual void Dispose()
SetCalledNumberNull()
Set item attribute to Null value (DBNull).
public virtual void SetCalledNumberNull()
SetDefaultValues()
Sets all item attributes to default value.
public virtual void SetDefaultValues()
SetDescriptionNull()
Set item attribute to Null value (DBNull).
public virtual void SetDescriptionNull()
SetRecipientEmailNull()
Set item attribute to Null value (DBNull).
public virtual void SetRecipientEmailNull()
SetRecipientFaxNumberNull()
Set item attribute to Null value (DBNull).
public virtual void SetRecipientFaxNumberNull()
SetRecipientNameNull()
Set item attribute to Null value (DBNull).
public virtual void SetRecipientNameNull()
SetScheduledTimeNull()
Set item attribute to Null value (DBNull).
public virtual void SetScheduledTimeNull()
SetSendReceiveTimeNull()
Set item attribute to Null value (DBNull).
public virtual void SetSendReceiveTimeNull()
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