Méthode | Description | |
---|---|---|
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 | |
Résultat | SecurityQuestion |
public DeleteSecurityQuestionById ( long id ) : bool | ||
id | long | |
Résultat | bool |
public ExistsSecurityQuestionId ( long id ) : bool | ||
id | long | |
Résultat | bool |
public GetAllSecurityQuestions ( ) : IQueryable |
||
Résultat | IQueryable |
public GetSecurityQuestionById ( long id ) : SecurityQuestion | ||
id | long | |
Résultat | SecurityQuestion |
public SecurityQuestionManager ( ) : System | ||
Résultat | System |
public UpdateSecurityQuestion ( SecurityQuestion securityQuestion ) : SecurityQuestion | ||
securityQuestion | SecurityQuestion | |
Résultat | SecurityQuestion |