Show / Hide Table of Contents

Class ExternalUserModal.ExternalUserViewModel

Inheritance
object
ExternalUserModal.ExternalUserViewModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Identity.Web.Pages.Identity.Users.ImportToolbar
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class ExternalUserModal.ExternalUserViewModel

Constructors

ExternalUserViewModel()

Declaration
public ExternalUserViewModel()

Properties

Password

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

Provider

Declaration
[Required]
public string Provider { get; set; }
Property Value
Type Description
string

UserNameOrEmailAddress

Declaration
[Required]
public string UserNameOrEmailAddress { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft