dundas.data.DataProvider Class

 

Inheritance Hierarchy

 
Class
   dundas.data.DataProvider
 

Constructors

 
  Name Description
init Initializes the dundas.data.DataProvider object.
 
 

Properties

 
  Name Description
description Gets or sets the data provider description.
hasCustomConfigurationUI Gets a value indicating whether this data provider is using a custom configuration UI.
id Gets or sets the data provider ID.
isGatewaySupported Gets a value indicating whether this data provider supports gateways.
isTabularProvider Gets a value indicating whether this data provider is a tabular provider.
name Gets or sets the data provider name.
supportsManualQuery Gets a value indicating whether this data provider supports manual queries.
supportsTopOneElementDiscovery Gets a value indicating whether this data provider supports top one element discovery behaviour.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.