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.PortBundle
    Assembly
    IpPbxCDSClientLib.dll

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

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

    Remarks

    Thread Safety: safe

    Constructors

    PortParameterEntry()

    public PortParameterEntry()

    Fields

    ClassTrace

    protected static STraceInfo ClassTrace

    Field Value

    STraceInfo

    Properties

    EntryID

    public virtual int EntryID { get; }

    Property Value

    int

    Remarks

    Thread Safety: safe

    IsEntryIDNull

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

    public virtual bool IsEntryIDNull { get; }

    Property Value

    bool

    Remarks

    Thread Safety: safe

    IsNameNull

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

    public virtual bool IsNameNull { get; }

    Property Value

    bool

    Remarks

    Thread Safety: safe

    IsPortIDNull

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

    public virtual bool IsPortIDNull { get; }

    Property Value

    bool

    Remarks

    Thread Safety: safe

    IsValueBinaryNull

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

    public virtual bool IsValueBinaryNull { get; }

    Property Value

    bool

    Remarks

    Thread Safety: safe

    IsValueBitNull

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

    public virtual bool IsValueBitNull { get; }

    Property Value

    bool

    Remarks

    Thread Safety: safe

    IsValueDecimalNull

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

    public virtual bool IsValueDecimalNull { get; }

    Property Value

    bool

    Remarks

    Thread Safety: safe

    IsValueGuidNull

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

    public virtual bool IsValueGuidNull { get; }

    Property Value

    bool

    Remarks

    Thread Safety: safe

    IsValueIntNull

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

    public virtual bool IsValueIntNull { get; }

    Property Value

    bool

    Remarks

    Thread Safety: safe

    IsValueStringNull

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

    public virtual bool IsValueStringNull { get; }

    Property Value

    bool

    Remarks

    Thread Safety: safe

    IsValueTextNull

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

    public virtual bool IsValueTextNull { get; }

    Property Value

    bool

    Remarks

    Thread Safety: safe

    IsValueTypeNull

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

    public virtual bool IsValueTypeNull { get; }

    Property Value

    bool

    Remarks

    Thread Safety: safe

    Name

    (Max length is 40.)

    public virtual string Name { get; set; }

    Property Value

    string

    Remarks

    Thread Safety: safe

    ParentEntry

    The parent entry.

    public virtual PortEntry ParentEntry { get; }

    Property Value

    PortEntry

    Remarks

    Thread Safety: safe

    PortID

    public virtual int PortID { get; set; }

    Property Value

    int

    Remarks

    Thread Safety: safe

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    ValueBinary

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

    Property Value

    byte[]

    Remarks

    Thread Safety: safe

    ValueBit

    public virtual bool ValueBit { get; set; }

    Property Value

    bool

    Remarks

    Thread Safety: safe

    ValueDecimal

    public virtual decimal ValueDecimal { get; set; }

    Property Value

    decimal

    Remarks

    Thread Safety: safe

    ValueGuid

    public virtual Guid ValueGuid { get; set; }

    Property Value

    Guid

    Remarks

    Thread Safety: safe

    ValueInt

    public virtual int ValueInt { get; set; }

    Property Value

    int

    Remarks

    Thread Safety: safe

    ValueString

    (Max length is 256.)

    public virtual string ValueString { get; set; }

    Property Value

    string

    Remarks

    Thread Safety: safe

    ValueText

    public virtual string ValueText { get; set; }

    Property Value

    string

    Remarks

    Thread Safety: safe

    ValueType

    public virtual PortParameterType ValueType { get; set; }

    Property Value

    PortParameterType

    Remarks

    Thread Safety: safe

    Methods

    ApplyData(PortParameterEntry)

    Applies all data from the Entry object item.

    public virtual void ApplyData(PortParameterEntry entry)

    Parameters

    entry PortParameterEntry

    Remarks

    Thread Safety: safe

    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.

    Remarks

    Thread Safety: safe

    Dispose()

    Dispose

    public virtual void Dispose()

    Remarks

    Thread Safety: safe

    SetDefaultValues()

    Sets all item attributes to default value.

    public virtual void SetDefaultValues()

    Remarks

    Thread Safety: safe

    SetValueBinaryNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetValueBinaryNull()

    Remarks

    Thread Safety: safe

    SetValueBitNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetValueBitNull()

    Remarks

    Thread Safety: safe

    SetValueDecimalNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetValueDecimalNull()

    Remarks

    Thread Safety: safe

    SetValueGuidNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetValueGuidNull()

    Remarks

    Thread Safety: safe

    SetValueIntNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetValueIntNull()

    Remarks

    Thread Safety: safe

    SetValueStringNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetValueStringNull()

    Remarks

    Thread Safety: safe

    SetValueTextNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetValueTextNull()

    Remarks

    Thread Safety: safe

    ToString()

    Returns the string representation of the item.

    public override string ToString()

    Returns

    string

    String representation of the item.

    Remarks

    Thread Safety: safe

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

    Remarks

    Thread Safety: safe

    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

    Remarks

    Thread Safety: safe

    © Enreach GmbH