C# Class TAPS.MVC.Controllers.PreferencesController

Inheritance: Controller
Afficher le fichier Open project: kikoanis/CSharpCream

Méthodes publiques

Méthode Description
Create ( string Id ) : object
Delete ( string prof, string course ) : System.Web.Mvc.ActionResult
Edit ( string Course, string Prof ) : System.Web.Mvc.ActionResult
PreferencesController ( ) : System

Initializes a new instance of the CourseController class.

Show ( string Id ) : object

Private Methods

Méthode Description
Create ( [ Prefix = "")]Preferencepreference, string CourseList, string ProfId ) : object
Edit ( [ Prefix = "")]Preferencepreference, string course, string prof, string CourseList ) : object
PrepareCoursesList ( Preference preference ) : void

Method Details

Create() public méthode

public Create ( string Id ) : object
Id string
Résultat object

Delete() public méthode

public Delete ( string prof, string course ) : System.Web.Mvc.ActionResult
prof string
course string
Résultat System.Web.Mvc.ActionResult

Edit() public méthode

public Edit ( string Course, string Prof ) : System.Web.Mvc.ActionResult
Course string
Prof string
Résultat System.Web.Mvc.ActionResult

PreferencesController() public méthode

Initializes a new instance of the CourseController class.
public PreferencesController ( ) : System
Résultat System

Show() public méthode

public Show ( string Id ) : object
Id string
Résultat object