LicenseSpring Management .Net SDK 1.10.1
Easily add Software Licensing to your application
Loading...
Searching...
No Matches
LicenseSpring.ListProductsRequestDto Class Reference

Data transfer object that is used for searching through products. More...

Inheritance diagram for LicenseSpring.ListProductsRequestDto:
LicenseSpring.BaseListDto

Properties

bool? IsArchived [get, set]
 summary> Short code of the license that need to be searched through.
 
OrderProductsBy Order [get, set]
 
string OrderByString [get]
 OrderBy attribute converted to string.
 
string ShortCode [get, set]
 
- Properties inherited from LicenseSpring.BaseListDto
int Limit [get, set]
 Number of results you want to be shown. Server sends paginated response that's why limit can be set. Default is 20.
 
int Offset [get, set]
 

Detailed Description

Data transfer object that is used for searching through products.

Property Documentation

◆ Order

OrderProductsBy LicenseSpring.ListProductsRequestDto.Order
getset

summary> Indicates if the products that are searched for are archived or not. Default is false.

◆ OrderByString

string LicenseSpring.ListProductsRequestDto.OrderByString
get

OrderBy attribute converted to string.

summary> The result of the queries is a list that can than be ordered in ascending order by some attribute. This is where that attribute needs to be set. Currently only is_archived is available.


The documentation for this class was generated from the following file: