Class ModuleInfo
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