Class UnityViewBrowserInstaller
Unity-specific installer for the view browser system, managing service creation and use case initialization.
Namespace: Serenity.ViewBrowser.Installation.Installers
Assembly: Serenity.UnityViewBrowser.Installation.dll
Syntax
public class UnityViewBrowserInstaller : ViewBrowserInstaller, IFoundationInstaller, IInstaller
Constructors
UnityViewBrowserInstaller()
Declaration
public UnityViewBrowserInstaller()
Methods
Install(ViewBrowserInstallerInstallInput)
Installs the view browser system by creating the service factory, service instance, and use cases.
Declaration
public override void Install(ViewBrowserInstallerInstallInput input)
Parameters
| Type | Name | Description |
|---|---|---|
| ViewBrowserInstallerInstallInput | input | Installation configuration, including the optional history cap. |