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 FaxAdminJobQueueViewEntry

    Namespace
    SWConfigDataClientLib.Proxies.FaxJobs
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.EntryBaseSummary>FaxAdminJobQueueViewEntryFaxAdminJobQueueViewEntry</CDSClientLib.EntryBaseSummary>

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

    Constructors

    FaxAdminJobQueueViewEntry()

    public FaxAdminJobQueueViewEntry()

    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

    Destination

    (Max length is 256.)

    public virtual string Destination { get; set; }

    Property Value

    string

    DestinationType

    public virtual int DestinationType { 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

    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

    IsRecipientEmailNull

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

    public virtual bool IsRecipientEmailNull { get; }

    Property Value

    bool

    IsRecipientFaxNumberNull

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

    public virtual bool IsRecipientFaxNumberNull { get; }

    Property Value

    bool

    IsRecipientNameNull

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

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

    JobID

    public virtual int JobID { get; }

    Property Value

    int

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    RecipientEmail

    (Max length is 128.)

    public virtual string RecipientEmail { get; set; }

    Property Value

    string

    RecipientFaxNumber

    (Max length is 64.)

    public virtual string RecipientFaxNumber { get; set; }

    Property Value

    string

    RecipientName

    (Max length is 128.)

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

    Methods

    ApplyData(FaxAdminJobQueueViewEntry)

    Applies all data from the Entry object item.

    public virtual void ApplyData(FaxAdminJobQueueViewEntry entry)

    Parameters

    entry FaxAdminJobQueueViewEntry

    Clone()

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

    public virtual FaxAdminJobQueueViewEntry Clone()

    Returns

    FaxAdminJobQueueViewEntry

    Cloned entry of type FaxAdminJobQueueViewEntry.

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

    SetRecipientEmailNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetRecipientEmailNull()

    SetRecipientFaxNumberNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetRecipientFaxNumberNull()

    SetRecipientNameNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetRecipientNameNull()

    SetScheduledTimeNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetScheduledTimeNull()

    SetSendReceiveTimeNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetSendReceiveTimeNull()

    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