Search Results for

    Show / Hide Table of Contents

    Class PasswordResetRequestDto

    DTO for password reset request

    Inheritance
    object
    PasswordResetRequestDto
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OEMS.Core.Application.DTOs.Login
    Assembly: OEMS.Core.dll
    Syntax
    public class PasswordResetRequestDto

    Properties

    Email

    Email address of the user requesting password reset

    Declaration
    [Required(ErrorMessage = "E-Mail ist erforderlich")]
    [EmailAddress(ErrorMessage = "Ungültige E-Mail-Adresse")]
    public string Email { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX