C# Class EVE.Net.Character.WalletTransactions

Inheritance: APIObject
ファイルを表示 Open project: ISeeDEDPpl/Questor

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

Query() public method

public Query ( ) : bool
return bool

Query() public method

public Query ( int rowCount ) : bool
rowCount int
return bool

Query() public method

public Query ( int rowCount, String startID ) : bool
rowCount int
startID String
return bool

WalletTransactions() public method

public WalletTransactions ( ) : System
return System

WalletTransactions() public method

public WalletTransactions ( string keyid, string vcode, string actorid ) : System
keyid string
vcode string
actorid string
return System

WalletTransactions() public method

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