Class MyGetPackage
Inherited Members
Namespace: Volo.Abp.Cli.ProjectModification
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class MyGetPackage
Constructors
MyGetPackage()
Declaration
public MyGetPackage()
Properties
Dates
Declaration
public List<string> Dates { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
Id
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PackageType
Declaration
public string PackageType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Versions
Declaration
public List<string> Versions { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |