EdmModelBase.FindDirectlyDerivedTypes(IEdmStructuredType) Method

Definition

Finds a list of types that derive directly from the supplied type.

public abstract System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmStructuredType> FindDirectlyDerivedTypes (Microsoft.OData.Edm.IEdmStructuredType baseType);
abstract member FindDirectlyDerivedTypes : Microsoft.OData.Edm.IEdmStructuredType -> seq<Microsoft.OData.Edm.IEdmStructuredType>
Public MustOverride Function FindDirectlyDerivedTypes (baseType As IEdmStructuredType) As IEnumerable(Of IEdmStructuredType)

Parameters

baseType
IEdmStructuredType

The base type that derived types are being searched for.

Returns

A list of types that derive directly from the base type.

Implements

Applies to