Click or drag to resize

IDataFlowExecutionContext Interface

Represents an execution flow context

Namespace: SanteDB.BI.Datamart.DataFlow
Assembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntax
public interface IDataFlowExecutionContext : IDisposable

The IDataFlowExecutionContext type exposes the following members.

Properties
 NameDescription
Public propertyDatamart The datamart that this execution context applies to
Public propertyDiagnosticSession Gets the current diagnostic session on the object
Public propertyKey The data flow execution context
Public propertyPurpose Get the purpose of this execution context
Top
Methods
 NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Public methodGetIntegrator Get an integration implementation for a particular data source
Public methodLog Log to the execution context
Public methodSetOutcome Log the end of the BI execution
Top
See Also