SecurityModule.CustomizeTypesInfo(ITypesInfo) Method
Registers the User and Role types within the ITypesInfo object that supplies metadata on types used in an XAF application.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Security
Declaration
Parameters
Name | Type | Description |
---|---|---|
typesInfo | ITypesInfo | An ITypesInfo object that supplies metadata on types used in an XAF application. |
Remarks
Generally, you do not need to call this method from your code.
See Also