C# 클래스 BExIS.Web.Shell.Areas.SAM.Controllers.FeaturePermissionsController

상속: Controller
파일 보기 프로젝트 열기: BEXIS2/Core

공개 메소드들

메소드 설명
Features ( ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
IsFeatureInEveryoneGroup ( long featureId ) : bool
SetFeaturePermission ( long subjectId, long featureId, int value ) : bool
SetFeaturePublicity ( long featureId, bool value ) : bool
Subjects ( long id ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
Subjects_Select ( long id ) : System.Web.Mvc.ActionResult

메소드 상세

Features() 공개 메소드

public Features ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

IsFeatureInEveryoneGroup() 공개 메소드

public IsFeatureInEveryoneGroup ( long featureId ) : bool
featureId long
리턴 bool

SetFeaturePermission() 공개 메소드

public SetFeaturePermission ( long subjectId, long featureId, int value ) : bool
subjectId long
featureId long
value int
리턴 bool

SetFeaturePublicity() 공개 메소드

public SetFeaturePublicity ( long featureId, bool value ) : bool
featureId long
value bool
리턴 bool

Subjects() 공개 메소드

public Subjects ( long id ) : System.Web.Mvc.ActionResult
id long
리턴 System.Web.Mvc.ActionResult