C# 클래스 MorseCode.CsJs.ViewModel.ApplicationViewModelBase

파일 보기 프로젝트 열기: jam40jeff/CsJs

보호된 프로퍼티들

프로퍼티 타입 설명
CurrentViewModelInternal ObservableProperty

공개 메소드들

메소드 설명
Initialize ( ) : void

보호된 메소드들

메소드 설명
OnError ( string errorMessage, string url, int lineNumber ) : bool

메소드 상세

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

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

protected abstract OnError ( string errorMessage, string url, int lineNumber ) : bool
errorMessage string
url string
lineNumber int
리턴 bool

프로퍼티 상세

CurrentViewModelInternal 보호되어 있는 프로퍼티

protected ObservableProperty CurrentViewModelInternal
리턴 ObservableProperty