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

OperationPermissionBase(String) Constructor

Initializes a new instance of the OperationPermissionBase class.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v18.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