Interface ILicenseService
- Namespace
- Loehnert.Lisrt.ThirdPartyLicenses.Interfaces
- Assembly
- Loehnert.Lisrt.dll
Represents a service for the license management.
public interface ILicenseService
Properties
Licenses
Gets all licenses.
IEnumerable<ILicense> Licenses { get; }
Property Value
Usages
Gets all usages.
IEnumerable<UsesLicenseAttribute> Usages { get; }