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 FaxClientInboxViewEntry

    Namespace
    SWConfigDataClientLib.Proxies.FaxJobs
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.EntryBaseSummary>FaxClientInboxViewEntryFaxClientInboxViewEntry</CDSClientLib.EntryBaseSummary>

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

    Constructors

    FaxClientInboxViewEntry()

    public FaxClientInboxViewEntry()

    Fields

    ClassTrace

    protected static STraceInfo ClassTrace

    Field Value

    STraceInfo

    Properties

    CallingNumber

    (Max length is 64.)

    public virtual string CallingNumber { 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

    IsCallingNumberNull

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

    public virtual bool IsCallingNumberNull { 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

    IsSendReceiveTimeNull

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

    public virtual bool IsSendReceiveTimeNull { get; }

    Property Value

    bool

    IsSenderNameNull

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

    public virtual bool IsSenderNameNull { get; }

    Property Value

    bool

    IsSenderStationIDNull

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

    public virtual bool IsSenderStationIDNull { 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

    SendReceiveTime

    public virtual SDateTime SendReceiveTime { get; set; }

    Property Value

    SDateTime

    SenderName

    (Max length is 128.)

    public virtual string SenderName { get; set; }

    Property Value

    string

    SenderStationID

    (Max length is 64.)

    public virtual string SenderStationID { get; set; }

    Property Value

    string

    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(FaxClientInboxViewEntry)

    Applies all data from the Entry object item.

    public virtual void ApplyData(FaxClientInboxViewEntry entry)

    Parameters

    entry FaxClientInboxViewEntry

    Clone()

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

    public virtual FaxClientInboxViewEntry Clone()

    Returns

    FaxClientInboxViewEntry

    Cloned entry of type FaxClientInboxViewEntry.

    Dispose()

    Dispose

    public virtual void Dispose()

    SetCallingNumberNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetCallingNumberNull()

    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()

    SetSendReceiveTimeNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetSendReceiveTimeNull()

    SetSenderNameNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetSenderNameNull()

    SetSenderStationIDNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetSenderStationIDNull()

    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