[]
Provides functionality to retrieve class and property information from referenced assemblies for object data source binding in the Data Binding Wizard.
public interface IObjectDataSourceProvider
| Name | Description |
|---|---|
| FindReferencedAssemblies() | Discovers and retrieves information about all referenced assemblies available in the current project context. |
| GetClassProperties(string, string) | Retrieves a collection of property names and information for the specified class. |
| GetClasses(string) | Retrieves a collection of class names available in the specified assembly. |