Class ReportDocEntry
- Namespace
- SWConfigDataClientLib.Proxies.Reporting
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.SubEntrySummary>
public class ReportDocEntry : SObject
- Inheritance
-
ReportDocEntry
- Inherited Members
Constructors
ReportDocEntry()
public ReportDocEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
IsMailRecipientNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsMailRecipientNull { get; }
Property Value
IsRecipientNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsRecipientNull { get; }
Property Value
IsReportDocIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsReportDocIDNull { get; }
Property Value
IsReportIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsReportIDNull { get; }
Property Value
IsSendDateFirstNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSendDateFirstNull { get; }
Property Value
IsSendDateLastNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSendDateLastNull { get; }
Property Value
IsStatusNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsStatusNull { get; }
Property Value
MailRecipient
(Max length is 128.)
public virtual string MailRecipient { get; set; }
Property Value
ParentEntry
The parent entry.
public virtual ReportListEntry ParentEntry { get; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
Recipient
public virtual short Recipient { get; set; }
Property Value
ReportDocID
public virtual Guid ReportDocID { get; set; }
Property Value
ReportID
public virtual Guid ReportID { get; set; }
Property Value
SendDateFirstLocal
public virtual SDateTime SendDateFirstLocal { get; set; }
Property Value
SendDateFirstUTC
public virtual SDateTime SendDateFirstUTC { get; set; }
Property Value
SendDateLastLocal
public virtual SDateTime SendDateLastLocal { get; set; }
Property Value
SendDateLastUTC
public virtual SDateTime SendDateLastUTC { get; set; }
Property Value
Status
public virtual ReportDocStatus Status { get; set; }
Property Value
Methods
ApplyData(ReportDocEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(ReportDocEntry entry)
Parameters
entry
ReportDocEntry
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual ReportDocEntry Clone()
Returns
- ReportDocEntry
Cloned entry of type ReportDocEntry.
Dispose()
Dispose
public virtual void Dispose()
SetDefaultValues()
Sets all item attributes to default value.
public virtual void SetDefaultValues()
SetSendDateFirstNull()
Set item attribute to Null value (DBNull).
public virtual void SetSendDateFirstNull()
SetSendDateLastNull()
Set item attribute to Null value (DBNull).
public virtual void SetSendDateLastNull()
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