DataWeb
Search Results for

    Show / Hide Table of Contents

    Class EditData

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

    Properties

    CurrentLogins

    Declaration
    public IEnumerable<EditData.ExternalProvider> CurrentLogins { get; set; }
    Property Value
    Type Description
    IEnumerable<EditData.ExternalProvider>

    Email

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

    OtherLogins

    Declaration
    public IEnumerable<EditData.ExternalProvider> OtherLogins { get; set; }
    Property Value
    Type Description
    IEnumerable<EditData.ExternalProvider>

    UserHasPassword

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

    UserName

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