C# Class EVE.Net.Character.KillLog

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

Private Properties

Property Type Description

Public Methods

Method Description
KillLog ( ) : System
KillLog ( string keyid, string vcode, string actorid ) : System
Query ( ) : bool
Query ( int beforeKillID ) : bool

Method Details

KillLog() public method

public KillLog ( ) : System
return System

KillLog() public method

public KillLog ( 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