Class MyGetPackage
Inheritance
System.Object
MyGetPackage
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class MyGetPackage : object
Properties
Dates
Declaration
public List<string> Dates { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
PackageType
Declaration
public string PackageType { get; set; }
Property Value
Type |
Description |
System.String |
|
Versions
Declaration
public List<string> Versions { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
Extension Methods