Table of Contents

Interface ISplashScreen

Namespace
Loehnert.Lisrt.Framework.Services
Assembly
Loehnert.Lisrt.dll

Interface for a splash screen view model.

public interface ISplashScreen : IScreen, IHaveDisplayName, IActivate, IDeactivate, IGuardClose, IClose, INotifyPropertyChangedEx, INotifyPropertyChanged
Inherited Members
IHaveDisplayName.DisplayName
IActivate.Activate()
IActivate.IsActive
IActivate.Activated
IDeactivate.AttemptingDeactivation
IDeactivate.Deactivated
INotifyPropertyChangedEx.Refresh()
INotifyPropertyChangedEx.IsNotifying

Properties

EntryAssemblyName

Gets the entry assembly name.

string EntryAssemblyName { get; }

Property Value

string

EntryAssemblyVersion

Gets the entry assembly version.

string EntryAssemblyVersion { get; }

Property Value

string

Text

Gets or sets the text that is shown in the splash screen.

string Text { get; set; }

Property Value

string