Search Results for

    Show / Hide Table of Contents

    Interface ISplashScreen

    The window used to display the splash screen to the user during the loading process of the application

    Inherited Members
    IWindow.CloseWindow()
    IWindow.ShowDialog()
    IWindow.Show()
    IWindow.SetOwner(IWindow)
    Namespace: LemonEdge.Client.UI.API.Windows
    Assembly: LemonEdge.Client.UI.API.dll
    Syntax
    public interface ISplashScreen : IWindow

    Properties

    Controller

    The controller responsible for controlling this windows behaviour, and can be interacted with from the LemonEdge platform

    Declaration
    ISplashScreenController Controller { get; set; }
    Property Value
    Type Description
    ISplashScreenController

    Methods

    UpdateLicense(string)

    Updates the license information on the splashscreen of the lemonedge system that is being logged into

    Declaration
    void UpdateLicense(string licenseInfo)
    Parameters
    Type Name Description
    string licenseInfo

    A message holding the state of the current license for the product

    UpdateLoading(string)

    Updates the loading text display to the user to indicate what is being loaded during this period

    Declaration
    void UpdateLoading(string msg)
    Parameters
    Type Name Description
    string msg

    A message holding the current process during loading

    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.