C# Class Presentation.AllAnswersViewModelBase

Inheritance: ViewModelBase
Afficher le fichier Open project: Christoph/evalution

Protected Properties

Свойство Type Description
mCurrentFormHolder ICurrentFormHolder
mStage Stage

Méthodes publiques

Méthode Description
AllAnswersViewModelBase ( ICurrentFormHolder currentFormHolder, Stage stage, string header ) : Domain

Méthodes protégées

Méthode Description
SetAnswers ( Form form ) : void

Method Details

AllAnswersViewModelBase() public méthode

public AllAnswersViewModelBase ( ICurrentFormHolder currentFormHolder, Stage stage, string header ) : Domain
currentFormHolder ICurrentFormHolder
stage Stage
header string
Résultat Domain

SetAnswers() protected abstract méthode

protected abstract SetAnswers ( Form form ) : void
form Domain.Form
Résultat void

Property Details

mCurrentFormHolder protected_oe property

protected ICurrentFormHolder mCurrentFormHolder
Résultat ICurrentFormHolder

mStage protected_oe property

protected Stage mStage
Résultat Stage