IProjectTypes.GetTypesPerAssembly(Func<IDXTypeInfo, Boolean>) Method
Obtains assemblies containing project types that satisfy the specified filtering condition.
Namespace: DevExpress.Entity.ProjectModel
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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