C# 클래스 WebApp.Controllers.HomeController

상속: Controller
파일 보기 프로젝트 열기: hudl/black-mesa 1 사용 예제들

공개 메소드들

메소드 설명
Config ( ) : System.Web.Mvc.ContentResult
Index ( ) : ActionResult
WriteTsv ( List deploys, String filename ) : void

비공개 메소드들

메소드 설명
ExportAllTime ( ) : void
ExportCurrentMonth ( ) : void
ExportLastMonth ( ) : void

메소드 상세

Config() 공개 메소드

public Config ( ) : System.Web.Mvc.ContentResult
리턴 System.Web.Mvc.ContentResult

Index() 공개 메소드

public Index ( ) : ActionResult
리턴 ActionResult

WriteTsv() 공개 메소드

public WriteTsv ( List deploys, String filename ) : void
deploys List
filename String
리턴 void