C# Class HBS.Entities.UserProfile

Inheritance: BaseEntity
Afficher le fichier Open project: heartbeatservice/HeartbeatServiceSolution Class Usage Examples

Méthodes publiques

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

Method Details

UserProfile() public méthode

public UserProfile ( ) : System
Résultat System

UserProfile() public méthode

public UserProfile ( IDataReader dbReader ) : System
dbReader IDataReader
Résultat System

UserProfile() public méthode

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
email string
userId int
roleId int
Résultat System