Class TemplateInfo
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class TemplateInfo
Constructors
TemplateInfo()
Declaration
Properties
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
DocumentUrl
Declaration
public string DocumentUrl { get; set; }
Property Value
IsPro
Declaration
public bool IsPro { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
ShortDescription
Declaration
public string ShortDescription { get; set; }
Property Value
Extension Methods