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

IObjectSpace.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

ITypesInfo TypesInfo { get; }

Property Value

Type Description
ITypesInfo

An object that implements the ITypesInfo 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.

If you implement the IObjectSpace interface in the BaseObjectSpace class’ descendant, you don’t have to implement the TypesInfo property. It’s implemented in the BaseObjectSpace class.

See Also