Validation Framework
Search Results for

    Show / Hide Table of Contents

    Class UserProfile

    Example model class demonstrating validation framework usage.

    Inheritance
    object
    UserProfile
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: ValidationFramework
    Assembly: ValidationFramework.dll
    Syntax
    public class UserProfile

    Properties

    | Edit this page View Source

    DateOfBirth

    Declaration
    public DateTime DateOfBirth { get; set; }
    Property Value
    Type Description
    DateTime
    | Edit this page View Source

    Email

    Declaration
    public string Email { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    FirstName

    Declaration
    public string FirstName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    LastName

    Declaration
    public string LastName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Password

    Declaration
    public string Password { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    PhoneNumber

    Declaration
    public string PhoneNumber { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Salary

    Declaration
    public decimal Salary { get; set; }
    Property Value
    Type Description
    decimal
    | Edit this page View Source

    Website

    Declaration
    public string Website { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX