Méthode | Description | |
---|---|---|
UserProfile ( ) : System | ||
UserProfile ( IDataReader dbReader ) : System | ||
UserProfile ( int companyId, string userName, string password, string firstName, string lastName, string email, int userId, int roleId ) : System |
public UserProfile ( IDataReader dbReader ) : System | ||
dbReader | IDataReader | |
Résultat | System |
public UserProfile ( int companyId, string userName, string password, string firstName, string lastName, string email, int userId, int roleId ) : System | ||
companyId | int | |
userName | string | |
password | string | |
firstName | string | |
lastName | string | |
string | ||
userId | int | |
roleId | int | |
Résultat | System |