LicenseTemplate
Namespace: Babel.Data Assembly: Babel.Data.dll
Represents a license template.
Inheritance
object ← EntityTracker ← LicenseTemplate
Implements
Inherited Members
EntityTracker.SetWithNotify<T>(T, ref T, string), EntityTracker.IsDirty, EntityTracker.PropertyChanged, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
LicenseTemplate()
Properties
Code
Gets or sets the code of the license template.
Property Value
Description
Gets or sets the description of the license template.
Property Value
ExpireDays
Gets or sets the duration in days after which the generated license will expire.
Property Value
int?
Format
Gets or sets the format of the license template.
Property Value
GenerateKeyInfo
Gets or sets a value indicating whether key information should be generated for the license template.
Property Value
Id
Gets or sets the ID of the license template.
Property Value
IssueDate
Whether to add issue date to licenses generated from this template.
Property Value
LicenseFileName
Gets or sets the name of the license file associated with the template.
Property Value
LicenseType
Gets or sets the type of the generated license.
Property Value
LicensingMode
Gets or sets the licensing mode of the license template.
Property Value
Name
Gets or sets the name of the license template.
Property Value
Product
Gets or sets the product associated with the license template.
Property Value
ProductId
Gets or sets the ID of the product associated with the license template.
Property Value
int?
Release
Gets or sets the release associated with the license template.
Property Value
ReleaseId
Gets or sets the ID of the release associated with the license template.
Property Value
int?
SignatureKeys
Gets or sets the resource containing the signature keys for the license template.
Property Value
SignatureKeysId
Gets or sets the ID of the resource containing the signature keys for the license template.
Property Value
int?
SupportDays
Gets or sets the duration in days after which the support for the generated license will expire.
Property Value
int?
Template
Gets or sets the template string for the license template.
Property Value
UserKey
Gets or sets the user key format for the license template.
Property Value
Last updated