![]() |
LicenseSpring Management .Net SDK 1.15.0
Easily add Software Licensing to your application
|
Data transfer object that is used for searching through license users. More...
Properties | |
| string | EmailContains [get, set] |
| The resulting set can be filtered by the partial match of the license users email(case insensitive). | |
| string | EmailExact [get, set] |
| summary> The resulting set can be filtered by the ability of the license users to manage orders. | |
| string | FirstNameContains [get, set] |
| summary> The resulting set can be filtered by the partial match of the license users last name(case insensitive). | |
| string | LastNameContains [get, set] |
| summary> The resulting set can be filtered by the partial match of the license users phone. | |
| bool? | ManagingOrders [get, set] |
| summary> The resulting set can be filtered by the partial match of the license users first name(case insensitive). | |
| string | PhoneContains [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] |
Data transfer object that is used for searching through license users.
|
getset |
The resulting set can be filtered by the partial match of the license users email(case insensitive).
summary> The resulting set can be filtered by the exact match of the license users email(case insensitive).