Click or drag to resize
SoLicensedProduct Class

Class managing a licensed product.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.Inventor.LockSoLicensedProduct

Namespace: OIV.Inventor.Lock
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public class SoLicensedProduct : SoNetBase

The SoLicensedProduct type exposes the following members.

Constructors
  NameDescription
Public methodSoLicensedProduct
Default constructor.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetDaysToExpire

Gets number of days before expiration for the given product version.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetLicenseType

Gets the product type (RunTime or SDK).

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsMasterPassword

Returns true if the product has a master password license.

Public methodIsTrialProduct

Returns true if the product is a trial one, false otherwise.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

SoLicensedProduct manages a licensed product. This class allow to have access to every product versions and licenses.

See Also