Skip to main content
A newer version of this page is available. .

ISolutionTypesProvider.GetTypes() Method

Obtains a collection of available types.

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

IEnumerable<IDXTypeInfo> GetTypes()

Returns

Type Description
IEnumerable<IDXTypeInfo>

A collection of IDXTypeInfo objects.

See Also