DataWeb
Search Results for

    Show / Hide Table of Contents

    Class UserSetting

    Represents a user setting in the application.

    Inheritance
    object
    UserSetting
    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 UserSetting

    Properties

    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 unique identifier of the user associated with the setting.

    Declaration
    public string UserIdMaster { get; set; }
    Property Value
    Type Description
    string

    Value

    Gets or sets the value of the setting.

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX