XafApplication.Setup(String, IList<IObjectSpaceProvider>, ApplicationModulesManager, ISecurityStrategyBase) Method
Initializes the newly created XafApplication class instance.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public void Setup(
string applicationName,
IList<IObjectSpaceProvider> objectSpaceProviders,
ApplicationModulesManager modulesManager,
ISecurityStrategyBase security
)
#Parameters
Name | Type | Description |
---|---|---|
application |
String | A string value that is the application’s name. This value is assigned to the Xaf |
object |
IList<IObject |
An IList<IObject |
modules |
DevExpress. |
An Application |
security | ISecurity |
The ISecurity |