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 PortNumberRangeEntry

    Namespace
    SWConfigDataClientLib.Proxies.PortManager
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.SubEntrySummary>PortNumberRangeEntryPortEntry</CDSClientLib.SubEntrySummary>

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

    Constructors

    PortNumberRangeEntry()

    public PortNumberRangeEntry()

    Fields

    ClassTrace

    protected static STraceInfo ClassTrace

    Field Value

    STraceInfo

    Properties

    AreaCode

    (Max length is 10.)

    public virtual string AreaCode { get; set; }

    Property Value

    string

    CountryCode

    (Max length is 10.)

    public virtual string CountryCode { get; set; }

    Property Value

    string

    HeadNumber

    (Max length is 150.)

    public virtual string HeadNumber { get; set; }

    Property Value

    string

    IsAreaCodeNull

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

    public virtual bool IsAreaCodeNull { get; }

    Property Value

    bool

    IsCountryCodeNull

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

    public virtual bool IsCountryCodeNull { get; }

    Property Value

    bool

    IsHeadNumberNull

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

    public virtual bool IsHeadNumberNull { get; }

    Property Value

    bool

    IsNumberTypeNull

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

    public virtual bool IsNumberTypeNull { get; }

    Property Value

    bool

    IsPortIDNull

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

    public virtual bool IsPortIDNull { get; }

    Property Value

    bool

    IsPortNumberRangeIDNull

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

    public virtual bool IsPortNumberRangeIDNull { get; }

    Property Value

    bool

    IsRealmNull

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

    public virtual bool IsRealmNull { get; }

    Property Value

    bool

    IsTailNumberEndNull

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

    public virtual bool IsTailNumberEndNull { get; }

    Property Value

    bool

    IsTailNumberStartNull

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

    public virtual bool IsTailNumberStartNull { get; }

    Property Value

    bool

    NumberType

    public virtual PortNumberRangeType NumberType { get; set; }

    Property Value

    PortNumberRangeType

    ParentEntry

    The parent entry.

    public virtual PortEntry ParentEntry { get; }

    Property Value

    PortEntry

    PortID

    public virtual int PortID { get; set; }

    Property Value

    int

    PortNumberRangeID

    public virtual int PortNumberRangeID { get; }

    Property Value

    int

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    Realm

    (Max length is 150.)

    public virtual string Realm { get; set; }

    Property Value

    string

    TailNumberEnd

    (Max length is 50.)

    public virtual string TailNumberEnd { get; set; }

    Property Value

    string

    TailNumberStart

    (Max length is 50.)

    public virtual string TailNumberStart { get; set; }

    Property Value

    string

    Methods

    ApplyData(PortNumberRangeEntry)

    Applies all data from the Entry object item.

    public virtual void ApplyData(PortNumberRangeEntry entry)

    Parameters

    entry PortNumberRangeEntry

    Clone()

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

    public virtual PortNumberRangeEntry Clone()

    Returns

    PortNumberRangeEntry

    Cloned entry of type PortNumberRangeEntry.

    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