Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public override void CustomizeTypesInfo(
    ITypesInfo typesInfo
)

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