C# 클래스 Presentation.AllAnswersViewModelBase

상속: ViewModelBase
파일 보기 프로젝트 열기: Christoph/evalution

보호된 프로퍼티들

프로퍼티 타입 설명
mCurrentFormHolder ICurrentFormHolder
mStage Stage

공개 메소드들

메소드 설명
AllAnswersViewModelBase ( ICurrentFormHolder currentFormHolder, Stage stage, string header ) : Domain

보호된 메소드들

메소드 설명
SetAnswers ( Form form ) : void

메소드 상세

AllAnswersViewModelBase() 공개 메소드

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

SetAnswers() 보호된 추상적인 메소드

protected abstract SetAnswers ( Form form ) : void
form Domain.Form
리턴 void

프로퍼티 상세

mCurrentFormHolder 보호되어 있는 프로퍼티

protected ICurrentFormHolder mCurrentFormHolder
리턴 ICurrentFormHolder

mStage 보호되어 있는 프로퍼티

protected Stage mStage
리턴 Stage