Interface IAppInfo
Provides information about the Application.
Namespace: Sartorius.SAF.Presentation.Infrastructure
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public interface IAppInfo
Remarks
Is used to provide SAF components and external processes with application information.
Properties
View SourceIconUri
Gets the uri of the application icon.
Declaration
Uri IconUri { get; }
Property Value
Type | Description |
---|---|
System.Uri |
Id
Gets a unique identifier of the application.
Declaration
string Id { get; }
Property Value
Type | Description |
---|---|
System.String |
Title
Gets the title of the application.
Declaration
string Title { get; }
Property Value
Type | Description |
---|---|
System.String |