Show / Hide Table of Contents

Class ModuleInfo

Inheritance
System.Object
ModuleInfo
Namespace: Volo.Abp.Cli.ProjectBuilding.Building
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

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft