 | ConceptRelationshipToDbConceptRelationshipModelMapperMapToSource(DbConceptRelationship) Method |
Performs a reverse map on target to TTarget from TSource
Namespace: SanteDB.Persistence.Data.ModelMapAssembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxpublic ConceptRelationship MapToSource(
DbConceptRelationship instance
)
Public Function MapToSource (
instance As DbConceptRelationship
) As ConceptRelationship
public:
virtual ConceptRelationship^ MapToSource(
DbConceptRelationship^ instance
) sealed
abstract MapToSource :
instance : DbConceptRelationship -> ConceptRelationship
override MapToSource :
instance : DbConceptRelationship -> ConceptRelationship Parameters
- instance DbConceptRelationship
[Missing <param name="instance"/> documentation for "M:SanteDB.Persistence.Data.ModelMap.ConceptRelationshipToDbConceptRelationshipModelMapper.MapToSource(SanteDB.Persistence.Data.Model.Concepts.DbConceptRelationship)"]
Return Value
ConceptRelationship[Missing <returns> documentation for "M:SanteDB.Persistence.Data.ModelMap.ConceptRelationshipToDbConceptRelationshipModelMapper.MapToSource(SanteDB.Persistence.Data.Model.Concepts.DbConceptRelationship)"]
Implements
IModelMapperTSource, TTargetMapToSource(TTarget)
See Also