C# Class Rebel.Framework.Security.PermissionAttribute

Inheritance: PluginAttribute
Show file Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
PermissionAttribute ( string id, string name, string type, UserType userType ) : System

Initializes a new instance of the PermissionAttribute class.

Method Details

PermissionAttribute() public method

Initializes a new instance of the PermissionAttribute class.
public PermissionAttribute ( string id, string name, string type, UserType userType ) : System
id string The id.
name string The name.
type string The type.
userType UserType Type of the user.
return System