XafApplication(ITypesInfo) Constructor
In This Article
Creates an instance of the XafApplication class and initializes the XafApplication.TypesInfo property to a specified value.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public XafApplication(
ITypesInfo typesInfo
)
#Parameters
Name | Type | Description |
---|---|---|
types |
ITypes |
An ITypes |
#Remarks
This constructor is currently not used. It’s designed for internal requirements.
See Also