C# Class Presentation.AllGradeAnswersViewModel

Inheritance: AllAnswersViewModelBase
ファイルを表示 Open project: Christoph/evalution Class Usage Examples

Public Methods

Method Description
AllGradeAnswersViewModel ( ICurrentFormHolder currentFormHolder, Stage stage, string header ) : System.Collections.ObjectModel

Protected Methods

Method Description
SetAnswers ( Form form ) : void

Method Details

AllGradeAnswersViewModel() public method

public AllGradeAnswersViewModel ( ICurrentFormHolder currentFormHolder, Stage stage, string header ) : System.Collections.ObjectModel
currentFormHolder ICurrentFormHolder
stage Stage
header string
return System.Collections.ObjectModel

SetAnswers() protected method

protected SetAnswers ( Form form ) : void
form Domain.Form
return void