Class RoutedNumberEntry
- Namespace
- SWConfigDataClientLib.Proxies.PortBundle
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.SubEntrySummary>
public class RoutedNumberEntry : SObject
- Inheritance
-
RoutedNumberEntry
- Inherited Members
Remarks
Thread Safety: safe
Constructors
RoutedNumberEntry()
public RoutedNumberEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
Description
(Max length is 128.)
public virtual string Description { get; set; }
Property Value
Remarks
Thread Safety: safe
Enabled
public virtual bool Enabled { get; set; }
Property Value
Remarks
Thread Safety: safe
GrantAccess
public virtual bool GrantAccess { get; set; }
Property Value
Remarks
Thread Safety: safe
GroupRestriction
public virtual int GroupRestriction { get; set; }
Property Value
Remarks
Thread Safety: safe
IsDescriptionNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsDescriptionNull { get; }
Property Value
Remarks
Thread Safety: safe
IsEnabledNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsEnabledNull { get; }
Property Value
Remarks
Thread Safety: safe
IsGrantAccessNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsGrantAccessNull { get; }
Property Value
Remarks
Thread Safety: safe
IsGroupRestrictionNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsGroupRestrictionNull { get; }
Property Value
Remarks
Thread Safety: safe
IsLocationRestrictionNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsLocationRestrictionNull { get; }
Property Value
Remarks
Thread Safety: safe
IsNoFurtherRetriesNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNoFurtherRetriesNull { get; }
Property Value
Remarks
Thread Safety: safe
IsNumberFilterNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNumberFilterNull { 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
IsPrefixNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPrefixNull { get; }
Property Value
Remarks
Thread Safety: safe
IsPriorityNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPriorityNull { get; }
Property Value
Remarks
Thread Safety: safe
IsRetriesNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsRetriesNull { get; }
Property Value
Remarks
Thread Safety: safe
IsRoutedNumbersEntryIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsRoutedNumbersEntryIDNull { get; }
Property Value
Remarks
Thread Safety: safe
IsSourceNumberRestrictionNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSourceNumberRestrictionNull { get; }
Property Value
Remarks
Thread Safety: safe
IsUserRestrictionNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsUserRestrictionNull { get; }
Property Value
Remarks
Thread Safety: safe
LocationRestriction
public virtual int LocationRestriction { get; set; }
Property Value
Remarks
Thread Safety: safe
NoFurtherRetries
public virtual bool NoFurtherRetries { get; set; }
Property Value
Remarks
Thread Safety: safe
NumberFilter
(Max length is 30.)
public virtual string NumberFilter { 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
Prefix
(Max length is 10.)
public virtual string Prefix { get; set; }
Property Value
Remarks
Thread Safety: safe
Priority
public virtual short Priority { get; set; }
Property Value
Remarks
Thread Safety: safe
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
Retries
public virtual short Retries { get; set; }
Property Value
Remarks
Thread Safety: safe
RoutedNumbersEntryID
public virtual int RoutedNumbersEntryID { get; }
Property Value
Remarks
Thread Safety: safe
SourceNumberRestriction
(Max length is 128.)
public virtual string SourceNumberRestriction { get; set; }
Property Value
Remarks
Thread Safety: safe
TimeSliceEntryCollection
Collection of simple configuration items. (TimeSliceEntry)
public virtual TimeSliceEntryCollection TimeSliceEntryCollection { get; }
Property Value
Remarks
Thread Safety: safe
UserRestriction
public virtual int UserRestriction { get; set; }
Property Value
Remarks
Thread Safety: safe
Methods
ApplyData(RoutedNumberEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(RoutedNumberEntry entry)
Parameters
entry
RoutedNumberEntry
Remarks
Thread Safety: safe
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual RoutedNumberEntry Clone()
Returns
- RoutedNumberEntry
Cloned entry of type RoutedNumberEntry.
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
SetDescriptionDefaultValue()
Set item attribute to default value.
public virtual void SetDescriptionDefaultValue()
Remarks
Thread Safety: safe
SetGroupRestrictionNull()
Set item attribute to Null value (DBNull).
public virtual void SetGroupRestrictionNull()
Remarks
Thread Safety: safe
SetLocationRestrictionNull()
Set item attribute to Null value (DBNull).
public virtual void SetLocationRestrictionNull()
Remarks
Thread Safety: safe
SetRetriesDefaultValue()
Set item attribute to default value.
public virtual void SetRetriesDefaultValue()
Remarks
Thread Safety: safe
SetSourceNumberRestrictionNull()
Set item attribute to Null value (DBNull).
public virtual void SetSourceNumberRestrictionNull()
Remarks
Thread Safety: safe
SetUserRestrictionNull()
Set item attribute to Null value (DBNull).
public virtual void SetUserRestrictionNull()
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