C# 클래스 ScrewTurn.Wiki.CategoryRow

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

공개 메소드들

메소드 설명
CategoryRow ( CategoryInfo category, bool canSelect, bool selected ) : System

Initializes a new instance of the T:CategoryRow class.

메소드 상세

CategoryRow() 공개 메소드

Initializes a new instance of the T:CategoryRow class.
public CategoryRow ( CategoryInfo category, bool canSelect, bool selected ) : System
category CategoryInfo The original category.
canSelect bool A value indicating whether the category can be selected.
selected bool A value indicating whether the category is selected.
리턴 System