C# Class JoanCEdwards.ExamLibrary.ExamFactory

Factory For Retrieving Exams
ファイルを表示 Open project: pragmaticpat/EdwardsFoundation

Public Methods

Method Description
GetExam ( string examName ) : Exam

Gets the exam.

Private Methods

Method Description
GetExamPath ( string examName ) : string

Gets the exam path.

Method Details

GetExam() public static method

Gets the exam.
public static GetExam ( string examName ) : Exam
examName string Name of the exam.
return Exam