C# Class ScrewTurn.Wiki.UserRow

Represents a User for display purposes.
显示文件 Open project: mono/ScrewTurnWiki

Public Methods

Method Description
UserRow ( UserInfo user, List groups, bool selected ) : System

Initializes a new instance of the T:UserRow class.

Method Details

UserRow() public method

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