C# Class Sequencing.WeatherApp.Controllers.ExternalSettingsController

Controller used in mobile app
Inheritance: ControllerBase
ファイルを表示 Open project: SequencingDOTcom/Weather-My-Way-RTP-app Class Usage Examples

Public Properties

Property Type Description
log log4net.ILog

Public Methods

Method Description
ResponseLogging ( GenericResponse responseObj ) : void

Private Methods

Method Description
ChangeNotification ( bool emailChk, bool smsChk, string email, string phone, string wakeupDay, string wakeupEnd, string timezoneSelect, string timezoneOffset, WeekEndMode weekendMode, TemperatureMode temperature, string token, string countryCode ) : System.Web.Mvc.JsonResult
RetrieveUserSettings ( SettingsRetrieveDTO settingsDTO ) : System.Web.Mvc.JsonResult
SaveFile ( string selectedId, string selectedName, string token ) : System.Web.Mvc.JsonResult
SaveLocation ( string city, string token ) : System.Web.Mvc.JsonResult
SubscribePushNotification ( PushSubscribeDTO pushDTO ) : System.Web.Mvc.JsonResult

Method Details

ResponseLogging() public static method

public static ResponseLogging ( GenericResponse responseObj ) : void
responseObj Sequencing.WeatherApp.Controllers.DaoLayer.GenericResponse
return void

Property Details

log public_oe static_oe property

public static ILog,log4net log
return log4net.ILog