Class AboutBoxViewModel
- Namespace
- Loehnert.Lisrt.AboutBox.ViewModels
- Assembly
- Loehnert.Lisrt.dll
View model for the about box.
[Export(typeof(IAboutBox))]
public class AboutBoxViewModel : IAboutBox
- Inheritance
-
AboutBoxViewModel
- Implements
- Inherited Members
Properties
ApplicationName
Gets the application name.
public virtual string ApplicationName { get; }
Property Value
ApplicationVersion
Gets the application version.
public virtual string ApplicationVersion { get; }
Property Value
CompanyIcon
Gets the company icon.
public virtual Uri CompanyIcon { get; }
Property Value
Copyright
Gets the copyright text.
public virtual string Copyright { get; }
Property Value
Title
Gets the title.
public virtual string Title { get; }
Property Value
Methods
GetApplicationNameOrDefault()
Gets the name of the executing assembly.
protected static string GetApplicationNameOrDefault()
Returns
- string
The name of the executing assembly without extension (*.exe).