Example #1
0
 public Precursors(Entities.Peptide peptide) : base(peptide.DataSchema, peptide.IdentityPath)
 {
 }
Example #2
0
 public PeptideResultList(Entities.Peptide peptide) : base(peptide.DataSchema)
 {
     Peptide = peptide;
 }
Example #3
0
 public PeptideResultList(Entities.Peptide peptide) : base(peptide.DataSchema)
 {
     Peptide = peptide;
     OnDocumentChanged();
 }