Click or drag to resize
AbstractInfoProviderTProvider Methods

The AbstractInfoProviderTProvider generic type exposes the following members.

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