C# 클래스 EVE.Net.Character.WalletTransactions

상속: APIObject
파일 보기 프로젝트 열기: ISeeDEDPpl/Questor

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Query ( ) : bool
Query ( int rowCount ) : bool
Query ( int rowCount, String startID ) : bool
WalletTransactions ( ) : System
WalletTransactions ( string keyid, string vcode, string actorid ) : System
WalletTransactions ( string keyid, string vcode, string actorid, int accountKey ) : System

메소드 상세

Query() 공개 메소드

public Query ( ) : bool
리턴 bool

Query() 공개 메소드

public Query ( int rowCount ) : bool
rowCount int
리턴 bool

Query() 공개 메소드

public Query ( int rowCount, String startID ) : bool
rowCount int
startID String
리턴 bool

WalletTransactions() 공개 메소드

public WalletTransactions ( ) : System
리턴 System

WalletTransactions() 공개 메소드

public WalletTransactions ( string keyid, string vcode, string actorid ) : System
keyid string
vcode string
actorid string
리턴 System

WalletTransactions() 공개 메소드

public WalletTransactions ( string keyid, string vcode, string actorid, int accountKey ) : System
keyid string
vcode string
actorid string
accountKey int
리턴 System