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 FaxJournalEntry

    Namespace
    SWConfigDataClientLib.Proxies.FaxJobs
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.EntryBaseSummary>FaxJournalEntryFaxJournalEntry</CDSClientLib.EntryBaseSummary>

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

    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

    string

    CallingNumber

    (Max length is 128.)

    public virtual string CallingNumber { get; set; }

    Property Value

    string

    Date

    public virtual SDateTime Date { get; set; }

    Property Value

    SDateTime

    Direction

    public virtual EFaxDirectionType Direction { get; set; }

    Property Value

    EFaxDirectionType

    IsCalledNumberNull

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

    public virtual bool IsCalledNumberNull { get; }

    Property Value

    bool

    IsCallingNumberNull

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

    public virtual bool IsCallingNumberNull { get; }

    Property Value

    bool

    IsDateNull

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

    public virtual bool IsDateNull { get; }

    Property Value

    bool

    IsDirectionNull

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

    public virtual bool IsDirectionNull { get; }

    Property Value

    bool

    IsJobIDNull

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

    public virtual bool IsJobIDNull { get; }

    Property Value

    bool

    IsJournalEntryIDNull

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

    public virtual bool IsJournalEntryIDNull { get; }

    Property Value

    bool

    IsOwnerNameNull

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

    public virtual bool IsOwnerNameNull { get; }

    Property Value

    bool

    IsPagesNull

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

    public virtual bool IsPagesNull { get; }

    Property Value

    bool

    IsStatusNull

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

    public virtual bool IsStatusNull { get; }

    Property Value

    bool

    JobID

    public virtual int JobID { get; set; }

    Property Value

    int

    JournalEntryID

    public virtual int JournalEntryID { get; }

    Property Value

    int

    OwnerName

    (Max length is 80.)

    public virtual string OwnerName { get; set; }

    Property Value

    string

    Pages

    public virtual int Pages { get; set; }

    Property Value

    int

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    Status

    (Max length is 128.)

    public virtual string Status { get; set; }

    Property Value

    string

    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

    © Enreach GmbH