C# 클래스 CodeGarten.Web.Attributes.StructureOwnerAttribute

상속: System.Web.Mvc.AuthorizeAttribute
파일 보기 프로젝트 열기: CodeGarten/CodeGarten

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
StructureOwnerAttribute ( string structureIdField ) : System

보호된 메소드들

메소드 설명
AuthorizeCore ( HttpContextBase httpContext ) : bool
HandleUnauthorizedRequest ( System.Web.Mvc.AuthorizationContext filterContext ) : void

메소드 상세

AuthorizeCore() 보호된 메소드

protected AuthorizeCore ( HttpContextBase httpContext ) : bool
httpContext HttpContextBase
리턴 bool

HandleUnauthorizedRequest() 보호된 메소드

protected HandleUnauthorizedRequest ( System.Web.Mvc.AuthorizationContext filterContext ) : void
filterContext System.Web.Mvc.AuthorizationContext
리턴 void

StructureOwnerAttribute() 공개 메소드

public StructureOwnerAttribute ( string structureIdField ) : System
structureIdField string
리턴 System