C# Class Scheduler.Web.Controllers.CourseController

Inheritance: ApiController
ファイルを表示 Open project: renmengye/CoursePlanner

Public Methods

Method Description
Get ( uint id ) : Course
Get ( string q, bool raw ) : IEnumerable
Get ( string q ) : SearchResult

Private Methods

Method Description
CourseController ( ) : System.Collections.Generic
ReplaceCourseCode ( string content ) : string

Method Details

Get() public method

public Get ( uint id ) : Course
id uint
return Panta.DataModels.Course

Get() public method

public Get ( string q, bool raw ) : IEnumerable
q string
raw bool
return IEnumerable

Get() public method

public Get ( string q ) : SearchResult
q string
return Panta.Searching.SearchResult