C# Class ScrewTurn.Wiki.UserRow

Represents a User for display purposes.
Afficher le fichier Open project: mono/ScrewTurnWiki

Méthodes publiques

Méthode Description
UserRow ( UserInfo user, List groups, bool selected ) : System

Initializes a new instance of the T:UserRow class.

Method Details

UserRow() public méthode

Initializes a new instance of the T:UserRow class.
public UserRow ( UserInfo user, List groups, bool selected ) : System
user UserInfo The original user.
groups List The groups the user is member of.
selected bool A value indicating whether the user is selected.
Résultat System