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

Data transfer object that is used for searching through license users. More...

Inheritance diagram for LicenseSpring.ListUsersRequestDto:
LicenseSpring.BaseListDto

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]
 

Detailed Description

Data transfer object that is used for searching through license users.

Property Documentation

◆ EmailContains

string LicenseSpring.ListUsersRequestDto.EmailContains
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).


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