| IdentifiedDataGetAnnotationsT Method |
Get annotations of specified T
Namespace:
SanteDB.Core.Model
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax public virtual IEnumerable<T> GetAnnotations<T>()
Public Overridable Function GetAnnotations(Of T) As IEnumerable(Of T)
public:
generic<typename T>
virtual IEnumerable<T>^ GetAnnotations()
abstract GetAnnotations : unit -> IEnumerable<'T>
override GetAnnotations : unit -> IEnumerable<'T>
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:SanteDB.Core.Model.IdentifiedData.GetAnnotations``1"]
Return Value
Type:
IEnumerableT[Missing <returns> documentation for "M:SanteDB.Core.Model.IdentifiedData.GetAnnotations``1"]
Implements
IAnnotatedResourceGetAnnotationsTSee Also