C# Class LibiadaWeb.Controllers.Sequences.SequenceElementsController

The sequence elements controller.
Inheritance: ApiController
显示文件 Open project: intervals-mining-lab/libiada-web

Public Methods

Method Description
Get ( int id ) : IEnumerable

The get.

SequenceElementsController ( ) : System.Collections.Generic

Initializes a new instance of the SequenceElementsController class.

Method Details

Get() public method

The get.
public Get ( int id ) : IEnumerable
id int /// The id. ///
return IEnumerable

SequenceElementsController() public method

Initializes a new instance of the SequenceElementsController class.
public SequenceElementsController ( ) : System.Collections.Generic
return System.Collections.Generic