MineController Class

This controller is responsible for handling requests related to mining projects.

Definition

Namespace: SECODashBackend.Controllers
Assembly: SECODashBackend (in SECODashBackend.exe) Version: 1.0.0+789cdabd85105b6669a07f36c941620ce28bae93
C#
public class MineController : ControllerBase
Inheritance
ControllerBase    MineController

Constructors

MineControllerInitializes a new instance of the MineController class

Methods

MineByKeyword This method returns a list of projects based on the given keyword and amount.
MineByTaxonomy 
MineByTopic This method returns a list of projects based on the given topic and amount.
ScheduleMineByKeyword This method schedules a recurring job that mines projects based on the given keyword, amount and frequency.
ScheduleMineByTaxonomy 
ScheduleMineByTopic This method schedules a recurring job that mines projects based on the given topic, amount and frequency.
UnscheduleMineByKeyword This method deletes a recurring job that mines projects based on the given keyword if the jobs exists.
UnscheduleMineByTaxonomy This method deletes a recurring job that mines projects based on the given taxonomy if the job exists.
UnscheduleMineByTopic This method deletes a recurring job that mines projects based on the given topic if the jobs exists.

See Also