Class RegistrationModel
Inherited Members
Namespace: EduCATS.Data.Models.Registration
Assembly: EduCATS.dll
Syntax
public class RegistrationModel
Properties
AnswerToSecretQuestion
Answer to secret question.
Declaration
public string AnswerToSecretQuestion { get; set; }
Property Value
Type | Description |
---|---|
string |
ConfirmPassword
Confirm password.
Declaration
public string ConfirmPassword { get; set; }
Property Value
Type | Description |
---|---|
string |
Group
Student group.
Declaration
public int Group { get; set; }
Property Value
Type | Description |
---|---|
int |
Name
Name of Student.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Password
Password.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
string |
Patronymic
Patronymic of Student.
Declaration
public string Patronymic { get; set; }
Property Value
Type | Description |
---|---|
string |
QuestionId
Secret question.
Declaration
public int QuestionId { get; set; }
Property Value
Type | Description |
---|---|
int |
Surname
Surname of Student.
Declaration
public string Surname { get; set; }
Property Value
Type | Description |
---|---|
string |
UserName
Login.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
string |