AbstractInfoProviderTProvider Class |
Namespace: CMS.DataEngine
public abstract class AbstractInfoProvider<TProvider> : BaseAbstractInfoProvider where TProvider : new(), AbstractInfoProvider<TProvider>
The AbstractInfoProviderTProvider type exposes the following members.
Name | Description | |
---|---|---|
AbstractInfoProviderTProvider |
Name | Description | |
---|---|---|
BoundGetInfoByGuid(Guid) |
Gets the info by GUID
(Inherited from BaseAbstractInfoProvider.) | |
BoundGetInfoByGuid(Guid, Int32) |
Gets the info by GUID
(Inherited from BaseAbstractInfoProvider.) | |
BoundGetInfoById |
Gets the info by ID.
(Inherited from BaseAbstractInfoProvider.) | |
BoundGetInfoByName(String) |
Gets the info by code name
(Inherited from BaseAbstractInfoProvider.) | |
BoundGetInfoByName(String, Int32) |
Gets the info by code name
(Inherited from BaseAbstractInfoProvider.) | |
BoundGetInfosByIds |
Gets the info by its type and ID from the appropriate provider.
(Inherited from BaseAbstractInfoProvider.) | |
ClearHashtables(Boolean) |
Clears the object's hashtables.
(Inherited from AbstractProvider.) | |
CreateHashtables |
Creates the provider hashtables
(Inherited from BaseAbstractInfoProvider.) | |
CreateWebFarmTask(String, String) |
Creates web farm task specific for current object and action name
(Inherited from AbstractProvider.) | |
CreateWebFarmTask(String, String, Byte) |
Creates web farm task specific for current object and action name
(Inherited from AbstractProvider.) | |
EnsureProviderObject |
Resets the provider to its original implementation
| |
GetTypeInfo |
Gets the type info for this provider
(Inherited from BaseAbstractInfoProvider.) | |
Init |
Initializes the provider variables.
(Inherited from BaseAbstractInfoProvider.) | |
Invalidate |
Sets this provider as invalid
(Inherited from AbstractProvider.) | |
ProcessWebFarmTask |
Runs the processing of specific web farm task for current provider
(Inherited from BaseAbstractInfoProvider.) | |
RefreshObjectsCounts |
Updates all counts for all sub-objects.
(Inherited from BaseAbstractInfoProvider.) | |
Register |
Registers current provider in providers collection
(Inherited from AbstractProvider.) | |
ResetProvider |
Resets the provider to its original implementation
| |
ResetToDefault |
Resets the provider to default implementation
(Overrides BaseAbstractInfoProviderResetToDefault.) | |
SetAsDefaultProvider |
Sets this provider instance as the default provider
(Overrides AbstractProviderSetAsDefaultProvider.) | |
UseSource |
Sets the provider to use given data as data source
(Inherited from BaseAbstractInfoProvider.) |
Name | Description | |
---|---|---|
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Name | Description | |
---|---|---|
hashtableLock |
Table lock for loading hashtables
(Inherited from BaseAbstractInfoProvider.) | |
infos |
Info tables.
(Inherited from BaseAbstractInfoProvider.) | |
mTypeInfo |
Object type information.
(Inherited from BaseAbstractInfoProvider.) |
Name | Description | |
---|---|---|
DataSource |
Data source for the provider
(Inherited from BaseAbstractInfoProvider.) | |
GenerationColumn | Obsolete.
Column used to filter the data according the generation in which the items should be loaded.
(Inherited from BaseAbstractInfoProvider.) | |
HashtableSettings |
Hashtable settings
(Inherited from BaseAbstractInfoProvider.) | |
InfoType |
Returns the type of the info object for this provider
(Inherited from BaseAbstractInfoProvider.) | |
IsDataAvailable |
Returns true if the data is available for this provider
(Inherited from BaseAbstractInfoProvider.) | |
IsValid |
Indicates if the provider instance is up-to-date and can be used to manage object instances.
(Inherited from AbstractProvider.) | |
LoadHashtables | Obsolete.
Determines the mode in which the hashtables should be loaded. In case the hashtables are loaded through generations, you must also specify the GenerationColumn property.
(Inherited from BaseAbstractInfoProvider.) | |
ProviderName |
Provider name
(Inherited from BaseAbstractInfoProvider.) | |
ProviderObject |
Provider object.
| |
TypeInfo |
Object type information.
(Inherited from BaseAbstractInfoProvider.) | |
UseFullNameHashtable | Obsolete.
If true, the full name hashtable is allowed to be used.
(Inherited from BaseAbstractInfoProvider.) | |
UseGUIDHashtable | Obsolete.
If true, the guid hashtable is allowed to be used.
(Inherited from BaseAbstractInfoProvider.) | |
UseHashtables | Obsolete.
If true, the provider uses hashtables.
(Inherited from BaseAbstractInfoProvider.) | |
UseIDHashtable | Obsolete.
If true, the ID hashtable is allowed to be used.
(Inherited from BaseAbstractInfoProvider.) | |
UseNameHashtable | Obsolete.
If true, the code name hashtable is allowed to be used.
(Inherited from BaseAbstractInfoProvider.) | |
UseWeakReferences | Obsolete.
If true, the weak references are used for the items so the memory can be cleared upon request
(Inherited from BaseAbstractInfoProvider.) |