C# Class MorseCode.CsJs.ViewModel.ApplicationViewModelBase

Afficher le fichier Open project: jam40jeff/CsJs

Protected Properties

Свойство Type Description
CurrentViewModelInternal ObservableProperty

Méthodes publiques

Méthode Description
Initialize ( ) : void

Méthodes protégées

Méthode Description
OnError ( string errorMessage, string url, int lineNumber ) : bool

Method Details

Initialize() public méthode

public Initialize ( ) : void
Résultat void

OnError() protected abstract méthode

protected abstract OnError ( string errorMessage, string url, int lineNumber ) : bool
errorMessage string
url string
lineNumber int
Résultat bool

Property Details

CurrentViewModelInternal protected_oe property

protected ObservableProperty CurrentViewModelInternal
Résultat ObservableProperty