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 PortSelectionEntry

    Namespace
    SWConfigDataClientLib.Proxies.IppbxServer
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.EntryBaseSummary>PortSelectionEntryPortSelectionEntry</CDSClientLib.EntryBaseSummary>

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

    Constructors

    PortSelectionEntry()

    public PortSelectionEntry()

    Fields

    ClassTrace

    protected static STraceInfo ClassTrace

    Field Value

    STraceInfo

    Properties

    Description

    public virtual string Description { get; set; }

    Property Value

    string

    IsDescriptionNull

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

    public virtual bool IsDescriptionNull { get; }

    Property Value

    bool

    IsMatchTypeNull

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

    public virtual bool IsMatchTypeNull { get; }

    Property Value

    bool

    IsNetworkNumberNull

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

    public virtual bool IsNetworkNumberNull { get; }

    Property Value

    bool

    IsNumberIsConfiguredOnTrunkAmbiguousNull

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

    public virtual bool IsNumberIsConfiguredOnTrunkAmbiguousNull { get; }

    Property Value

    bool

    IsNumberIsConfiguredOnTrunkNull

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

    public virtual bool IsNumberIsConfiguredOnTrunkNull { get; }

    Property Value

    bool

    IsNumberNull

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

    public virtual bool IsNumberNull { get; }

    Property Value

    bool

    IsPortIDNull

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

    public virtual bool IsPortIDNull { get; }

    Property Value

    bool

    IsSuppressNumberNull

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

    public virtual bool IsSuppressNumberNull { get; }

    Property Value

    bool

    MatchType

    public virtual PortSelectionMatchType MatchType { get; }

    Property Value

    PortSelectionMatchType

    NetworkNumber

    (Max length is 256.)

    public virtual string NetworkNumber { get; }

    Property Value

    string

    Number

    (Max length is 256.)

    public virtual string Number { get; set; }

    Property Value

    string

    NumberIsConfiguredOnTrunk

    public virtual bool NumberIsConfiguredOnTrunk { get; set; }

    Property Value

    bool

    NumberIsConfiguredOnTrunkAmbiguous

    public virtual bool NumberIsConfiguredOnTrunkAmbiguous { get; set; }

    Property Value

    bool

    PortID

    public virtual int PortID { get; set; }

    Property Value

    int

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    SuppressNumber

    (Max length is 128.)

    public virtual string SuppressNumber { get; set; }

    Property Value

    string

    Methods

    ApplyData(PortSelectionEntry)

    Applies all data from the Entry object item.

    public virtual void ApplyData(PortSelectionEntry entry)

    Parameters

    entry PortSelectionEntry

    Clone()

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

    public virtual PortSelectionEntry Clone()

    Returns

    PortSelectionEntry

    Cloned entry of type PortSelectionEntry.

    Dispose()

    Dispose

    public virtual void Dispose()

    SetDefaultValues()

    Sets all item attributes to default value.

    public virtual void SetDefaultValues()

    SetDescriptionNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetDescriptionNull()

    SetNumberIsConfiguredOnTrunkAmbiguousNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetNumberIsConfiguredOnTrunkAmbiguousNull()

    SetNumberIsConfiguredOnTrunkNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetNumberIsConfiguredOnTrunkNull()

    SetNumberNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetNumberNull()

    SetSuppressNumberNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetSuppressNumberNull()

    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