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 ProviderProfileEntry

    Namespace
    SWConfigDataClientLib.Proxies.PortBundle
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.EntryBaseSummary>ProviderProfileEntryProviderProfileEntry</CDSClientLib.EntryBaseSummary>

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

    Constructors

    ProviderProfileEntry()

    public ProviderProfileEntry()

    Fields

    ClassTrace

    protected static STraceInfo ClassTrace

    Field Value

    STraceInfo

    Properties

    FileID

    public virtual int FileID { get; set; }

    Property Value

    int

    IsFileIDNull

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

    public virtual bool IsFileIDNull { get; }

    Property Value

    bool

    IsNodeNull

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

    public virtual bool IsNodeNull { get; }

    Property Value

    bool

    IsPortBundleTypeNull

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

    public virtual bool IsPortBundleTypeNull { get; }

    Property Value

    bool

    IsProfileTypeNull

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

    public virtual bool IsProfileTypeNull { get; }

    Property Value

    bool

    IsProviderIDNull

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

    public virtual bool IsProviderIDNull { get; }

    Property Value

    bool

    IsProviderNameNull

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

    public virtual bool IsProviderNameNull { get; }

    Property Value

    bool

    IsProviderProfileIDNull

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

    public virtual bool IsProviderProfileIDNull { get; }

    Property Value

    bool

    IsRemovedNull

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

    public virtual bool IsRemovedNull { get; }

    Property Value

    bool

    Node

    (Max length is 2147483647.)

    public virtual string Node { get; set; }

    Property Value

    string

    PortBundleType

    public virtual int PortBundleType { get; set; }

    Property Value

    int

    ProfileType

    (Max length is 20.)

    public virtual string ProfileType { get; set; }

    Property Value

    string

    ProviderID

    (Max length is 30.)

    public virtual string ProviderID { get; set; }

    Property Value

    string

    ProviderName

    (Max length is 30.)

    public virtual string ProviderName { get; set; }

    Property Value

    string

    ProviderProfileID

    public virtual int ProviderProfileID { get; }

    Property Value

    int

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    Removed

    public virtual bool Removed { get; set; }

    Property Value

    bool

    Methods

    ApplyData(ProviderProfileEntry)

    Applies all data from the Entry object item.

    public virtual void ApplyData(ProviderProfileEntry entry)

    Parameters

    entry ProviderProfileEntry

    Clone()

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

    public virtual ProviderProfileEntry Clone()

    Returns

    ProviderProfileEntry

    Cloned entry of type ProviderProfileEntry.

    Dispose()

    Dispose

    public virtual void Dispose()

    GetCodecFiterDefaults(out bool, out bool, out bool, out bool, out bool)

    public bool GetCodecFiterDefaults(out bool bCodecG722, out bool bCodecG711, out bool bCodecG711a, out bool bCodecG729, out bool bCodecT38)

    Parameters

    bCodecG722 bool
    bCodecG711 bool
    bCodecG711a bool
    bCodecG729 bool
    bCodecT38 bool

    Returns

    bool

    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