C# Class LibiadaWeb.Controllers.Sequences.SequencesMattersController

The sequences matters controller.
Inheritance: AbstractResultController
ファイルを表示 Open project: intervals-mining-lab/libiada-web

Protected Properties

Property Type Description
Db LibiadaWebEntities
ThreadDisposable bool

Public Methods

Method Description
Create ( ) : System.Web.Mvc.ActionResult

The create.

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

The result.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

The dispose.

SequencesMattersController ( ) : System

Initializes a new instance of the SequencesMattersController class.

Private Methods

Method Description
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

Method Details

Create() public method

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

Dispose() protected method

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

Result() public method

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

SequencesMattersController() protected method

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

Property Details

Db protected_oe property

The db.
protected LibiadaWebEntities Db
return LibiadaWebEntities

ThreadDisposable protected_oe property

The thread disposable.
protected bool ThreadDisposable
return bool