Class UserSettingFilter
Represents a filter for querying user logins.
Inherited Members
Namespace: DataWeb.Identity
Assembly: DataWeb.Core.dll
Syntax
public class UserSettingFilter
Properties
Count
Gets or sets the number of items to return.
Declaration
public int Count { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Id
Gets or sets the unique identifier.
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Gets or sets the name of the setting.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NavigationPath
Gets or sets the navigation path of the setting.
Declaration
public string NavigationPath { 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 |