Click or drag to resize
RuleInfoProvider Methods

The RuleInfoProvider type exposes the following members.

Methods
  NameDescription
Protected methodBeginTransaction
Creates a new transaction over this provider.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodBulkDelete
Bulk deletes info objects based on the given condition.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodBulkInsertInfos(IEnumerable<BaseInfo>)
Bulk inserts the given list of info objects
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodBulkInsertInfos(IEnumerable<TInfo>, BulkInsertSettings)
Bulk inserts the given list of info objects.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodCheckUniqueCodeName
Checks if the object has unique code name. Returns true if the object has unique code name.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodCheckUniqueValues
Checks if a record with the same column values already exists in the database. Returns true if the set of values is unique.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodClearHashtables
Clears the object's hashtables.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodCreateDefaultBulkInsertSettings
Creates bulk insert settings. By default CheckConstraints and TableLock flags are set.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodCreateInfo
Creates a new info object.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodCreateWebFarmTask(String, String)
Creates web farm task specific for current object and action name
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodCreateWebFarmTask(String, String,Byte[], String)
Creates web farm task specific for current object and action name
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodDelete
Deletes the info object from the underlying data store.
(Inherited from AbstractInfoProvider<TInfo, TProvider>.)
Protected methodDeleteInfo
Deletes the object to the database.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodDeleteObjectFromHashtables
Deletes the object instance from the hashtables.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodStatic memberDeleteRuleInfo(Int32) Obsolete.
Deletes rule with specified ID.
Public methodStatic memberDeleteRuleInfo(RuleInfo) Obsolete.
Deletes specified rule.
Public methodGet()
Gets the object query for TInfo retrieval.
(Inherited from AbstractInfoProvider<TInfo, TProvider>.)
Public methodGet(Guid)
Gets an instance of info object based on its GUID.
(Inherited from AbstractInfoProvider<TInfo, TProvider>.)
Public methodGet(Int32)
Gets an instance of info object based on its ID.
(Inherited from AbstractInfoProvider<TInfo, TProvider>.)
Public methodGet(String)
Gets an instance of info object based on its code name.
(Inherited from AbstractInfoProvider<TInfo, TProvider>.)
Public methodGet(Guid, Int32)
Gets an instance of info object based on its GUID and site ID.
(Inherited from AbstractInfoProvider<TInfo, TProvider>.)
Public methodGet(String, Int32)
Gets an instance of info object based on its code name and site ID.
(Inherited from AbstractInfoProvider<TInfo, TProvider>.)
Public methodGetAsync(Guid, Nullable<CancellationToken>)
Asynchronously gets an instance of info object based on its GUID.
(Inherited from AbstractInfoProvider<TInfo, TProvider>.)
Public methodGetAsync(Int32, Nullable<CancellationToken>)
Asynchronously gets an instance of info object based on its ID.
(Inherited from AbstractInfoProvider<TInfo, TProvider>.)
Public methodGetAsync(String, Nullable<CancellationToken>)
Asynchronously gets an instance of info object based on its code name.
(Inherited from AbstractInfoProvider<TInfo, TProvider>.)
Public methodGetAsync(Guid, Int32, Nullable<CancellationToken>)
Asynchronously gets an instance of info object based on its GUID and site ID.
(Inherited from AbstractInfoProvider<TInfo, TProvider>.)
Public methodGetAsync(String, Int32, Nullable<CancellationToken>)
Asynchronously gets an instance of info object based on its code name and site ID.
(Inherited from AbstractInfoProvider<TInfo, TProvider>.)
Protected methodGetDeleteQuery
Gets the object query that deletes all items matching the query parameters
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodGetInfoByCodeName(String, Boolean)
Gets an instance of info object based on the given code name.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodGetInfoByCodeName(String, Int32, Boolean)
Gets an instance of info object based on the given code name.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodGetInfoByCodeName(String, Int32, Boolean, Boolean)
Gets an instance of info object based on the given code name.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodGetInfoByCodeName(String, Int32, Int32, Boolean)
Gets an instance of info object based on the given code name.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodGetInfoByCodeNameAsync(String, Boolean, CancellationToken)
Asynchronously gets an instance of info object based on the given code name.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodGetInfoByCodeNameAsync(String, Int32, Boolean, CancellationToken)
Asynchronously gets an instance of info object based on the given code name.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodGetInfoByFullName
Gets an instance of info object based on the given full name.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodGetInfoByGuid(Guid, Boolean)
Gets an instance of info object based on the given GUID.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodGetInfoByGuid(Guid, Int32, Boolean)
Gets an instance of info object based on the GUID.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodGetInfoByGuidAsync(Guid, Boolean, CancellationToken)
Asynchronously gets an instance of info object based on the given GUID.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodGetInfoByGuidAsync(Guid, Int32, Boolean, CancellationToken)
Asynchronously gets an instance of info object based on the GUID.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodGetInfoById
Gets an instance of info object based on ID.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodGetInfoByIdAsync
Asynchronously gets an instance of info object based on ID.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodGetInfosByIds
Gets the list of info objects by their IDs.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodGetObjectQuery
Gets the object query for the provider
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodGetObjectQueryInternal
Gets the object query for the provider
(Inherited from AbstractInfoProvider<TInfo, TProvider>.)
Public methodStatic memberGetRuleInfo(Guid) Obsolete.
Returns rule with specified GUID.
Public methodStatic memberGetRuleInfo(Int32) Obsolete.
Returns rule with specified ID.
Public methodStatic memberGetRules Obsolete.
Returns a query for all the RuleInfo objects.
Protected methodInit
Initializes the provider with the given type info and hashtable settings
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodInitHashtableSettings
Initializes the HashtableSettings based on typeInfo and using settings as default values.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodInitTypeInfoAndRegister
Initializes the provider variables.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodInvalidate
Sets this provider as invalid
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodLoadAllInfos
Loads all infos to the hashtable
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodLoadInfos
Loads all objects from the database to memory.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodStatic memberLoadMacroRules
Returns RuleInfo objects based on macros.
Public methodStatic memberLoadRulesByRuleParameter
Returns RuleInfo objects based on item name (attribute or activity name).
Protected methodLoadRulesByRuleParameterInternal
Returns RuleInfo objects based on item name (attribute or activity name).
Public methodProcessWebFarmTask
Runs the processing of specific web farm task for current provider
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodProcessWebFarmTaskInternal
Runs the processing of specific web farm task for current provider
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodRegisterObjectInHashtables
Registers the object instance within the hashtables.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodRemoveOriginalCodeNameFromHashtable
Removes the original object code name from the hashtable
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodSet
Inserts or updates the info object in the underlying data store.
(Inherited from AbstractInfoProvider<TInfo, TProvider>.)
Public methodSetAsDefaultProvider

Sets this provider instance as the default provider.

Since the providers are managed by IoC container, setting the provider instance must be performed before the IoC container initialization finishes (i.e. during application pre-initialization).

(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodSetInfo
Inserts or Updates the object to the database.
(Overrides AbstractInfoProvider<TInfo, TProvider, TQuery>.SetInfo(TInfo).)
Public methodStatic memberSetRuleInfo Obsolete.
Sets (updates or inserts) specified rule.
Protected methodUpdateData(String, QueryDataParameters, String)
Updates the data in the database based on the given where condition.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodUpdateData(IWhereCondition, IEnumerable<KeyValuePair<String, Object>>, Boolean)
Updates the data in the database based on the given where condition.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Protected methodUpdateObjectInHashtables
Updates the object instance in the hashtables. Update is different than RegisterObjectInHashtables(TInfo), because it logs task about changing object.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Public methodValidateCodeName
Validates the object code name. Returns true if the code name is valid.
(Inherited from AbstractInfoProvider<TInfo, TProvider, TQuery>.)
Top
See Also