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 NumberRangeAdminViewEntry

    Namespace
    SWConfigDataClientLib.Proxies.Admin
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.EntryBaseSummary>NumberRangeAdminViewEntryNumberRangeAdminViewEntry</CDSClientLib.EntryBaseSummary>

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

    Constructors

    NumberRangeAdminViewEntry()

    public NumberRangeAdminViewEntry()

    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

    IsLocationIDNull

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

    public virtual bool IsLocationIDNull { get; }

    Property Value

    bool

    IsNumberTypeNull

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

    public virtual bool IsNumberTypeNull { get; }

    Property Value

    bool

    IsPortBundleIDNull

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

    public virtual bool IsPortBundleIDNull { get; }

    Property Value

    bool

    IsPortBundleNameNull

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

    public virtual bool IsPortBundleNameNull { get; }

    Property Value

    bool

    IsPortIDNull

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

    public virtual bool IsPortIDNull { get; }

    Property Value

    bool

    IsPortNameNull

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

    public virtual bool IsPortNameNull { 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

    LocationID

    public virtual int LocationID { get; set; }

    Property Value

    int

    NumberType

    public virtual PortNumberRangeType NumberType { get; set; }

    Property Value

    PortNumberRangeType

    PortBundleID

    public virtual int PortBundleID { get; set; }

    Property Value

    int

    PortBundleName

    (Max length is 50.)

    public virtual string PortBundleName { get; set; }

    Property Value

    string

    PortID

    public virtual int PortID { get; set; }

    Property Value

    int

    PortName

    (Max length is 50.)

    public virtual string PortName { get; set; }

    Property Value

    string

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

    Applies all data from the Entry object item.

    public virtual void ApplyData(NumberRangeAdminViewEntry entry)

    Parameters

    entry NumberRangeAdminViewEntry

    Clone()

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

    public virtual NumberRangeAdminViewEntry Clone()

    Returns

    NumberRangeAdminViewEntry

    Cloned entry of type NumberRangeAdminViewEntry.

    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