C# Class MorseCode.CsJs.Examples.CalculatorsAndStopwatch.ViewModel.CalculatorsAndStopwatchApplicationViewModel

Inheritance: MorseCode.CsJs.ViewModel.ApplicationViewModelBase
ファイルを表示 Open project: jam40jeff/CsJs Class Usage Examples

Public Methods

Method Description
NavigateToCalculatorPage ( ) : void
NavigateToCalculatorsAndStopwatchPage ( ) : void
NavigateToGridPage ( ) : void
NavigateToQueryableGridPage ( ) : void
NavigateToStopwatchPage ( ) : void

Protected Methods

Method Description
OnApplicationError ( ApplicationErrorEventArgs e ) : void
OnError ( string errorMessage, string url, int lineNumber ) : bool

Method Details

NavigateToCalculatorPage() public method

public NavigateToCalculatorPage ( ) : void
return void

NavigateToCalculatorsAndStopwatchPage() public method

public NavigateToCalculatorsAndStopwatchPage ( ) : void
return void

NavigateToGridPage() public method

public NavigateToGridPage ( ) : void
return void

NavigateToQueryableGridPage() public method

public NavigateToQueryableGridPage ( ) : void
return void

NavigateToStopwatchPage() public method

public NavigateToStopwatchPage ( ) : void
return void

OnApplicationError() protected method

protected OnApplicationError ( ApplicationErrorEventArgs e ) : void
e ApplicationErrorEventArgs
return void

OnError() protected method

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