Class PortBundleParameterEntry
- Namespace
- SWConfigDataClientLib.Proxies.PortBundle
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.SubEntrySummary>
public class PortBundleParameterEntry : SObject
- Inheritance
-
PortBundleParameterEntry
- Inherited Members
Remarks
Thread Safety: safe
Constructors
PortBundleParameterEntry()
public PortBundleParameterEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
EntryID
public virtual int EntryID { get; }
Property Value
Remarks
Thread Safety: safe
IsEntryIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsEntryIDNull { get; }
Property Value
Remarks
Thread Safety: safe
IsNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNameNull { get; }
Property Value
Remarks
Thread Safety: safe
IsPortBundleIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPortBundleIDNull { get; }
Property Value
Remarks
Thread Safety: safe
IsValueBinaryNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsValueBinaryNull { get; }
Property Value
Remarks
Thread Safety: safe
IsValueBitNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsValueBitNull { get; }
Property Value
Remarks
Thread Safety: safe
IsValueDecimalNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsValueDecimalNull { get; }
Property Value
Remarks
Thread Safety: safe
IsValueGuidNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsValueGuidNull { get; }
Property Value
Remarks
Thread Safety: safe
IsValueIntNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsValueIntNull { get; }
Property Value
Remarks
Thread Safety: safe
IsValueStringNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsValueStringNull { get; }
Property Value
Remarks
Thread Safety: safe
IsValueTextNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsValueTextNull { get; }
Property Value
Remarks
Thread Safety: safe
IsValueTypeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsValueTypeNull { get; }
Property Value
Remarks
Thread Safety: safe
Name
(Max length is 40.)
public virtual string Name { get; set; }
Property Value
Remarks
Thread Safety: safe
ParentEntry
The parent entry.
public virtual PortBundleEntry ParentEntry { get; }
Property Value
Remarks
Thread Safety: safe
PortBundleID
public virtual int PortBundleID { get; set; }
Property Value
Remarks
Thread Safety: safe
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
ValueBinary
public virtual byte[] ValueBinary { get; set; }
Property Value
- byte[]
Remarks
Thread Safety: safe
ValueBit
public virtual bool ValueBit { get; set; }
Property Value
Remarks
Thread Safety: safe
ValueDecimal
public virtual decimal ValueDecimal { get; set; }
Property Value
Remarks
Thread Safety: safe
ValueGuid
public virtual Guid ValueGuid { get; set; }
Property Value
Remarks
Thread Safety: safe
ValueInt
public virtual int ValueInt { get; set; }
Property Value
Remarks
Thread Safety: safe
ValueString
(Max length is 256.)
public virtual string ValueString { get; set; }
Property Value
Remarks
Thread Safety: safe
ValueText
(Max length is 2147483647.)
public virtual string ValueText { get; set; }
Property Value
Remarks
Thread Safety: safe
ValueType
public virtual PortParameterType ValueType { get; set; }
Property Value
Remarks
Thread Safety: safe
Methods
ApplyData(PortBundleParameterEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(PortBundleParameterEntry entry)
Parameters
entry
PortBundleParameterEntry
Remarks
Thread Safety: safe
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual PortBundleParameterEntry Clone()
Returns
- PortBundleParameterEntry
Cloned entry of type PortBundleParameterEntry.
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