Метод | Описание | |
---|---|---|
CreateSecurityQuestion ( string question, bool isValid = true ) : SecurityQuestion | ||
DeleteSecurityQuestionById ( long id ) : bool | ||
ExistsSecurityQuestionId ( long id ) : bool | ||
GetAllSecurityQuestions ( ) : IQueryable |
||
GetSecurityQuestionById ( long id ) : SecurityQuestion | ||
SecurityQuestionManager ( ) : System | ||
UpdateSecurityQuestion ( SecurityQuestion securityQuestion ) : SecurityQuestion |
public CreateSecurityQuestion ( string question, bool isValid = true ) : SecurityQuestion | ||
question | string | |
isValid | bool | |
Результат | SecurityQuestion |
public DeleteSecurityQuestionById ( long id ) : bool | ||
id | long | |
Результат | bool |
public ExistsSecurityQuestionId ( long id ) : bool | ||
id | long | |
Результат | bool |
public GetAllSecurityQuestions ( ) : IQueryable |
||
Результат | IQueryable |
public GetSecurityQuestionById ( long id ) : SecurityQuestion | ||
id | long | |
Результат | SecurityQuestion |
public SecurityQuestionManager ( ) : System | ||
Результат | System |
public UpdateSecurityQuestion ( SecurityQuestion securityQuestion ) : SecurityQuestion | ||
securityQuestion | SecurityQuestion | |
Результат | SecurityQuestion |