| IViewModelSerializerGetLoadedObject Method |
Get loaded object from delay load cache
Namespace:
SanteDB.Core.Applets.ViewModel
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.481-alpha
Syntax Object GetLoadedObject(
Guid key
)
Function GetLoadedObject (
key As Guid
) As Object
Object^ GetLoadedObject(
Guid key
)
abstract GetLoadedObject :
key : Guid -> Object
Parameters
- key
- Type: SystemGuid
[Missing <param name="key"/> documentation for "M:SanteDB.Core.Applets.ViewModel.IViewModelSerializer.GetLoadedObject(System.Guid)"]
Return Value
Type:
Object[Missing <returns> documentation for "M:SanteDB.Core.Applets.ViewModel.IViewModelSerializer.GetLoadedObject(System.Guid)"]
See Also