DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ControlAccountEditorData

    Inheritance
    object
    ControlAccountEditorData
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Data
    Assembly: DataWeb.Core.dll
    Syntax
    public class ControlAccountEditorData

    Properties

    ExternalLogins

    Declaration
    public IEnumerable<string> ExternalLogins { get; set; }
    Property Value
    Type Description
    IEnumerable<string>

    IsPassword

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

    IsUser

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