public void addInstrumentProperty(string key, CVTerm value) { var dic = new Dictionary <string, CVTerm>(); dic.Add(key, value); instrumentProperties.Add(dic); }
public void addSampleProperty(CVTerm value) { sampleData.Add(value); }
public void addMSData(CVTerm value) { msData.Add(value); }
public void addScanSetting(CVTerm value) { scanSettings.Add(value); }
public void addInstrumentProperty(CVTerm value) { instrumentProperties.Add(value); }
/** * Add a File property to the fileProperties */ public void addFileProperty(CVTerm value) { fileProperties.Add(value); }