Show / Hide Table of Contents

Interface IApplication

The interface for device-agnostic applications.

Namespace: Phoenix.Applications
Assembly: Phoenix.Abstractions.Applications.dll
Syntax
public interface IApplication

Properties

View Source

DisplayName

Gets the display name.

Declaration
string DisplayName { get; }
Property Value
Type Description
System.String
View Source

FullName

Gets the application's full name.

Declaration
string FullName { get; }
Property Value
Type Description
System.String
View Source

ID

Gets the application ID.

Declaration
string ID { get; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX