C# Class ViewModel.AlunoVM

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: Studyxnet/LearningMVVM Class Usage Examples

Méthodes publiques

Méthode Description
AlunoVM ( ) : System
Entrar ( ) : void
OnPropertyChanged ( string PropertyName ) : void

Method Details

AlunoVM() public méthode

public AlunoVM ( ) : System
Résultat System

Entrar() public méthode

public Entrar ( ) : void
Résultat void

OnPropertyChanged() public méthode

public OnPropertyChanged ( string PropertyName ) : void
PropertyName string
Résultat void