Click or drag to resize
AbstractInfoProviderTProvider Class
Abstract info class provider.
Inheritance Hierarchy

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public abstract class AbstractInfoProvider<TProvider> : BaseAbstractInfoProvider
where TProvider : new(), AbstractInfoProvider<TProvider>

Type Parameters

TProvider

The AbstractInfoProviderTProvider type exposes the following members.

Constructors
Fields
  NameDescription
Protected fieldhashtableLock
Table lock for loading hashtables
(Inherited from BaseAbstractInfoProvider.)
Protected fieldinfos
Info tables.
(Inherited from BaseAbstractInfoProvider.)
Top
Properties
  NameDescription
Protected propertyDataSource
Data source for the provider
(Inherited from BaseAbstractInfoProvider.)
Public propertyHashtableSettings
Hashtable settings
(Inherited from BaseAbstractInfoProvider.)
Public propertyInfoType
Returns the type of the info object for this provider
(Inherited from BaseAbstractInfoProvider.)
Public propertyIsDataAvailable
Returns true if the data is available for this provider
(Inherited from BaseAbstractInfoProvider.)
Public propertyIsValid
Indicates if the provider instance is up-to-date and can be used to manage object instances.
(Inherited from AbstractProvider.)
Protected propertyProviderName
Provider name
(Inherited from BaseAbstractInfoProvider.)
Public propertyStatic memberProviderObject
Provider object.
Public propertyTypeInfo
Object type information.
(Inherited from BaseAbstractInfoProvider.)
Top
Methods
  NameDescription
Protected methodApplySourceTQuery
If the provider has a data source specified, applies this source to the given query. Returns the modified query.
(Inherited from BaseAbstractInfoProvider.)
Protected methodBoundGetInfoByGuid(Guid)
Gets the info by GUID
(Inherited from BaseAbstractInfoProvider.)
Protected methodBoundGetInfoByGuid(Guid, Int32)
Gets the info by GUID
(Inherited from BaseAbstractInfoProvider.)
Protected methodBoundGetInfoById
Gets the info by ID.
(Inherited from BaseAbstractInfoProvider.)
Protected methodBoundGetInfoByName(String)
Gets the info by code name
(Inherited from BaseAbstractInfoProvider.)
Protected methodBoundGetInfoByName(String, Int32)
Gets the info by code name
(Inherited from BaseAbstractInfoProvider.)
Protected methodBoundGetInfosByIds
Gets the info by its type and ID from the appropriate provider.
(Inherited from BaseAbstractInfoProvider.)
Public methodBulkInsertInfos
Bulk inserts the given list of info objects
(Inherited from BaseAbstractInfoProvider.)
Protected methodClearHashtables(Boolean)
Clears the object's hashtables.
(Inherited from AbstractProvider.)
Protected methodCreateHashtables
Creates the provider hashtables
(Inherited from BaseAbstractInfoProvider.)
Public methodCreateWebFarmTask(String, String)
Creates web farm task specific for current object and action name
(Inherited from AbstractProvider.)
Public methodCreateWebFarmTask(String, String, Byte, String)
Creates web farm task specific for current object and action name
(Inherited from AbstractProvider.)
Public methodStatic memberEnsureProviderObject
Resets the provider to its original implementation
Protected methodGetTypeInfo
Gets the type info for this provider
(Inherited from BaseAbstractInfoProvider.)
Protected methodInit
Initializes the provider variables.
(Inherited from BaseAbstractInfoProvider.)
Protected methodInvalidate
Sets this provider as invalid
(Inherited from AbstractProvider.)
Public methodProcessWebFarmTask
Runs the processing of specific web farm task for current provider
(Inherited from BaseAbstractInfoProvider.)
Public methodRefreshObjectsCounts
Updates all counts for all sub-objects.
(Inherited from BaseAbstractInfoProvider.)
Protected methodRegister
Registers current provider in providers collection
(Inherited from AbstractProvider.)
Public methodStatic memberResetProvider
Resets the provider to its original implementation
Public methodResetToDefault
Resets the provider to default implementation
(Overrides BaseAbstractInfoProviderResetToDefault.)
Public methodSetAsDefaultProvider
Sets this provider instance as the default provider
(Overrides AbstractProviderSetAsDefaultProvider.)
Public methodUseSource
Sets the provider to use given data as data source
(Inherited from BaseAbstractInfoProvider.)
Top
See Also