Added IAppHost.Name

This commit is contained in:
Luke Pulverenti
2014-01-25 16:07:19 -05:00
parent 51954a283f
commit ac8ffb8db0
3 changed files with 25 additions and 1 deletions

View File

@@ -165,6 +165,12 @@ namespace MediaBrowser.Common.Implementations
protected IIsoManager IsoManager { get; private set; }
/// <summary>
/// Gets the name.
/// </summary>
/// <value>The name.</value>
public abstract string Name { get; }
/// <summary>
/// Initializes a new instance of the <see cref="BaseApplicationHost{TApplicationPathsType}"/> class.
/// </summary>