INativeStructureService Interface

Interface for service providing functionality for getting and saving NativeStructure objects.

Namespace:  Dundas.BI.Entities.DataConnectors
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public interface INativeStructureService : IEntityService<NativeStructure>

The INativeStructureService type exposes the following members.

Methods
  NameDescription
Public methodGet(Guid)
Gets an entity by its ID and revision number.
Public methodGet(Guid, EntityGetOptions)
Gets an entity by its ID and revision number.
(Inherited from IEntityServiceT.)
Public methodGet(String, Guid)
Gets an entity by its name.
(Inherited from IEntityServiceT.)
Public methodGet(Guid, DiscoveryType)
Gets the NativeStructure by specifying the native structure ID and the discovery type.
Public methodGet(Guid, Int64)
Gets an entity by its ID and revision number.
Public methodGet(Guid, Int64, EntityGetOptions)
Gets an entity by its ID and revision number.
(Inherited from IEntityServiceT.)
Public methodGet(String, Guid, EntityGetOptions)
Gets an entity by its name.
(Inherited from IEntityServiceT.)
Public methodGet(String, Guid, Int64)
Gets an entity by its name and revision number.
(Inherited from IEntityServiceT.)
Public methodGet(Guid, DiscoveryType, Boolean)
Gets the NativeStructure by specifying the native structure ID and the discovery type.
Public methodGet(String, Guid, DiscoveryType)
Gets the NativeStructure by specifying the data connector ID and the structure name.
Public methodGet(String, Guid, Int64, EntityGetOptions)
Gets an entity by its name and revision number.
(Inherited from IEntityServiceT.)
Public methodGetNativeStructuresForDataConnector(Guid)
Gets the native structures for data connector.
Public methodGetNativeStructuresForDataConnector(Guid, SupportedDataStructures, DiscoveryType, Boolean)
Gets the native structures for data connector.
Public methodGetUndoContext
Gets the undo context.
(Inherited from IEntityServiceT.)
Public methodRestoreUndoFrame
Restores the entity to the undo frame.
(Inherited from IEntityServiceT.)
Public methodRewire
Rewires the specified entity.
(Inherited from IEntityServiceT.)
Public methodSave(T)
Saves the specified entity.
(Inherited from IEntityServiceT.)
Public methodSave(T, String, Guid, EntityCreationOptions)
Saves the specified entity.
(Inherited from IEntityServiceT.)
Public methodSave(T, String, Guid, Boolean)
Saves the specified entity.
(Inherited from IEntityServiceT.)
Public methodTryRedo
Tries to redo the last change done to the entity.
(Inherited from IEntityServiceT.)
Public methodTryUndo
Tries to undo the last change done to the entity.
(Inherited from IEntityServiceT.)
Top
See Also