DataWeb
Search Results for

    Show / Hide Table of Contents

    Class UserFilter

    Represents a filter for querying users.

    Inheritance
    object
    UserFilter
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    Email

    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
    In this article
    Back to top Generated by DocFX