Class RoutingTableAdminView1Entry
- Namespace
- SWConfigDataClientLib.Proxies.Admin
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class RoutingTableAdminView1Entry : SObject
- Inheritance
-
RoutingTableAdminView1Entry
- Inherited Members
Constructors
RoutingTableAdminView1Entry()
public RoutingTableAdminView1Entry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
DayOfWeek
public virtual int DayOfWeek { get; }
Property Value
Description
public virtual string Description { get; set; }
Property Value
Enabled
public virtual bool Enabled { get; set; }
Property Value
EndMinOfDay
public virtual short EndMinOfDay { get; }
Property Value
GrantAccess
public virtual bool GrantAccess { get; set; }
Property Value
GroupRestrictionID
public virtual int GroupRestrictionID { get; set; }
Property Value
GroupRestrictionName
(Max length is 80.)
public virtual string GroupRestrictionName { get; }
Property Value
IsDayOfWeekNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsDayOfWeekNull { get; }
Property Value
IsDescriptionNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsDescriptionNull { get; }
Property Value
IsEnabledNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsEnabledNull { get; }
Property Value
IsEndMinOfDayNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsEndMinOfDayNull { get; }
Property Value
IsGrantAccessNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsGrantAccessNull { get; }
Property Value
IsGroupRestrictionIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsGroupRestrictionIDNull { get; }
Property Value
IsGroupRestrictionNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsGroupRestrictionNameNull { get; }
Property Value
IsLocationRestrictionIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsLocationRestrictionIDNull { get; }
Property Value
IsLocationRestrictionNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsLocationRestrictionNameNull { get; }
Property Value
IsNoFurtherRetriesNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNoFurtherRetriesNull { get; }
Property Value
IsNumberFilterNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNumberFilterNull { get; }
Property Value
IsPortBundleIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPortBundleIDNull { get; }
Property Value
IsPortBundleNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPortBundleNameNull { get; }
Property Value
IsPrefixNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPrefixNull { get; }
Property Value
IsPriorityNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPriorityNull { get; }
Property Value
IsRetriesNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsRetriesNull { get; }
Property Value
IsRoutedNumbersEntryIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsRoutedNumbersEntryIDNull { get; }
Property Value
IsSourceNumberRestrictionNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSourceNumberRestrictionNull { get; }
Property Value
IsStartMinOfDayNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsStartMinOfDayNull { get; }
Property Value
IsUserRestrictionIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsUserRestrictionIDNull { get; }
Property Value
IsUserRestrictionNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsUserRestrictionNameNull { get; }
Property Value
LocationRestrictionID
public virtual int LocationRestrictionID { get; set; }
Property Value
LocationRestrictionName
(Max length is 30.)
public virtual string LocationRestrictionName { get; }
Property Value
NoFurtherRetries
public virtual bool NoFurtherRetries { get; set; }
Property Value
NumberFilter
(Max length is 30.)
public virtual string NumberFilter { get; set; }
Property Value
PortBundleID
public virtual int PortBundleID { get; set; }
Property Value
PortBundleName
(Max length is 50.)
public virtual string PortBundleName { get; set; }
Property Value
Prefix
(Max length is 10.)
public virtual string Prefix { get; set; }
Property Value
Priority
public virtual short Priority { get; set; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
Retries
public virtual short Retries { get; set; }
Property Value
RoutedNumbersEntryID
public virtual int RoutedNumbersEntryID { get; }
Property Value
SourceNumberRestriction
(Max length is 128.)
public virtual string SourceNumberRestriction { get; }
Property Value
StartMinOfDay
public virtual short StartMinOfDay { get; }
Property Value
UserRestrictionID
public virtual int UserRestrictionID { get; set; }
Property Value
UserRestrictionName
(Max length is 80.)
public virtual string UserRestrictionName { get; }
Property Value
Methods
ApplyData(RoutingTableAdminView1Entry)
Applies all data from the Entry object item.
public virtual void ApplyData(RoutingTableAdminView1Entry entry)
Parameters
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual RoutingTableAdminView1Entry Clone()
Returns
- RoutingTableAdminView1Entry
Cloned entry of type RoutingTableAdminView1Entry.
Dispose()
Dispose
public virtual void Dispose()
SetDefaultValues()
Sets all item attributes to default value.
public virtual void SetDefaultValues()
SetGroupRestrictionIDNull()
Set item attribute to Null value (DBNull).
public virtual void SetGroupRestrictionIDNull()
SetLocationRestrictionIDNull()
Set item attribute to Null value (DBNull).
public virtual void SetLocationRestrictionIDNull()
SetUserRestrictionIDNull()
Set item attribute to Null value (DBNull).
public virtual void SetUserRestrictionIDNull()
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