Class ModuleInstallingProgressEvent
Inherited Members
Namespace: Volo.Abp.Cli.ProjectModification.Events
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class ModuleInstallingProgressEvent
Constructors
ModuleInstallingProgressEvent()
Declaration
public ModuleInstallingProgressEvent()
Properties
CurrentStep
Declaration
public int CurrentStep { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Message
Declaration
public string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| string |