C# Class Presentation.AllBinaryAnswersViewModel

Inheritance: AllAnswersViewModelBase
Exibir arquivo Open project: Christoph/evalution Class Usage Examples

Public Methods

Method Description
AllBinaryAnswersViewModel ( ICurrentFormHolder currentFormHolder, Stage stage, Func getAnswers, string header ) : System

Protected Methods

Method Description
SetAnswers ( Form form ) : void

Method Details

AllBinaryAnswersViewModel() public method

public AllBinaryAnswersViewModel ( ICurrentFormHolder currentFormHolder, Stage stage, Func getAnswers, string header ) : System
currentFormHolder ICurrentFormHolder
stage Stage
getAnswers Func
header string
return System

SetAnswers() protected method

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