C# 클래스 LibiadaWeb.Controllers.Sequences.SequencesMattersController

The sequences matters controller.
상속: AbstractResultController
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-web

보호된 프로퍼티들

프로퍼티 타입 설명
Db LibiadaWebEntities
ThreadDisposable bool

공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ActionResult

The create.

Result ( string taskId ) : System.Web.Mvc.ActionResult

The result.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

The dispose.

SequencesMattersController ( ) : System

Initializes a new instance of the SequencesMattersController class.

비공개 메소드들

메소드 설명
Create ( [ Include = "Id,NotationId,RemoteDbId,RemoteId,Description,Matter")]CommonSequencecommonSequence, bool localFile, int languageId, bool original, int translatorId, bool partial, int precision ) : System.Web.Mvc.ActionResult

메소드 상세

Create() 공개 메소드

The create.
public Create ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Dispose() 보호된 메소드

The dispose.
protected Dispose ( bool disposing ) : void
disposing bool /// The disposing flag. ///
리턴 void

Result() 공개 메소드

The result.
public Result ( string taskId ) : System.Web.Mvc.ActionResult
taskId string /// The task Id. ///
리턴 System.Web.Mvc.ActionResult

SequencesMattersController() 보호된 메소드

Initializes a new instance of the SequencesMattersController class.
protected SequencesMattersController ( ) : System
리턴 System

프로퍼티 상세

Db 보호되어 있는 프로퍼티

The db.
protected LibiadaWebEntities Db
리턴 LibiadaWebEntities

ThreadDisposable 보호되어 있는 프로퍼티

The thread disposable.
protected bool ThreadDisposable
리턴 bool