C# Class EVE.Net.APIObject

Inheritance: IAPIReader
Show file 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 property

public string actorID
return string

error public property

public APIError,EVE.Net error
return APIError

keyID public property

public string keyID
return string

reader protected property

protected APIReader,EVE.Net reader
return APIReader

vCode public property

public string vCode
return string