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.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Security
Declaration
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