Class AddModuleInfoOutput
Inheritance
object
AddModuleInfoOutput
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Cli.ProjectModification
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class AddModuleInfoOutput
Constructors
AddModuleInfoOutput()
Declaration
public AddModuleInfoOutput()
Properties
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DocumentationLinks
Declaration
public string DocumentationLinks { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InstallationCompleteMessage
Declaration
public string InstallationCompleteMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |