Class UserFilter
Represents a filter for querying users.
Inherited Members
Namespace: DataWeb.Identity
Assembly: DataWeb.Core.dll
Syntax
public class UserFilter
Properties
Count
Gets or sets the number of users to retrieve.
Declaration
public int Count { get; set; }
Property Value
Type | Description |
---|---|
int |
Gets or sets the email address of the user.
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
string |
IdMaster
Gets or sets the unique identifier.
Declaration
public string IdMaster { get; set; }
Property Value
Type | Description |
---|---|
string |
IsDataWeb
Gets or sets a value indicating whether the user is a web data user.
Declaration
public bool? IsDataWeb { get; set; }
Property Value
Type | Description |
---|---|
bool? |
PublishMode
Gets or sets the publish mode of the user.
Declaration
public PublishMode? PublishMode { get; set; }
Property Value
Type | Description |
---|---|
PublishMode? |
UserName
Gets or sets the username of the user.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
string |