C# 클래스 LearnLanguages.Common.ViewModelBases.PageViewModelBase

상속: ViewModelBase, IPageViewModel
파일 보기 프로젝트 열기: ibgib/LearnLanguages

공개 메소드들

메소드 설명
PageViewModelBase ( ) : System

보호된 메소드들

메소드 설명
InitializePageViewModelPropertiesImpl ( ) : void

Method holder to be implemented to set Title, Description, Instructions, and Page.

메소드 상세

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

Method holder to be implemented to set Title, Description, Instructions, and Page.
protected abstract InitializePageViewModelPropertiesImpl ( ) : void
리턴 void

PageViewModelBase() 공개 메소드

public PageViewModelBase ( ) : System
리턴 System