| HdsiServiceClientCreateTModel Method (TModel, Boolean) |
Creates specified data.
Namespace:
SanteDB.Messaging.HDSI.Client
Assembly:
SanteDB.Messaging.HDSI.Client (in SanteDB.Messaging.HDSI.Client.dll) Version: 2.2.1
Syntax public TModel Create<TModel>(
TModel data,
bool asBundle
)
where TModel : IdentifiedData
Public Function Create(Of TModel As IdentifiedData) (
data As TModel,
asBundle As Boolean
) As TModel
public:
generic<typename TModel>
where TModel : IdentifiedData
TModel Create(
TModel data,
bool asBundle
)
member Create :
data : 'TModel *
asBundle : bool -> 'TModel when 'TModel : IdentifiedData
Parameters
- data
- Type: TModel
The data to be created. - asBundle
- Type: SystemBoolean
[Missing <param name="asBundle"/> documentation for "M:SanteDB.Messaging.HDSI.Client.HdsiServiceClient.Create``1(``0,System.Boolean)"]
Type Parameters
- TModel
- The type of data to be created.
Return Value
Type:
TModelReturns the newly created data.
See Also