C# Класс Panta.Indexing.Extensions.UT.UTEngHssCsChecker

Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

CheckArtsciCs() публичный Метод

Check the course code match in the CS approved list (format: AAA00H0)
public CheckArtsciCs ( string courseCode ) : bool
courseCode string
Результат bool

CheckEngCs() публичный Метод

Check the course code match in Engineering CS hashset (format: AAA000)
public CheckEngCs ( string courseCode ) : bool
courseCode string
Результат bool

CheckHss() публичный Метод

Check the course code match in the HSS hash set (format: AAA000H0)
public CheckHss ( string courseCode ) : bool
courseCode string
Результат bool

UTEngHssCsChecker() публичный Метод

public UTEngHssCsChecker ( ) : System
Результат System