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 FaxServerQueueViewEntry

    Namespace
    SWConfigDataClientLib.Proxies.FaxJobs
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.EntryBaseSummary>FaxServerQueueViewEntryFaxServerQueueViewEntry</CDSClientLib.EntryBaseSummary>

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

    Constructors

    FaxServerQueueViewEntry()

    public FaxServerQueueViewEntry()

    Fields

    ClassTrace

    protected static STraceInfo ClassTrace

    Field Value

    STraceInfo

    Properties

    CalledNumber

    (Max length is 64.)

    public virtual string CalledNumber { get; set; }

    Property Value

    string

    CallingNumber

    (Max length is 64.)

    public virtual string CallingNumber { get; set; }

    Property Value

    string

    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

    IsIsLockedNull

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

    public virtual bool IsIsLockedNull { get; }

    Property Value

    bool

    IsJobIDNull

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

    public virtual bool IsJobIDNull { get; }

    Property Value

    bool

    IsLocked

    public virtual bool IsLocked { get; set; }

    Property Value

    bool

    IsScheduledTimeNull

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

    public virtual bool IsScheduledTimeNull { 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; }

    Property Value

    int

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    ScheduledTime

    public virtual SDateTime ScheduledTime { get; set; }

    Property Value

    SDateTime

    Status

    public virtual int Status { get; set; }

    Property Value

    int

    Methods

    ApplyData(FaxServerQueueViewEntry)

    Applies all data from the Entry object item.

    public virtual void ApplyData(FaxServerQueueViewEntry entry)

    Parameters

    entry FaxServerQueueViewEntry

    Clone()

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

    public virtual FaxServerQueueViewEntry Clone()

    Returns

    FaxServerQueueViewEntry

    Cloned entry of type FaxServerQueueViewEntry.

    Dispose()

    Dispose

    public virtual void Dispose()

    SetCalledNumberNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetCalledNumberNull()

    SetCallingNumberNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetCallingNumberNull()

    SetDefaultValues()

    Sets all item attributes to default value.

    public virtual void SetDefaultValues()

    SetScheduledTimeNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetScheduledTimeNull()

    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