Class CustomImageImageController
Implements
Inherited Members
Namespace: LemonEdge.Client.Core.Views.Controllers
Assembly: LemonEdge.ClientEntities.dll
Syntax
public class CustomImageImageController : ModelViewController, IModelViewController
Constructors
CustomImageImageController(ICustomImageImage)
Declaration
public CustomImageImageController(ICustomImageImage view)
Parameters
Type | Name | Description |
---|---|---|
ICustomImageImage | view |
Properties
ContextHelpURL
An optional associated url of a help file for the view this controller works with
Declaration
public override string ContextHelpURL { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ImageView
Declaration
protected ICustomImageImage ImageView { get; }
Property Value
Type | Description |
---|---|
ICustomImageImage |
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 |