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.ClearUI()
    IModelView.ReActivateView()
    IModelView.ValidateUI()
    IModelView.Displayer
    IModelView.Descriptor
    IModelView.Controller
    Namespace: LemonEdge.Client.Core.Views
    Assembly: LemonEdge.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
    string message

    The message to be displayed to the user

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.