Class ModuleInfo
Inheritance
object
ModuleInfo
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Assembly: Volo.Abp.Cli.Core.dll
Syntax
Constructors
ModuleInfo()
Declaration
Properties
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
DocumentationLinks
Declaration
public string DocumentationLinks { get; set; }
Property Value
Declaration
public string EfCoreConfigureMethodName { get; set; }
Property Value
InstallationCompleteMessage
Declaration
public string InstallationCompleteMessage { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
NpmPackages
Declaration
public List<NpmPackageInfo> NpmPackages { get; set; }
Property Value
NugetPackages
Declaration
public List<NugetPackageInfo> NugetPackages { get; set; }
Property Value
Methods
GetFirstDocumentationLinkOrNull()
Declaration
public string GetFirstDocumentationLinkOrNull()
Returns
Extension Methods