|
10Duke Enterprise C++ SDK
|
#include <LicenseCheckoutItem.h>
Licensed item to be checked out.
Public Member Functions | |
| LicenseCheckoutItem (std::string name, std::string requestedVersion=NO_VERSION, std::string licenseId=NO_LICENSE_ID) | |
| Constructs new instance. | |
Static Public Attributes | |
| static const std::string | NO_VERSION = "" |
| Named constant to indicate that no version is specified. | |
| static const std::string | NO_LICENSE_ID = "" |
| Named constant to indicate that no license id is specified. | |
|
explicit |
Constructs new instance.
| name | name of the licensed item to check out |
| requestedVersion | version requested to be checked out. Optional, and if provided, this overrides a request-level version. Empty string = not provided = the version from the request will be used, if any. |
| licenseId | checkout from this license. Name must still be given, and must be name of the item of the license. Optional. Empty string = no license id. |
|
static |
Named constant to indicate that no license id is specified.
The value is empty string.
|
static |
Named constant to indicate that no version is specified.
The value is empty string.