Skip to main content

ISolutionTypesProvider.FindTypes(IDXTypeInfo, Predicate<IDXTypeInfo>) Method

Obtains a collection of types that extend the specified base class and satisfy the specified predicate.

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

IEnumerable<IDXTypeInfo> FindTypes(
    IDXTypeInfo baseClass,
    Predicate<IDXTypeInfo> predicate
)

Parameters

Name Type Description
baseClass IDXTypeInfo

An IDXTypeInfo object.

predicate Predicate<IDXTypeInfo>

A System.Predicate delegate.

Returns

Type Description
IEnumerable<IDXTypeInfo>

A collection of IDXTypeInfo objects.

See Also