ModelStore.GetAnnotations Method
Include Protected Members
Include Inherited Members
Returns all the annotations on the model.
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 | |
---|---|---|
GetAnnotations<TType>() | ||
GetAnnotations() | Returns all the annotations on the model. | |
GetAnnotations(Type) | Returns a list of the annotations on the model that implements the given type. | |
GetAnnotations(ModelIdentifier) | Returns a list of the annotations on the model that matches the given identifiers. | |
GetAnnotations<TType>(ModelIdentifier) | Returns all elements. | |
GetAnnotations(ModelIdentifier, Type) | Returns all annotations that have the given identifier name, and that implement the given type. |
Top