C# Class Quince.Admin.Controllers.EntityController

Inheritance: Controller
Mostra file Open project: occrp/public-person-profiler

Public Methods

Method Description
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

Private Methods

Method Description
GetDateAmount ( int entityId, int entityType, int otherEntityType ) : System.Web.Mvc.JsonResult
GetEntityAmount ( int entityId, int entityType, int otherEntityType ) : System.Web.Mvc.JsonResult

Method Details

Browse() public method

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

Details() public method

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

RelationType() public method

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