C# Class WebDemo.Controllers.TrackingController

Inheritance: Controller
Exibir arquivo Open project: mobile-devices/cloudconnect_dotnet_client

Public Methods

Method Description
AuthorizeFields ( ) : System.Web.Mvc.ContentResult
CsvExport ( string asset = "", int dateKey = 20130228 ) : System.Web.Mvc.FileResult
ExportData ( string asset, int year, int month, int day, int page, int maxItemPerPage = 20 ) : System.Web.Mvc.ContentResult
Index ( string asset = "", int year = 2013, int month = 2, int day = 28 ) : System.Web.Mvc.ActionResult
LoadData ( string asset, int year, int month, int day ) : System.Web.Mvc.ContentResult

Private Methods

Method Description
Drop ( string asset = "", int year = 2013, int month = 2, int day = 28 ) : System.Web.Mvc.ActionResult
WriteCsvCell ( StreamWriter writer, string content ) : void

Method Details

AuthorizeFields() public method

public AuthorizeFields ( ) : System.Web.Mvc.ContentResult
return System.Web.Mvc.ContentResult

CsvExport() public method

public CsvExport ( string asset = "", int dateKey = 20130228 ) : System.Web.Mvc.FileResult
asset string
dateKey int
return System.Web.Mvc.FileResult

ExportData() public method

public ExportData ( string asset, int year, int month, int day, int page, int maxItemPerPage = 20 ) : System.Web.Mvc.ContentResult
asset string
year int
month int
day int
page int
maxItemPerPage int
return System.Web.Mvc.ContentResult

Index() public method

public Index ( string asset = "", int year = 2013, int month = 2, int day = 28 ) : System.Web.Mvc.ActionResult
asset string
year int
month int
day int
return System.Web.Mvc.ActionResult

LoadData() public method

public LoadData ( string asset, int year, int month, int day ) : System.Web.Mvc.ContentResult
asset string
year int
month int
day int
return System.Web.Mvc.ContentResult