Lean
$LEAN_TAG$
|
Provides application level constant values More...
Static Public Member Functions | |
static void | Reset () |
Resets global values with the Config data. More... | |
static string | GetDataFolderPath (string relativePath) |
Helper method that will build a data folder path checking if it exists on the cache folder else will return data folder More... | |
Static Public Attributes | |
const string | Cache = "./cache/data" |
The directory used for storing downloaded remote files More... | |
Properties | |
static string | Api [get, set] |
The base api url address to use More... | |
static int | UserId [get, set] |
The user Id More... | |
static int | ProjectId [get, set] |
The project id More... | |
static string | UserToken [get, set] |
The user token More... | |
static string | OrganizationID [get, set] |
The organization id More... | |
static string | ResultsDestinationFolder [get, set] |
The results destination folder More... | |
static string | DataFolder [get] |
The root directory of the data folder for this application More... | |
static bool | LiveMode [get] |
True if running in live mode More... | |
static string | Version [get] |
The version of lean More... | |
static string | CacheDataFolder [get] |
Data path to cache folder location More... | |
Provides application level constant values
Definition at line 26 of file Globals.cs.
|
static |
Resets global values with the Config data.
Definition at line 76 of file Globals.cs.
|
static |
Helper method that will build a data folder path checking if it exists on the cache folder else will return data folder
Definition at line 121 of file Globals.cs.
|
static |
The directory used for storing downloaded remote files
Definition at line 106 of file Globals.cs.
|
staticgetset |
The base api url address to use
Definition at line 36 of file Globals.cs.
|
staticgetset |
The user Id
Definition at line 41 of file Globals.cs.
|
staticgetset |
The project id
Definition at line 46 of file Globals.cs.
|
staticgetset |
The user token
Definition at line 51 of file Globals.cs.
|
staticgetset |
The organization id
Definition at line 56 of file Globals.cs.
|
staticgetset |
The results destination folder
Definition at line 61 of file Globals.cs.
|
staticget |
The root directory of the data folder for this application
Definition at line 66 of file Globals.cs.
|
staticget |
True if running in live mode
Definition at line 71 of file Globals.cs.
|
staticget |
The version of lean
Definition at line 111 of file Globals.cs.
|
staticget |
Data path to cache folder location
Definition at line 116 of file Globals.cs.