Class AbpIoSourceCodeStore.SourceCodeDownloadInputDto
Inheritance
AbpIoSourceCodeStore.SourceCodeDownloadInputDto
Assembly: Volo.Abp.Cli.Core.dll
public class AbpIoSourceCodeStore.SourceCodeDownloadInputDto
Constructors
Declaration
public SourceCodeDownloadInputDto()
Properties
Declaration
public bool IncludePreReleases { get; set; }
Property Value
Declaration
public string Name { get; set; }
Property Value
Declaration
public string TemplateSource { get; set; }
Property Value
Declaration
public string Type { get; set; }
Property Value
Declaration
public string Version { get; set; }
Property Value
Extension Methods