Class LicenseData
public class LicenseData
- Inheritance
-
LicenseData
- Inherited Members
Constructors
LicenseData(string, bool, bool, bool)
public LicenseData(string licenseID, bool isOsiApproved, bool isDeprecatedLicenseId, bool isFsfLibre)
Parameters
Properties
IsDeprecatedLicenseId
public bool IsDeprecatedLicenseId { get; }
Property Value
IsFsfLibre
public bool IsFsfLibre { get; }
Property Value
IsOsiApproved
public bool IsOsiApproved { get; }
Property Value
LicenseID
public string LicenseID { get; }