C# Класс 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.
Наследование: System.Entity
Показать файл Открыть проект

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