Interface IInstallationStep
Namespace: DotNetNuke.Services.Upgrade.Internals.Steps
Assembly: DotNetNuke.dll
Syntax
public interface IInstallationStep
Properties
Details
Declaration
string Details { get; }
Property Value
| Type | Description |
|---|---|
| string |
Errors
Declaration
IList<string> Errors { get; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Percentage
Declaration
int Percentage { get; }
Property Value
| Type | Description |
|---|---|
| int |
Status
Declaration
StepStatus Status { get; }
Property Value
| Type | Description |
|---|---|
| StepStatus |
Methods
Execute()
Declaration
void Execute()
Events
Activity
Declaration
event ActivityEventHandler Activity
Event Type
| Type | Description |
|---|---|
| ActivityEventHandler |