Search Results for

    Show / Hide Table of Contents

    Interface IMessageView

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

    Uses the MessageViewParams 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(MessageViewDescriptorEnumerator))]
    public interface IMessageView : IModelView

    Methods

    DisplayMessage(String)

    Displays the specified message on this view for the user to see

    Declaration
    void DisplayMessage(string message)
    Parameters
    Type Name Description
    System.String message

    The message to be displayed to the user

    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.