Class TemplateInfo
Inheritance
System.Object
TemplateInfo
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public abstract class TemplateInfo : object
Constructors
TemplateInfo(String, DatabaseProvider, UiFramework)
Declaration
protected TemplateInfo(string name, DatabaseProvider defaultDatabaseProvider = default(DatabaseProvider), UiFramework defaultUiFramework = default(UiFramework))
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
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Methods
GetCustomSteps(ProjectBuildContext)
Declaration
public virtual IEnumerable<ProjectBuildPipelineStep> GetCustomSteps(ProjectBuildContext context)
Parameters
Returns
Extension Methods