Class ValidPortBundleEntry
- Namespace
- SWConfigDataClientLib.Proxies.InternalNumbers
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class ValidPortBundleEntry : SObject
- Inheritance
-
ValidPortBundleEntry
- Inherited Members
Constructors
ValidPortBundleEntry()
public ValidPortBundleEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
IsNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNameNull { get; }
Property Value
IsPortBundleIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPortBundleIDNull { get; }
Property Value
Name
(Max length is 50.)
public virtual string Name { get; set; }
Property Value
PortBundleID
public virtual int PortBundleID { get; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
Methods
ApplyData(ValidPortBundleEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(ValidPortBundleEntry entry)
Parameters
entry
ValidPortBundleEntry
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual ValidPortBundleEntry Clone()
Returns
- ValidPortBundleEntry
Cloned entry of type ValidPortBundleEntry.
Dispose()
Dispose
public virtual void Dispose()
SetDefaultValues()
Sets all item attributes to default value.
public virtual void SetDefaultValues()
SetNameNull()
Set item attribute to Null value (DBNull).
public virtual void SetNameNull()
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