Class AbpIoSourceCodeStore.SourceCodeDownloadInputDto
Inheritance
object
AbpIoSourceCodeStore.SourceCodeDownloadInputDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Cli.ProjectBuilding
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class AbpIoSourceCodeStore.SourceCodeDownloadInputDto
Constructors
SourceCodeDownloadInputDto()
Declaration
public SourceCodeDownloadInputDto()
Properties
IncludePreReleases
Declaration
public bool IncludePreReleases { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TemplateSource
Declaration
public string TemplateSource { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Version
Declaration
public string Version { get; set; }
Property Value
| Type | Description |
|---|---|
| string |