AbstractInfoProviderTProvider Methods |
The AbstractInfoProviderTProvider generic type exposes the following members.
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.) | |
CreateHashtables |
Creates the provider hashtables
(Inherited from BaseAbstractInfoProvider.) | |
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
| |
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.) | |
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 |
Registers current provider in providers collection
(Inherited from AbstractProvider.) | |
ResetProvider |
Resets the provider to its original implementation
| |
ResetToDefault |
Resets the provider to default implementation
(Overrides BaseAbstractInfoProviderResetToDefault.) | |
SetAsDefaultProvider |
Sets this provider instance as the default provider
(Overrides AbstractProviderSetAsDefaultProvider.) | |
UseSource |
Sets the provider to use given data as data source
(Inherited from BaseAbstractInfoProvider.) |
Name | Description | |
---|---|---|
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
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.) |