Skip to main content

IProjectTypes.GetTypes(Func<IDXTypeInfo, Boolean>) Method

Obtains project types that satisfy the specified filtering condition.

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

IEnumerable<IDXTypeInfo> GetTypes(
    Func<IDXTypeInfo, bool> filter
)

Parameters

Name Type Description
filter Func<IDXTypeInfo, Boolean>

A System.Func delegate specifying a filtering condition.

Returns

Type Description
IEnumerable<IDXTypeInfo>

A collection of IDXTypeInfo objects.

See Also