C# Class ImsInformed.Targets.PeptideTarget

Inheritance: IImsTarget
Afficher le fichier Open project: PNNL-Comp-Mass-Spec/IMS-Informed-Library Class Usage Examples

Méthodes publiques

Méthode Description
CreateSqlMassTagQueries ( ) : string

The create SQL mass tag queries.

CreateSqlResultQueries ( int datasetId ) : string

The create SQL result queries.

Equals ( IImsTarget other ) : bool
Equals ( PeptideTarget other ) : bool
Equals ( object other ) : bool
GetHashCode ( ) : int

The get hash code.

PeptideTarget ( int id, string peptideSequence, double normalizedElutionTime, IList modificationList = null ) : System

Initializes a new instance of the PeptideTarget class. Initializes a new instance of the ImsTarget class.

RemoveResults ( ) : void

The remove results.

Method Details

CreateSqlMassTagQueries() public méthode

The create SQL mass tag queries.
public CreateSqlMassTagQueries ( ) : string
Résultat string

CreateSqlResultQueries() public méthode

The create SQL result queries.
public CreateSqlResultQueries ( int datasetId ) : string
datasetId int /// The dataset id. ///
Résultat string

Equals() public méthode

public Equals ( IImsTarget other ) : bool
other IImsTarget
Résultat bool

Equals() public méthode

public Equals ( PeptideTarget other ) : bool
other PeptideTarget
Résultat bool

Equals() public méthode

public Equals ( object other ) : bool
other object
Résultat bool

GetHashCode() public méthode

The get hash code.
public GetHashCode ( ) : int
Résultat int

PeptideTarget() public méthode

Initializes a new instance of the PeptideTarget class. Initializes a new instance of the ImsTarget class.
public PeptideTarget ( int id, string peptideSequence, double normalizedElutionTime, IList modificationList = null ) : System
id int /// The id. ///
peptideSequence string /// The PeptideSequence. ///
normalizedElutionTime double /// The normalized elution time. ///
modificationList IList /// The modification list. ///
Résultat System

RemoveResults() public méthode

The remove results.
public RemoveResults ( ) : void
Résultat void