 | PlaceServicePersistenceServiceDoConvertToInformationModel Method |
Converts an information model dbModel to TModel
Namespace: SanteDB.Persistence.Data.Services.Persistence.EntitiesAssembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxprotected override PlaceService DoConvertToInformationModel(
DataContext context,
DbPlaceService dbModel,
params Object[] referenceObjects
)
Protected Overrides Function DoConvertToInformationModel (
context As DataContext,
dbModel As DbPlaceService,
ParamArray referenceObjects As Object()
) As PlaceService
protected:
virtual PlaceService^ DoConvertToInformationModel(
DataContext^ context,
DbPlaceService^ dbModel,
... array<Object^>^ referenceObjects
) override
abstract DoConvertToInformationModel :
context : DataContext *
dbModel : DbPlaceService *
referenceObjects : Object[] -> PlaceService
override DoConvertToInformationModel :
context : DataContext *
dbModel : DbPlaceService *
referenceObjects : Object[] -> PlaceService Parameters
- context DataContext
- The data context which is being converted on
- dbModel DbPlaceService
- The database model to be converted
- referenceObjects Object
- If this method is called from a CompositeResult then the other data in the composite result
Return Value
PlaceServiceThe converted model
See Also