BaseAbstractInfoProvider Properties |
The BaseAbstractInfoProvider type exposes the following members.
Name | Description | |
---|---|---|
DataSource |
Data source for the provider
| |
GenerationColumn | Obsolete.
Column used to filter the data according the generation in which the items should be loaded.
| |
HashtableSettings |
Hashtable settings
| |
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.) | |
LoadHashtables | Obsolete.
Determines the mode in which the hashtables should be loaded. In case the hashtables are loaded through generations, you must also specify the GenerationColumn property.
| |
ProviderName |
Provider name
(Overrides AbstractProviderProviderName.) | |
TypeInfo |
Object type information.
| |
UseFullNameHashtable | Obsolete.
If true, the full name hashtable is allowed to be used.
| |
UseGUIDHashtable | Obsolete.
If true, the guid hashtable is allowed to be used.
| |
UseHashtables | Obsolete.
If true, the provider uses hashtables.
| |
UseIDHashtable | Obsolete.
If true, the ID hashtable is allowed to be used.
| |
UseNameHashtable | Obsolete.
If true, the code name hashtable is allowed to be used.
| |
UseWeakReferences | Obsolete.
If true, the weak references are used for the items so the memory can be cleared upon request
|