C# Class EVE.Net.APIObject

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

Public Properties

Property Type Description
actorID string
error APIError
keyID string
vCode string

Protected Properties

Property Type Description
reader APIReader

Public Methods

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

Method Details

APIObject() public method

public APIObject ( ) : System
return System

APIObject() public method

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

Query() public abstract method

public abstract Query ( ) : bool
return bool

Property Details

actorID public_oe property

public string actorID
return string

error public_oe property

public APIError,EVE.Net error
return APIError

keyID public_oe property

public string keyID
return string

reader protected_oe property

protected APIReader,EVE.Net reader
return APIReader

vCode public_oe property

public string vCode
return string