Class ImageController
A standard view that adds a static image to the view that can be resized however in the overall layout
The IImageView view that this works with specifies that the parameter for the view is of type ImageViewParams
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LemonEdge.Client.Core.Views.Controllers
Assembly: ClientCore.dll
Syntax
public class ImageController : ModelViewController, IModelViewController
Constructors
ImageController(IImageView)
Creates a new ImageController
Declaration
public ImageController(IImageView view)
Parameters
Type | Name | Description |
---|---|---|
IImageView | view | The IImageView view implementation using the UI components of the client application |
Methods
DisplayUI()
Takes the configuration of the View.Descriptor.Params as a ImageViewParams and passes the specified image id to the DisplayImage(Nullable<Guid>)
Declaration
public override Task DisplayUI()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A task indicating the completion of the operation |