Class ModuleInfo
Inheritance
System.Object
ModuleInfo
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class ModuleInfo : object
Properties
AngularUi
Declaration
public bool AngularUi { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
DocumentUrl
Declaration
public string DocumentUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
EfCoreSupport
Declaration
public bool EfCoreSupport { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPro
Declaration
public bool IsPro { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MongoDBSupport
Declaration
public bool MongoDBSupport { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MvcUi
Declaration
public bool MvcUi { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Namespace
Declaration
public string Namespace { get; set; }
Property Value
Type |
Description |
System.String |
|
ShortDescription
Declaration
public string ShortDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods