Table of Contents

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

string

ApplicationVersion

Gets the application version.

public virtual string ApplicationVersion { get; }

Property Value

string

CompanyIcon

Gets the company icon.

public virtual Uri CompanyIcon { get; }

Property Value

Uri

Gets the copyright text.

public virtual string Copyright { get; }

Property Value

string

Title

Gets the title.

public virtual string Title { get; }

Property Value

string

Methods

GetApplicationNameOrDefault()

Gets the name of the executing assembly.

protected static string GetApplicationNameOrDefault()

Returns

string

The name of the executing assembly without extension (*.exe).