The BaseAbstractInfoProvider type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| BaseAbstractInfoProvider |
Default constructor.
| |
| BaseAbstractInfoProvider(ObjectTypeInfo) |
Constructor.
|
Methods
| 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.) | |
| 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.) | |
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| GetCodeName |
Gets the code name by the given ID
| |
Serves as a hash function for a particular type. (Inherited from | ||
| 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.
| |
Gets the (Inherited from | ||
| GetTypeInfo |
Gets the type info for this provider
| |
| Init |
Initializes the provider variables.
| |
| Invalidate |
Sets this provider as invalid
(Inherited from AbstractProvider.) | |
Creates a shallow copy of the current (Inherited from | ||
| ProcessWebFarmTask |
Runs the processing of specific web farm task for current provider
(Overrides AbstractProvider ProcessWebFarmTask(String, String, Byte ).) | |
| RefreshObjectsCounts |
Updates all counts for all sub-objects.
| |
| Register |
Initializes the provider variables.
(Inherited from AbstractProvider.) | |
| ResetToDefault |
Resets the provider to default implementation
| |
| SetAsDefaultProvider |
Sets this provider instance as the default provider
(Inherited from AbstractProvider.) | |
Returns a string that represents the current object. (Inherited from | ||
| UseSource |
Sets the provider to use given data as data source
|
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 | |
|---|---|---|
| ALL_SITES |
All sites constant for the data retrieval.
| |
| INVALIDATE_COLUMN_NAMES |
Codename for column names invalidation
| |
| mTypeInfo |
Object type information.
| |
| UNKNOWN_TYPEINFO |
Type information.
|
Properties
| Name | Description | |
|---|---|---|
| DataSource |
Data source for the provider
| |
| InfoType |
Returns the type of the info object for this provider
| |
| IsDataAvailable |
Returns true if the data is available for this provider
| |
| IsValid |
Indicates if the provider instance is up-to-date and can be used to manage object instances.
(Inherited from AbstractProvider.) | |
| ProviderName |
Provider name
(Overrides AbstractProvider ProviderName.) | |
| TypeInfo |
Object type information.
|
See Also