DataProviderData Class |
Namespace: Dundas.BI.WebApi.Models
The DataProviderData type exposes the following members.
Name | Description | |
---|---|---|
DataProviderData |
Initializes a new instance of the DataProviderData class.
|
Name | Description | |
---|---|---|
Description |
Gets the data provider description.
| |
HasCustomConfigurationUI |
Gets a value indicating whether this data provider is using a custom configuration UI.
| |
Id |
Gets the data provider ID.
| |
IsGatewaySupported |
Gets a value indicating whether this data provider supports Dundas BI Gateway.
| |
IsTabularProvider |
Gets a value indicating whether this data provider is a tabular provider which may require a manual structure.
| |
Name |
Gets the data provider name.
| |
SupportsManualQuery |
Gets a value indicating whether this data provider supports manual queries.
| |
SupportsSessionSchemas |
Gets a value indicating whether this data provider supports setting session schemas.
| |
SupportsTopOneElementDiscovery |
Gets a value indicating whether this data provider supports top one element discovery behaviour.
| |
UIClassName |
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.) |