Class UserProfile
Example model class demonstrating validation framework usage.
Assembly: ValidationFramework.dll
Syntax
Properties
|
Edit this page
View Source
DateOfBirth
Declaration
public DateTime DateOfBirth { get; set; }
Property Value
|
Edit this page
View Source
Email
Declaration
public string Email { get; set; }
Property Value
|
Edit this page
View Source
FirstName
Declaration
public string FirstName { get; set; }
Property Value
|
Edit this page
View Source
LastName
Declaration
public string LastName { get; set; }
Property Value
|
Edit this page
View Source
Password
Declaration
public string Password { get; set; }
Property Value
|
Edit this page
View Source
PhoneNumber
Declaration
public string PhoneNumber { get; set; }
Property Value
|
Edit this page
View Source
Salary
Declaration
public decimal Salary { get; set; }
Property Value
|
Edit this page
View Source
Website
Declaration
public string Website { get; set; }
Property Value