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

BaseObjectSpace.TypesInfo Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

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