Interface ILicense
- Namespace
- Loehnert.Lisrt.ThirdPartyLicenses.Interfaces
- Assembly
- Loehnert.Lisrt.dll
Represents a license.
public interface ILicense
Properties
Name
Gets the name.
string Name { get; }
Property Value
ShortIdentifier
Gets the license identifier. See https://spdx.org/licenses/.
string ShortIdentifier { get; }
Property Value
Text
Gets the text.
string Text { get; }