C# Class UniversityChat.Model.User

显示文件 Open project: jschefter/UniversityChat Class Usage Examples

Private Properties

Property Type Description
RetrievePasswordHash string

Public Methods

Method Description
AuthenticateUser ( User otherUser ) : bool
User ( DataRow userData ) : System
User ( string USER_NAME, string PASSWORD, string FIRST_NAME = "firstName", string LAST_NAME = "lastName", string EMAIL = null ) : System
VerifyAll ( ) : bool

Private Methods

Method Description
RetrievePasswordHash ( string PASSWORD ) : string

Method Details

AuthenticateUser() public method

public AuthenticateUser ( User otherUser ) : bool
otherUser User
return bool

User() public method

public User ( DataRow userData ) : System
userData System.Data.DataRow
return System

User() public method

public User ( string USER_NAME, string PASSWORD, string FIRST_NAME = "firstName", string LAST_NAME = "lastName", string EMAIL = null ) : System
USER_NAME string
PASSWORD string
FIRST_NAME string
LAST_NAME string
EMAIL string
return System

VerifyAll() public method

public VerifyAll ( ) : bool
return bool