License
Namespace: Babel.Data Assembly: Babel.Data.dll
Represents a software license.
Inheritance
object ← EntityTracker ← License
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
License()
Properties
CreatedAt
Gets or sets the date and time the license was created.
Property Value
Customer
Gets or sets the customer associated with the license.
Property Value
CustomerId
Gets or sets the ID of the customer associated with the license.
Property Value
int?
Description
Gets or sets the description of the license.
Property Value
ExpireDate
Gets or sets the date the license expires.
Property Value
Format
Gets or sets the format of the license.
Property Value
Hash
Gets or sets the hash of the license.
Property Value
Id
Gets or sets the ID of the license.
Property Value
IssueDate
Gets or sets the date the license was issued.
Property Value
LicenseId
Gets or sets the ID of the license.
Property Value
LicenseKey
Gets or sets the license key.
Property Value
LicenseTokens
Gets or sets the license tokens associated with the license.
Property Value
LicenseTraces
Gets or sets the license traces associated with the license.
Property Value
LicenseType
Gets or sets the type of the license.
Property Value
LicenseeCompany
Gets or sets the licensee company name.
Property Value
LicenseeEmail
Gets or sets the licensee email.
Property Value
LicenseeName
Gets or sets the licensee name.
Property Value
LicensingMode
Gets or sets the licensing mode of the license.
Property Value
MaxAllowedSites
Gets or sets the maximum number of allowed sites for the license.
Property Value
int?
Meta
Gets or sets the metadata.
Property Value
NodeLockedLicenseTokens
Gets or sets the node-locked license tokens associated with the license.
Property Value
Order
Gets or sets the order associated with the license.
Property Value
OrderId
Gets or sets the ID of the order associated with the license.
Property Value
int?
ProductLicenses
Gets or sets the product licenses associated with the license.
Property Value
Revoked
Gets or sets a value indicating whether the license has been revoked.
Property Value
SignatureKeys
Gets or sets the resource containing the signature keys for the license.
Property Value
SignatureKeysId
Gets or sets the ID of the resource containing the signature keys for the license.
Property Value
int?
SupportExpireDate
Gets or sets the date the license's support expires.
Property Value
Template
Gets or sets the template associated with the license.
Property Value
TemplateId
Gets or sets the ID of the template associated with the license.
Property Value
int?
Trace
Gets or sets a value indicating whether the license has been traced.
Property Value
UpdatedAt
Gets or sets the date and time the license was updates.
Property Value
UserKey
Gets or sets the user key associated with the license.
Property Value
Last updated