IChooseJsonSourcePageView Members
If implemented, provides a view for the Specify JSON Data Location page of the Data Source Wizard.Properties
| Name | Description |
|---|---|
| ConnectionType | If implemented, specifies the type of the connection to a JSON data source. |
| FilePath | If implemented, specifies the path to a JSON file. |
| Json | If implemented, specifies the string with JSON content. |
| PathParameters | |
| QueryParameters | |
| Uri | If implemented, specifies the path to a JSON data source. |
Methods
| Name |
|---|
| SetResultUri(String) |
Events
| Name | Description |
|---|---|
| Changed | If implemented, occurs after settings on the Specify JSON Data Location wizard page have changed. |
See Also