ZooClientParameters Class |
Namespace: Rhino.Runtime
The ZooClientParameters type exposes the following members.
Name | Description | |
---|---|---|
![]() | ZooClientParameters |
ZooClientParameters Constructor
|
Name | Description | |
---|---|---|
![]() | Capabilities |
LicenseCapabilities flags that set options for how licenses can be obtained for this product
|
![]() | LicenseEntryTextMask |
Text mask in the form @"RH4A-AAAA-AAAA-AAAA-AAAA-AAAA" that informs the user what numbers they are looking for
|
![]() | LicenseGuid |
Guid used by ZooClient to identify the license saved by ZooClient. This differs from ProductGuid because different versions of a plug-in
with the same Plug-in ID may need different licenses.
|
![]() | OnLeaseChanged |
Delegate called by ZooClient when a cloud zoo lease is changed
|
![]() | ParentWindow |
Parent window assigned to any licensing dialogs that appear. If null, the Rhino main window is used.
|
![]() | ProductBuildType |
Product build type. Must be one of LicenseBuildType values.
|
![]() | ProductGuid |
Guid used by ZooClient to identify the plug-in requesting a license from ZooClient. This Guid may be used by different versions of the
plug-in. If different licenses are used by different versions of the plug-in, the plug-in must also specify a LicenseGuid.
|
![]() | ProductPath |
Path to the application calling ZooClient
|
![]() | ProductTitle |
Title of the product, "Rhinoceros 6" for example.
|
![]() | SelectedLicenseType |
License type selected by default when user is prompted to enter a license key
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | VerifyLicenseKey |
Called by GetLicense to ensure that the license key entered by the user is legitimate and can be used.
|
![]() | VerifyPreviousVersionLicense |
When a caller calls GetLicense, ZooClient may call VerifyPreviousVersionLicense to ensure
previousVersionLicense is legitimate and can be used to upgrade license.
|