C# 클래스 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
파일 보기 프로젝트 열기: vega670/TrainTracker

보호된 메소드들

메소드 설명
OnPropertyChanged ( PropertyChangedEventArgs e ) : void

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

메소드 상세

OnPropertyChanged() 보호된 메소드

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.
리턴 void