Click or drag to resize
ActivationCodeModel Class
Activation code model.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsActivationCodeModel

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntax
public sealed class ActivationCodeModel

The ActivationCodeModel type exposes the following members.

Constructors
  NameDescription
Public methodActivationCodeModel
Initializes a new instance of the ActivationCodeModel class
Top
Properties
  NameDescription
Public propertyAttributes
Gets or sets the attributes of this activation code.
Public propertyCode
Gets or sets the text of the activation code.
Public propertyExpirationDate
Gets or sets the expiration date of this activation code.
Public propertyIsEvaluation
Gets or sets a value indicating whether this activation code represents an evaluation license.
Public propertyIsExpired
Gets or sets a value indicating whether this activation code is expired.
Public propertyIsNodeLocked
Gets or sets a value indicating whether or not this activation code represents a node-locked license.
Public propertyIsValid
Gets or sets a value indicating whether or not this activation code is valid.
Public propertyLicenseType
Gets or sets the type of the license this activation code entitles the user to.
Public propertyMajorVersion
Gets or sets the major version of the release associated with this activation code.
Public propertyMinorVersion
Gets or sets the minor version of the release associated with this activation code.
Public propertyProductCode
Gets or sets the product code associated with this activation code.
Public propertyProductName
Gets or sets the name of the product associated with this activation code.
Public propertySerialNumber
Gets or sets the serial number associated with this activation code.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also