Click or drag to resize

MdmDataManagerTModelRepointRelationshipsToLocals Method

For any relationship where the local points to a MASTER which is not appropriate for MDM - remove

Namespace: SanteDB.Persistence.MDM.Services.Resources
Assembly: SanteDB.Persistence.MDM (in SanteDB.Persistence.MDM.dll) Version: 3.0.2081-alpha+a75c6ef344438c8f05e3aa0d0480396778be147b
Syntax
public virtual void RepointRelationshipsToLocals(
	TModel local,
	IPrincipal principal,
	List<IdentifiedData> context
)

Parameters

local  TModel
The local record which may be pointing to masters
principal  IPrincipal
The principal under which a local should exist
context  ListIdentifiedData
If the request is part of an existing bundle the bundle
See Also