Click or drag to resize

DefaultUpstreamIntegrationServiceGetTModel(Guid, NullableGuid, UpstreamIntegrationQueryControlOptions) Method

Gets a specified model.

Namespace: SanteDB.Client.Upstream.Management
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public TModel Get<TModel>(
	Guid key,
	Guid? versionKey,
	UpstreamIntegrationQueryControlOptions options = null
)
where TModel : IdentifiedData

Parameters

key  Guid
The key of the model.
versionKey  NullableGuid
The version key of the model.
options  UpstreamIntegrationQueryControlOptions  (Optional)
The integrations query options.

Type Parameters

TModel
The type of model data to retrieve.

Return Value

TModel
Returns a model.

Implements

IUpstreamIntegrationServiceGetTModel(Guid, NullableGuid, UpstreamIntegrationQueryControlOptions)
See Also