Click or drag to resize

MdmDataManagerGetLocalFor Method

Get the local for masterKey owned by principal

Namespace: SanteDB.Persistence.MDM.Services.Resources
Assembly: SanteDB.Persistence.MDM (in SanteDB.Persistence.MDM.dll) Version: 3.0.2081-alpha+a75c6ef344438c8f05e3aa0d0480396778be147b
Syntax
public abstract IdentifiedData GetLocalFor(
	Guid masterKey,
	IPrincipal principal
)

Parameters

masterKey  Guid

[Missing <param name="masterKey"/> documentation for "M:SanteDB.Persistence.MDM.Services.Resources.MdmDataManager.GetLocalFor(System.Guid,System.Security.Principal.IPrincipal)"]

principal  IPrincipal

[Missing <param name="principal"/> documentation for "M:SanteDB.Persistence.MDM.Services.Resources.MdmDataManager.GetLocalFor(System.Guid,System.Security.Principal.IPrincipal)"]

Return Value

IdentifiedData

[Missing <returns> documentation for "M:SanteDB.Persistence.MDM.Services.Resources.MdmDataManager.GetLocalFor(System.Guid,System.Security.Principal.IPrincipal)"]

See Also