| AbstractInfoProviderTInfo, TProvider, TQuery Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.DataEngine
 Syntax
Syntaxpublic abstract class AbstractInfoProvider<TInfo, TProvider, TQuery> : AbstractInfoProvider<TProvider> where TInfo : new(), AbstractInfoBase<TInfo> where TProvider : new(), AbstractInfoProvider<TInfo, TProvider, TQuery> where TQuery : new(), ObjectQueryBase<TQuery, TInfo>
The AbstractInfoProviderTInfo, TProvider, TQuery type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | AbstractInfoProviderTInfo, TProvider, TQuery | 
            Default constructor.
             | 
|  | AbstractInfoProviderTInfo, TProvider, TQuery(Boolean) | 
            Default constructor.
             | 
|  | AbstractInfoProviderTInfo, TProvider, TQuery(ObjectTypeInfo, HashtableSettings) | 
            Default constructor.
             | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | hashtableLock | 
            Table lock for loading hashtables
            (Inherited from BaseAbstractInfoProvider.) | 
|  | infos | 
            Info tables.
            (Inherited from BaseAbstractInfoProvider.) | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DataSource | 
            Data source for the provider
            (Inherited from BaseAbstractInfoProvider.) | 
|  | HashtableSettings | 
            Gets hashtable settings
            (Inherited from BaseAbstractInfoProvider.) | 
|  | InfoObject | 
            Info object instance the provider is working with.
             | 
|  | InfoType | 
            Returns the type of the info object for this provider
            (Overrides BaseAbstractInfoProviderInfoType.) | 
|  | 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.) | 
|  | ProviderName | 
            Provider name
            (Inherited from BaseAbstractInfoProvider.) | 
|   | StoreEmptyValuesInHashtables | 
            If true, provider hashtables store empty values for not found objects to reduce database calls
             | 
|  | TypeInfo | 
            Object type information.
            (Inherited from BaseAbstractInfoProvider.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AddSiteWhereCondition(String, Int32, String, Boolean) | 
            Creates site where condition from the specified parameters and adds it to the original where condition.
             | 
|  | AddSiteWhereCondition(String, Int32, String, Boolean, String) | 
            Creates site where condition from the specified parameters and adds it to the original where condition.
             | 
|  | ApplySourceTQuery | 
            If the provider has a data source specified, applies this source to the given query. Returns the modified query.
            (Inherited from BaseAbstractInfoProvider.) | 
|  | BeginTransaction | 
            Creates a new transaction over this provider.
             | 
|  | BoundGetInfoByFullName | 
            Gets the info object by its full name.
            (Overrides BaseAbstractInfoProviderBoundGetInfoByFullName(String).) | 
|  | BoundGetInfoByGuid(Guid) | 
            Gets the info object by its GUID.
            (Overrides BaseAbstractInfoProviderBoundGetInfoByGuid(Guid).) | 
|  | BoundGetInfoByGuid(Guid, Int32) | 
            Gets the info object by its GUID and site ID.
            (Overrides BaseAbstractInfoProviderBoundGetInfoByGuid(Guid, Int32).) | 
|  | BoundGetInfoById | 
            Gets the info by ID.
            (Overrides BaseAbstractInfoProviderBoundGetInfoById(Int32).) | 
|  | BoundGetInfoByName(String) | 
            Gets the info object by its code name.
            (Overrides BaseAbstractInfoProviderBoundGetInfoByName(String).) | 
|  | BoundGetInfoByName(String, Int32) | 
            Gets the info object by its code name and site Id.
            (Overrides BaseAbstractInfoProviderBoundGetInfoByName(String, Int32).) | 
|  | BoundGetInfosByIds | 
            Gets the list of info objects by their IDs.
            (Overrides BaseAbstractInfoProviderBoundGetInfosByIds(IEnumerableInt32).) | 
|  | BulkDelete | 
            Bulk deletes info objects based on the given condition.
             | 
|  | BulkInsertInfos(IEnumerableBaseInfo) | 
            Bulk inserts the given list of info objects
            (Overrides BaseAbstractInfoProviderBulkInsertInfos(IEnumerableBaseInfo).) | 
|  | BulkInsertInfos(IEnumerableTInfo, BulkInsertSettings) | 
            Bulk inserts the given list of info objects.
             | 
|   | ClearHashtableIfRequired | Obsolete. 
            Clears hashtables when provider is already instantiated.
             | 
|  | ClearHashtables | 
            Clear hashtables.
            (Overrides AbstractProviderClearHashtables(Boolean).) | 
|  | CreateDefaultBulkInsertSettings | 
            Creates bulk insert settings. By default CheckConstraints
            and TableLock flags are set.
             | 
|  | CreateHashtables | 
            Creates the provider hashtables
            (Overrides BaseAbstractInfoProviderCreateHashtables.) | 
|  | CreateInfo(Int32) | 
            Creates an instance of info object.
             | 
|  | CreateInfo(DataRow, Boolean) | 
            Creates a new info object.
             | 
|  | CreateWebFarmTask(String, String) | 
            Creates web farm task specific for current object and action name
            (Inherited from AbstractProvider.) | 
|  | CreateWebFarmTask(String, String, Byte, String) | 
            Creates web farm task specific for current object and action name
            (Inherited from AbstractProvider.) | 
|  | DeleteData(String) | Obsolete. 
            Deletes the data in the database based on the given where condition.
             | 
|  | DeleteData(IWhereCondition) | Obsolete. 
            Deletes the data in the database based on the given where condition.
             | 
|  | DeleteInfo | 
            Deletes the object to the database.
             | 
|  | DeleteObjectFromHashtables | 
            Deletes the object instance from the hashtables.
             | 
|   | ExecuteQuery(String, QueryDataParameters, String, String, Int32, String) | 
            Executes query and returns result as a dataset.
             | 
|   | ExecuteQuery(String, QueryDataParameters, String, String, Int32, String, Int32, Int32, Int32) | 
            Executes query and returns result as a dataset.
             | 
|  | GetBindingWhereCondition(String, Int32) | 
            Gets the where condition to limit the objects to specific binding dependency. Use this method only for 2-keys bindings.
             | 
|  | GetBindingWhereCondition(String, Object) | 
            Gets the where condition to limit the objects to specific binding dependencies. Use this method for 3 and more-keys bindings.
             | 
|  | GetCacheDependency(DataSet, String, String) | 
            Gets the cache dependency for the given object.
             | 
|  | GetCacheDependency(BaseInfo, String, String) | 
            Gets the cache dependency for the given object.
             | 
|   | GetCount | 
            Gets the number of items matching the given condition. Does not check the license when retrieving data.
             | 
|  | GetCountInternal | 
            Gets the number of items matching the given parameters. Does not check the license when retrieving data.
             | 
|  | GetCurrentProvider | 
            Gets the current provider instance
            (Inherited from AbstractInfoProviderTProvider.) | 
|  | GetData(QueryDataParameters, String, String, Int32, String, Boolean, Int32) | 
            Returns the data according to the set of input parameters.
             | 
|  | GetData(QueryDataParameters, String, String, Int32, String, Boolean, Int32, Int32, Int32, Int32) | 
            Returns the data according to the set of input parameters.
             | 
|  | GetDataByColumnT | 
            Returns the data according to the set of input parameters.
             | 
|  | GetDataByGuidColumn | Obsolete. 
            Returns the data according to the set of input parameters.
             | 
|  | GetDataByIntColumn | Obsolete. 
            Returns the data according to the set of input parameters.
             | 
|  | GetDataByStringColumn | Obsolete. 
            Returns the data according to the set of input parameters.
             | 
|  | GetDeleteQuery | 
            Gets the object query that deletes all items matching the query parameters
             | 
|  | GetDependencyCacheKeys(DataSet, String, String) | 
            Gets the cache dependency keys for the given DataSet.
             | 
|  | GetDependencyCacheKeys(GeneralizedInfo, String, String) | 
            Gets collection of dependency keys to be touched when modifying the current object.
             | 
|  | GetEmptyDataSet | 
            Gets the empty data set to be filled by the data
             | 
|   | GetExistingIDs | Obsolete. 
            Filters out all object IDs that do not exist in the database.
             | 
|  | GetExistingIDsInternal | Obsolete. 
            Filters out all object IDs that do not exist in the database.
             | 
|  | GetFullNameDictionary | 
            Creates new dictionary for caching the objects by full name
             | 
|  | GetFullNameWhereCondition | 
            Gets the where condition that searches the object based on the given full name.
            (Inherited from BaseAbstractInfoProvider.) | 
|  | GetGeneralObjectQuery | 
            Gets an object query from the provider
            (Overrides BaseAbstractInfoProviderGetGeneralObjectQuery(Boolean).) | 
|  | GetInfo(ActionTQuery) | 
            Gets an instance of the first info object matching the specified condition.
             | 
|  | GetInfo(IWhereCondition) | 
            Gets an instance of the first info object matching the specified condition.
             | 
|  | GetInfo(String, String) | 
            Gets an instance of the first info object matching the specified condition.
             | 
|  | GetInfoByCodeName(String, Boolean) | 
            Gets an instance of info object based on the given code name.
             | 
|  | GetInfoByCodeName(String, Int32, Boolean) | 
            Gets an instance of info object based on the given code name.
             | 
|  | GetInfoByCodeName(String, Int32, Boolean, Boolean) | 
            Gets an instance of info object based on the given code name.
             | 
|  | GetInfoByCodeName(String, Int32, Int32, Boolean) | 
            Gets an instance of info object based on the given code name.
             | 
|  | GetInfoByColumnT | 
            Gets an instance of info object based on the column value.
             | 
|  | GetInfoByFullName | 
            Gets an instance of info object based on the given full name.
             | 
|  | GetInfoByGuid(Guid, Boolean) | 
            Gets an instance of info object based on the given GUID.
             | 
|  | GetInfoByGuid(Guid, Int32, Boolean) | 
            Gets an instance of info object based on the GUID.
             | 
|  | GetInfoById | 
            Gets an instance of info object based on ID.
             | 
|  | GetInfoByIntColumn | Obsolete. 
            Gets an instance of info object based on the integer column value.
             | 
|  | GetInfoByStringColumn | Obsolete. 
            Gets an instance of info object based on the string column value.
             | 
|  | GetInfosByIds | 
            Gets the list of info objects by their IDs.
             | 
|  | GetObjectQuery | 
            Gets the object query for the provider
             | 
|  | GetObjectQueryInternal | 
            Gets the object query for the provider
             | 
|  | GetParentWhereCondition | 
            Gets the where condition to limit the objects to specific parent.
             | 
|  | GetSingleObject | 
            Gets the object query for the provider
             | 
|  | GetSiteWhereCondition | 
            Gets the where condition to limit the objects to specific site.
             | 
|  | GetTypeInfo | 
            Gets the type info for this provider
            (Inherited from BaseAbstractInfoProvider.) | 
|   | CheckObject | 
            Checks if the given info object is not null. Throws an exception if it is.
             | 
|  | CheckUniqueCodeName | 
            Checks if the object has unique code name. Returns true if the object has unique code name.
             | 
|  | CheckUniqueValues | 
            Checks if a record with the same column values already exists in the database. Returns true if the set of values is unique.
             | 
|  | Init | 
            Initializes the provider with the given type info and hashtable settings
             | 
|  | InitHashtables | Obsolete. 
            Initializes the hashtable settings
             | 
|  | InitHashtableSettings | (Inherited from BaseAbstractInfoProvider.) | 
|  | InitTypeInfoAndRegister | 
            Initializes the provider variables.
            (Inherited from BaseAbstractInfoProvider.) | 
|  | Invalidate | 
            Sets this provider as invalid
            (Inherited from AbstractProvider.) | 
|  | LoadAllInfos | 
            Loads all infos to the hashtable
             | 
|  | LoadInfos | 
            Loads all objects from the database to memory.
             | 
|   | NewInfo | 
            Returns new info object.
             | 
|  | NewTransaction | Obsolete. 
            Creates a new transaction over this provider.
             | 
|  | 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.) | 
|  | RegisterObjectInHashtables | 
            Registers the object instance within the hashtables.
             | 
|  | RemoveOriginalCodeNameFromHashtable | 
            Removes the original object code name from the hashtable
             | 
|  | ResetToDefault | 
            Resets the provider to default implementation
            (Inherited from AbstractInfoProviderTProvider.) | 
|  | SetAsDefaultProvider | 
            Sets this provider instance as the default provider
            (Inherited from AbstractInfoProviderTProvider.) | 
|  | SetInfo | 
            Inserts or Updates the object to the database.
             | 
|  | SortAlphabetically | 
            Sorts the object alphabetically.
             | 
|  | TouchCacheDependencies | 
            Touches the cache dependencies of the given object.
             | 
|  | UpdateData(String, QueryDataParameters, String) | 
            Updates the data in the database based on the given where condition.
             | 
|  | UpdateData(IWhereCondition, IEnumerableKeyValuePairString, Object, Boolean) | 
            Updates the data in the database based on the given where condition.
             | 
|  | UpdateObjectInHashtables | 
            Updates the object instance in the hashtables. Update is different than RegisterObjectInHashtables(TInfo), because it logs task about changing object.
             | 
|  | UseSource(TInfo) | Obsolete. 
            Sets the provider to use given data as data source
             | 
|  | UseSource(DataQuerySource) | Obsolete. 
            Sets the provider to use given data as data source
            (Inherited from BaseAbstractInfoProvider.) | 
|  | ValidateCodeName | 
            Validates the object code name. Returns true if the code name is valid.
             | 
 See Also
See Also