Show / Hide Table of Contents

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 Source

IconUri

Gets the uri of the application icon.

Declaration
Uri IconUri { get; }
Property Value
Type Description
System.Uri
View Source

Id

Gets a unique identifier of the application.

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

Title

Gets the title of the application.

Declaration
string Title { get; }
Property Value
Type Description
System.String

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX