EveAI.Live Creates a new EveApiBase object. Updates the Data from the web using a cachefile if available. If a webconnection cannot be established uses the cache. True if successfull, false otherwise. Updates the Data from a supplied fileName, ignoring any caching times specified in the file. Path to a file that should be read. True if successfull, false otherwise. Updates the Data from a cachefile or if needed live from the web. Setting this to false deactivates cache loading. True if successfull, false otherwise. Processes a XmlNode that contains the XML representation of the single result item. "result" XML node from the EVE API call. determines if the API should clear the existing data before processing the xml file. Date the data has been updated in local system time. Date untill the data should be cached in local system time. Time until the current cache runs out. Time difference between the local computer and the Eve server. Time difference between UTC Time and the local computer. Time difference between UTC Time and the Eve server. Authentication data used to authenticate the user to the Eve-Online servers. Eve Api character ID number. Eve Api user api key. Available from: http://myeve.eve-online.com/api/ Eve Api user ID number. Account key used in queries that are specific for accounts, e.g. CharacterAccountBalanceApi. Starbase IDs are used in queries that retrieve Starbases, e.g. StarbaseDetailApi. Main Class for the EveAi.Live "simple mode" api. It allows to query the Eve Online servers as easily as possible and uses common settings. Creates a new EveApi object with default settings, no authentication data and default static Eve data. Creates a new EveApi object with default settings and no authentication data. Controls the creation of default static Eve data. Creates a new EveApi object with default settings and default static Eve data. Eve Api user id. Eve Api user api key. Available from: http://myeve.eve-online.com/api/ Creates a new EveApi object with default settings and default static Eve data. Eve Api user id. Eve Api user api key. Available from: http://myeve.eve-online.com/api/ Eve Api character id. Creates a new EveApi object with default settings and default static Eve data. Eve Api user id. Eve Api user api key. Available from: http://myeve.eve-online.com/api/ Eve Api character id. Account key used in queries that are specific for accounts, e.g. CharacterAccountBalanceApi. Creates a new EveApi object with default settings. Eve Api user id. Eve Api user api key. Available from: http://myeve.eve-online.com/api/ Eve Api character id. Account key used in queries that are specific for accounts, e.g. CharacterAccountBalanceApi. Controls the creation of default static Eve data. Contains static Eve-Online data. Used to supply additional data in API calls. Contains the authentication information that should be used for querying Eve-Online. List of errors or problems that occured the last time a Get* function was executed on the EveApi object. It may even contain errors if the data was successfully retrieved. Contains the last time a Get* function was executed on the EveApi object. Contains the time to which the last result will be cached. Allows setting a proxy server for the communication with Eve-Online. Determines if additional API calls will be made from an API call if needed to retrieve additional live data from the Eve-Online webserver. Determines if static data will be used to augment the data retrieved from the Eve-Online webserver.