C# Class Ctc.Ods.Customizations.PeninsulaCollegeCourseDescriptionStrategy

Implements Peninsula College's business logic for determining a Course's description(s)
Inheritance: ICourseDescriptionStrategy
Afficher le fichier Open project: BellevueCollege/CtcApi

Méthodes publiques

Méthode Description
GetDescriptions ( ICourseID courseId, YearQuarter yrq ) : IList

Retrieves current and future course descriptions from the database

PeninsulaCollegeCourseDescriptionStrategy ( IEnumerable PCdescriptionsEntity1, IEnumerable PCdescriptionsEntity2 ) : System

Encapsulates Peninsula College's business logic for retrieving course descriptions

Method Details

GetDescriptions() public méthode

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 /// . ///
Résultat IList

PeninsulaCollegeCourseDescriptionStrategy() public méthode

Encapsulates Peninsula College's business logic for retrieving course descriptions
public PeninsulaCollegeCourseDescriptionStrategy ( IEnumerable PCdescriptionsEntity1, IEnumerable PCdescriptionsEntity2 ) : System
PCdescriptionsEntity1 IEnumerable A collection of descriptions from the first table in the ODS.
PCdescriptionsEntity2 IEnumerable A collection of descriptions from the second table in the ODS.
Résultat System