C# Class Rebel.Framework.Security.PermissionAttribute

Inheritance: PluginAttribute
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Méthode Description
PermissionAttribute ( string id, string name, string type, UserType userType ) : System

Initializes a new instance of the PermissionAttribute class.

Method Details

PermissionAttribute() public méthode

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.
Résultat System