| IdentifiedDatam_annotations Field |
A list of custom tags which were added to this object
Namespace:
SanteDB.Core.Model
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax protected ConcurrentDictionary<Type, List<Object>> m_annotations
Protected m_annotations As ConcurrentDictionary(Of Type, List(Of Object))
protected:
ConcurrentDictionary<Type^, List<Object^>^>^ m_annotations
val mutable m_annotations: ConcurrentDictionary<Type, List<Object>>
Field Value
Type:
ConcurrentDictionaryType,
ListObjectSee Also