C# 클래스 Ctc.Ods.Customizations.DefaultCourseDescriptionStrategy

NOT IMPLEMENTED - Default business logic for determining a Course's description(s)
상속: ICourseDescriptionStrategy
파일 보기 프로젝트 열기: BellevueCollege/CtcApi

공개 메소드들

메소드 설명
DefaultCourseDescriptionStrategy ( IEnumerable descriptions1Entities, IEnumerable descriptions2Entities ) : System

NOT IMPLEMENTED - Encapsulates default business logic for retrieving Course descriptions

GetDescriptions ( ICourseID courseId, YearQuarter yrq ) : IList

Retrieves current and future course descriptions from the database

This class provides a default fallback in situations where the instantiation of a custom ICourseDescriptionStrategy fails.

메소드 상세

DefaultCourseDescriptionStrategy() 공개 메소드

NOT IMPLEMENTED - Encapsulates default business logic for retrieving Course descriptions
public DefaultCourseDescriptionStrategy ( IEnumerable descriptions1Entities, IEnumerable descriptions2Entities ) : System
descriptions1Entities IEnumerable A collection of descriptions from the first table in the ODS.
descriptions2Entities IEnumerable A collection of descriptions from the second table in the ODS.
리턴 System

GetDescriptions() 공개 메소드

Retrieves current and future course descriptions from the database
This class provides a default fallback in situations where the instantiation of a custom ICourseDescriptionStrategy fails.
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