C# 클래스 Rebel.Framework.Security.PermissionAttribute

상속: PluginAttribute
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
PermissionAttribute ( string id, string name, string type, UserType userType ) : System

Initializes a new instance of the PermissionAttribute class.

메소드 상세

PermissionAttribute() 공개 메소드

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.
리턴 System