C# Class Scheduler.Web.WebApiApplication

Inheritance: System.Web.HttpApplication
Show file Open project: renmengye/CoursePlanner

Private Properties

Property Type Description

Protected Methods

Method Description
Application_Start ( ) : void
MaintainState ( ) : void
ReadData ( string path ) : void
UpdateData ( ) : void

Method Details

Application_Start() protected method

protected Application_Start ( ) : void
return void

MaintainState() protected method

protected MaintainState ( ) : void
return void

ReadData() protected method

protected ReadData ( string path ) : void
path string
return void

UpdateData() protected method

protected UpdateData ( ) : void
return void