Метод | Описание | |
---|---|---|
CommonSequenceRepository ( LibiadaWebEntities db ) : System.Collections.Generic |
Initializes a new instance of the CommonSequenceRepository class.
|
|
Create ( CommonSequence sequence, long alphabet, int building ) : void |
The insert.
|
|
Dispose ( ) : void |
The dispose.
|
|
GetChains ( long matterIds, int notationIds, int languageIds, int translatorIds ) : LibiadaCore.Core.Chain[][] |
Extracts sequences from database.
|
|
GetElements ( long sequenceId ) : List |
The get elements.
|
|
GetNucleotideChains ( long matterIds ) : LibiadaCore.Core.Chain[] |
Extracts nucleotide sequences from database.
|
|
ToLibiadaBaseChain ( long sequenceId ) : |
The to libiada BaseChain.
|
|
ToLibiadaChain ( long sequenceId ) : |
The to libiada Chain.
|
Метод | Описание | |
---|---|---|
GetAlphabet ( long sequenceId ) : Alphabet |
The get alphabet.
|
public CommonSequenceRepository ( LibiadaWebEntities db ) : System.Collections.Generic | ||
db | LibiadaWebEntities | /// The db. /// |
Результат | System.Collections.Generic |
public Create ( CommonSequence sequence, long alphabet, int building ) : void | ||
sequence | CommonSequence | /// The sequence. /// |
alphabet | long | /// The alphabet. /// |
building | int | /// The building. /// |
Результат | void |
public GetChains ( long matterIds, int notationIds, int languageIds, int translatorIds ) : LibiadaCore.Core.Chain[][] | ||
matterIds | long | /// The matter ids. /// |
notationIds | int | /// The notation ids. /// |
languageIds | int | /// The language ids. /// |
translatorIds | int | /// The translator ids. /// |
Результат | LibiadaCore.Core.Chain[][] |
public GetElements ( long sequenceId ) : List |
||
sequenceId | long | /// The sequence id. /// |
Результат | List |
public GetNucleotideChains ( long matterIds ) : LibiadaCore.Core.Chain[] | ||
matterIds | long | /// The matter ids. /// |
Результат | LibiadaCore.Core.Chain[] |
public ToLibiadaBaseChain ( long sequenceId ) : |
||
sequenceId | long | /// The sequence id. /// |
Результат |
public ToLibiadaChain ( long sequenceId ) : |
||
sequenceId | long | /// The sequence id. /// |
Результат |