Show / Hide Table of Contents

    Class RegisterPost

    Inheritance
    System.Object
    RegisterPost
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Dangl.Identity.Client.Models
    Assembly: Dangl.Identity.Client.Models.dll
    Syntax
    public class RegisterPost

    Properties

    | Improve this Doc View Source

    Email

    Declaration
    [Required]
    [EmailAddress]
    public string Email { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Password

    Declaration
    [Required]
    [MinLength(10)]
    public string Password { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PreferredLanguages

    Declaration
    public List<string> PreferredLanguages { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>
    | Improve this Doc View Source

    Username

    Declaration
    [Required]
    public string Username { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    Back to top © Dangl IT - Georg Dangl