Show / Hide Table of Contents

Class BaseInstallationStep

Inheritance
object
BaseInstallationStep
FilePermissionCheckStep
InitializeHostSettingsStep
InstallDatabaseStep
InstallExtensionsStep
InstallSiteStep
InstallSuperUserStep
SynchConnectionStringStep
UpdateLanguagePackStep
AddFcnModeStep
IISVerificationStep
InstallSslStep
InstallVersionStep
Implements
IInstallationStep
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Upgrade.Internals.Steps
Assembly: DotNetNuke.dll
Syntax
public abstract class BaseInstallationStep : IInstallationStep

Constructors

BaseInstallationStep()

Declaration
protected BaseInstallationStep()

Fields

LocalInstallResourceFile

Declaration
protected string LocalInstallResourceFile
Field Value
Type Description
string

LocalUpgradeResourceFile

Declaration
protected string LocalUpgradeResourceFile
Field Value
Type Description
string

Properties

Details

Declaration
public string Details { get; set; }
Property Value
Type Description
string

Errors

Declaration
public IList<string> Errors { get; set; }
Property Value
Type Description
IList<string>

Percentage

Declaration
public int Percentage { get; set; }
Property Value
Type Description
int

Status

Declaration
public StepStatus Status { get; set; }
Property Value
Type Description
StepStatus

Methods

Execute()

Declaration
public abstract void Execute()

Events

Activity

Declaration
public event ActivityEventHandler Activity
Event Type
Type Description
ActivityEventHandler

Implements

IInstallationStep

Extension Methods

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