IObjectSpaceProvider.TypesInfo Property
Supplies metadata on types used in an XAF application.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
ITypesInfo | An ITypesInfo object which supplies metadata on types used in an XAF application. |
Remarks
This property is used to initialize the BaseObjectSpace.TypesInfo property of the Object Space created by the current Object Space Provider.
See Also