C# Class Sequencing.WeatherApp.Controllers.DefaultController

Inheritance: ControllerBase
ファイルを表示 Open project: SequencingDOTcom/Weather-My-Way-RTP-app

Public Properties

Property Type Description
log log4net.ILog
rootObj Sequencing.WeatherApp.Controllers.WeatherUnderground.LocationVerifier.RootObject

Public Methods

Method Description
CheckForJobRefresh ( System.DateTime jobdt ) : bool

Checks if dashboard page shall be renewed

GetIcon ( string icon, bool night = false ) : System.Web.Mvc.ActionResult
Logout ( ) : System.Web.Mvc.ActionResult

Logs out user

Private Methods

Method Description
About ( ) : System.Web.Mvc.ActionResult
AuthCallback ( string code ) : System.Web.Mvc.ActionResult
CheckApp ( string jobId, string jobId2 ) : System.Web.Mvc.ActionResult
CheckAppCompletion ( string jobId, string jobId2 ) : bool
FillLocationBox ( string city ) : System.Web.Mvc.JsonResult
GoToResults ( ) : System.Web.Mvc.ActionResult
Location ( ) : System.Web.Mvc.ActionResult
Results ( string jobId, string jobId2, long timestamp ) : System.Web.Mvc.ActionResult
ResultsOriginal ( string jobId, string jobId2 ) : System.Web.Mvc.ActionResult
SaveFile ( string selectedId, string selectedName ) : System.Web.Mvc.ActionResult
SaveLocation ( string city ) : System.Web.Mvc.ActionResult
SelectFile ( ) : System.Web.Mvc.ActionResult
StartAuth ( ) : System.Web.Mvc.ActionResult
StartJob ( string selectedId ) : System.Web.Mvc.ActionResult
StartJobSequence ( ) : System.Web.Mvc.ActionResult
Startup ( ) : System.Web.Mvc.ActionResult
ValidateLocation ( string city ) : System.Web.Mvc.JsonResult

Method Details

CheckForJobRefresh() public method

Checks if dashboard page shall be renewed
public CheckForJobRefresh ( System.DateTime jobdt ) : bool
jobdt System.DateTime
return bool

GetIcon() public method

public GetIcon ( string icon, bool night = false ) : System.Web.Mvc.ActionResult
icon string
night bool
return System.Web.Mvc.ActionResult

Logout() public method

Logs out user
public Logout ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Property Details

log public_oe property

public ILog,log4net log
return log4net.ILog

rootObj public_oe static_oe property

public static LocationVerifier.RootObject,Sequencing.WeatherApp.Controllers.WeatherUnderground rootObj
return Sequencing.WeatherApp.Controllers.WeatherUnderground.LocationVerifier.RootObject