C# Class MvcWrench.Models.User

Show file Open project: mono/mvcwrench Class Usage Examples

Public Methods

Method Description
GetGravatar ( int size ) : string
IsInRole ( string role ) : bool
User ( ) : System

Private Methods

Method Description
User ( Npgsql.NpgsqlDataReader reader ) : System

Method Details

GetGravatar() public method

public GetGravatar ( int size ) : string
size int
return string

IsInRole() public method

public IsInRole ( string role ) : bool
role string
return bool

User() public method

public User ( ) : System
return System