C# Класс ImsInformed.Targets.PeptideTarget

Наследование: IImsTarget
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

CreateSqlMassTagQueries() публичный Метод

The create SQL mass tag queries.
public CreateSqlMassTagQueries ( ) : string
Результат string

CreateSqlResultQueries() публичный Метод

The create SQL result queries.
public CreateSqlResultQueries ( int datasetId ) : string
datasetId int /// The dataset id. ///
Результат string

Equals() публичный Метод

public Equals ( IImsTarget other ) : bool
other IImsTarget
Результат bool

Equals() публичный Метод

public Equals ( PeptideTarget other ) : bool
other PeptideTarget
Результат bool

Equals() публичный Метод

public Equals ( object other ) : bool
other object
Результат bool

GetHashCode() публичный Метод

The get hash code.
public GetHashCode ( ) : int
Результат int

PeptideTarget() публичный Метод

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. ///
Результат System

RemoveResults() публичный Метод

The remove results.
public RemoveResults ( ) : void
Результат void