Skip to main content

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

Obtains assemblies containing project types that satisfy the specified filtering condition.

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

IEnumerable<IDXAssemblyInfo> GetTypesPerAssembly(
    Func<IDXTypeInfo, bool> filter
)

Parameters

Name Type Description
filter Func<IDXTypeInfo, Boolean>

A System.Func delegate specifying a filtering condition.

Returns

Type Description
IEnumerable<IDXAssemblyInfo>

A collection of IDXAssemblyInfo objects.

See Also