Skip to main content
.NET 6.0+

BaseObjectSpace.TypesInfo Property

Gets information on the business classes added to the Application Model (see IModelBOModel).

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ITypesInfo TypesInfo { get; }

Property Value

Type Description
ITypesInfo

An object that implements the ITypeInfo interface.

Remarks

Use this property to get information on a particular business class. For this purpose, use the ITypesInfo.FindTypeInfo or ITypesInfo.CanInstantiate method of the object returned by this property.

Implements

See Also