IProjectTypes.GetTypes(Func<IDXTypeInfo, Boolean>) Method
Obtains project types that satisfy the specified filtering condition.
Namespace: DevExpress.Entity.ProjectModel
Assembly: DevExpress.Data.v25.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<IDXTypeInfo> | A collection of IDXTypeInfo objects. |
See Also