Show / Hide Table of Contents

Class InstallBlocker

Inheritance
object
ServiceLocator<IInstallBlocker, InstallBlocker>
InstallBlocker
Implements
IInstallBlocker
Inherited Members
ServiceLocator<IInstallBlocker, InstallBlocker>.SetTestableInstance(IInstallBlocker)
ServiceLocator<IInstallBlocker, InstallBlocker>.ClearInstance()
ServiceLocator<IInstallBlocker, InstallBlocker>.GetFactory()
ServiceLocator<IInstallBlocker, InstallBlocker>.Instance
ServiceLocator<IInstallBlocker, InstallBlocker>.Factory
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Installer.Blocker
Assembly: DotNetNuke.dll
Syntax
public class InstallBlocker : ServiceLocator<IInstallBlocker, InstallBlocker>, IInstallBlocker

Constructors

InstallBlocker()

Declaration
public InstallBlocker()

Methods

GetFactory()

Declaration
protected override Func<IInstallBlocker> GetFactory()
Returns
Type Description
Func<IInstallBlocker>
Overrides
ServiceLocator<IInstallBlocker, InstallBlocker>.GetFactory()

IsInstallInProgress()

Declaration
public bool IsInstallInProgress()
Returns
Type Description
bool

RegisterInstallBegining()

Declaration
public void RegisterInstallBegining()

RegisterInstallEnd()

Declaration
public void RegisterInstallEnd()

Implements

IInstallBlocker

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS