Class PortSelectionEntry
- Namespace
- SWConfigDataClientLib.Proxies.IppbxServer
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class PortSelectionEntry : SObject
- Inheritance
-
PortSelectionEntry
- Inherited Members
Constructors
PortSelectionEntry()
public PortSelectionEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
Description
public virtual string Description { get; set; }
Property Value
IsDescriptionNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsDescriptionNull { get; }
Property Value
IsMatchTypeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsMatchTypeNull { get; }
Property Value
IsNetworkNumberNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNetworkNumberNull { get; }
Property Value
IsNumberIsConfiguredOnTrunkAmbiguousNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNumberIsConfiguredOnTrunkAmbiguousNull { get; }
Property Value
IsNumberIsConfiguredOnTrunkNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNumberIsConfiguredOnTrunkNull { get; }
Property Value
IsNumberNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNumberNull { get; }
Property Value
IsPortIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPortIDNull { get; }
Property Value
IsSuppressNumberNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSuppressNumberNull { get; }
Property Value
MatchType
public virtual PortSelectionMatchType MatchType { get; }
Property Value
NetworkNumber
(Max length is 256.)
public virtual string NetworkNumber { get; }
Property Value
Number
(Max length is 256.)
public virtual string Number { get; set; }
Property Value
NumberIsConfiguredOnTrunk
public virtual bool NumberIsConfiguredOnTrunk { get; set; }
Property Value
NumberIsConfiguredOnTrunkAmbiguous
public virtual bool NumberIsConfiguredOnTrunkAmbiguous { get; set; }
Property Value
PortID
public virtual int PortID { get; set; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
SuppressNumber
(Max length is 128.)
public virtual string SuppressNumber { get; set; }
Property Value
Methods
ApplyData(PortSelectionEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(PortSelectionEntry entry)
Parameters
entry
PortSelectionEntry
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual PortSelectionEntry Clone()
Returns
- PortSelectionEntry
Cloned entry of type PortSelectionEntry.
Dispose()
Dispose
public virtual void Dispose()
SetDefaultValues()
Sets all item attributes to default value.
public virtual void SetDefaultValues()
SetDescriptionNull()
Set item attribute to Null value (DBNull).
public virtual void SetDescriptionNull()
SetNumberIsConfiguredOnTrunkAmbiguousNull()
Set item attribute to Null value (DBNull).
public virtual void SetNumberIsConfiguredOnTrunkAmbiguousNull()
SetNumberIsConfiguredOnTrunkNull()
Set item attribute to Null value (DBNull).
public virtual void SetNumberIsConfiguredOnTrunkNull()
SetNumberNull()
Set item attribute to Null value (DBNull).
public virtual void SetNumberNull()
SetSuppressNumberNull()
Set item attribute to Null value (DBNull).
public virtual void SetSuppressNumberNull()
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