C# 클래스 DataExport.WS.Controllers.ApiController

상속: CtcApi.Web.Mvc.BaseController
파일 보기 프로젝트 열기: BellevueCollege/DataExport

공개 메소드들

메소드 설명
ApiController ( ) : System

This constructor initializes the BaseController, which provides common functionality like populating ViewBag.Version with the Version of the current MVC application.

ApiController ( ApplicationContext context ) : System

This constructor initializes the BaseController, which provides common functionality like populating ViewBag.Version with the Version of the current MVC application.

Export ( string id ) : System.Web.Mvc.ActionResult

Index ( ) : System.Web.Mvc.ActionResult

메소드 상세

ApiController() 공개 메소드

This constructor initializes the BaseController, which provides common functionality like populating ViewBag.Version with the Version of the current MVC application.
public ApiController ( ) : System
리턴 System

ApiController() 공개 메소드

This constructor initializes the BaseController, which provides common functionality like populating ViewBag.Version with the Version of the current MVC application.
public ApiController ( ApplicationContext context ) : System
context CtcApi.ApplicationContext
리턴 System

Export() 공개 메소드

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

Index() 공개 메소드

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