Click or drag to resize

MdmEntityDataManagerTModelGetAllMdmAssociations Method

Get all associations related to MDM

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<ITargetedAssociation> GetAllMdmAssociations(
	Guid localKey
)

Parameters

localKey  Guid

[Missing <param name="localKey"/> documentation for "M:SanteDB.Persistence.MDM.Services.Resources.MdmEntityDataManager`1.GetAllMdmAssociations(System.Guid)"]

Return Value

IEnumerableITargetedAssociation

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

See Also