Click or drag to resize

IDataFlowLogEntry Interface

Represents a single log entry for the datamart

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

The IDataFlowLogEntry type exposes the following members.

Properties
 NameDescription
Public propertyKey Gets or sets the resource key for this resource.
(Inherited from IIdentifiedResource)
Public propertyModifiedOn Gets the last modified timestamp for this resource.
(Inherited from IIdentifiedResource)
Public propertyPriority Gets the priority 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)
Public propertyText Gets the text of the log entry
Public propertyTimestamp Gets the started date of the log entry
Top
See Also