Click or drag to resize

AuditData Constructor (DateTimeOffset, ActionType, OutcomeIndicator, EventIdentifierType, AuditCode)

Initializes a new instance of the AuditData class.

Namespace:  SanteDB.Core.Auditing
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public AuditData(
	DateTimeOffset timeStamp,
	ActionType actionCode,
	OutcomeIndicator outcome,
	EventIdentifierType eventIdentifier,
	AuditCode eventTypeCode
)

Parameters

timeStamp
Type: SystemDateTimeOffset
The time stamp.
actionCode
Type: SanteDB.Core.AuditingActionType
The action code.
outcome
Type: SanteDB.Core.AuditingOutcomeIndicator
The outcome.
eventIdentifier
Type: SanteDB.Core.AuditingEventIdentifierType
The event identifier.
eventTypeCode
Type: SanteDB.Core.AuditingAuditCode
The event type code.
See Also