Click or drag to resize

IDataFlowExecutionEntry Interface

Datamart execution entry

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

The IDataFlowExecutionEntry type exposes the following members.

Properties
 NameDescription
Public propertyCreatedByKey Gets the user that created this log entry
Public propertyDiagnosticSessionKey Gets the diagnostic session if the execution was run in diagnostic mode
Public propertyFinished Gets the finished date of the log entry
Public propertyKey Gets or sets the resource key for this resource.
(Inherited from IIdentifiedResource)
Public propertyLogEntries Get the log entries
Public propertyModifiedOn Gets the last modified timestamp for this resource.
(Inherited from IIdentifiedResource)
Public propertyOutcome Gets the outcome of the log entry
Public propertyPurpose Gets the type of the log entry
Public propertyStarted Gets the started date of the log entry
Public propertyTag Gets the tag for this resource. The tag is used to calculate whether a resource has changed or not.
(Inherited from IIdentifiedResource)
Top
See Also