Class AbpIoSourceCodeStore.SourceCodeDownloadInputDto
Inheritance
System.Object
AbpIoSourceCodeStore.SourceCodeDownloadInputDto
Assembly: Volo.Abp.Cli.Core.dll
public class SourceCodeDownloadInputDto : object
Properties
Declaration
public bool IncludePreReleases { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string TemplateSource { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Version { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods