ModelStore.GetAllAnnotations Method
Include Protected Members
Include Inherited Members
Returns all annotations.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetAllAnnotations() | Returns a list of all annotations. | |
GetAllAnnotations<TType>() | Returns a list of the annotations on the model that implements the given type. | |
GetAllAnnotations(Type) | ||
GetAllAnnotations(ModelIdentifier) | Returns a list of all annotations that are named with the provided identifier. | |
GetAllAnnotations<TType>(ModelIdentifier) | Returns all annotations that implement the given type. | |
GetAllAnnotations(ModelIdentifier, Type) |
Top