Class FaxClientInboxViewEntry
- Namespace
- SWConfigDataClientLib.Proxies.FaxJobs
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class FaxClientInboxViewEntry : SObject
- Inheritance
-
FaxClientInboxViewEntry
- Inherited Members
Constructors
FaxClientInboxViewEntry()
public FaxClientInboxViewEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
CallingNumber
(Max length is 64.)
public virtual string CallingNumber { get; set; }
Property Value
Description
(Max length is 256.)
public virtual string Description { get; set; }
Property Value
FaxResolution
public virtual int FaxResolution { get; set; }
Property Value
IsCallingNumberNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsCallingNumberNull { get; }
Property Value
IsDescriptionNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsDescriptionNull { get; }
Property Value
IsFaxResolutionNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsFaxResolutionNull { get; }
Property Value
IsJobIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsJobIDNull { get; }
Property Value
IsLastFaxRateNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsLastFaxRateNull { get; }
Property Value
IsPagesNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPagesNull { get; }
Property Value
IsPriorityNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPriorityNull { get; }
Property Value
IsSendReceiveTimeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSendReceiveTimeNull { get; }
Property Value
IsSenderNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSenderNameNull { get; }
Property Value
IsSenderStationIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSenderStationIDNull { 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
IsTotalTimeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsTotalTimeNull { get; }
Property Value
IsTotalTriesNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsTotalTriesNull { get; }
Property Value
JobID
public virtual int JobID { get; }
Property Value
LastFaxRate
public virtual int LastFaxRate { get; set; }
Property Value
Pages
public virtual int Pages { get; set; }
Property Value
Priority
public virtual int Priority { get; set; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
SendReceiveTime
public virtual SDateTime SendReceiveTime { get; set; }
Property Value
SenderName
(Max length is 128.)
public virtual string SenderName { get; set; }
Property Value
SenderStationID
(Max length is 64.)
public virtual string SenderStationID { get; set; }
Property Value
Status
public virtual int Status { get; set; }
Property Value
StatusString
public virtual string StatusString { get; set; }
Property Value
TotalTime
public virtual int TotalTime { get; set; }
Property Value
TotalTries
public virtual int TotalTries { get; set; }
Property Value
Methods
ApplyData(FaxClientInboxViewEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(FaxClientInboxViewEntry entry)
Parameters
entry
FaxClientInboxViewEntry
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual FaxClientInboxViewEntry Clone()
Returns
- FaxClientInboxViewEntry
Cloned entry of type FaxClientInboxViewEntry.
Dispose()
Dispose
public virtual void Dispose()
SetCallingNumberNull()
Set item attribute to Null value (DBNull).
public virtual void SetCallingNumberNull()
SetDefaultValues()
Sets all item attributes to default value.
public virtual void SetDefaultValues()
SetDescriptionNull()
Set item attribute to Null value (DBNull).
public virtual void SetDescriptionNull()
SetFaxResolutionNull()
Set item attribute to Null value (DBNull).
public virtual void SetFaxResolutionNull()
SetLastFaxRateNull()
Set item attribute to Null value (DBNull).
public virtual void SetLastFaxRateNull()
SetPagesNull()
Set item attribute to Null value (DBNull).
public virtual void SetPagesNull()
SetSendReceiveTimeNull()
Set item attribute to Null value (DBNull).
public virtual void SetSendReceiveTimeNull()
SetSenderNameNull()
Set item attribute to Null value (DBNull).
public virtual void SetSenderNameNull()
SetSenderStationIDNull()
Set item attribute to Null value (DBNull).
public virtual void SetSenderStationIDNull()
SetTotalTimeNull()
Set item attribute to Null value (DBNull).
public virtual void SetTotalTimeNull()
SetTotalTriesNull()
Set item attribute to Null value (DBNull).
public virtual void SetTotalTriesNull()
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