| BaseAbstractInfoProvider Methods |
The BaseAbstractInfoProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| BoundGetInfoByGuid(Guid) |
Gets the info by GUID
| |
| BoundGetInfoByGuid(Guid, Int32) |
Gets the info by GUID
| |
| BoundGetInfoById |
Gets the info by ID.
| |
| BoundGetInfoByName(String) |
Gets the info by code name
| |
| BoundGetInfoByName(String, Int32) |
Gets the info by code name
| |
| BoundGetInfosByIds |
Gets the info by its type and ID from the appropriate provider.
| |
| ClearHashtables(Boolean) |
Clears the object's hashtables.
(Inherited from AbstractProvider.) | |
| CreateHashtables |
Creates the provider hashtables
| |
| 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.) | |
| GetCodeName |
Gets the code name by the given ID
| |
| GetId |
Gets the ID by the given code name
| |
| GetInfoByGuid(String, Guid, Boolean) |
Gets the info by its type and GUID from the appropriate provider.
| |
| GetInfoByGuid(String, Guid, Int32, Boolean) |
Gets the info by its type and GUID from the appropriate provider.
| |
| GetInfoById |
Gets the info by its type and ID from the appropriate provider.
| |
| GetInfoByName(String, String, Boolean) |
Gets the info by its type and code name from the appropriate provider.
| |
| GetInfoByName(String, String, Int32, Boolean) |
Gets the info by its type and code name from the appropriate provider.
| |
| GetInfoProvider |
Gets the loaded provider by its object type.
| |
| GetInfosByIds |
Gets the info by its type and ID from the appropriate provider.
| |
| GetTypeInfo |
Gets the type info for this provider
| |
| Init |
Initializes the provider variables.
| |
| Invalidate |
Sets this provider as invalid
(Inherited from AbstractProvider.) | |
| ProcessWebFarmTask |
Runs the processing of specific web farm task for current provider
(Overrides AbstractProviderProcessWebFarmTask(String, String, Byte).) | |
| RefreshObjectsCounts |
Updates all counts for all sub-objects.
| |
| Register |
Registers current provider in providers collection
(Inherited from AbstractProvider.) | |
| ResetToDefault |
Resets the provider to default implementation
| |
| SetAsDefaultProvider |
Sets this provider instance as the default provider
(Inherited from AbstractProvider.) | |
| UseSource |
Sets the provider to use given data as data source
|
| 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.) |