C# Class DIO_FALL15.MvcApplication

Inheritance: System.Web.HttpApplication
Afficher le fichier Open project: sangnvus/2015FALLJS01

Méthodes publiques

Свойство Type Description
Db DIO_FALL15.Respository.DatabaseContext

Méthodes publiques

Méthode Description
FirstTask ( ) : void
timScheduledTask_Elapsed ( object sender, System e ) : void

Méthodes protégées

Méthode Description
Application_Start ( object sender, EventArgs e ) : void

Method Details

Application_Start() protected méthode

protected Application_Start ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

FirstTask() public méthode

public FirstTask ( ) : void
Résultat void

timScheduledTask_Elapsed() public méthode

public timScheduledTask_Elapsed ( object sender, System e ) : void
sender object
e System
Résultat void

Property Details

Db public_oe property

public DatabaseContext,DIO_FALL15.Respository Db
Résultat DIO_FALL15.Respository.DatabaseContext