C# 클래스 RIAServiceApplication.LoginUI.LoginInfo

This internal entity is used to ease the binding between the UI controls (DataForm and the label displaying a validation error) and the log on credentials entered by the user.
상속: ComplexObject
파일 보기 프로젝트 열기: KuduApps/RIAServicesApp

Private Properties

프로퍼티 타입 설명
CurrentLoginOperationChanged void

공개 메소드들

메소드 설명
ToLoginParameters ( ) : LoginParameters

Creates a new LoginParameters instance using the data stored in this entity.

비공개 메소드들

메소드 설명
CurrentLoginOperationChanged ( ) : void

Raises operation-related property change notifications when the current login operation changes.

메소드 상세

ToLoginParameters() 공개 메소드

Creates a new LoginParameters instance using the data stored in this entity.
public ToLoginParameters ( ) : LoginParameters
리턴 LoginParameters