Class FaxPrinterGatewayViewEntry
- Namespace
- SWConfigDataClientLib.Proxies.FaxJobs
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class FaxPrinterGatewayViewEntry : SObject
- Inheritance
-
FaxPrinterGatewayViewEntry
- Inherited Members
Constructors
FaxPrinterGatewayViewEntry()
public FaxPrinterGatewayViewEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
Destination
(Max length is 256.)
public virtual string Destination { get; set; }
Property Value
DestinationType
public virtual int DestinationType { get; set; }
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
IsOwnerPrinterNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsOwnerPrinterNull { get; }
Property Value
IsRetryLimitNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsRetryLimitNull { get; }
Property Value
IsSendReceiveTimeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSendReceiveTimeNull { 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
OwnerPrinter
(Max length is 128.)
public virtual string OwnerPrinter { get; set; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
RetryLimit
public virtual int RetryLimit { get; set; }
Property Value
SendReceiveTime
public virtual SDateTime SendReceiveTime { get; set; }
Property Value
TotalTries
public virtual int TotalTries { get; set; }
Property Value
Methods
ApplyData(FaxPrinterGatewayViewEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(FaxPrinterGatewayViewEntry entry)
Parameters
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual FaxPrinterGatewayViewEntry Clone()
Returns
- FaxPrinterGatewayViewEntry
Cloned entry of type FaxPrinterGatewayViewEntry.
Dispose()
Dispose
public virtual void Dispose()
SetDefaultValues()
Sets all item attributes to default value.
public virtual void SetDefaultValues()
SetOwnerPrinterNull()
Set item attribute to Null value (DBNull).
public virtual void SetOwnerPrinterNull()
SetSendReceiveTimeNull()
Set item attribute to Null value (DBNull).
public virtual void SetSendReceiveTimeNull()
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