Class UserLoginFilter
Represents a filter for querying user logins.
Inherited Members
Namespace: DataWeb.Identity
Assembly: DataWeb.Core.dll
Syntax
public class UserLoginFilter
Properties
Count
Gets or sets the number of items to return.
Declaration
public int Count { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
LoginProvider
Gets or sets the login provider.
Declaration
public string LoginProvider { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProviderKey
Gets or sets the provider key.
Declaration
public string ProviderKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserIdMaster
Gets or sets the user Id.
Declaration
public string UserIdMaster { get; set; }
Property Value
| Type | Description |
|---|---|
| string |