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 FaxClientOutboxViewEntry

    Namespace
    SWConfigDataClientLib.Proxies.FaxJobs
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.EntryBaseSummary>FaxClientOutboxViewEntryFaxClientOutboxViewEntry</CDSClientLib.EntryBaseSummary>

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

    Constructors

    FaxClientOutboxViewEntry()

    public FaxClientOutboxViewEntry()

    Fields

    ClassTrace

    protected static STraceInfo ClassTrace

    Field Value

    STraceInfo

    Properties

    CalledNumber

    (Max length is 64.)

    public virtual string CalledNumber { get; set; }

    Property Value

    string

    Description

    (Max length is 256.)

    public virtual string Description { get; set; }

    Property Value

    string

    FaxResolution

    public virtual int FaxResolution { get; set; }

    Property Value

    int

    IsCalledNumberNull

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

    public virtual bool IsCalledNumberNull { get; }

    Property Value

    bool

    IsDescriptionNull

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

    public virtual bool IsDescriptionNull { get; }

    Property Value

    bool

    IsFaxResolutionNull

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

    public virtual bool IsFaxResolutionNull { get; }

    Property Value

    bool

    IsJobIDNull

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

    public virtual bool IsJobIDNull { get; }

    Property Value

    bool

    IsLastFaxRateNull

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

    public virtual bool IsLastFaxRateNull { get; }

    Property Value

    bool

    IsPagesNull

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

    public virtual bool IsPagesNull { get; }

    Property Value

    bool

    IsPriorityNull

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

    public virtual bool IsPriorityNull { get; }

    Property Value

    bool

    IsRecipientStationIDNull

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

    public virtual bool IsRecipientStationIDNull { get; }

    Property Value

    bool

    IsScheduledTimeNull

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

    public virtual bool IsScheduledTimeNull { get; }

    Property Value

    bool

    IsSendReceiveTimeNull

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

    public virtual bool IsSendReceiveTimeNull { get; }

    Property Value

    bool

    IsStatusNull

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

    public virtual bool IsStatusNull { get; }

    Property Value

    bool

    IsStatusStringNull

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

    public virtual bool IsStatusStringNull { get; }

    Property Value

    bool

    IsTotalTimeNull

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

    public virtual bool IsTotalTimeNull { get; }

    Property Value

    bool

    IsTotalTriesNull

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

    public virtual bool IsTotalTriesNull { get; }

    Property Value

    bool

    JobID

    public virtual int JobID { get; }

    Property Value

    int

    LastFaxRate

    public virtual int LastFaxRate { get; set; }

    Property Value

    int

    Pages

    public virtual int Pages { get; set; }

    Property Value

    int

    Priority

    public virtual int Priority { get; set; }

    Property Value

    int

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    RecipientStationID

    (Max length is 64.)

    public virtual string RecipientStationID { get; set; }

    Property Value

    string

    ScheduledTime

    public virtual SDateTime ScheduledTime { get; set; }

    Property Value

    SDateTime

    SendReceiveTime

    public virtual SDateTime SendReceiveTime { get; set; }

    Property Value

    SDateTime

    Status

    public virtual int Status { get; set; }

    Property Value

    int

    StatusString

    public virtual string StatusString { get; set; }

    Property Value

    string

    TotalTime

    public virtual int TotalTime { get; set; }

    Property Value

    int

    TotalTries

    public virtual int TotalTries { get; set; }

    Property Value

    int

    Methods

    ApplyData(FaxClientOutboxViewEntry)

    Applies all data from the Entry object item.

    public virtual void ApplyData(FaxClientOutboxViewEntry entry)

    Parameters

    entry FaxClientOutboxViewEntry

    Clone()

    Clones the Entry item. The cloned entry is unattached and can not be used for updating.

    public virtual FaxClientOutboxViewEntry Clone()

    Returns

    FaxClientOutboxViewEntry

    Cloned entry of type FaxClientOutboxViewEntry.

    Dispose()

    Dispose

    public virtual void Dispose()

    SetCalledNumberNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetCalledNumberNull()

    SetDefaultValues()

    Sets all item attributes to default value.

    public virtual void SetDefaultValues()

    SetDescriptionNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetDescriptionNull()

    SetFaxResolutionNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetFaxResolutionNull()

    SetLastFaxRateNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetLastFaxRateNull()

    SetPagesNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetPagesNull()

    SetRecipientStationIDNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetRecipientStationIDNull()

    SetScheduledTimeNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetScheduledTimeNull()

    SetSendReceiveTimeNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetSendReceiveTimeNull()

    SetTotalTimeNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetTotalTimeNull()

    SetTotalTriesNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetTotalTriesNull()

    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