Click or drag to resize

HdsiServiceClientUpdateTModel Method (TModel, Boolean)

Updates a specified object.

Namespace:  SanteDB.Messaging.HDSI.Client
Assembly:  SanteDB.Messaging.HDSI.Client (in SanteDB.Messaging.HDSI.Client.dll) Version: 2.2.1
Syntax
public TModel Update<TModel>(
	TModel data,
	bool asBundle
)
where TModel : IdentifiedData

Parameters

data
Type: TModel
The data to be updated.
asBundle
Type: SystemBoolean

[Missing <param name="asBundle"/> documentation for "M:SanteDB.Messaging.HDSI.Client.HdsiServiceClient.Update``1(``0,System.Boolean)"]

Type Parameters

TModel
The type of data to be updated.

Return Value

Type: TModel
Returns the updated data.
See Also