ExtensionMethods.FindVocabularyAnnotations Method
Include Protected Members
Include Inherited Members
Gets an annotatable element?s vocabulary 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 | |
---|---|---|
FindVocabularyAnnotations(IEdmModel, IEdmVocabularyAnnotatable) | Gets an annotatable element's vocabulary annotations defined in a specific model and models referenced by that model. | |
FindVocabularyAnnotations<T>(IEdmModel, IEdmVocabularyAnnotatable, IEdmTerm) | Gets an annotatable element's vocabulary annotations that bind a particular term. | |
FindVocabularyAnnotations<T>(IEdmModel, IEdmVocabularyAnnotatable, String) | Gets an annotatable element's vocabulary annotations that bind a particular term. | |
FindVocabularyAnnotations<T>(IEdmModel, IEdmVocabularyAnnotatable, IEdmTerm, String) | Gets an annotatable element's vocabulary annotations that bind a particular term. | |
FindVocabularyAnnotations<T>(IEdmModel, IEdmVocabularyAnnotatable, String, String) | Gets an annotatable element's vocabulary annotations that bind a particular term. |
Top