C# Class EVE.Net.Character.WalletTransactions

Inheritance: APIObject
Afficher le fichier Open project: ISeeDEDPpl/Questor

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Query ( ) : bool
Résultat bool

Query() public méthode

public Query ( int rowCount ) : bool
rowCount int
Résultat bool

Query() public méthode

public Query ( int rowCount, String startID ) : bool
rowCount int
startID String
Résultat bool

WalletTransactions() public méthode

public WalletTransactions ( ) : System
Résultat System

WalletTransactions() public méthode

public WalletTransactions ( string keyid, string vcode, string actorid ) : System
keyid string
vcode string
actorid string
Résultat System

WalletTransactions() public méthode

public WalletTransactions ( string keyid, string vcode, string actorid, int accountKey ) : System
keyid string
vcode string
actorid string
accountKey int
Résultat System