Name | Description | |
---|---|---|
init | Initializes the DataConnectorService. Called during construction. Inherited from dundas.Component. |
Name | Description | |
---|---|---|
eventsManager | Inherited from dundas.Service. | |
isDisposed | Gets a value indicating whether this instance has been disposed. Inherited from dundas.Component. | |
site | Gets or sets the site that this component is a part of. Inherited from dundas.Component. | |
uniqueId | Gets or sets the unique ID of this component within the site. Inherited from dundas.Component. |
Name | Description | |
---|---|---|
bind | Subscribe a handler for an event. Inherited from dundas.Service. | |
createDataConnector | Creates a data connector based on the data connector given. The ID field should be left blank, as it will be populated after the object is created. | |
createDelegate | Helper for creating delegate functions. Inherited from dundas.Component. | |
createTimeout | Creates a timeout. Inherited from dundas.Component. | |
defineRelationalTabularStructures | Defines (updates or creates) the relational tabular structures for the given data connector ID. | |
deleteDataConnectorById | Deletes the data connector with the specified ID. | |
discoverDataStructures | Discovers the data structures for a specified data connector. | |
discoverSpecifiedDataStructures | Discovers the data structures for a specified data connector. | |
dispatch | Dispatches a call by creating a delegate and running it right away on a timer. Inherited from dundas.Component. | |
dispose | Inherited from dundas.Component. | |
fromJObject | Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class. | |
generateDataConnector | Generates a data connector based on the file resource given. This call will not discover structures, but will auto-select a provider based on the file resource given. | |
getDataConnectorById | Gets the data connector by the given ID. | |
getRelationalTabularStructures | Gets the relational tabular structures for the given data connector ID. | |
getService | Gets the requested service. Inherited from dundas.Component. | |
listStructures | Lists the data structures for a specified data connector. | |
onLoaded | Called when the service is loaded. Inherited from dundas.Service. | |
subscribe | Subscribe or unsubscribe an event handler for an event. Inherited from dundas.Service. | |
subscribeOnce | Subscribe a one time handler for an event. Inherited from dundas.Service. | |
testDataConnector | Tests the given data connector connection. | |
toJSON | Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class. | |
trigger | Triggers an event. Inherited from dundas.Service. | |
unbind | Unsubscribe an event. Inherited from dundas.Service. | |
updateDataConnector | Updates the given data connector. |