SYMBOL INDEX (25 symbols across 2 files) FILE: Broker.cs class Broker (line 16) | class Broker method Broker (line 18) | public Broker() method IsIdentical (line 23) | public bool IsIdentical(Asset a1, Asset a2) method CheckConnection (line 55) | public bool CheckConnection(NameValueCollection appSettings) method SyncAll (line 127) | public List SyncAll(SnipeItApi snipe, Asset currentA... FILE: Marksman.cs class PCSystemTypes (line 19) | public class PCSystemTypes { class WindowsSystemTypes (line 23) | public class WindowsSystemTypes : PCSystemTypes method WindowsSystemTypes (line 25) | public WindowsSystemTypes() class Sentry (line 40) | public class Sentry // Data acquissition method Sentry (line 52) | public Sentry(System.Collections.Specialized.NameValueCollection appSe... method GetLocation (line 58) | public Location GetLocation(NameValueCollection appSettings, SnipeItAp... method GetStatusLabel (line 65) | public StatusLabel GetStatusLabel(NameValueCollection appSettings, Sni... method GetCompany (line 72) | public Company GetCompany(NameValueCollection appSettings, SnipeItApi ... method GetCategory (line 79) | public Category GetCategory(NameValueCollection appSettings, SnipeItAp... method GetManufacturer (line 97) | public Manufacturer GetManufacturer(NameValueCollection appSettings, S... method GetModel (line 104) | public Model GetModel(NameValueCollection appSettings, SnipeItApi snipe) method GetAsset (line 122) | public Asset GetAsset(NameValueCollection appSettings, SnipeItApi snipe) method AddQuery (line 155) | public void AddQuery(string queryType, string queryString) { // safely... method RunWMI (line 174) | private void RunWMI() { // runs all WMI queries method RunLocation (line 218) | private void RunLocation() // Runs all code related to location & loca... method GetOutputVariable (line 260) | public string GetOutputVariable(string key) method GetFormattedVariable (line 271) | public string GetFormattedVariable(string key, string variable = "", s... method Run (line 288) | public void Run() // supposed to run all queries of all types and hand... class Marksman (line 298) | class Marksman method Main (line 303) | static void Main(string[] args)