Class FaxJournalEntry
- Namespace
- SWConfigDataClientLib.Proxies.FaxJobs
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class FaxJournalEntry : SObject
- Inheritance
-
FaxJournalEntry
- Inherited Members
Constructors
FaxJournalEntry()
public FaxJournalEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
CalledNumber
(Max length is 128.)
public virtual string CalledNumber { get; set; }
Property Value
CallingNumber
(Max length is 128.)
public virtual string CallingNumber { get; set; }
Property Value
Date
public virtual SDateTime Date { get; set; }
Property Value
Direction
public virtual EFaxDirectionType Direction { 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
IsDateNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsDateNull { get; }
Property Value
IsDirectionNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsDirectionNull { get; }
Property Value
IsJobIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsJobIDNull { get; }
Property Value
IsJournalEntryIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsJournalEntryIDNull { get; }
Property Value
IsOwnerNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsOwnerNameNull { get; }
Property Value
IsPagesNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPagesNull { 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; set; }
Property Value
JournalEntryID
public virtual int JournalEntryID { get; }
Property Value
OwnerName
(Max length is 80.)
public virtual string OwnerName { get; set; }
Property Value
Pages
public virtual int Pages { get; set; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
Status
(Max length is 128.)
public virtual string Status { get; set; }
Property Value
Methods
ApplyData(FaxJournalEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(FaxJournalEntry entry)
Parameters
entry
FaxJournalEntry
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual FaxJournalEntry Clone()
Returns
- FaxJournalEntry
Cloned entry of type FaxJournalEntry.
Dispose()
Dispose
public virtual void Dispose()
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