Skip to main content

IDXAssemblyInfo.TypesInfo Property

Obtains a collection of types available in the current assembly.

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

IEnumerable<IDXTypeInfo> TypesInfo { get; }

Property Value

Type Description
IEnumerable<IDXTypeInfo>

A collection of IDXTypeInfo objects.

See Also