Class PortParameterEntry
- Namespace
- SWConfigDataClientLib.Proxies.PortManager
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.SubEntrySummary>
public class PortParameterEntry : SObject
- Inheritance
-
PortParameterEntry
- Inherited Members
Constructors
PortParameterEntry()
public PortParameterEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
EntryID
public virtual int EntryID { get; }
Property Value
IsEntryIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsEntryIDNull { get; }
Property Value
IsNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNameNull { get; }
Property Value
IsPortIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPortIDNull { get; }
Property Value
IsValueBinaryNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsValueBinaryNull { get; }
Property Value
IsValueBitNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsValueBitNull { get; }
Property Value
IsValueDecimalNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsValueDecimalNull { get; }
Property Value
IsValueGuidNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsValueGuidNull { get; }
Property Value
IsValueIntNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsValueIntNull { get; }
Property Value
IsValueStringNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsValueStringNull { get; }
Property Value
IsValueTextNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsValueTextNull { get; }
Property Value
IsValueTypeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsValueTypeNull { get; }
Property Value
Name
(Max length is 40.)
public virtual string Name { get; set; }
Property Value
ParentEntry
The parent entry.
public virtual PortEntry ParentEntry { get; }
Property Value
PortID
public virtual int PortID { get; set; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
ValueBinary
public virtual byte[] ValueBinary { get; set; }
Property Value
- byte[]
ValueBit
public virtual bool ValueBit { get; set; }
Property Value
ValueDecimal
public virtual decimal ValueDecimal { get; set; }
Property Value
ValueGuid
public virtual Guid ValueGuid { get; set; }
Property Value
ValueInt
public virtual int ValueInt { get; set; }
Property Value
ValueString
(Max length is 256.)
public virtual string ValueString { get; set; }
Property Value
ValueText
(Max length is 2147483647.)
public virtual string ValueText { get; set; }
Property Value
ValueType
public virtual PortParameterType ValueType { get; set; }
Property Value
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