Click or drag to resize
AbstractInfoProviderTInfo, TProvider, TQuery Properties

The AbstractInfoProviderTInfo, TProvider, TQuery generic type exposes the following members.

Properties
  NameDescription
Public propertyDataSource
Data source for the provider
Public propertyHashtableSettings
Gets hashtable settings
Protected propertyInfoObject
Info object instance the provider is working with.
Public propertyIsValid
Indicates if the provider instance is up-to-date and can be used to manage object instances.
Public propertyStatic memberProviderObject

Gets or sets the provider instance.

Since the providers are managed by IoC container, setting the provider instance must be performed before the IoC container initialization finishes (i.e. during application pre-initialization).

Public propertyTypeInfo
Object type information.
Top
See Also