C# 클래스 Quince.Admin.Controllers.EntityController

상속: Controller
파일 보기 프로젝트 열기: occrp/public-person-profiler

공개 메소드들

메소드 설명
Browse ( long id, int page ) : System.Web.Mvc.ActionResult
Details ( long id ) : System.Web.Mvc.ActionResult
RelationType ( long id, long relationType, int page ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
GetDateAmount ( int entityId, int entityType, int otherEntityType ) : System.Web.Mvc.JsonResult
GetEntityAmount ( int entityId, int entityType, int otherEntityType ) : System.Web.Mvc.JsonResult

메소드 상세

Browse() 공개 메소드

public Browse ( long id, int page ) : System.Web.Mvc.ActionResult
id long
page int
리턴 System.Web.Mvc.ActionResult

Details() 공개 메소드

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

RelationType() 공개 메소드

public RelationType ( long id, long relationType, int page ) : System.Web.Mvc.ActionResult
id long
relationType long
page int
리턴 System.Web.Mvc.ActionResult