The AbstractInfoProvider TProvider type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
AbstractInfoProvider TProvider |
Methods
Name | Description | |
---|---|---|
BoundGetInfoByGuid(Guid) |
Gets the info by GUID
(Inherited from BaseAbstractInfoProvider.) | |
BoundGetInfoByGuid(Guid, Int32) |
Gets the info by GUID
(Inherited from BaseAbstractInfoProvider.) | |
BoundGetInfoById |
Gets the info by ID.
(Inherited from BaseAbstractInfoProvider.) | |
BoundGetInfoByName(String) |
Gets the info by code name
(Inherited from BaseAbstractInfoProvider.) | |
BoundGetInfoByName(String, Int32) |
Gets the info by code name
(Inherited from BaseAbstractInfoProvider.) | |
BoundGetInfosByIds |
Gets the info by its type and ID from the appropriate provider.
(Inherited from BaseAbstractInfoProvider.) | |
ClearHashtables(Boolean) |
Clears the object's hashtables.
(Inherited from AbstractProvider.) | |
CreateWebFarmTask(String, String) |
Creates web farm task specific for current object and action name
(Inherited from AbstractProvider.) | |
CreateWebFarmTask(String, String, Byte ) |
Creates web farm task specific for current object and action name
(Inherited from AbstractProvider.) | |
EnsureProviderObject |
Resets the provider to its original implementation
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetTypeInfo |
Gets the type info for this provider
(Inherited from BaseAbstractInfoProvider.) | |
Init |
Initializes the provider variables.
(Inherited from BaseAbstractInfoProvider.) | |
Invalidate |
Sets this provider as invalid
(Inherited from AbstractProvider.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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 |
Initializes the provider variables.
(Inherited from AbstractProvider.) | |
ResetProvider |
Resets the provider to its original implementation
| |
ResetToDefault |
Resets the provider to default implementation
(Overrides BaseAbstractInfoProvider ResetToDefault .) | |
SetAsDefaultProvider |
Sets this provider instance as the default provider
(Overrides AbstractProvider SetAsDefaultProvider .) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UseSource |
Sets the provider to use given data as data source
(Inherited from BaseAbstractInfoProvider.) |
Extension Methods
Name | Description | |
---|---|---|
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Fields
Name | Description | |
---|---|---|
mTypeInfo |
Object type information.
(Inherited from BaseAbstractInfoProvider.) |
Properties
Name | Description | |
---|---|---|
DataSource |
Data source for the provider
(Inherited from BaseAbstractInfoProvider.) | |
InfoType |
Returns the type of the info object for this provider
(Inherited from BaseAbstractInfoProvider.) | |
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.) | |
ProviderObject |
Provider object.
| |
TypeInfo |
Object type information.
(Inherited from BaseAbstractInfoProvider.) |
See Also