NonPersistentObjectSpaceProvider(IServiceProvider, ITypesInfo, NonPersistentTypeInfoSource) Constructor
Initializes a new instance of the NonPersistentObjectSpaceProvider class with specified settings.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
serviceProvider | IServiceProvider | An |
typesInfo | ITypesInfo | An ITypesInfo object that provides access to XAF-related information on business classes. |
typeInfoSource | DevExpress.ExpressApp.DC.NonPersistentTypeInfoSource | A source of information on non-persistent business classes. |
See Also