C# Class HBS.Entities.UserProfile

Inheritance: BaseEntity
Show file Open project: heartbeatservice/HeartbeatServiceSolution Class Usage Examples

Public Methods

Method 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 method

public UserProfile ( ) : System
return System

UserProfile() public method

public UserProfile ( IDataReader dbReader ) : System
dbReader IDataReader
return System

UserProfile() public method

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
return System