 | MdmDataManagerGetLocalFor Method |
Get the local for masterKey owned by principal
Namespace: SanteDB.Persistence.MDM.Services.ResourcesAssembly: SanteDB.Persistence.MDM (in SanteDB.Persistence.MDM.dll) Version: 3.0.2081-alpha+a75c6ef344438c8f05e3aa0d0480396778be147b
Syntaxpublic abstract IdentifiedData GetLocalFor(
Guid masterKey,
IPrincipal principal
)
Public MustOverride Function GetLocalFor (
masterKey As Guid,
principal As IPrincipal
) As IdentifiedData
public:
virtual IdentifiedData^ GetLocalFor(
Guid masterKey,
IPrincipal^ principal
) abstract
abstract GetLocalFor :
masterKey : Guid *
principal : IPrincipal -> IdentifiedData 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