EdmTypeSemantics.InheritsFrom(IEdmStructuredType, IEdmStructuredType) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si le type de base potentiel se trouve dans la hiérarchie d’héritage du type testé.
public static bool InheritsFrom (this Microsoft.OData.Edm.IEdmStructuredType type, Microsoft.OData.Edm.IEdmStructuredType potentialBaseType);
static member InheritsFrom : Microsoft.OData.Edm.IEdmStructuredType * Microsoft.OData.Edm.IEdmStructuredType -> bool
<Extension()>
Public Function InheritsFrom (type As IEdmStructuredType, potentialBaseType As IEdmStructuredType) As Boolean
Paramètres
- type
- IEdmStructuredType
Type à tester pour la dérivation de l’autre type.
- potentialBaseType
- IEdmStructuredType
Type de base potentiel du type en cours de test.
Retours
True si et uniquement si le type hérite du type de base potentiel.