C# Class Tcg.Kata.ViewModels.BaseViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: Betclic/CodingDojo-Katas

Méthodes publiques

Méthode Description
RaisePropertyChanged ( string propertyName ) : void
VerifyPropertyName ( string propertyName ) : void

Private Methods

Méthode Description
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

RaisePropertyChanged() public méthode

public RaisePropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

VerifyPropertyName() public méthode

public VerifyPropertyName ( string propertyName ) : void
propertyName string
Résultat void