INativeStructureService Interface |
Namespace: Dundas.BI.Entities.DataConnectors
The INativeStructureService type exposes the following members.
Name | Description | |
---|---|---|
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, DiscoveryType) |
Gets the NativeStructure by specifying the native structure ID and the discovery type.
| |
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(Guid, DiscoveryType, Boolean) |
Gets the NativeStructure by specifying the native structure ID and the discovery type.
| |
Get(String, Guid, DiscoveryType) |
Gets the NativeStructure by specifying the data connector ID and the structure name.
| |
Get(String, Guid, Int64, EntityGetOptions) | Gets an entity by its name and revision number. (Inherited from IEntityServiceT.) | |
GetNativeStructuresForDataConnector(Guid) |
Gets the native structures for data connector.
| |
GetNativeStructuresForDataConnector(Guid, SupportedDataStructures, DiscoveryType, Boolean) |
Gets the native structures for data connector.
| |
GetUndoContext | Gets the undo context. (Inherited from IEntityServiceT.) | |
RestoreUndoFrame | Restores the entity to the undo frame. (Inherited from IEntityServiceT.) | |
Rewire | Rewires the specified entity. (Inherited from IEntityServiceT.) | |
Save(T) | Saves the specified entity. (Inherited from IEntityServiceT.) | |
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.) |