Show / Hide Table of Contents

Class SendEmailConfirmationTokenDto

Inheritance
object
SendEmailConfirmationTokenDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account
Assembly: Volo.Abp.Account.Pro.Public.Application.Contracts.dll
Syntax
public class SendEmailConfirmationTokenDto

Constructors

SendEmailConfirmationTokenDto()

Declaration
public SendEmailConfirmationTokenDto()

Properties

AppName

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

ReturnUrl

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

ReturnUrlHash

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

UserId

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