C# 클래스 BinaryStudio.ClientManager.WebUi.Controllers.InquiriesController

상속: Controller
파일 보기 프로젝트 열기: titarenko/ClientManager 1 사용 예제들

공개 메소드들

메소드 설명
Admin ( ) : System.Web.Mvc.ViewResult
All ( ) : System.Web.Mvc.ViewResult

shows all inquiries

Details ( int id ) : System.Web.Mvc.ViewResult

GET: /Inquiries/5

Edit ( int id ) : System.Web.Mvc.ViewResult
Index ( ) : System.Web.Mvc.ViewResult

GET: /Inquiries/

InquiriesController ( IRepository repository ) : System
MailMessage ( int id ) : System.Web.Mvc.ActionResult
Month ( ) : System.Web.Mvc.ViewResult
Week ( ) : System.Web.Mvc.ViewResult

비공개 메소드들

메소드 설명
AddComment ( int inquiryId, string text ) : System.Web.Mvc.JsonResult
AddTag ( int inquiryId, int tagId ) : void
AssignTo ( int inquiryId, int employeeId ) : void
Edit ( int id, Inquiry inquiry ) : System.Web.Mvc.ViewResult
MoveTo ( int inquiryId, DateTime date ) : void
ToArchive ( int id ) : void

메소드 상세

Admin() 공개 메소드

public Admin ( ) : System.Web.Mvc.ViewResult
리턴 System.Web.Mvc.ViewResult

All() 공개 메소드

shows all inquiries
public All ( ) : System.Web.Mvc.ViewResult
리턴 System.Web.Mvc.ViewResult

Details() 공개 메소드

GET: /Inquiries/5
public Details ( int id ) : System.Web.Mvc.ViewResult
id int
리턴 System.Web.Mvc.ViewResult

Edit() 공개 메소드

public Edit ( int id ) : System.Web.Mvc.ViewResult
id int
리턴 System.Web.Mvc.ViewResult

Index() 공개 메소드

GET: /Inquiries/
public Index ( ) : System.Web.Mvc.ViewResult
리턴 System.Web.Mvc.ViewResult

InquiriesController() 공개 메소드

public InquiriesController ( IRepository repository ) : System
repository IRepository
리턴 System

MailMessage() 공개 메소드

public MailMessage ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult

Month() 공개 메소드

public Month ( ) : System.Web.Mvc.ViewResult
리턴 System.Web.Mvc.ViewResult

Week() 공개 메소드

public Week ( ) : System.Web.Mvc.ViewResult
리턴 System.Web.Mvc.ViewResult