Click or drag to resize

VersionedEntityDataTHistoryModelTypePreviousVersionKey Property

Gets or sets the UUID of the previous version of this record

Namespace:  SanteDB.Core.Model
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public virtual Guid? PreviousVersionKey { get; set; }

Property Value

Type: NullableGuid

Implements

IVersionedEntityPreviousVersionKey
See Also