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.Controller
    IWindow.CloseWindow()
    IWindow.ShowDialog()
    IWindow.Show()
    IWindow.SetOwner(IWindow)
    Namespace: LemonEdge.Client.Core.Messages
    Assembly: ClientCore.dll
    Syntax
    public interface ISplashScreen : IWindow

    Methods

    InitController(SplashController)

    Provides the controller for this window instance

    Declaration
    void InitController(SplashController controller)
    Parameters
    Type Name Description
    SplashController controller

    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
    System.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
    System.String msg

    A message holding the current process during loading

    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.