C# Класс Oda.UpdateAccountArgs

Arguments for the IAuthentication event interface
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
UpdateAccountArgs ( Session session, Account account, string password, bool abortDefault, JsonResponse jsonResponse ) : System

Initializes a new instance of the UpdateAccountArgs class.

Описание методов

UpdateAccountArgs() публичный Метод

Initializes a new instance of the UpdateAccountArgs class.
public UpdateAccountArgs ( Session session, Account account, string password, bool abortDefault, JsonResponse jsonResponse ) : System
session Session The session.
account Account The account.
password string The password.
abortDefault bool if set to true [abort default].
jsonResponse JsonResponse The json response.
Результат System