Skip to main content
.NET 6.0+

OperationPermissionBase(String) Constructor

Initializes a new instance of the OperationPermissionBase class.

Namespace: DevExpress.ExpressApp.Security

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

Declaration

public OperationPermissionBase(
    string operation
)

Parameters

Name Type Description
operation String

A string which specifies the secured operation.

Remarks

The OperationPermissionBase.Operation property is initialized with the value passed to this constructor. If the specified operation is not supported, a System.InvalidOperationException is thrown. See OperationPermissionBase.GetSupportedOperations.

See Also