Class AlgorithmRunDataController
Inheritance
AlgorithmRunDataController
Assembly: LemonEdge.ClientEntities.dll
Syntax
public class AlgorithmRunDataController : ModelViewController, IModelViewController
Constructors
AlgorithmRunDataController(IAlgorithmRunDataView)
Declaration
public AlgorithmRunDataController(IAlgorithmRunDataView view)
Parameters
Properties
AlgorithmRunDataView
Declaration
public IAlgorithmRunDataView AlgorithmRunDataView { get; }
Property Value
AlgorithmRunStep
Declaration
public IAlgorithmRunStep AlgorithmRunStep { get; }
Property Value
Methods
DisplayUI()
Must be implemented by the inheriting class to perform the operation of displaying the
CurrentDisplayedItem against the View
Declaration
public override Task DisplayUI()
Returns
Type |
Description |
Task |
A task indicating the completion of the operation
|
Overrides
InitCommands(IList<ViewCommand>)
Provides the inheriting class an opportunity to add custom commands to this controller
Declaration
protected override void InitCommands(IList<ViewCommand> commands)
Parameters
Type |
Name |
Description |
IList<ViewCommand> |
commands |
The current set of commands for this controller
|
Overrides
OnAlgorithmChanged()
Declaration
public void OnAlgorithmChanged()
Implements
Extension Methods