Permission Class

Definition

Role definition permissions.

public class Permission
type Permission = class
Public Class Permission
Inheritance
Permission

Constructors

Permission()

Initializes a new instance of the Permission class.

Permission(IList<String>, IList<String>, IList<String>, IList<String>)

Initializes a new instance of the Permission class.

Properties

Actions

Gets or sets allowed actions.

DataActions

Gets or sets allowed Data actions.

NotActions

Gets or sets denied actions.

NotDataActions

Gets or sets denied Data actions.

Applies to