BaseObjectSpace.TypesInfo Property
In This Article
Gets information on the business classes added to the Application Model (see IModelBOModel).
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public ITypesInfo TypesInfo { get; }
#Property Value
Type | Description |
---|---|
ITypes |
An object that implements the IType |
#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.
See Also