Compartir a través de


ExtensionMethods.FindVocabularyAnnotations Método

Definición

Sobrecargas

FindVocabularyAnnotations(IEdmModel, IEdmVocabularyAnnotatable)

Obtiene las anotaciones de vocabulario de un elemento Annotatable definidas en un modelo concreto y los modelos a los que dicho modelo hace referencia.

FindVocabularyAnnotations<T>(IEdmModel, IEdmVocabularyAnnotatable, String, String)

Obtiene las anotaciones de vocabulario de un elemento Annotatable que enlazan un término determinado.

FindVocabularyAnnotations<T>(IEdmModel, IEdmVocabularyAnnotatable, IEdmTerm, String)

Obtiene las anotaciones de vocabulario de un elemento Annotatable que enlazan un término determinado.

FindVocabularyAnnotations<T>(IEdmModel, IEdmVocabularyAnnotatable, String)

Obtiene las anotaciones de vocabulario de un elemento Annotatable que enlazan un término determinado.

FindVocabularyAnnotations<T>(IEdmModel, IEdmVocabularyAnnotatable, IEdmTerm)

Obtiene las anotaciones de vocabulario de un elemento Annotatable que enlazan un término determinado.

FindVocabularyAnnotations(IEdmModel, IEdmVocabularyAnnotatable)

Obtiene las anotaciones de vocabulario de un elemento Annotatable definidas en un modelo concreto y los modelos a los que dicho modelo hace referencia.

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)

Parámetros

model
IEdmModel

Modelo que se va a buscar.

element
IEdmVocabularyAnnotatable

Elemento cuyas anotaciones se van a comprobar.

Devoluciones

Anotaciones adjuntas al elemento por este modelo o por modelos a los que hace referencia este modelo.

Se aplica a

FindVocabularyAnnotations<T>(IEdmModel, IEdmVocabularyAnnotatable, String, String)

Obtiene las anotaciones de vocabulario de un elemento Annotatable que enlazan un término determinado.

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)

Parámetros de tipo

T

Tipo de la anotación que se va a devolver.

Parámetros

model
IEdmModel

Modelo que se va a buscar.

element
IEdmVocabularyAnnotatable

Elemento cuyas anotaciones se van a comprobar.

termName
String

Nombre del término que se va a buscar.

qualifier
String

Calificador que se va a aplicar.

Devoluciones

Anotaciones adjuntas al elemento por este modelo o por modelos a los que hace referencia este modelo que enlazan el término con el calificador especificado.

Se aplica a

FindVocabularyAnnotations<T>(IEdmModel, IEdmVocabularyAnnotatable, IEdmTerm, String)

Obtiene las anotaciones de vocabulario de un elemento Annotatable que enlazan un término determinado.

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)

Parámetros de tipo

T

Tipo de la anotación que se va a devolver.

Parámetros

model
IEdmModel

Modelo que se va a buscar.

element
IEdmVocabularyAnnotatable

Elemento cuyas anotaciones se van a comprobar.

term
IEdmTerm

Término que se va a buscar.

qualifier
String

Calificador que se va a aplicar.

Devoluciones

Anotaciones adjuntas al elemento por este modelo o por modelos a los que hace referencia este modelo que enlazan el término con el calificador especificado.

Se aplica a

FindVocabularyAnnotations<T>(IEdmModel, IEdmVocabularyAnnotatable, String)

Obtiene las anotaciones de vocabulario de un elemento Annotatable que enlazan un término determinado.

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)

Parámetros de tipo

T

Tipo de la anotación que se va a devolver.

Parámetros

model
IEdmModel

Modelo que se va a buscar.

element
IEdmVocabularyAnnotatable

Elemento cuyas anotaciones se van a comprobar.

termName
String

Nombre del término que se va a buscar.

Devoluciones

Anotaciones adjuntas al elemento por este modelo o por modelos a los que hace referencia este modelo que enlazan el término.

Se aplica a

FindVocabularyAnnotations<T>(IEdmModel, IEdmVocabularyAnnotatable, IEdmTerm)

Obtiene las anotaciones de vocabulario de un elemento Annotatable que enlazan un término determinado.

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)

Parámetros de tipo

T

Tipo de la anotación que se va a devolver.

Parámetros

model
IEdmModel

Modelo que se va a buscar.

element
IEdmVocabularyAnnotatable

Elemento cuyas anotaciones se van a comprobar.

term
IEdmTerm

Término que se va a buscar.

Devoluciones

Anotaciones adjuntas al elemento por este modelo o por modelos a los que hace referencia este modelo que enlazan el término.

Se aplica a