LicenseLease
LicenseLease represents a lease returned from the Cloud Zoo
Inheritance Hierarchy
System.Object
Rhino.PlugIns.LicenseLease
Namespace: Rhino.PlugIns
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public class LicenseLease
The LicenseLease type exposes the following members.
Constructors
Name
Description
Public Method
LicenseLease(IntPtr)
Initializes a new instance of the LicenseLease class
Public Method
LicenseLease(String, String, String, String, String, String, String, String, String, DateTime, DateTime)
Initializes a new instance of the LicenseLease class
Public Method
LicenseLease(String, String, String, String, String, String, String, String, String, DateTime, DateTime, DateTime)
Initializes a new instance of the LicenseLease class
Properties
Name
Description
Public Property
Expiration
The date when this lease will expire
Public Property
GroupId
ID of Rhino Accounts group that this lease came from
Public Property
GroupName
Name of Rhino Accounts group that this lease came from
Public Property
IssuedAt
The date this lease was issued
Public Property
LeaseId
The ID of this lease.
Public Property
ProductEdition
Edition of product that this lease is issued to. For example, “Commercial” or “Beta”
Public Property
ProductId
The ID of the product that this lease is issued to
Public Property
ProductTitle
Title of product that this lease is issued to. For example, “Rhino 6”
Public Property
ProductVersion
Version of product that this lease is issued to. For example, “6.0”
Public Property
RenewableUntil
The date when the license in the cloud zoo entity will expire, if any
Public Property
UserId
ID of Rhino Accounts user that was logged in when this lease was obtained
Public Property
UserName
Name of Rhino Accounts user that was logged in when this lease was obtained
Methods
Name
Description
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected Method
Finalize
(Overrides Object.Finalize..)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected Method
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object.)