Interface IApplication
The interface for device-agnostic applications.
Namespace: Phoenix.Applications
Assembly: Phoenix.Abstractions.Applications.dll
Syntax
public interface IApplication
Properties
View SourceDisplayName
Gets the display name.
Declaration
string DisplayName { get; }
Property Value
Type | Description |
---|---|
System.String |
FullName
Gets the application's full name.
Declaration
string FullName { get; }
Property Value
Type | Description |
---|---|
System.String |
ID
Gets the application ID.
Declaration
string ID { get; }
Property Value
Type | Description |
---|---|
System.String |