Class Package
A software Package for installation.
public class Package
- Inheritance
-
Package
Properties
Description
Description of the Package.
public string Description { get; set; }
Property Value
Downloads
Download count to show how popular the package is.
public long Downloads { get; set; }
Property Value
ExpiryDate
The expiry date of the package
public DateTime? ExpiryDate { get; set; }
Property Value
License
License for the Package.
public string License { get; set; }
Property Value
LogoFileId
logo file id
public int? LogoFileId { get; set; }
Property Value
- int?
LogoUrl
logo url
public string LogoUrl { get; set; }
Property Value
Name
Friendly name of the package
public string Name { get; set; }
Property Value
Owner
Owner of the package
public string Owner { get; set; }
Property Value
OwnerUrl
Url for the owner of the package
public string OwnerUrl { get; set; }
Property Value
PackageId
ID of the Package. Usually constructed of the Namespace.
public string PackageId { get; set; }
Property Value
PackageUrl
The direct Url for downloading the package
public string PackageUrl { get; set; }
Property Value
PaymentUrl
The Url for purchasing the package
public string PaymentUrl { get; set; }
Property Value
Price
The price of the package
public decimal? Price { get; set; }
Property Value
ProductUrl
Friendly name of the package
public string ProductUrl { get; set; }
Property Value
ReleaseDate
date the package was released
public DateTime ReleaseDate { get; set; }
Property Value
SupportUrl
The direct Url for getting support for the product
public string SupportUrl { get; set; }
Property Value
TrialPeriod
The trial period in days
public int TrialPeriod { get; set; }
Property Value
Version
Version as defined in the NuGet package.
public string Version { get; set; }
Property Value
Vulnerabilities
Indicates if any known security vulnerabilities exist
public int Vulnerabilities { get; set; }