Show / Hide Table of Contents

Class SetPassword.ChangeTenantPasswordViewModel

Inheritance
object
SetPassword.ChangeTenantPasswordViewModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Saas.Host.Pages.Saas.Host.Tenants
Assembly: Volo.Saas.Host.Web.dll
Syntax
public class SetPassword.ChangeTenantPasswordViewModel

Constructors

ChangeTenantPasswordViewModel()

Declaration
public ChangeTenantPasswordViewModel()

Properties

Id

Declaration
[HiddenInput]
public Guid Id { get; set; }
Property Value
Type Description
Guid

NewPassword

Declaration
[Required]
[DataType(DataType.Password)]
public string NewPassword { get; set; }
Property Value
Type Description
string

UserName

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