XpoTypesInfoHelper.ForceInitialize() Method
Forces the initialization of the metadata information on XPO business classes.
Namespace: DevExpress.ExpressApp.Xpo
Assembly: DevExpress.ExpressApp.Xpo.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Xpo
Declaration
Remarks
Since the ForceInitialize method is static, you can call in from any appropriate context.
The XpoTypesInfoHelper.GetXpoTypeInfoSource calls the ForceInitialize method internally. So, there is no need to call ForceInitialize manually before using GetXpoTypeInfoSource.
Refer to the How to: Use XAF Reports in a non-XAF Application topic to see an example on how to use the ForceInitialize method.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ForceInitialize() method.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.