C# 클래스 RFH.Controllers.ManageBackupController

상속: Controller
파일 보기 프로젝트 열기: rfharvest/RFH

Private Properties

프로퍼티 타입 설명
Create System.Web.Mvc.ActionResult
Delete System.Web.Mvc.ActionResult
GetFileName string

공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ActionResult
Delete ( string id ) : System.Web.Mvc.ActionResult
Download ( string id ) : System.Web.Mvc.FileResult
Index ( ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
Create ( System.Web.Mvc.FormCollection form ) : System.Web.Mvc.ActionResult
Delete ( string id, System.Web.Mvc.FormCollection form ) : System.Web.Mvc.ActionResult
GetFileName ( string id ) : string

메소드 상세

Create() 공개 메소드

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

Delete() 공개 메소드

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

Download() 공개 메소드

public Download ( string id ) : System.Web.Mvc.FileResult
id string
리턴 System.Web.Mvc.FileResult

Index() 공개 메소드

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