C# 클래스 Rhino.Security.Mgmt.Controllers.OperationController

상속: Controller
파일 보기 프로젝트 열기: nexida/Rhino-Security-Administration 1 사용 예제들

공개 메소드들

메소드 설명
Delete ( string stringId ) : System.Web.Mvc.ActionResult
GetAllAsTree ( ) : System.Web.Mvc.ActionResult
Load ( string stringId ) : System.Web.Mvc.ActionResult
OperationController ( Conversation conversation, AutoMapper mapper, Rhino repository, Rhino validator, Rhino stringConverter ) : System
Save ( Rhino item ) : System.Web.Mvc.ActionResult
Search ( System id, string name, string comment, int start, int limit, string sort, string dir ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
BuildTreeViewModel ( IEnumerable operations ) : List

메소드 상세

Delete() 공개 메소드

public Delete ( string stringId ) : System.Web.Mvc.ActionResult
stringId string
리턴 System.Web.Mvc.ActionResult

GetAllAsTree() 공개 메소드

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

Load() 공개 메소드

public Load ( string stringId ) : System.Web.Mvc.ActionResult
stringId string
리턴 System.Web.Mvc.ActionResult

OperationController() 공개 메소드

public OperationController ( Conversation conversation, AutoMapper mapper, Rhino repository, Rhino validator, Rhino stringConverter ) : System
conversation Conversation
mapper AutoMapper
repository Rhino
validator Rhino
stringConverter Rhino
리턴 System

Save() 공개 메소드

public Save ( Rhino item ) : System.Web.Mvc.ActionResult
item Rhino
리턴 System.Web.Mvc.ActionResult

Search() 공개 메소드

public Search ( System id, string name, string comment, int start, int limit, string sort, string dir ) : System.Web.Mvc.ActionResult
id System
name string
comment string
start int
limit int
sort string
dir string
리턴 System.Web.Mvc.ActionResult