C# Class EVE.Net.Character.KillMails

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
KillMails ( ) : System
KillMails ( string keyid, string vcode, string actorid ) : System
Query ( ) : bool
Query ( int beforeKillID ) : bool
Query ( int beforeKillID, int rowCount ) : bool

Method Details

KillMails() public méthode

public KillMails ( ) : System
Résultat System

KillMails() public méthode

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

Query() public méthode

public Query ( ) : bool
Résultat bool

Query() public méthode

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

Query() public méthode

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