C# Класс Ctc.Ods.Customizations.BellevueCollegeCourseDescriptionStrategy

Implements Bellevue College's business logic for determining a Course's description(s)
Наследование: ICourseDescriptionStrategy
Показать файл Открыть проект

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

Метод Описание
BellevueCollegeCourseDescriptionStrategy ( IEnumerable descriptionsEntity, IEnumerable dummyEntity ) : System

Encapsulates Bellevue College's business logic for retrieving course descriptions

GetDescriptions ( ICourseID courseId, YearQuarter yrq ) : IList

Retrieves current and future course descriptions from the database

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

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

Encapsulates Bellevue College's business logic for retrieving course descriptions
public BellevueCollegeCourseDescriptionStrategy ( IEnumerable descriptionsEntity, IEnumerable dummyEntity ) : System
descriptionsEntity IEnumerable A collection of descriptions from the first table in the ODS.
dummyEntity IEnumerable THIS VALUE IS IGNORED. (Bellevue College does not use the second description table in the ODS.)
Результат System

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

Retrieves current and future course descriptions from the database
is null.
public GetDescriptions ( ICourseID courseId, YearQuarter yrq ) : IList
courseId ICourseID The course ID to retrieve the description for.
yrq YearQuarter /// The to retrieve the description for. If not supplied, will default to the /// . ///
Результат IList