DataWeb
Search Results for

    Show / Hide Table of Contents

    Class UserInfo

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

    Properties

    Culture

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

    Email

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

    IsEditable

    Declaration
    public bool IsEditable { get; set; }
    Property Value
    Type Description
    bool

    PublishMode

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

    Roles

    Declaration
    public List<string> Roles { get; set; }
    Property Value
    Type Description
    List<string>

    UserName

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