C# Class LibiadaWeb.Controllers.Sequences.SequencesMattersController

The sequences matters controller.
Inheritance: AbstractResultController
Afficher le fichier Open project: intervals-mining-lab/libiada-web

Protected Properties

Свойство Type Description
Db LibiadaWebEntities
ThreadDisposable bool

Méthodes publiques

Méthode Description
Create ( ) : System.Web.Mvc.ActionResult

The create.

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

The result.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

The dispose.

SequencesMattersController ( ) : System

Initializes a new instance of the SequencesMattersController class.

Private Methods

Méthode 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 méthode

The create.
public Create ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Dispose() protected méthode

The dispose.
protected Dispose ( bool disposing ) : void
disposing bool /// The disposing flag. ///
Résultat void

Result() public méthode

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

SequencesMattersController() protected méthode

Initializes a new instance of the SequencesMattersController class.
protected SequencesMattersController ( ) : System
Résultat System

Property Details

Db protected_oe property

The db.
protected LibiadaWebEntities Db
Résultat LibiadaWebEntities

ThreadDisposable protected_oe property

The thread disposable.
protected bool ThreadDisposable
Résultat bool