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
Exibir arquivo Open project: arthurgfonseca/ERP-Grupo5

Private Properties

Property Type Description
CurrentLoginOperationChanged void

Public Methods

Method Description
ToLoginParameters ( ) : LoginParameters

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

Private Methods

Method Description
CurrentLoginOperationChanged ( ) : void

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

Method Details

ToLoginParameters() public method

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