ESRI.ArcGIS.ADF.Web.DataSources | |
IDataSourceDefiner Interface Members | |
See Also Properties Methods Events |
ESRI.ArcGIS.ADF.Web.DataSources Namespace : IDataSourceDefiner Interface |
The following tables list the members exposed by IDataSourceDefiner.
Name | Description | |
---|---|---|
DataSourceType | The type of data source for which an instance is to be defined. | |
ResourceTypes | Types of resources to be discovered using the definer control. | |
ShowDialog | Whether the definer dialog has to be shown. For some data sources, no definer parameters are required. For these cases, ShowDialog can be set to False. GetDataSourceInfo can be called without showing the dialog to get information about the data source and the resources it contains. |
Name | Description | |
---|---|---|
GetDataSourceInfo | Get information about the datasource instance that has been defined. |
Name | Description | |
---|---|---|
DefinitionCanceled | User cancelled defining data source instance. | |
DefinitionCompleted | Control has completed defining data source instance. |