ExtensionMethods.FindVocabularyAnnotations Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
FindVocabularyAnnotations(IEdmModel, IEdmVocabularyAnnotatable) |
Pobiera adnotacje elementu słownictwa zdefiniowane w określonym modelu i modelach, do których odwołuje się ten model. |
FindVocabularyAnnotations<T>(IEdmModel, IEdmVocabularyAnnotatable, String, String) |
Pobiera adnotacje elementu do słownictwa, które wiążą określony termin. |
FindVocabularyAnnotations<T>(IEdmModel, IEdmVocabularyAnnotatable, IEdmTerm, String) |
Pobiera adnotacje elementu do słownictwa, które wiążą określony termin. |
FindVocabularyAnnotations<T>(IEdmModel, IEdmVocabularyAnnotatable, String) |
Pobiera adnotacje elementu do słownictwa, które wiążą określony termin. |
FindVocabularyAnnotations<T>(IEdmModel, IEdmVocabularyAnnotatable, IEdmTerm) |
Pobiera adnotacje elementu do słownictwa, które wiążą określony termin. |
FindVocabularyAnnotations(IEdmModel, IEdmVocabularyAnnotatable)
Pobiera adnotacje elementu słownictwa zdefiniowane w określonym modelu i modelach, do których odwołuje się ten model.
public static System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation> FindVocabularyAnnotations (this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable element);
static member FindVocabularyAnnotations : Microsoft.OData.Edm.IEdmModel * Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable -> seq<Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation>
<Extension()>
Public Function FindVocabularyAnnotations (model As IEdmModel, element As IEdmVocabularyAnnotatable) As IEnumerable(Of IEdmVocabularyAnnotation)
Parametry
- model
- IEdmModel
Model do wyszukania.
- element
- IEdmVocabularyAnnotatable
Element, aby sprawdzić adnotacje.
Zwraca
Adnotacje dołączone do elementu przez ten model lub modele, do których odwołuje się ten model.
Dotyczy
FindVocabularyAnnotations<T>(IEdmModel, IEdmVocabularyAnnotatable, String, String)
Pobiera adnotacje elementu do słownictwa, które wiążą określony termin.
public static System.Collections.Generic.IEnumerable<T> FindVocabularyAnnotations<T> (this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable element, string termName, string qualifier) where T : Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation;
static member FindVocabularyAnnotations : Microsoft.OData.Edm.IEdmModel * Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable * string * string -> seq<'T (requires 'T :> Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation)> (requires 'T :> Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation)
<Extension()>
Public Iterator Function FindVocabularyAnnotations(Of T As IEdmVocabularyAnnotation) (model As IEdmModel, element As IEdmVocabularyAnnotatable, termName As String, qualifier As String) As IEnumerable(Of T)
Parametry typu
- T
Typ zwracanej adnotacji.
Parametry
- model
- IEdmModel
Model do wyszukiwania.
- element
- IEdmVocabularyAnnotatable
Element, aby sprawdzić adnotacje.
- termName
- String
Nazwa terminu do wyszukania.
- qualifier
- String
Kwalifikator do zastosowania.
Zwraca
Adnotacje dołączone do elementu przez ten model lub modele, do których odwołuje się ten model, wiążą termin z danym kwalifikatorem.
Dotyczy
FindVocabularyAnnotations<T>(IEdmModel, IEdmVocabularyAnnotatable, IEdmTerm, String)
Pobiera adnotacje elementu do słownictwa, które wiążą określony termin.
public static System.Collections.Generic.IEnumerable<T> FindVocabularyAnnotations<T> (this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable element, Microsoft.OData.Edm.Vocabularies.IEdmTerm term, string qualifier) where T : Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation;
static member FindVocabularyAnnotations : Microsoft.OData.Edm.IEdmModel * Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable * Microsoft.OData.Edm.Vocabularies.IEdmTerm * string -> seq<'T (requires 'T :> Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation)> (requires 'T :> Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation)
<Extension()>
Public Function FindVocabularyAnnotations(Of T As IEdmVocabularyAnnotation) (model As IEdmModel, element As IEdmVocabularyAnnotatable, term As IEdmTerm, qualifier As String) As IEnumerable(Of T)
Parametry typu
- T
Typ zwracanej adnotacji.
Parametry
- model
- IEdmModel
Model do wyszukiwania.
- element
- IEdmVocabularyAnnotatable
Element, aby sprawdzić adnotacje.
- term
- IEdmTerm
Termin do wyszukania.
- qualifier
- String
Kwalifikator do zastosowania.
Zwraca
Adnotacje dołączone do elementu przez ten model lub modele, do których odwołuje się ten model, wiążą termin z danym kwalifikatorem.
Dotyczy
FindVocabularyAnnotations<T>(IEdmModel, IEdmVocabularyAnnotatable, String)
Pobiera adnotacje elementu do słownictwa, które wiążą określony termin.
public static System.Collections.Generic.IEnumerable<T> FindVocabularyAnnotations<T> (this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable element, string termName) where T : Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation;
static member FindVocabularyAnnotations : Microsoft.OData.Edm.IEdmModel * Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable * string -> seq<'T (requires 'T :> Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation)> (requires 'T :> Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation)
<Extension()>
Public Function FindVocabularyAnnotations(Of T As IEdmVocabularyAnnotation) (model As IEdmModel, element As IEdmVocabularyAnnotatable, termName As String) As IEnumerable(Of T)
Parametry typu
- T
Typ zwracanej adnotacji.
Parametry
- model
- IEdmModel
Model do wyszukiwania.
- element
- IEdmVocabularyAnnotatable
Element, aby sprawdzić adnotacje.
- termName
- String
Nazwa terminu do wyszukania.
Zwraca
Adnotacje dołączone do elementu przez ten model lub modele, do których odwołuje się ten model, które wiążą termin.
Dotyczy
FindVocabularyAnnotations<T>(IEdmModel, IEdmVocabularyAnnotatable, IEdmTerm)
Pobiera adnotacje elementu do słownictwa, które wiążą określony termin.
public static System.Collections.Generic.IEnumerable<T> FindVocabularyAnnotations<T> (this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable element, Microsoft.OData.Edm.Vocabularies.IEdmTerm term) where T : Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation;
static member FindVocabularyAnnotations : Microsoft.OData.Edm.IEdmModel * Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable * Microsoft.OData.Edm.Vocabularies.IEdmTerm -> seq<'T (requires 'T :> Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation)> (requires 'T :> Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation)
<Extension()>
Public Function FindVocabularyAnnotations(Of T As IEdmVocabularyAnnotation) (model As IEdmModel, element As IEdmVocabularyAnnotatable, term As IEdmTerm) As IEnumerable(Of T)
Parametry typu
- T
Typ zwracanej adnotacji.
Parametry
- model
- IEdmModel
Model do wyszukiwania.
- element
- IEdmVocabularyAnnotatable
Element, aby sprawdzić adnotacje.
- term
- IEdmTerm
Termin do wyszukania.
Zwraca
Adnotacje dołączone do elementu przez ten model lub modele, do których odwołuje się ten model, które wiążą termin.