AbstractInfoProvider TProvider  MembersKentico 8.1 API Reference
The AbstractInfoProvider TProvider  type exposes the following members.
Constructors

  NameDescription
Protected methodAbstractInfoProvider TProvider 
Back to Top
Methods

  NameDescription
Protected methodBoundGetInfoByGuid(Guid)
Gets the info by GUID
(Inherited from BaseAbstractInfoProvider.)
Protected methodBoundGetInfoByGuid(Guid, Int32)
Gets the info by GUID
(Inherited from BaseAbstractInfoProvider.)
Protected methodBoundGetInfoById
Gets the info by ID.
(Inherited from BaseAbstractInfoProvider.)
Protected methodBoundGetInfoByName(String)
Gets the info by code name
(Inherited from BaseAbstractInfoProvider.)
Protected methodBoundGetInfoByName(String, Int32)
Gets the info by code name
(Inherited from BaseAbstractInfoProvider.)
Protected methodBoundGetInfosByIds
Gets the info by its type and ID from the appropriate provider.
(Inherited from BaseAbstractInfoProvider.)
Protected methodClearHashtables(Boolean)
Clears the object's hashtables.
(Inherited from AbstractProvider.)
Protected methodCreateHashtables
Creates the provider hashtables
(Inherited from BaseAbstractInfoProvider.)
Public methodCreateWebFarmTask(String, String)
Creates web farm task specific for current object and action name
(Inherited from AbstractProvider.)
Public methodCreateWebFarmTask(String, String,  Byte )
Creates web farm task specific for current object and action name
(Inherited from AbstractProvider.)
Public methodStatic memberEnsureProviderObject
Resets the provider to its original implementation
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodGetTypeInfo
Gets the type info for this provider
(Inherited from BaseAbstractInfoProvider.)
Protected methodInit
Initializes the provider variables.
(Inherited from BaseAbstractInfoProvider.)
Protected methodInvalidate
Sets this provider as invalid
(Inherited from AbstractProvider.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodProcessWebFarmTask
Runs the processing of specific web farm task for current provider
(Inherited from BaseAbstractInfoProvider.)
Public methodRefreshObjectsCounts
Updates all counts for all sub-objects.
(Inherited from BaseAbstractInfoProvider.)
Protected methodRegister
Initializes the provider variables.
(Inherited from AbstractProvider.)
Public methodStatic memberResetProvider
Resets the provider to its original implementation
Public methodResetToDefault
Resets the provider to default implementation
(Overrides BaseAbstractInfoProvider ResetToDefault .)
Public methodSetAsDefaultProvider
Sets this provider instance as the default provider
(Overrides AbstractProvider SetAsDefaultProvider .)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodUseSource
Sets the provider to use given data as data source
(Inherited from BaseAbstractInfoProvider.)
Back to 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.)
Back to Top
Fields

  NameDescription
Protected fieldhashtableLock
Table lock for loading hashtables
(Inherited from BaseAbstractInfoProvider.)
Protected fieldinfos
Info tables.
(Inherited from BaseAbstractInfoProvider.)
Protected fieldmTypeInfo
Object type information.
(Inherited from BaseAbstractInfoProvider.)
Back to Top
Properties

  NameDescription
Protected propertyDataSource
Data source for the provider
(Inherited from BaseAbstractInfoProvider.)
Protected propertyGenerationColumnObsolete.
Column used to filter the data according the generation in which the items should be loaded.
(Inherited from BaseAbstractInfoProvider.)
Public propertyHashtableSettings
Hashtable settings
(Inherited from BaseAbstractInfoProvider.)
Public propertyInfoType
Returns the type of the info object for this provider
(Inherited from BaseAbstractInfoProvider.)
Public propertyIsDataAvailable
Returns true if the data is available for this provider
(Inherited from BaseAbstractInfoProvider.)
Public propertyIsValid
Indicates if the provider instance is up-to-date and can be used to manage object instances.
(Inherited from AbstractProvider.)
Protected propertyLoadHashtablesObsolete.
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.)
Protected propertyProviderName
Provider name
(Inherited from BaseAbstractInfoProvider.)
Public propertyStatic memberProviderObject
Provider object.
Public propertyTypeInfo
Object type information.
(Inherited from BaseAbstractInfoProvider.)
Protected propertyUseFullNameHashtableObsolete.
If true, the full name hashtable is allowed to be used.
(Inherited from BaseAbstractInfoProvider.)
Protected propertyUseGUIDHashtableObsolete.
If true, the guid hashtable is allowed to be used.
(Inherited from BaseAbstractInfoProvider.)
Protected propertyUseHashtablesObsolete.
If true, the provider uses hashtables.
(Inherited from BaseAbstractInfoProvider.)
Protected propertyUseIDHashtableObsolete.
If true, the ID hashtable is allowed to be used.
(Inherited from BaseAbstractInfoProvider.)
Protected propertyUseNameHashtableObsolete.
If true, the code name hashtable is allowed to be used.
(Inherited from BaseAbstractInfoProvider.)
Protected propertyUseWeakReferencesObsolete.
If true, the weak references are used for the items so the memory can be cleared upon request
(Inherited from BaseAbstractInfoProvider.)
Back to Top
See Also