Click or drag to resize
AbstractProvider Class
Abstract provider.
Inheritance Hierarchy

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public abstract class AbstractProvider

The AbstractProvider type exposes the following members.

Constructors
  NameDescription
Protected methodAbstractProvider
Initializes the provider
Top
Methods
  NameDescription
Public methodStatic memberClearAllHashtables
Clears up hashtables of every single provider object present in the list.
Protected methodClearHashtables(Boolean)
Clears the object's hashtables.
Public methodStatic memberClearHashtables(String, Boolean)
Clears hashtables of the object passed.
Public methodCreateWebFarmTask(String, String)
Creates web farm task specific for current object and action name
Public methodCreateWebFarmTask(String, String, Byte)
Creates web farm task specific for current object and action name
Public methodStatic memberGetProvider
Gets the loaded provider by its object type.
Protected methodInvalidate
Sets this provider as invalid
Protected methodStatic memberInvalidateProviderInternal
Invalidates specific provider.
Public methodProcessWebFarmTask
Runs the processing of specific web farm task for current provider
Protected methodRegister
Registers current provider in providers collection
Public methodSetAsDefaultProvider
Sets this provider instance as the default provider
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
Fields
  NameDescription
Public fieldStatic memberLockProviderTransactions
If true, providers locks context within their transactions
Top
Properties
  NameDescription
Public propertyIsValid
Indicates if the provider instance is up-to-date and can be used to manage object instances.
Protected propertyProviderName
Provider name
Top
Events
  NameDescription
Public eventStatic memberLoadProvider
Event to load provider
Top
See Also