C# 클래스 Core.Framework.Permissions.Helpers.PermissionsAttribute

상속: System.Web.Mvc.ActionFilterAttribute
파일 보기 프로젝트 열기: coreframework/Core-Framework

공개 메소드들

메소드 설명
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void

Called by the MVC framework before the action method executes.

PermissionsAttribute ( Int32 operation, Type entityType ) : System

Initializes a new instance of the PermissionsAttribute class.

메소드 상세

OnActionExecuting() 공개 메소드

Called by the MVC framework before the action method executes.
public OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext The filter context.
리턴 void

PermissionsAttribute() 공개 메소드

Initializes a new instance of the PermissionsAttribute class.
public PermissionsAttribute ( Int32 operation, Type entityType ) : System
operation System.Int32 The operation.
entityType System.Type Type of the entity.
리턴 System