DataProviderData Class

The DTO object for a DataProviderInfo object.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class DataProviderData : BaseDataContract

The DataProviderData type exposes the following members.

Constructors
  NameDescription
Public methodDataProviderData
Initializes a new instance of the DataProviderData class.
Top
Properties
  NameDescription
Public propertyDescription
Gets the data provider description.
Public propertyHasCustomConfigurationUI
Gets a value indicating whether this data provider is using a custom configuration UI.
Public propertyId
Gets the data provider ID.
Public propertyIsGatewaySupported
Gets a value indicating whether this data provider supports Dundas BI Gateway.
Public propertyIsTabularProvider
Gets a value indicating whether this data provider is a tabular provider which may require a manual structure.
Public propertyName
Gets the data provider name.
Public propertySupportsManualQuery
Gets a value indicating whether this data provider supports manual queries.
Public propertySupportsSessionSchemas
Gets a value indicating whether this data provider supports setting session schemas.
Public propertySupportsTopOneElementDiscovery
Gets a value indicating whether this data provider supports top one element discovery behaviour.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also