Click or drag to resize
License Class
Contains license information including the contents of the LEF file.
Inheritance Hierarchy
SystemObject
  PIX.QMSAPI.DataObjectsLicense

Namespace: PIX.QMSAPI.DataObjects
Assembly: 
Syntax
public class License

The License type exposes the following members.

Constructors
  NameDescription
Public methodLicense
Initializes a new instance of the License class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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 methodIsValid
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldFeatures
A list of features available in the license.
Top
Properties
  NameDescription
Public propertyControl
The control number of the license. This is used to validate the serial number.
Public propertyCorporation
The corporation of the licensee.
Public propertyLEFFile
The LEF (License Enabler File) which defines the features of the license.
Public propertyLEFOk
The current state of the LEF file. Set to true if it is valid, otherwise false.
Public propertyLicenseType
The type of the license.
Public propertyName
The name of the licensee.
Public propertySerial
The serial number of the license.
Top
See Also