C# Class EVE.Net.Character.WalletJournal

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
WalletJournal ( ) : System
WalletJournal ( string keyid, string vcode, string actorid ) : 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

WalletJournal() public method

public WalletJournal ( ) : System
return System

WalletJournal() public method

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