C# Class TrainTracker.Web.User

Partial class extending the User type that adds shared properties and methods that will be available both to the server app and the client app
Afficher le fichier Open project: vega670/TrainTracker

Méthodes protégées

Méthode Description
OnPropertyChanged ( PropertyChangedEventArgs e ) : void

Override of the OnPropertyChanged method that generates property change notifications when User.DisplayName changes.

Method Details

OnPropertyChanged() protected méthode

Override of the OnPropertyChanged method that generates property change notifications when User.DisplayName changes.
protected OnPropertyChanged ( PropertyChangedEventArgs e ) : void
e PropertyChangedEventArgs The property change event args.
Résultat void