C# Класс EVE.Net.Character.WalletTransactions

Наследование: APIObject
Показать файл Открыть проект

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