Class InnovaApplicationBuilder
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
Properties
- AppExtensionBuilders
Gets or sets the list of application extension builders.
- 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.