 | MdmDataManagerTModelRepointRelationshipsToLocals Method |
For any relationship where the local points to a MASTER which is not appropriate for MDM - remove
Namespace: SanteDB.Persistence.MDM.Services.ResourcesAssembly: SanteDB.Persistence.MDM (in SanteDB.Persistence.MDM.dll) Version: 3.0.2081-alpha+a75c6ef344438c8f05e3aa0d0480396778be147b
Syntaxpublic virtual void RepointRelationshipsToLocals(
TModel local,
IPrincipal principal,
List<IdentifiedData> context
)
Public Overridable Sub RepointRelationshipsToLocals (
local As TModel,
principal As IPrincipal,
context As List(Of IdentifiedData)
)
public:
virtual void RepointRelationshipsToLocals(
TModel local,
IPrincipal^ principal,
List<IdentifiedData^>^ context
)
abstract RepointRelationshipsToLocals :
local : 'TModel *
principal : IPrincipal *
context : List<IdentifiedData> -> unit
override RepointRelationshipsToLocals :
local : 'TModel *
principal : IPrincipal *
context : List<IdentifiedData> -> unit 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