Partager via


ExtensionMethods.GetDerivedTypeConstraints Méthode

Définition

Surcharges

GetDerivedTypeConstraints(IEdmModel, IEdmNavigationSource)

Obtient la collection de nom de type qualifié pour le terme Org.OData.Validation.V1.DerivedTypeConstraint à partir d’une source de navigation.

GetDerivedTypeConstraints(IEdmModel, IEdmVocabularyAnnotatable)

Obtient la collection de nom de type qualifié pour le terme Org.OData.Validation.V1.DerivedTypeConstraint à partir d’une annotatable cible.

GetDerivedTypeConstraints(IEdmModel, IEdmNavigationSource)

Obtient la collection de nom de type qualifié pour le terme Org.OData.Validation.V1.DerivedTypeConstraint à partir d’une source de navigation.

public static System.Collections.Generic.IEnumerable<string> GetDerivedTypeConstraints (this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.IEdmNavigationSource navigationSource);
static member GetDerivedTypeConstraints : Microsoft.OData.Edm.IEdmModel * Microsoft.OData.Edm.IEdmNavigationSource -> seq<string>
<Extension()>
Public Function GetDerivedTypeConstraints (model As IEdmModel, navigationSource As IEdmNavigationSource) As IEnumerable(Of String)

Paramètres

model
IEdmModel

Modèle référencé.

navigationSource
IEdmNavigationSource

Source de navigation.

Retours

Null ou une chaîne de collection de nom de type qualifié.

S’applique à

GetDerivedTypeConstraints(IEdmModel, IEdmVocabularyAnnotatable)

Obtient la collection de nom de type qualifié pour le terme Org.OData.Validation.V1.DerivedTypeConstraint à partir d’une annotatable cible.

public static System.Collections.Generic.IEnumerable<string> GetDerivedTypeConstraints (this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable target);
static member GetDerivedTypeConstraints : Microsoft.OData.Edm.IEdmModel * Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable -> seq<string>
<Extension()>
Public Function GetDerivedTypeConstraints (model As IEdmModel, target As IEdmVocabularyAnnotatable) As IEnumerable(Of String)

Paramètres

model
IEdmModel

Modèle référencé.

target
IEdmVocabularyAnnotatable

Annotatable cible pour rechercher l’annotation.

Retours

Null ou une chaîne de collection de nom de type qualifié.

S’applique à