C# Class EVE.Net.APIKeyInfo

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

Private Properties

Property Type Description

Public Methods

Method Description
APIKeyInfo ( ) : System
APIKeyInfo ( string keyid, string vcode ) : System
APIKeyInfo ( string keyid, string vcode, string actorid ) : System
Query ( ) : bool

Method Details

APIKeyInfo() public method

public APIKeyInfo ( ) : System
return System

APIKeyInfo() public method

public APIKeyInfo ( string keyid, string vcode ) : System
keyid string
vcode string
return System

APIKeyInfo() public method

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

Query() public method

public Query ( ) : bool
return bool