SwyxWare 14.20 - ConfigDataStore SDK SwyxWare 14.20 - ConfigDataStore SDK
SwyxWare 14.20 - ConfigDataStore SDK SwyxWare 14.20 - ConfigDataStore SDK
Generated with DocFX + Singulink

Search Results for

    Class ReportListEntry

    Namespace
    SWConfigDataClientLib.Proxies.Reporting
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.EntryBaseSummary>ReportListEntryReportListEntry</CDSClientLib.EntryBaseSummary>

    public class ReportListEntry : SObject
    Inheritance
    object
    SObject
    ReportListEntry
    Inherited Members
    SObject.MakeKey(string)
    SObject.SObjectID

    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

    string

    EMail

    (Max length is 256.)

    public virtual string EMail { get; set; }

    Property Value

    string

    GenerationDateLocal

    public virtual SDateTime GenerationDateLocal { get; set; }

    Property Value

    SDateTime

    GenerationDateUTC

    public virtual SDateTime GenerationDateUTC { get; set; }

    Property Value

    SDateTime

    IsCompanyNameNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsCompanyNameNull { get; }

    Property Value

    bool

    IsEMailNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsEMailNull { get; }

    Property Value

    bool

    IsGenerationDateNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsGenerationDateNull { get; }

    Property Value

    bool

    IsNameNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsNameNull { get; }

    Property Value

    bool

    IsPeriodBeginNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsPeriodBeginNull { get; }

    Property Value

    bool

    IsPeriodEndNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsPeriodEndNull { get; }

    Property Value

    bool

    IsReportIDNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsReportIDNull { get; }

    Property Value

    bool

    IsReportTypeNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsReportTypeNull { get; }

    Property Value

    bool

    IsReversalDateNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsReversalDateNull { get; }

    Property Value

    bool

    IsSignatureNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsSignatureNull { get; }

    Property Value

    bool

    IsStatusNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsStatusNull { get; }

    Property Value

    bool

    Name

    (Max length is 128.)

    public virtual string Name { get; set; }

    Property Value

    string

    PeriodBeginLocal

    public virtual SDateTime PeriodBeginLocal { get; set; }

    Property Value

    SDateTime

    PeriodBeginUTC

    public virtual SDateTime PeriodBeginUTC { get; set; }

    Property Value

    SDateTime

    PeriodEndLocal

    public virtual SDateTime PeriodEndLocal { get; set; }

    Property Value

    SDateTime

    PeriodEndUTC

    public virtual SDateTime PeriodEndUTC { get; set; }

    Property Value

    SDateTime

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    ReportDocEntryCollection

    Collection of simple configuration items. (ReportDocEntry)

    public virtual ReportDocEntryCollection ReportDocEntryCollection { get; }

    Property Value

    ReportDocEntryCollection

    ReportID

    public virtual Guid ReportID { get; set; }

    Property Value

    Guid

    ReportType

    public virtual ReportType ReportType { get; set; }

    Property Value

    ReportType

    ReversalDateLocal

    public virtual SDateTime ReversalDateLocal { get; set; }

    Property Value

    SDateTime

    ReversalDateUTC

    public virtual SDateTime ReversalDateUTC { get; set; }

    Property Value

    SDateTime

    Signature

    (Max length is 50.)

    public virtual string Signature { get; set; }

    Property Value

    string

    Status

    public virtual ReportStatus Status { get; set; }

    Property Value

    ReportStatus

    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

    © Enreach GmbH