C# 클래스 LibiadaWeb.Models.Repositories.Sequences.SequenceImporter

The sequence importer.
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-web

보호된 프로퍼티들

프로퍼티 타입 설명
Db LibiadaWebEntities
ElementRepository ElementRepository
MatterRepository MatterRepository

보호된 메소드들

메소드 설명
FillParams ( CommonSequence commonSequence, long alphabet, int building ) : List

The fill parameters.

SequenceImporter ( LibiadaWebEntities db ) : System

Initializes a new instance of the SequenceImporter class.

메소드 상세

FillParams() 보호된 메소드

The fill parameters.
protected FillParams ( CommonSequence commonSequence, long alphabet, int building ) : List
commonSequence CommonSequence /// The sequence. ///
alphabet long /// The alphabet. ///
building int /// The building. ///
리턴 List

SequenceImporter() 보호된 메소드

Initializes a new instance of the SequenceImporter class.
protected SequenceImporter ( LibiadaWebEntities db ) : System
db LibiadaWebEntities /// The db. ///
리턴 System

프로퍼티 상세

Db 보호되어 있는 프로퍼티

The db.
protected LibiadaWebEntities Db
리턴 LibiadaWebEntities

ElementRepository 보호되어 있는 프로퍼티

The elements repository.
protected ElementRepository,LibiadaWeb.Models.Repositories.Sequences ElementRepository
리턴 ElementRepository

MatterRepository 보호되어 있는 프로퍼티

The matters repository.
protected MatterRepository,LibiadaWeb.Models.Repositories.Sequences MatterRepository
리턴 MatterRepository