Search Results for

    Show / Hide Table of Contents

    Interface IImageView

    The standard message used by the ImageController for displaying a pre-configured image to the user

    Uses the ImageViewParams parameter type for the view

    Inherited Members
    IModelView.Displayer
    IModelView.Descriptor
    IModelView.Controller
    IModelView.ClearUI()
    IModelView.ReActivateView()
    IModelView.ValidateUI()
    Namespace: LemonEdge.Client.Core.Views.Core
    Assembly: ClientCore.dll
    Syntax
    [ViewDescriptor(typeof(ImageViewDescriptorEnumerator))]
    public interface IImageView : IModelView

    Methods

    DisplayImage(Nullable<Guid>)

    Displays the specified image to the user graphically within the client application ui

    Declaration
    void DisplayImage(Guid? img)
    Parameters
    Type Name Description
    System.Nullable<System.Guid> img

    The image to be displayed to the user in this view

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.