C# Class EVE.Net.Character.KillMails

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

Private Properties

Property Type Description

Public Methods

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

public KillMails ( ) : System
return System

KillMails() public method

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

Query() public method

public Query ( ) : bool
return bool

Query() public method

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

Query() public method

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