Class ModuleInfo
Assembly: Volo.Abp.Cli.Core.dll
Syntax
Constructors
ModuleInfo()
Declaration
Properties
AbpStudioName
Declaration
public string AbpStudioName { get; set; }
Property Value
AngularUi
Declaration
public bool AngularUi { get; set; }
Property Value
BlazorUi
Declaration
public bool BlazorUi { get; set; }
Property Value
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
DocumentUrl
Declaration
public string DocumentUrl { get; set; }
Property Value
EfCoreSupport
Declaration
public bool EfCoreSupport { get; set; }
Property Value
IsFreeToActiveLicenseOwners
Declaration
public bool IsFreeToActiveLicenseOwners { get; set; }
Property Value
IsPro
Declaration
public bool IsPro { get; set; }
Property Value
MongoDBSupport
Declaration
public bool MongoDBSupport { get; set; }
Property Value
MvcUi
Declaration
public bool MvcUi { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Namespace
Declaration
public string Namespace { get; set; }
Property Value
ShortDescription
Declaration
public string ShortDescription { get; set; }
Property Value
Extension Methods