Table of Contents

Class LicenseData

Namespace
NuGet.Packaging.Licenses
Assembly
Chocolatey.NuGet.Packaging.dll
public class LicenseData
Inheritance
LicenseData
Inherited Members

Constructors

LicenseData(string, bool, bool, bool)

public LicenseData(string licenseID, bool isOsiApproved, bool isDeprecatedLicenseId, bool isFsfLibre)

Parameters

licenseID string
isOsiApproved bool
isDeprecatedLicenseId bool
isFsfLibre bool

Properties

IsDeprecatedLicenseId

public bool IsDeprecatedLicenseId { get; }

Property Value

bool

IsFsfLibre

public bool IsFsfLibre { get; }

Property Value

bool

IsOsiApproved

public bool IsOsiApproved { get; }

Property Value

bool

LicenseID

public string LicenseID { get; }

Property Value

string