Click or drag to resize

INonVersionedData Interface

IBaseData that is not versioned

Namespace: SanteDB.Core.Model.Interfaces
Assembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntax
public interface INonVersionedData : IBaseData, 
	IIdentifiedResource

The INonVersionedData type exposes the following members.

Properties
 NameDescription
Public propertyCreatedByKey Gets or sets the creator of the data
(Inherited from IBaseData)
Public propertyCreationTime Gets or sets the time when the data was created
(Inherited from IBaseData)
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 propertyObsoletedByKey Gets or sets teh obsoletor of the data
(Inherited from IBaseData)
Public propertyObsoletionTime Gets or sets the time with the data was obsoleted.
(Inherited from IBaseData)
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 propertyUpdatedByKey Gets or sets the provenance of updating
Public propertyUpdatedTime Gets or sets the time of updating
Top
See Also