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 FaxChannelEntry

    Namespace
    SWConfigDataClientLib.Proxies.FaxServerConfig
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.SubEntrySummary>FaxChannelEntryFaxServerConfigEntry</CDSClientLib.SubEntrySummary>

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

    Remarks

    Thread Safety: safe

    Constructors

    FaxChannelEntry()

    public FaxChannelEntry()

    Fields

    ClassTrace

    protected static STraceInfo ClassTrace

    Field Value

    STraceInfo

    Properties

    ChannelID

    public virtual int ChannelID { get; }

    Property Value

    int

    Remarks

    Thread Safety: safe

    DefaultNumbers

    (Max length is 128.)

    public virtual string DefaultNumbers { get; set; }

    Property Value

    string

    Remarks

    Thread Safety: safe

    Description

    (Max length is 256.)

    public virtual string Description { get; set; }

    Property Value

    string

    Remarks

    Thread Safety: safe

    IsChannelIDNull

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

    public virtual bool IsChannelIDNull { get; }

    Property Value

    bool

    Remarks

    Thread Safety: safe

    IsDefaultNumbersNull

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

    public virtual bool IsDefaultNumbersNull { get; }

    Property Value

    bool

    Remarks

    Thread Safety: safe

    IsDescriptionNull

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

    public virtual bool IsDescriptionNull { get; }

    Property Value

    bool

    Remarks

    Thread Safety: safe

    IsNameNull

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

    public virtual bool IsNameNull { get; }

    Property Value

    bool

    Remarks

    Thread Safety: safe

    IsReceiveModeNull

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

    public virtual bool IsReceiveModeNull { get; }

    Property Value

    bool

    Remarks

    Thread Safety: safe

    IsReservationModeNull

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

    public virtual bool IsReservationModeNull { get; }

    Property Value

    bool

    Remarks

    Thread Safety: safe

    IsReservedNumbersNull

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

    public virtual bool IsReservedNumbersNull { get; }

    Property Value

    bool

    Remarks

    Thread Safety: safe

    IsSendModeNull

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

    public virtual bool IsSendModeNull { get; }

    Property Value

    bool

    Remarks

    Thread Safety: safe

    IsServerIDNull

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

    public virtual bool IsServerIDNull { get; }

    Property Value

    bool

    Remarks

    Thread Safety: safe

    IsStationIDNull

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

    public virtual bool IsStationIDNull { get; }

    Property Value

    bool

    Remarks

    Thread Safety: safe

    IsStatusNull

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

    public virtual bool IsStatusNull { get; }

    Property Value

    bool

    Remarks

    Thread Safety: safe

    IsStatusStringNull

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

    public virtual bool IsStatusStringNull { get; }

    Property Value

    bool

    Remarks

    Thread Safety: safe

    Name

    (Max length is 128.)

    public virtual string Name { get; set; }

    Property Value

    string

    Remarks

    Thread Safety: safe

    ParentEntry

    The parent entry.

    public virtual FaxServerConfigEntry ParentEntry { get; }

    Property Value

    FaxServerConfigEntry

    Remarks

    Thread Safety: safe

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    ReceiveMode

    public virtual bool ReceiveMode { get; set; }

    Property Value

    bool

    Remarks

    Thread Safety: safe

    ReservationMode

    public virtual EFaxChannelReservationMode ReservationMode { get; set; }

    Property Value

    EFaxChannelReservationMode

    Remarks

    Thread Safety: safe

    ReservedNumbers

    (Max length is 128.)

    public virtual string ReservedNumbers { get; set; }

    Property Value

    string

    Remarks

    Thread Safety: safe

    SendMode

    public virtual bool SendMode { get; set; }

    Property Value

    bool

    Remarks

    Thread Safety: safe

    ServerID

    public virtual int ServerID { get; set; }

    Property Value

    int

    Remarks

    Thread Safety: safe

    StationID

    (Max length is 64.)

    public virtual string StationID { get; set; }

    Property Value

    string

    Remarks

    Thread Safety: safe

    Status

    public virtual EFaxChannelStatus Status { get; set; }

    Property Value

    EFaxChannelStatus

    Remarks

    Thread Safety: safe

    StatusString

    (Max length is 256.)

    public virtual string StatusString { get; set; }

    Property Value

    string

    Remarks

    Thread Safety: safe

    Methods

    ApplyData(FaxChannelEntry)

    Applies all data from the Entry object item.

    public virtual void ApplyData(FaxChannelEntry entry)

    Parameters

    entry FaxChannelEntry

    Remarks

    Thread Safety: safe

    Clone()

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

    public virtual FaxChannelEntry Clone()

    Returns

    FaxChannelEntry

    Cloned entry of type FaxChannelEntry.

    Remarks

    Thread Safety: safe

    Dispose()

    Dispose

    public virtual void Dispose()

    Remarks

    Thread Safety: safe

    SetDefaultNumbersDefaultValue()

    Set item attribute to default value.

    public virtual void SetDefaultNumbersDefaultValue()

    Remarks

    Thread Safety: safe

    SetDefaultNumbersNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetDefaultNumbersNull()

    Remarks

    Thread Safety: safe

    SetDefaultValues()

    Sets all item attributes to default value.

    public virtual void SetDefaultValues()

    Remarks

    Thread Safety: safe

    SetDescriptionNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetDescriptionNull()

    Remarks

    Thread Safety: safe

    SetReceiveModeDefaultValue()

    Set item attribute to default value.

    public virtual void SetReceiveModeDefaultValue()

    Remarks

    Thread Safety: safe

    SetReservationModeDefaultValue()

    Set item attribute to default value.

    public virtual void SetReservationModeDefaultValue()

    Remarks

    Thread Safety: safe

    SetReservedNumbersDefaultValue()

    Set item attribute to default value.

    public virtual void SetReservedNumbersDefaultValue()

    Remarks

    Thread Safety: safe

    SetReservedNumbersNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetReservedNumbersNull()

    Remarks

    Thread Safety: safe

    SetSendModeDefaultValue()

    Set item attribute to default value.

    public virtual void SetSendModeDefaultValue()

    Remarks

    Thread Safety: safe

    SetStationIDDefaultValue()

    Set item attribute to default value.

    public virtual void SetStationIDDefaultValue()

    Remarks

    Thread Safety: safe

    SetStationIDNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetStationIDNull()

    Remarks

    Thread Safety: safe

    SetStatusDefaultValue()

    Set item attribute to default value.

    public virtual void SetStatusDefaultValue()

    Remarks

    Thread Safety: safe

    SetStatusStringDefaultValue()

    Set item attribute to default value.

    public virtual void SetStatusStringDefaultValue()

    Remarks

    Thread Safety: safe

    ToString()

    Returns the string representation of the item.

    public override string ToString()

    Returns

    string

    String representation of the item.

    Remarks

    Thread Safety: safe

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

    Remarks

    Thread Safety: safe

    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

    Remarks

    Thread Safety: safe

    © Enreach GmbH