Class FeatureProfileEnumBase
- Namespace
- SWConfigDataClientLib.Proxies.FeatureProfiles
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EnumBaseSummary>
public abstract class FeatureProfileEnumBase : SWCFEnum<FeatureProfileEnumClient, IFeatureProfileEnum>, SEnum
- Inheritance
-
SWCFProxy<FeatureProfileEnumClient, IFeatureProfileEnum>SWCFEnum<FeatureProfileEnumClient, IFeatureProfileEnum>FeatureProfileEnumBase
- Implements
- Derived
Remarks
Thread Safety: safe
Constructors
FeatureProfileEnumBase(LibManager)
Create instance of FeatureProfileEnumBase.
public FeatureProfileEnumBase(LibManager libManager)
Parameters
libManager
LibManager
Remarks
The connection will be established by the first remote call.
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
_OrderByList
protected static OrderByList _OrderByList
Field Value
objectList
The collection of primary config items
protected FeatureProfilePrimaryCollection objectList
Field Value
Properties
PrimaryCollection
public virtual FeatureProfilePrimaryCollection PrimaryCollection { get; }
Property Value
Remarks
Thread Safety: safe
Methods
Clear()
Removes all items from collection. The removed item list will be cleared also.
public override void Clear()
Remarks
Thread Safety: safe
Count()
Return count of items in collection.
public override int Count()
Returns
Remarks
Thread Safety: safe
GetCurrentObject()
Gets the current FeatureProfileEnumBase.
public virtual FeatureProfileEntry GetCurrentObject()
Returns
- FeatureProfileEntry
The current FeatureProfileEnumBase.
Remarks
Thread Safety: safe
GetCustomExistingEntry(TFeatureProfileEntry)
protected virtual FeatureProfileEntry GetCustomExistingEntry(TFeatureProfileEnum.TFeatureProfileEntry tEntry)
Parameters
tEntry
TFeatureProfileEnum.TFeatureProfileEntry
Returns
Remarks
Thread Safety: safe
GetExistingEntry(TFeatureProfileEntry)
protected virtual FeatureProfileEntry GetExistingEntry(TFeatureProfileEnum.TFeatureProfileEntry tEntry)
Parameters
tEntry
TFeatureProfileEnum.TFeatureProfileEntry
Returns
Remarks
Thread Safety: safe
GetObjectByPrimaryKey(int)
Gets the item identified by the primary key from this collection.
Element of primary key.public virtual FeatureProfileEntry GetObjectByPrimaryKey(int FeatureProfileID)
Parameters
FeatureProfileID
int
Returns
Remarks
Thread Safety: safe
GetOrderByList()
Gets a list of all possible sorting elements.
public virtual OrderByList GetOrderByList()
Returns
- OrderByList
The object OrderByList containing all possible sorting elements.
Remarks
Thread Safety: safe
Reload()
Reloads all entries of the enum. This Methods drops all changes. On greater enumerations this method will be definitly inperformant. All items must exist in database
public virtual void Reload()
Remarks
Thread Safety: safe
Update()
Make all changes peristent. This Methods inserts, deletes and updates items in the database
public virtual void Update()
Remarks
Thread Safety: safe