Click or drag to resize

IRepositoryServiceTModelGet Method (Guid, Guid)

Gets the specified model data at the specified version

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
TModel Get(
	Guid key,
	Guid versionKey
)

Parameters

key
Type: SystemGuid
The key.
versionKey
Type: SystemGuid
The key of the version.

Return Value

Type: TModel
Returns the model.
See Also