 | MdmEntityDataManagerTModelGetLocalFor Method |
Get local for specified object
Namespace: SanteDB.Persistence.MDM.Services.ResourcesAssembly: SanteDB.Persistence.MDM (in SanteDB.Persistence.MDM.dll) Version: 3.0.2081-alpha+a75c6ef344438c8f05e3aa0d0480396778be147b
Syntaxpublic override IdentifiedData GetLocalFor(
Guid masterKey,
IPrincipal principal
)
Public Overrides Function GetLocalFor (
masterKey As Guid,
principal As IPrincipal
) As IdentifiedData
public:
virtual IdentifiedData^ GetLocalFor(
Guid masterKey,
IPrincipal^ principal
) override
abstract GetLocalFor :
masterKey : Guid *
principal : IPrincipal -> IdentifiedData
override GetLocalFor :
masterKey : Guid *
principal : IPrincipal -> IdentifiedData Parameters
- masterKey Guid
[Missing <param name="masterKey"/> documentation for "M:SanteDB.Persistence.MDM.Services.Resources.MdmEntityDataManager`1.GetLocalFor(System.Guid,System.Security.Principal.IPrincipal)"]
- principal IPrincipal
[Missing <param name="principal"/> documentation for "M:SanteDB.Persistence.MDM.Services.Resources.MdmEntityDataManager`1.GetLocalFor(System.Guid,System.Security.Principal.IPrincipal)"]
Return Value
IdentifiedData[Missing <returns> documentation for "M:SanteDB.Persistence.MDM.Services.Resources.MdmEntityDataManager`1.GetLocalFor(System.Guid,System.Security.Principal.IPrincipal)"]
See Also