XafApplication.Setup(String, 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,
IObjectSpaceProvider objectSpaceProvider,
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 |
IObject |
An object that implements the IObject |
modules |
DevExpress. |
An Application |
security | ISecurity |
The ISecurity |
#Remarks
Generally, you do not need to use this method overload. It is for internal use only. Instead, use one of the remaining method overloads; for instance, the overload used by default (without parameters).