C# Class Panta.Indexing.Extensions.UT.UTEngHssCsChecker

Show file Open project: renmengye/CoursePlanner

Private Properties

Property Type Description

Public Methods

Method Description
CheckArtsciCs ( string courseCode ) : bool

Check the course code match in the CS approved list (format: AAA00H0)

CheckEngCs ( string courseCode ) : bool

Check the course code match in Engineering CS hashset (format: AAA000)

CheckHss ( string courseCode ) : bool

Check the course code match in the HSS hash set (format: AAA000H0)

UTEngHssCsChecker ( ) : System

Method Details

CheckArtsciCs() public method

Check the course code match in the CS approved list (format: AAA00H0)
public CheckArtsciCs ( string courseCode ) : bool
courseCode string
return bool

CheckEngCs() public method

Check the course code match in Engineering CS hashset (format: AAA000)
public CheckEngCs ( string courseCode ) : bool
courseCode string
return bool

CheckHss() public method

Check the course code match in the HSS hash set (format: AAA000H0)
public CheckHss ( string courseCode ) : bool
courseCode string
return bool

UTEngHssCsChecker() public method

public UTEngHssCsChecker ( ) : System
return System