Click or drag to resize

MdmEntityDataManagerTModelExtractRelationships Method

Extract relationships of note for the MDM layer

Namespace: SanteDB.Persistence.MDM.Services.Resources
Assembly: SanteDB.Persistence.MDM (in SanteDB.Persistence.MDM.dll) Version: 3.0.2081-alpha+a75c6ef344438c8f05e3aa0d0480396778be147b
Syntax
public override IEnumerable<ISimpleAssociation> ExtractRelationships(
	TModel store
)

Parameters

store  TModel

[Missing <param name="store"/> documentation for "M:SanteDB.Persistence.MDM.Services.Resources.MdmEntityDataManager`1.ExtractRelationships(`0)"]

Return Value

IEnumerableISimpleAssociation

[Missing <returns> documentation for "M:SanteDB.Persistence.MDM.Services.Resources.MdmEntityDataManager`1.ExtractRelationships(`0)"]

See Also