Class ReportListEntry
- Namespace
- SWConfigDataClientLib.Proxies.Reporting
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class ReportListEntry : SObject
- Inheritance
-
ReportListEntry
- Inherited Members
Constructors
ReportListEntry()
public ReportListEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
CompanyName
(Max length is 256.)
public virtual string CompanyName { get; set; }
Property Value
(Max length is 256.)
public virtual string EMail { get; set; }
Property Value
GenerationDateLocal
public virtual SDateTime GenerationDateLocal { get; set; }
Property Value
GenerationDateUTC
public virtual SDateTime GenerationDateUTC { get; set; }
Property Value
IsCompanyNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsCompanyNameNull { get; }
Property Value
IsEMailNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsEMailNull { get; }
Property Value
IsGenerationDateNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsGenerationDateNull { get; }
Property Value
IsNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNameNull { get; }
Property Value
IsPeriodBeginNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPeriodBeginNull { get; }
Property Value
IsPeriodEndNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPeriodEndNull { get; }
Property Value
IsReportIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsReportIDNull { get; }
Property Value
IsReportTypeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsReportTypeNull { get; }
Property Value
IsReversalDateNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsReversalDateNull { get; }
Property Value
IsSignatureNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSignatureNull { get; }
Property Value
IsStatusNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsStatusNull { get; }
Property Value
Name
(Max length is 128.)
public virtual string Name { get; set; }
Property Value
PeriodBeginLocal
public virtual SDateTime PeriodBeginLocal { get; set; }
Property Value
PeriodBeginUTC
public virtual SDateTime PeriodBeginUTC { get; set; }
Property Value
PeriodEndLocal
public virtual SDateTime PeriodEndLocal { get; set; }
Property Value
PeriodEndUTC
public virtual SDateTime PeriodEndUTC { get; set; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
ReportDocEntryCollection
Collection of simple configuration items. (ReportDocEntry)
public virtual ReportDocEntryCollection ReportDocEntryCollection { get; }
Property Value
ReportID
public virtual Guid ReportID { get; set; }
Property Value
ReportType
public virtual ReportType ReportType { get; set; }
Property Value
ReversalDateLocal
public virtual SDateTime ReversalDateLocal { get; set; }
Property Value
ReversalDateUTC
public virtual SDateTime ReversalDateUTC { get; set; }
Property Value
Signature
(Max length is 50.)
public virtual string Signature { get; set; }
Property Value
Status
public virtual ReportStatus Status { get; set; }
Property Value
Methods
ApplyData(ReportListEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(ReportListEntry entry)
Parameters
entry
ReportListEntry
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual ReportListEntry Clone()
Returns
- ReportListEntry
Cloned entry of type ReportListEntry.
Dispose()
Dispose
public virtual void Dispose()
SetDefaultValues()
Sets all item attributes to default value.
public virtual void SetDefaultValues()
SetReversalDateNull()
Set item attribute to Null value (DBNull).
public virtual void SetReversalDateNull()
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