TypeOperationPermission(Type, String) Constructor
Initializes a new instance of the TypeOperationPermission class.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v25.1.dll
NuGet Package: DevExpress.ExpressApp.Security
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| objectType | Type | A System.Type object which is the secured type. |
| operation | String | A string which is the name of the secured operation. Supported operations are “Read”, “Write”, “Create”, “Delete” and “Navigate”. |
Remarks
If the specified operation is not supported, a System.InvalidOperationException is thrown.
See Also