Class GetKeysModel
Inherited Members
Namespace: SKMV3Models
Assembly: Cryptolens.Licensing.CrossPlatform.dll
Syntax
public class GetKeysModel : RequestModel
Properties
| Improve this Doc View SourceOrderBy
Specifies the way to order the result. The order by field has the following structure: fieldName [ascending|descending]. For example, If you want to order by the feature field 1 (F1), you should use F1. If you want it in descending order, please add the descending keywords right after the field, eg. F1 descending. The ascending keyword is the default, hence optional.
Declaration
public string OrderBy { get; set; }
Property Value
Type | Description |
---|---|
string |
Page
If there are more than 100 keys, only 99 will be returned on the first page. in order to obtain the remaining licenses, increment this parameter by 1.
Declaration
public int Page { get; set; }
Property Value
Type | Description |
---|---|
int |
ProductId
The product id
Declaration
public int ProductId { get; set; }
Property Value
Type | Description |
---|---|
int |
SearchQuery
Sorts the result so that only the license keys that satisfy the criterion will be displayed. Please see: https://help.cryptolens.io/web-interface/linq-search-product
Declaration
public string SearchQuery { get; set; }
Property Value
Type | Description |
---|---|
string |