C# Class WebDemo.Controllers.TrackingController

Inheritance: Controller
Afficher le fichier Open project: mobile-devices/cloudconnect_dotnet_client

Méthodes publiques

Méthode 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

Méthode 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 méthode

public AuthorizeFields ( ) : System.Web.Mvc.ContentResult
Résultat System.Web.Mvc.ContentResult

CsvExport() public méthode

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

ExportData() public méthode

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
Résultat System.Web.Mvc.ContentResult

Index() public méthode

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
Résultat System.Web.Mvc.ActionResult

LoadData() public méthode

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