Skip to main content
.NET 6.0+

SecurityModule.AddGeneratorUpdaters(ModelNodesGeneratorUpdaters) Method

Adds Generator Updaters that perform the Application Model customizations required by the Security System.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v23.2.dll

Declaration

public override void AddGeneratorUpdaters(
    ModelNodesGeneratorUpdaters updaters
)

Parameters

Name Type Description
updaters DevExpress.ExpressApp.Model.Core.ModelNodesGeneratorUpdaters

A ModelNodesGeneratorUpdaters collection.

Remarks

The Application Model customizations include adding the My Details, User and Role navigation items, and object access types localization. Generally, you do not need to invoke this method from your code, as this is done automatically.

See Also