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 ReportDocEntry

    Namespace
    SWConfigDataClientLib.Proxies.Reporting
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.SubEntrySummary>ReportDocEntryReportListEntry</CDSClientLib.SubEntrySummary>

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

    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

    bool

    IsRecipientNull

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

    public virtual bool IsRecipientNull { get; }

    Property Value

    bool

    IsReportDocIDNull

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

    public virtual bool IsReportDocIDNull { get; }

    Property Value

    bool

    IsReportIDNull

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

    public virtual bool IsReportIDNull { get; }

    Property Value

    bool

    IsSendDateFirstNull

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

    public virtual bool IsSendDateFirstNull { get; }

    Property Value

    bool

    IsSendDateLastNull

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

    public virtual bool IsSendDateLastNull { get; }

    Property Value

    bool

    IsStatusNull

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

    public virtual bool IsStatusNull { get; }

    Property Value

    bool

    MailRecipient

    (Max length is 128.)

    public virtual string MailRecipient { get; set; }

    Property Value

    string

    ParentEntry

    The parent entry.

    public virtual ReportListEntry ParentEntry { get; }

    Property Value

    ReportListEntry

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    Recipient

    public virtual short Recipient { get; set; }

    Property Value

    short

    ReportDocID

    public virtual Guid ReportDocID { get; set; }

    Property Value

    Guid

    ReportID

    public virtual Guid ReportID { get; set; }

    Property Value

    Guid

    SendDateFirstLocal

    public virtual SDateTime SendDateFirstLocal { get; set; }

    Property Value

    SDateTime

    SendDateFirstUTC

    public virtual SDateTime SendDateFirstUTC { get; set; }

    Property Value

    SDateTime

    SendDateLastLocal

    public virtual SDateTime SendDateLastLocal { get; set; }

    Property Value

    SDateTime

    SendDateLastUTC

    public virtual SDateTime SendDateLastUTC { get; set; }

    Property Value

    SDateTime

    Status

    public virtual ReportDocStatus Status { get; set; }

    Property Value

    ReportDocStatus

    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

    © Enreach GmbH