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 FaxFwdTableViewEntry

    Namespace
    SWConfigDataClientLib.Proxies.FaxServerConfig
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.EntryBaseSummary>FaxFwdTableViewEntryFaxFwdTableViewEntry</CDSClientLib.EntryBaseSummary>

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

    Constructors

    FaxFwdTableViewEntry()

    public FaxFwdTableViewEntry()

    Fields

    ClassTrace

    protected static STraceInfo ClassTrace

    Field Value

    STraceInfo

    Properties

    EmailForwardings

    public virtual string EmailForwardings { get; }

    Property Value

    string

    FaxClientForwarding

    public virtual bool FaxClientForwarding { get; }

    Property Value

    bool

    Hide

    public virtual bool Hide { get; set; }

    Property Value

    bool

    IsEmailForwardingsNull

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

    public virtual bool IsEmailForwardingsNull { get; }

    Property Value

    bool

    IsFaxClientForwardingNull

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

    public virtual bool IsFaxClientForwardingNull { get; }

    Property Value

    bool

    IsHideNull

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

    public virtual bool IsHideNull { get; }

    Property Value

    bool

    IsNameNull

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

    public virtual bool IsNameNull { get; }

    Property Value

    bool

    IsNumberNull

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

    public virtual bool IsNumberNull { get; }

    Property Value

    bool

    IsPrinterForwardingsNull

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

    public virtual bool IsPrinterForwardingsNull { get; }

    Property Value

    bool

    IsPublicNumbersNull

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

    public virtual bool IsPublicNumbersNull { get; }

    Property Value

    bool

    IsUserIDNull

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

    public virtual bool IsUserIDNull { get; }

    Property Value

    bool

    Name

    (Max length is 80.)

    public virtual string Name { get; set; }

    Property Value

    string

    Number

    (Max length is 30.)

    public virtual string Number { get; set; }

    Property Value

    string

    PrinterForwardings

    public virtual string PrinterForwardings { get; }

    Property Value

    string

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    PublicNumbers

    public virtual string PublicNumbers { get; }

    Property Value

    string

    UserID

    public virtual int UserID { get; }

    Property Value

    int

    Methods

    ApplyData(FaxFwdTableViewEntry)

    Applies all data from the Entry object item.

    public virtual void ApplyData(FaxFwdTableViewEntry entry)

    Parameters

    entry FaxFwdTableViewEntry

    Clone()

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

    public virtual FaxFwdTableViewEntry Clone()

    Returns

    FaxFwdTableViewEntry

    Cloned entry of type FaxFwdTableViewEntry.

    Dispose()

    Dispose

    public virtual void Dispose()

    SetDefaultValues()

    Sets all item attributes to default value.

    public virtual void SetDefaultValues()

    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