ActivationCodeModel Class |
Namespace: DoubleTake.Web.Models
The ActivationCodeModel type exposes the following members.
| Name | Description | |
|---|---|---|
| ActivationCodeModel | Initializes a new instance of the ActivationCodeModel class |
| Name | Description | |
|---|---|---|
| Attributes |
Gets or sets the attributes of this activation code.
| |
| Code |
Gets or sets the text of the activation code.
| |
| ExpirationDate |
Gets or sets the expiration date of this activation code.
| |
| IsEvaluation |
Gets or sets a value indicating whether this activation code represents an evaluation license.
| |
| IsExpired |
Gets or sets a value indicating whether this activation code is expired.
| |
| IsNodeLocked |
Gets or sets a value indicating whether or not this activation code represents a node-locked license.
| |
| IsValid |
Gets or sets a value indicating whether or not this activation code is valid.
| |
| LicenseType |
Gets or sets the type of the license this activation code entitles the user to.
| |
| MajorVersion |
Gets or sets the major version of the release associated with this activation code.
| |
| MinorVersion |
Gets or sets the minor version of the release associated with this activation code.
| |
| ProductCode |
Gets or sets the product code associated with this activation code.
| |
| ProductName |
Gets or sets the name of the product associated with this activation code.
| |
| SerialNumber |
Gets or sets the serial number associated with this activation code.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |