Example #1
0
        public void addInstrumentProperty(string key, CVTerm value)
        {
            var dic = new Dictionary <string, CVTerm>();

            dic.Add(key, value);
            instrumentProperties.Add(dic);
        }
Example #2
0
 public void addSampleProperty(CVTerm value)
 {
     sampleData.Add(value);
 }
Example #3
0
 public void addMSData(CVTerm value)
 {
     msData.Add(value);
 }
Example #4
0
 public void addScanSetting(CVTerm value)
 {
     scanSettings.Add(value);
 }
Example #5
0
 public void addInstrumentProperty(CVTerm value)
 {
     instrumentProperties.Add(value);
 }
Example #6
0
 /**
  * Add a File property to the fileProperties
  */
 public void addFileProperty(CVTerm value)
 {
     fileProperties.Add(value);
 }