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 NumberProfileEntry

    Namespace
    SWConfigDataClientLib.Proxies.IppbxServer
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.EntryBaseSummary>NumberProfileEntryNumberProfileEntry</CDSClientLib.EntryBaseSummary>

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

    Constructors

    NumberProfileEntry()

    public NumberProfileEntry()

    Fields

    ClassTrace

    protected static STraceInfo ClassTrace

    Field Value

    STraceInfo

    parsedProfile

    protected GenericNumberFormatProfile parsedProfile

    Field Value

    GenericNumberFormatProfile

    unparsedProfile

    protected string unparsedProfile

    Field Value

    string

    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

    IsNumberProfileIDNull

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

    public virtual bool IsNumberProfileIDNull { get; }

    Property Value

    bool

    IsProfileIDNull

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

    public virtual bool IsProfileIDNull { get; }

    Property Value

    bool

    IsProfileNameNull

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

    public virtual bool IsProfileNameNull { get; }

    Property Value

    bool

    Node

    (Max length is 2147483647.)

    public virtual string Node { get; set; }

    Property Value

    string

    NumberProfileID

    public virtual int NumberProfileID { get; }

    Property Value

    int

    ProfileID

    (Max length is 30.)

    public virtual string ProfileID { get; set; }

    Property Value

    string

    ProfileName

    (Max length is 30.)

    public virtual string ProfileName { get; set; }

    Property Value

    string

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    Methods

    ApplyData(NumberProfileEntry)

    Applies all data from the Entry object item.

    public virtual void ApplyData(NumberProfileEntry entry)

    Parameters

    entry NumberProfileEntry

    Clone()

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

    public virtual NumberProfileEntry Clone()

    Returns

    NumberProfileEntry

    Cloned entry of type NumberProfileEntry.

    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