Click or drag to resize

MdmDataManagerGetMasterRelationshipFor Method

Get the master record for the specified local record

Namespace: SanteDB.Persistence.MDM.Services.Resources
Assembly: SanteDB.Persistence.MDM (in SanteDB.Persistence.MDM.dll) Version: 3.0.2081-alpha+a75c6ef344438c8f05e3aa0d0480396778be147b
Syntax
public ITargetedAssociation GetMasterRelationshipFor(
	Guid localKey
)

Parameters

localKey  Guid

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

Return Value

ITargetedAssociation

[Missing <returns> documentation for "M:SanteDB.Persistence.MDM.Services.Resources.MdmDataManager.GetMasterRelationshipFor(System.Guid)"]

See Also