C# Class Presentation.AllAnswersViewModelBase

Inheritance: ViewModelBase
Mostrar archivo Open project: Christoph/evalution

Protected Properties

Property Type Description
mCurrentFormHolder ICurrentFormHolder
mStage Stage

Public Methods

Method Description
AllAnswersViewModelBase ( ICurrentFormHolder currentFormHolder, Stage stage, string header ) : Domain

Protected Methods

Method Description
SetAnswers ( Form form ) : void

Method Details

AllAnswersViewModelBase() public method

public AllAnswersViewModelBase ( ICurrentFormHolder currentFormHolder, Stage stage, string header ) : Domain
currentFormHolder ICurrentFormHolder
stage Stage
header string
return Domain

SetAnswers() protected abstract method

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

Property Details

mCurrentFormHolder protected_oe property

protected ICurrentFormHolder mCurrentFormHolder
return ICurrentFormHolder

mStage protected_oe property

protected Stage mStage
return Stage