C# Class ERP.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.
Inheritance: System.Entity
Afficher le fichier Open project: arthurgfonseca/ERP-Grupo5

Private Properties

Свойство Type Description
CurrentLoginOperationChanged void

Méthodes publiques

Méthode Description
ToLoginParameters ( ) : LoginParameters

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

Private Methods

Méthode Description
CurrentLoginOperationChanged ( ) : void

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

Method Details

ToLoginParameters() public méthode

Creates a new LoginParameters instance using the data stored in this entity.
public ToLoginParameters ( ) : LoginParameters
Résultat LoginParameters