Class NSExtendedModuleLicense
Constructors
NSExtendedModuleLicense()
Declaration
NSExtendedModuleLicense Methods
GetCurrent()
Declaration
NSModuleLicense GetCurrent() Examples
NSExtendedModuleLicense thing;
NSModuleLicense current = thing.GetCurrent();
Returns
| Type | Description |
| NSModuleLicense |
GetNew()
Declaration
NSModuleLicense GetNew() Examples
NSExtendedModuleLicense thing;
NSModuleLicense new = thing.GetNew();
Returns
| Type | Description |
| NSModuleLicense |
GetNumberOfLicensesAdded()
Declaration
Integer GetNumberOfLicensesAdded() Examples
NSExtendedModuleLicense thing;
Integer numberOfLicensesAdded = thing.GetNumberOfLicensesAdded();
Returns
| Type | Description |
| Integer |
GetNumberOfLicensesFree()
Declaration
Integer GetNumberOfLicensesFree() Examples
NSExtendedModuleLicense thing;
Integer numberOfLicensesFree = thing.GetNumberOfLicensesFree();
Returns
| Type | Description |
| Integer |
GetNumberOfLicensesInUse()
Declaration
Integer GetNumberOfLicensesInUse() Examples
NSExtendedModuleLicense thing;
Integer numberOfLicensesInUse = thing.GetNumberOfLicensesInUse();
Returns
| Type | Description |
| Integer |
GetNumberOfLicensesNewFree()
Declaration
Integer GetNumberOfLicensesNewFree() Examples
NSExtendedModuleLicense thing;
Integer numberOfLicensesNewFree = thing.GetNumberOfLicensesNewFree();
Returns
| Type | Description |
| Integer |
GetNumberOfLicensesNewTotal()
Declaration
Integer GetNumberOfLicensesNewTotal() Examples
NSExtendedModuleLicense thing;
Integer numberOfLicensesNewTotal = thing.GetNumberOfLicensesNewTotal();
Returns
| Type | Description |
| Integer |
GetNumberOfLicensesTotal()
Declaration
Integer GetNumberOfLicensesTotal() Examples
NSExtendedModuleLicense thing;
Integer numberOfLicensesTotal = thing.GetNumberOfLicensesTotal();
Returns
| Type | Description |
| Integer |
SetCurrent(NSModuleLicense)
Declaration
Void SetCurrent(NSModuleLicense current) Examples
NSExtendedModuleLicense thing;
NSModuleLicense current;
thing.SetCurrent(current);
Parameters
| Type | Name | Description |
| NSModuleLicense | current |
Returns
| Type | Description |
| Void |
SetNew(NSModuleLicense)
Declaration
Void SetNew(NSModuleLicense new) Examples
NSExtendedModuleLicense thing;
NSModuleLicense new;
thing.SetNew(new);
Parameters
| Type | Name | Description |
| NSModuleLicense | new |
Returns
| Type | Description |
| Void |
SetNumberOfLicensesAdded(Integer)
Declaration
Void SetNumberOfLicensesAdded(Integer numberOfLicensesAdded) Examples
NSExtendedModuleLicense thing;
Integer numberOfLicensesAdded;
thing.SetNumberOfLicensesAdded(numberOfLicensesAdded);
Parameters
| Type | Name | Description |
| Integer | numberOfLicensesAdded |
Returns
| Type | Description |
| Void |
SetNumberOfLicensesFree(Integer)
Declaration
Void SetNumberOfLicensesFree(Integer numberOfLicensesFree) Examples
NSExtendedModuleLicense thing;
Integer numberOfLicensesFree;
thing.SetNumberOfLicensesFree(numberOfLicensesFree);
Parameters
| Type | Name | Description |
| Integer | numberOfLicensesFree |
Returns
| Type | Description |
| Void |
SetNumberOfLicensesInUse(Integer)
Declaration
Void SetNumberOfLicensesInUse(Integer numberOfLicensesInUse) Examples
NSExtendedModuleLicense thing;
Integer numberOfLicensesInUse;
thing.SetNumberOfLicensesInUse(numberOfLicensesInUse);
Parameters
| Type | Name | Description |
| Integer | numberOfLicensesInUse |
Returns
| Type | Description |
| Void |
SetNumberOfLicensesNewFree(Integer)
Declaration
Void SetNumberOfLicensesNewFree(Integer numberOfLicensesNewFree) Examples
NSExtendedModuleLicense thing;
Integer numberOfLicensesNewFree;
thing.SetNumberOfLicensesNewFree(numberOfLicensesNewFree);
Parameters
| Type | Name | Description |
| Integer | numberOfLicensesNewFree |
Returns
| Type | Description |
| Void |
SetNumberOfLicensesNewTotal(Integer)
Declaration
Void SetNumberOfLicensesNewTotal(Integer numberOfLicensesNewTotal) Examples
NSExtendedModuleLicense thing;
Integer numberOfLicensesNewTotal;
thing.SetNumberOfLicensesNewTotal(numberOfLicensesNewTotal);
Parameters
| Type | Name | Description |
| Integer | numberOfLicensesNewTotal |
Returns
| Type | Description |
| Void |
SetNumberOfLicensesTotal(Integer)
Declaration
Void SetNumberOfLicensesTotal(Integer numberOfLicensesTotal) Examples
NSExtendedModuleLicense thing;
Integer numberOfLicensesTotal;
thing.SetNumberOfLicensesTotal(numberOfLicensesTotal);
Parameters
| Type | Name | Description |
| Integer | numberOfLicensesTotal |
Returns
| Type | Description |
| Void |