Class MyGetPackage
Inheritance
object
MyGetPackage
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.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 |
|---|---|
| System.Collections.Generic.List<T><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 |
|---|---|
| System.Collections.Generic.List<T><string> |