Search Results for

    Show / Hide Table of Contents

    Class SplashController

    The controller for the ISplashScreen window

    Inheritance
    System.Object
    SplashController
    Implements
    IController
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: LemonEdge.Client.Core.Messages
    Assembly: ClientCore.dll
    Syntax
    public class SplashController : IController

    Properties

    OwningWindow

    The owning ISplashScreen window for this controller

    Declaration
    public IWindow OwningWindow { get; }
    Property Value
    Type Description
    IWindow

    Methods

    GetCopyright()

    Returns the standard copyright warning in full

    Declaration
    public string GetCopyright()
    Returns
    Type Description
    System.String

    The standard copyright warning in full

    GetVersion()

    Returns the current version of the application currently executing

    Declaration
    public string GetVersion()
    Returns
    Type Description
    System.String

    The current version of the application currently executing

    GetVersion(Assembly)

    Returns the current version of the application currently executing

    Declaration
    public string GetVersion(Assembly rootAssem)
    Parameters
    Type Name Description
    System.Reflection.Assembly rootAssem

    The assembly holding the root application executable (which has the correct version embedded within it)

    Returns
    Type Description
    System.String

    The current version of the application currently executing

    GetWarning()

    Returns the standard copyright and warning legal text

    Declaration
    public string GetWarning()
    Returns
    Type Description
    System.String

    The standard copyright and warning legal text

    Implements

    IController

    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.