| 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
Public Function Update(Of TModel As IdentifiedData) (
data As TModel,
asBundle As Boolean
) As TModel
public:
generic<typename TModel>
where TModel : IdentifiedData
TModel Update(
TModel data,
bool asBundle
)
member Update :
data : 'TModel *
asBundle : bool -> 'TModel when '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:
TModelReturns the updated data.
See Also