| VersionedEntityDataTHistoryModelTypeGetPreviousVersion Method |
Gets the previous version or loads it from the database if needed
Namespace:
SanteDB.Core.Model
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax public virtual THistoryModelType GetPreviousVersion()
Public Overridable Function GetPreviousVersion As THistoryModelType
public:
virtual THistoryModelType GetPreviousVersion()
abstract GetPreviousVersion : unit -> 'THistoryModelType
override GetPreviousVersion : unit -> 'THistoryModelType
Return Value
Type:
THistoryModelType[Missing <returns> documentation for "M:SanteDB.Core.Model.VersionedEntityData`1.GetPreviousVersion"]
See Also