C# 클래스 Cats.Areas.Hub.Controllers.LetterTemplateController

상속: Cats.Web.Hub.BaseController
파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
Details ( int id ) : System.Web.Mvc.ViewResult
Edit ( int id ) : ActionResult
Index ( ) : ViewResult
LetterBody ( int certificateId, int templateId ) : ActionResult
LetterPreview ( int certificateId ) : ActionResult
LetterTemplateController ( ILetterTemplateService letterTemplateService, IUserProfileService userProfileService ) : System
SelectPrintTemplate ( int certificateId ) : ActionResult

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
Create ( LetterTemplate lettertemplate ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult
Edit ( LetterTemplate lettertemplate ) : ActionResult
SelectPrintTemplate ( PrintCertificateModel model ) : ActionResult

메소드 상세

Create() 공개 메소드

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

Delete() 공개 메소드

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

Details() 공개 메소드

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

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Edit() 공개 메소드

public Edit ( int id ) : ActionResult
id int
리턴 ActionResult

Index() 공개 메소드

public Index ( ) : ViewResult
리턴 ViewResult

LetterBody() 공개 메소드

public LetterBody ( int certificateId, int templateId ) : ActionResult
certificateId int
templateId int
리턴 ActionResult

LetterPreview() 공개 메소드

public LetterPreview ( int certificateId ) : ActionResult
certificateId int
리턴 ActionResult

LetterTemplateController() 공개 메소드

public LetterTemplateController ( ILetterTemplateService letterTemplateService, IUserProfileService userProfileService ) : System
letterTemplateService ILetterTemplateService
userProfileService IUserProfileService
리턴 System

SelectPrintTemplate() 공개 메소드

public SelectPrintTemplate ( int certificateId ) : ActionResult
certificateId int
리턴 ActionResult