Table of Contents

Class InnovaApplicationBuilder

Namespace
Innova.Prism.Library
Assembly
Innova.Prism.Library.dll

Represents an application builder for Innova.

public class InnovaApplicationBuilder : IInnovaApplicationBuilder, IInnovaApplicationBuilderBase
Inheritance
InnovaApplicationBuilder
Implements
Extension Methods

Constructors

InnovaApplicationBuilder()

Initializes a new instance of the InnovaApplicationBuilder class.

Fields

_host

Properties

AppExtensionBuilders

Gets or sets the list of application extension builders.

Builder
Connection

Gets or sets the SQL connection options for the application.

HttpPath

Gets or sets the HTTP path for the application.

Services

Gets the service collection that this application builder is configuring.

Methods

BuildWithUnity(IUnityContainer)

Builds the application with Unity container.

CreateMainWindow()

Creates the main window of the application.

LoadPrismModule(IModuleCatalog)

Loads the Prism module into the module catalog.