 | EntityAddressComponentToDbEntityAddressComponentModelMapperMapToTarget(EntityAddressComponent) Method |
Maps source from TSource to TTarget
Namespace: SanteDB.Persistence.Data.ModelMapAssembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxpublic DbEntityAddressComponent MapToTarget(
EntityAddressComponent instance
)
Public Function MapToTarget (
instance As EntityAddressComponent
) As DbEntityAddressComponent
public:
virtual DbEntityAddressComponent^ MapToTarget(
EntityAddressComponent^ instance
) sealed
abstract MapToTarget :
instance : EntityAddressComponent -> DbEntityAddressComponent
override MapToTarget :
instance : EntityAddressComponent -> DbEntityAddressComponent Parameters
- instance EntityAddressComponent
[Missing <param name="instance"/> documentation for "M:SanteDB.Persistence.Data.ModelMap.EntityAddressComponentToDbEntityAddressComponentModelMapper.MapToTarget(SanteDB.Core.Model.Entities.EntityAddressComponent)"]
Return Value
DbEntityAddressComponent[Missing <returns> documentation for "M:SanteDB.Persistence.Data.ModelMap.EntityAddressComponentToDbEntityAddressComponentModelMapper.MapToTarget(SanteDB.Core.Model.Entities.EntityAddressComponent)"]
Implements
IModelMapperTSource, TTargetMapToTarget(TSource)
See Also