C# 클래스 Oda.UpdateAccountArgs

Arguments for the IAuthentication event interface
상속: System.EventArgs
파일 보기 프로젝트 열기: CorbinDallas/Oda 1 사용 예제들

공개 메소드들

메소드 설명
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