IDataConnectorService Interface |
Namespace: Dundas.BI.Entities.DataConnectors
The IDataConnectorService type exposes the following members.
Name | Description | |
---|---|---|
ChangeDataProvider |
Changes the data provider for existing data connector.
| |
DiscoverSpecifiedStructures(Guid, SupportedDataStructures, ICollectionString) |
Discovers names and descriptions of the native data structures
and saves them into the application database.
Only structures in structureNamesToDiscover will be discovered.
This method also discovers relationships between tables.
| |
DiscoverSpecifiedStructures(Guid, SupportedDataStructures, ICollectionString, Boolean) |
Discovers names and descriptions of the native data structures
and saves them into the application database.
Only structures in structureNamesToDiscover will be discovered.
This method also discovers relationships between tables.
| |
DiscoverStructures(Guid, SupportedDataStructures) |
Discovers names and descriptions of the native data structures
and saves them into the application database.
This method also discovers relationships between tables.
If the data connector has metadata flag Constants.DataConnectorPropertyIgnoreDiscovery,
the method does nothing.
| |
DiscoverStructures(DataConnector, SupportedDataStructures) |
Discovers names and descriptions of the native data structures
and saves them into the application database.
This method also discovers relationships between tables.
| |
DiscoverTabularParameters |
Discovers parameters for tabular data connectors
| |
Get(Guid) | Gets an entity by its ID and revision number. | |
Get(Guid, EntityGetOptions) | Gets an entity by its ID and revision number. (Inherited from IEntityServiceT.) | |
Get(String, Guid) | Gets an entity by its name. (Inherited from IEntityServiceT.) | |
Get(Guid, Int64) | Gets an entity by its ID and revision number. | |
Get(Guid, Int64, EntityGetOptions) | Gets an entity by its ID and revision number. (Inherited from IEntityServiceT.) | |
Get(String, Guid, EntityGetOptions) | Gets an entity by its name. (Inherited from IEntityServiceT.) | |
Get(String, Guid, Int64) | Gets an entity by its name and revision number. (Inherited from IEntityServiceT.) | |
Get(String, Guid, Int64, EntityGetOptions) | Gets an entity by its name and revision number. (Inherited from IEntityServiceT.) | |
GetUndoContext | Gets the undo context. (Inherited from IEntityServiceT.) | |
ListStructures |
Lists the structures that are available for the data connector.
| |
RestoreUndoFrame | Restores the entity to the undo frame. (Inherited from IEntityServiceT.) | |
Rewire | Rewires the specified entity. (Inherited from IEntityServiceT.) | |
Save(DataConnector) | Saves the specified entity. | |
Save(T, String, Guid, EntityCreationOptions) | Saves the specified entity. (Inherited from IEntityServiceT.) | |
Save(T, String, Guid, Boolean) | Saves the specified entity. (Inherited from IEntityServiceT.) | |
TryRedo | Tries to redo the last change done to the entity. (Inherited from IEntityServiceT.) | |
TryUndo | Tries to undo the last change done to the entity. (Inherited from IEntityServiceT.) |