Click or drag to resize

MdmEntityDataManagerTModelGetCandidateLocals Method

Gets the candidate locals of a specified master

Namespace: SanteDB.Persistence.MDM.Services.Resources
Assembly: SanteDB.Persistence.MDM (in SanteDB.Persistence.MDM.dll) Version: 3.0.2081-alpha+a75c6ef344438c8f05e3aa0d0480396778be147b
Syntax
public override IQueryResultSet<ITargetedAssociation> GetCandidateLocals(
	Guid masterKey
)

Parameters

masterKey  Guid
The master key to fetch

Return Value

IQueryResultSetITargetedAssociation
The candidate locals which have not been established
See Also