C# 클래스 TrainTracker.Web.RegistrationData

Extensions to provide client side custom validation and data binding to RegistrationData.
파일 보기 프로젝트 열기: vega670/TrainTracker

Private Properties

프로퍼티 타입 설명
CheckPasswordConfirmation void
CurrentOperationChanged void
UserNameEntered void

공개 메소드들

메소드 설명
ToLoginParameters ( ) : LoginParameters

Creates a new LoginParameters initialized with this entity's data (IsPersistent will default to false)

비공개 메소드들

메소드 설명
CheckPasswordConfirmation ( ) : void

Checks to ensure the password and confirmation match. If they don't match, then a validation error is added.

CurrentOperationChanged ( ) : void

Helper method for when the current operation changes. Used to raise appropriate property change notifications.

UserNameEntered ( string userName ) : void

Perform logic after the UserName value has been entered

Allow the form to indicate when the value has been completely entered, because using the OnUserNameChanged method can lead to a premature call before the user has finished entering the value in the form.

메소드 상세

ToLoginParameters() 공개 메소드

Creates a new LoginParameters initialized with this entity's data (IsPersistent will default to false)
public ToLoginParameters ( ) : LoginParameters
리턴 LoginParameters