Class BuildTimeLicensesResult
Inheritance
System.Object
BuildTimeLicensesResult
Namespace: Telerik.Licensing.Status
Assembly: Telerik.Licensing.Runtime.dll
Syntax
public class BuildTimeLicensesResult : IDevSeatLicenseResult
Constructors
BuildTimeLicensesResult(IEnumerable<ILicenseEvidenceReason>, IEnumerable<IMessage>, IReadOnlyDictionary<IProductMetadata, ILicenseStatus>, IUsageLicenseEvidence)
Declaration
public BuildTimeLicensesResult(IEnumerable<ILicenseEvidenceReason> jwts, IEnumerable<IMessage> messages, IReadOnlyDictionary<IProductMetadata, ILicenseStatus> licenseForProduct, IUsageLicenseEvidence usageLicenseEvidence)
Parameters
System.
|
System.
|
System.
|
IUsage
|
Properties
JWTs
Declaration
public IReadOnlyList<ILicenseEvidenceReason> JWTs { get; }
Property Value
System.
|
Implements
LicenseForProduct
Declaration
public IReadOnlyDictionary<IProductMetadata, ILicenseStatus> LicenseForProduct { get; }
Property Value
System.
|
Implements
Messages
Declaration
public IReadOnlyList<IMessage> Messages { get; }
Property Value
System.
|
Implements
UsageLicenseEvidence
Declaration
public IUsageLicenseEvidence UsageLicenseEvidence { get; }