C# Class JoanCEdwards.ExamLibrary.ExamFactory

Factory For Retrieving Exams
Afficher le fichier Open project: pragmaticpat/EdwardsFoundation

Méthodes publiques

Méthode Description
GetExam ( string examName ) : Exam

Gets the exam.

Private Methods

Méthode Description
GetExamPath ( string examName ) : string

Gets the exam path.

Method Details

GetExam() public static méthode

Gets the exam.
public static GetExam ( string examName ) : Exam
examName string Name of the exam.
Résultat Exam