![]() |
LicenseSpring Management .Net SDK 1.10.1
Easily add Software Licensing to your application
|
Class that encapsulates information about order details. More...
Public Member Functions | |
OrderDetails () | |
OrderDetails default constructor. | |
OrderDetails (string orderID) | |
OrderDetails constructor where you can provide your custom order ID. | |
Properties | |
string | CampaignParams [get, set] |
Advertisement campaign params. | |
string | DownloadID [get, set] |
Order download id. | |
bool | IsTest [get, set] |
Whether you are ordering test licenses or not, by default false. | |
bool | IsTrial [get, set] |
Whether you are ordering trial licenses or not, by default false.Please note, this data field is obsolete and have no effect anymore. You should specify trial flag for every license separately using LicenseDetails.IsTrial | |
string | Language [get, set] |
Language short code, by default 'en'. | |
string | OrderID [get, set] |
Order identifier. | |
bool | PreventVM [get, set] |
Prevent using virtual machine. | |
bool | ShouldAppend [get, set] |
Append order items to existing order.By default true if you provide orderID and false if not. | |
string | Type [get, set] |
Order type, by default 'normal'. | |
![]() |
Class that encapsulates information about order details.
This information can be passed to IManagementService.CreateOrder
if you want to specify order details.
Order info should be passed if you are going to make user-based license order, see IsUserBased
.
LicenseSpring.OrderDetails.OrderDetails | ( | ) |
OrderDetails default constructor.
The SDK will create order ID using System.Guid
LicenseSpring.OrderDetails.OrderDetails | ( | string | orderID | ) |
OrderDetails constructor where you can provide your custom order ID.
ShouldAppend property will be set to true
orderID | Order identifier |
|
getset |
Advertisement campaign params.
Implements LicenseSpring.IOrderDetails.
|
getset |
Order download id.
Implements LicenseSpring.IOrderDetails.
|
getset |
Whether you are ordering test licenses or not, by default false.
Implements LicenseSpring.IOrderDetails.
|
getset |
Whether you are ordering trial licenses or not, by default false.Please note, this data field is obsolete and have no effect anymore. You should specify trial flag for every license separately using LicenseDetails.IsTrial
Implements LicenseSpring.IOrderDetails.
|
getset |
Language short code, by default 'en'.
Implements LicenseSpring.IOrderDetails.
|
getset |
Order identifier.
Implements LicenseSpring.IOrderDetails.
|
getset |
Prevent using virtual machine.
Implements LicenseSpring.IOrderDetails.
|
getset |
Append order items to existing order.By default true if you provide orderID and false if not.
Implements LicenseSpring.IOrderDetails.
|
getset |
Order type, by default 'normal'.
Implements LicenseSpring.IOrderDetails.