C# Class MorseCode.CsJs.ViewModel.ApplicationViewModelBase

Show file Open project: jam40jeff/CsJs

Protected Properties

Property Type Description
CurrentViewModelInternal ObservableProperty

Public Methods

Method Description
Initialize ( ) : void

Protected Methods

Method Description
OnError ( string errorMessage, string url, int lineNumber ) : bool

Method Details

Initialize() public method

public Initialize ( ) : void
return void

OnError() protected abstract method

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

Property Details

CurrentViewModelInternal protected property

protected ObservableProperty CurrentViewModelInternal
return ObservableProperty