C# Class Scheduler.Web.Controllers.CourseController

Inheritance: ApiController
Afficher le fichier Open project: renmengye/CoursePlanner

Méthodes publiques

Méthode Description
Get ( uint id ) : Course
Get ( string q, bool raw ) : IEnumerable
Get ( string q ) : SearchResult

Private Methods

Méthode Description
CourseController ( ) : System.Collections.Generic
ReplaceCourseCode ( string content ) : string

Method Details

Get() public méthode

public Get ( uint id ) : Course
id uint
Résultat Panta.DataModels.Course

Get() public méthode

public Get ( string q, bool raw ) : IEnumerable
q string
raw bool
Résultat IEnumerable

Get() public méthode

public Get ( string q ) : SearchResult
q string
Résultat Panta.Searching.SearchResult