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 FaxPrinterGatewayViewEntry

    Namespace
    SWConfigDataClientLib.Proxies.FaxJobs
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.EntryBaseSummary>FaxPrinterGatewayViewEntryFaxPrinterGatewayViewEntry</CDSClientLib.EntryBaseSummary>

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

    Constructors

    FaxPrinterGatewayViewEntry()

    public FaxPrinterGatewayViewEntry()

    Fields

    ClassTrace

    protected static STraceInfo ClassTrace

    Field Value

    STraceInfo

    Properties

    Destination

    (Max length is 256.)

    public virtual string Destination { get; set; }

    Property Value

    string

    DestinationType

    public virtual int DestinationType { get; set; }

    Property Value

    int

    IsDestinationNull

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

    public virtual bool IsDestinationNull { get; }

    Property Value

    bool

    IsDestinationTypeNull

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

    public virtual bool IsDestinationTypeNull { get; }

    Property Value

    bool

    IsJobIDNull

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

    public virtual bool IsJobIDNull { get; }

    Property Value

    bool

    IsOwnerPrinterNull

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

    public virtual bool IsOwnerPrinterNull { get; }

    Property Value

    bool

    IsRetryLimitNull

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

    public virtual bool IsRetryLimitNull { get; }

    Property Value

    bool

    IsSendReceiveTimeNull

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

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

    OwnerPrinter

    (Max length is 128.)

    public virtual string OwnerPrinter { get; set; }

    Property Value

    string

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    RetryLimit

    public virtual int RetryLimit { get; set; }

    Property Value

    int

    SendReceiveTime

    public virtual SDateTime SendReceiveTime { get; set; }

    Property Value

    SDateTime

    TotalTries

    public virtual int TotalTries { get; set; }

    Property Value

    int

    Methods

    ApplyData(FaxPrinterGatewayViewEntry)

    Applies all data from the Entry object item.

    public virtual void ApplyData(FaxPrinterGatewayViewEntry entry)

    Parameters

    entry FaxPrinterGatewayViewEntry

    Clone()

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

    public virtual FaxPrinterGatewayViewEntry Clone()

    Returns

    FaxPrinterGatewayViewEntry

    Cloned entry of type FaxPrinterGatewayViewEntry.

    Dispose()

    Dispose

    public virtual void Dispose()

    SetDefaultValues()

    Sets all item attributes to default value.

    public virtual void SetDefaultValues()

    SetOwnerPrinterNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetOwnerPrinterNull()

    SetSendReceiveTimeNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetSendReceiveTimeNull()

    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