Click or drag to resize

UpstreamRepositoryServiceBaseTModel, TWireFormat, TCollectionGet(Guid) Method

Gets the specified model data

Namespace: SanteDB.Client.Upstream.Repositories
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public virtual TModel Get(
	Guid key
)

Parameters

key  Guid
The key.

Return Value

TModel
Returns the model.

Implements

IRepositoryServiceTModelGet(Guid)
See Also