BaseAbstractInfoProvider Class |
Namespace: CMS.DataEngine
public abstract class BaseAbstractInfoProvider : AbstractProvider
The BaseAbstractInfoProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | BaseAbstractInfoProvider |
Default constructor.
|
![]() | BaseAbstractInfoProvider(ObjectTypeInfo) |
Constructor.
|
Name | Description | |
---|---|---|
![]() | BoundGetInfoByGuid(Guid) |
Gets the info by GUID
|
![]() | BoundGetInfoByGuid(Guid, Int32) |
Gets the info by GUID
|
![]() | BoundGetInfoById |
Gets the info by ID.
|
![]() | BoundGetInfoByName(String) |
Gets the info by code name
|
![]() | BoundGetInfoByName(String, Int32) |
Gets the info by code name
|
![]() | BoundGetInfosByIds |
Gets the info by its type and ID from the appropriate provider.
|
![]() | ClearHashtables(Boolean) |
Clears the object's hashtables.
(Inherited from AbstractProvider.) |
![]() | CreateHashtables |
Creates the provider hashtables
|
![]() | 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.) |
![]() ![]() | GetCodeName |
Gets the code name by the given ID
|
![]() ![]() | GetId |
Gets the ID by the given code name
|
![]() ![]() | GetInfoByGuid(String, Guid, Boolean) |
Gets the info by its type and GUID from the appropriate provider.
|
![]() ![]() | GetInfoByGuid(String, Guid, Int32, Boolean) |
Gets the info by its type and GUID from the appropriate provider.
|
![]() ![]() | GetInfoById |
Gets the info by its type and ID from the appropriate provider.
|
![]() ![]() | GetInfoByName(String, String, Boolean) |
Gets the info by its type and code name from the appropriate provider.
|
![]() ![]() | GetInfoByName(String, String, Int32, Boolean) |
Gets the info by its type and code name from the appropriate provider.
|
![]() ![]() | GetInfoProvider |
Gets the loaded provider by its object type.
|
![]() ![]() | GetInfosByIds |
Gets the info by its type and ID from the appropriate provider.
|
![]() | GetTypeInfo |
Gets the type info for this provider
|
![]() | Init |
Initializes the provider variables.
|
![]() | Invalidate |
Sets this provider as invalid
(Inherited from AbstractProvider.) |
![]() | ProcessWebFarmTask |
Runs the processing of specific web farm task for current provider
(Overrides AbstractProviderProcessWebFarmTask(String, String, Byte).) |
![]() | RefreshObjectsCounts |
Updates all counts for all sub-objects.
|
![]() | Register |
Registers current provider in providers collection
(Inherited from AbstractProvider.) |
![]() | ResetToDefault |
Resets the provider to default implementation
|
![]() | SetAsDefaultProvider |
Sets this provider instance as the default provider
(Inherited from AbstractProvider.) |
![]() | UseSource |
Sets the provider to use given data as data source
|
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 | |
---|---|---|
![]() ![]() | ALL_SITES |
All sites constant for the data retrieval.
|
![]() | hashtableLock |
Table lock for loading hashtables
|
![]() | infos |
Info tables.
|
![]() ![]() | INVALIDATE_COLUMN_NAMES |
Codename for column names invalidation
|
![]() | mTypeInfo |
Object type information.
|
![]() ![]() | UNKNOWN_TYPEINFO |
Type information.
|
Name | Description | |
---|---|---|
![]() | DataSource |
Data source for the provider
|
![]() | GenerationColumn | Obsolete.
Column used to filter the data according the generation in which the items should be loaded.
|
![]() | HashtableSettings |
Hashtable settings
|
![]() | InfoType |
Returns the type of the info object for this provider
|
![]() | IsDataAvailable |
Returns true if the data is available for this provider
|
![]() | 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.
|
![]() | ProviderName |
Provider name
(Overrides AbstractProviderProviderName.) |
![]() | TypeInfo |
Object type information.
|
![]() | UseFullNameHashtable | Obsolete.
If true, the full name hashtable is allowed to be used.
|
![]() | UseGUIDHashtable | Obsolete.
If true, the guid hashtable is allowed to be used.
|
![]() | UseHashtables | Obsolete.
If true, the provider uses hashtables.
|
![]() | UseIDHashtable | Obsolete.
If true, the ID hashtable is allowed to be used.
|
![]() | UseNameHashtable | Obsolete.
If true, the code name hashtable is allowed to be used.
|
![]() | UseWeakReferences | Obsolete.
If true, the weak references are used for the items so the memory can be cleared upon request
|