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 PortParameterEntry

    Namespace
    SWConfigDataClientLib.Proxies.IppbxServer
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.SubEntrySummary>PortParameterEntryPortEntry</CDSClientLib.SubEntrySummary>

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

    Constructors

    PortParameterEntry()

    public PortParameterEntry()

    Fields

    ClassTrace

    protected static STraceInfo ClassTrace

    Field Value

    STraceInfo

    Properties

    EntryID

    public virtual int EntryID { get; }

    Property Value

    int

    IsEntryIDNull

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

    public virtual bool IsEntryIDNull { get; }

    Property Value

    bool

    IsNameNull

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

    public virtual bool IsNameNull { get; }

    Property Value

    bool

    IsPortIDNull

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

    public virtual bool IsPortIDNull { get; }

    Property Value

    bool

    IsValueBinaryNull

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

    public virtual bool IsValueBinaryNull { get; }

    Property Value

    bool

    IsValueBitNull

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

    public virtual bool IsValueBitNull { get; }

    Property Value

    bool

    IsValueDecimalNull

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

    public virtual bool IsValueDecimalNull { get; }

    Property Value

    bool

    IsValueGuidNull

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

    public virtual bool IsValueGuidNull { get; }

    Property Value

    bool

    IsValueIntNull

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

    public virtual bool IsValueIntNull { get; }

    Property Value

    bool

    IsValueStringNull

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

    public virtual bool IsValueStringNull { get; }

    Property Value

    bool

    IsValueTextNull

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

    public virtual bool IsValueTextNull { get; }

    Property Value

    bool

    IsValueTypeNull

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

    public virtual bool IsValueTypeNull { get; }

    Property Value

    bool

    Name

    (Max length is 40.)

    public virtual string Name { get; set; }

    Property Value

    string

    ParentEntry

    The parent entry.

    public virtual PortEntry ParentEntry { get; }

    Property Value

    PortEntry

    PortID

    public virtual int PortID { get; set; }

    Property Value

    int

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    ValueBinary

    public virtual byte[] ValueBinary { get; set; }

    Property Value

    byte[]

    ValueBit

    public virtual bool ValueBit { get; set; }

    Property Value

    bool

    ValueDecimal

    public virtual decimal ValueDecimal { get; set; }

    Property Value

    decimal

    ValueGuid

    public virtual Guid ValueGuid { get; set; }

    Property Value

    Guid

    ValueInt

    public virtual int ValueInt { get; set; }

    Property Value

    int

    ValueString

    (Max length is 256.)

    public virtual string ValueString { get; set; }

    Property Value

    string

    ValueText

    (Max length is 2147483647.)

    public virtual string ValueText { get; set; }

    Property Value

    string

    ValueType

    public virtual PortParameterType ValueType { get; set; }

    Property Value

    PortParameterType

    Methods

    ApplyData(PortParameterEntry)

    Applies all data from the Entry object item.

    public virtual void ApplyData(PortParameterEntry entry)

    Parameters

    entry PortParameterEntry

    Clone()

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

    public virtual PortParameterEntry Clone()

    Returns

    PortParameterEntry

    Cloned entry of type PortParameterEntry.

    Dispose()

    Dispose

    public virtual void Dispose()

    SetDefaultValues()

    Sets all item attributes to default value.

    public virtual void SetDefaultValues()

    SetValueBinaryNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetValueBinaryNull()

    SetValueBitNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetValueBitNull()

    SetValueDecimalNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetValueDecimalNull()

    SetValueGuidNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetValueGuidNull()

    SetValueIntNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetValueIntNull()

    SetValueStringNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetValueStringNull()

    SetValueTextNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetValueTextNull()

    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