Class TemplateInfo
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public abstract class TemplateInfo
Constructors
TemplateInfo(string, DatabaseProvider, UiFramework)
Declaration
protected TemplateInfo(string name, DatabaseProvider defaultDatabaseProvider = DatabaseProvider.NotSpecified, UiFramework defaultUiFramework = UiFramework.NotSpecified)
Parameters
Properties
DefaultDatabaseProvider
Declaration
public DatabaseProvider DefaultDatabaseProvider { get; }
Property Value
DefaultUiFramework
Declaration
public UiFramework DefaultUiFramework { get; }
Property Value
DocumentUrl
Declaration
public string DocumentUrl { get; set; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Methods
GetCustomSteps(ProjectBuildContext)
Declaration
public virtual IEnumerable<ProjectBuildPipelineStep> GetCustomSteps(ProjectBuildContext context)
Parameters
Returns
IsNoLayer()
Declaration
Returns
IsPro()
Declaration
Returns
Extension Methods