C# 클래스 ScrewTurn.Wiki.UserRow

Represents a User for display purposes.
파일 보기 프로젝트 열기: mono/ScrewTurnWiki

공개 메소드들

메소드 설명
UserRow ( UserInfo user, List groups, bool selected ) : System

Initializes a new instance of the T:UserRow class.

메소드 상세

UserRow() 공개 메소드

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.
리턴 System