C# Class MvcWrench.Models.User

Afficher le fichier Open project: mono/mvcwrench Class Usage Examples

Méthodes publiques

Méthode Description
GetGravatar ( int size ) : string
IsInRole ( string role ) : bool
User ( ) : System

Private Methods

Méthode Description
User ( Npgsql.NpgsqlDataReader reader ) : System

Method Details

GetGravatar() public méthode

public GetGravatar ( int size ) : string
size int
Résultat string

IsInRole() public méthode

public IsInRole ( string role ) : bool
role string
Résultat bool

User() public méthode

public User ( ) : System
Résultat System