Class ModuleInfo
Inheritance
System.Object
ModuleInfo
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class ModuleInfo : object
Properties
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string EfCoreConfigureMethodName { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
NpmPackages
Declaration
public List<NpmPackageInfo> NpmPackages { get; set; }
Property Value
NugetPackages
Declaration
public List<NugetPackageInfo> NugetPackages { get; set; }
Property Value
Extension Methods