 | IdentifiedDataGetAnnotationsT Method |
Get annotations of specified T
Namespace: SanteDB.Core.ModelAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic 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
IEnumerableT[Missing <returns> documentation for "M:SanteDB.Core.Model.IdentifiedData.GetAnnotations``1"]
Implements
IAnnotatedResourceGetAnnotationsT
See Also