Class InstallController
Business Layer to manage Messaging. Also contains CRUD methods.
Inherited Members
Namespace: DotNetNuke.Services.Upgrade.Internals
Assembly: DotNetNuke.dll
Syntax
public class InstallController : ServiceLocator<IInstallController, InstallController>
Methods
| Improve this Doc View SourceGetFactory()
Gets the service locator factory.
Declaration
protected override Func<IInstallController> GetFactory()
Returns
Type | Description |
---|---|
Func<IInstallController> | A factory function. |
Overrides
DotNetNuke.Framework.ServiceLocator<DotNetNuke.Services.Upgrade.Internals.IInstallController, DotNetNuke.Services.Upgrade.Internals.InstallController>.GetFactory()