BaseObjectSpace.TypesInfo Property
Gets information on the business classes added to the Application Model (see IModelBOModel).
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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