C# Class ScrewTurn.Wiki.CategoryRow

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

Public Methods

Method Description
CategoryRow ( CategoryInfo category, bool canSelect, bool selected ) : System

Initializes a new instance of the T:CategoryRow class.

Method Details

CategoryRow() public method

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