C# Class Domain.Question

Inheritance: IQuestion
Afficher le fichier Open project: Christoph/evalution Class Usage Examples

Méthodes publiques

Méthode Description
AddBinaryAnswer ( BinaryAnswer binaryAnswer ) : void
AddGradeAnswer ( GradeAnswer gradeAnswer ) : void
AddQuestionStage ( QuestionStage questionStage ) : void
AddTextAnswer ( TextAnswer textAnswer ) : void
Question ( ) : System.Collections.Generic

Method Details

AddBinaryAnswer() public méthode

public AddBinaryAnswer ( BinaryAnswer binaryAnswer ) : void
binaryAnswer BinaryAnswer
Résultat void

AddGradeAnswer() public méthode

public AddGradeAnswer ( GradeAnswer gradeAnswer ) : void
gradeAnswer GradeAnswer
Résultat void

AddQuestionStage() public méthode

public AddQuestionStage ( QuestionStage questionStage ) : void
questionStage QuestionStage
Résultat void

AddTextAnswer() public méthode

public AddTextAnswer ( TextAnswer textAnswer ) : void
textAnswer TextAnswer
Résultat void

Question() public méthode

public Question ( ) : System.Collections.Generic
Résultat System.Collections.Generic