BaseAbstractInfoProvider MembersKentico 8.0 API Reference
The BaseAbstractInfoProvider type exposes the following members.
Constructors

  NameDescription
Protected methodBaseAbstractInfoProvider 
Default constructor.
Protected methodBaseAbstractInfoProvider(ObjectTypeInfo)
Constructor.
Back to Top
Methods

  NameDescription
Protected methodBoundGetInfoByGuid(Guid)
Gets the info by GUID
Protected methodBoundGetInfoByGuid(Guid, Int32)
Gets the info by GUID
Protected methodBoundGetInfoById
Gets the info by ID.
Protected methodBoundGetInfoByName(String)
Gets the info by code name
Protected methodBoundGetInfoByName(String, Int32)
Gets the info by code name
Protected methodBoundGetInfosByIds
Gets the info by its type and ID from the appropriate provider.
Protected methodClearHashtables(Boolean)
Clears the object's hashtables.
(Inherited from AbstractProvider.)
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 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 methodStatic memberGetCodeName
Gets the code name by the given ID
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodStatic memberGetId
Gets the ID by the given code name
Public methodStatic memberGetInfoByGuid(String, Guid, Boolean)
Gets the info by its type and GUID from the appropriate provider.
Public methodStatic memberGetInfoByGuid(String, Guid, Int32, Boolean)
Gets the info by its type and GUID from the appropriate provider.
Public methodStatic memberGetInfoById
Gets the info by its type and ID from the appropriate provider.
Public methodStatic memberGetInfoByName(String, String, Boolean)
Gets the info by its type and code name from the appropriate provider.
Public methodStatic memberGetInfoByName(String, String, Int32, Boolean)
Gets the info by its type and code name from the appropriate provider.
Public methodStatic memberGetInfoProvider
Gets the loaded provider by its object type.
Public methodStatic memberGetInfosByIds
Gets the info by its type and ID from the appropriate provider.
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodGetTypeInfo
Gets the type info for this provider
Protected methodInit
Initializes the provider variables.
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
(Overrides AbstractProvider ProcessWebFarmTask(String, String,  Byte ).)
Public methodRefreshObjectsCounts
Updates all counts for all sub-objects.
Protected methodRegister
Initializes the provider variables.
(Inherited from AbstractProvider.)
Public methodResetToDefault
Resets the provider to default implementation
Public methodSetAsDefaultProvider
Sets this provider instance as the default provider
(Inherited from AbstractProvider.)
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
Back to Top
Extension Methods

  NameDescription
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
Public fieldStatic memberALL_SITES
All sites constant for the data retrieval.
Public fieldStatic memberINVALIDATE_COLUMN_NAMES
Codename for column names invalidation
Protected fieldmTypeInfo
Object type information.
Public fieldStatic memberUNKNOWN_TYPEINFO
Type information.
Back to Top
Properties

  NameDescription
Protected propertyDataSource
Data source for the provider
Public propertyInfoType
Returns the type of the info object for this provider
Public propertyIsDataAvailable
Returns true if the data is available for this provider
Public propertyIsValid
Indicates if the provider instance is up-to-date and can be used to manage object instances.
(Inherited from AbstractProvider.)
Protected propertyProviderName
Provider name
(Overrides AbstractProvider ProviderName.)
Public propertyTypeInfo
Object type information.
Back to Top
See Also