C# Class ScrewTurn.Wiki.CategoryRow

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

Méthodes publiques

Méthode Description
CategoryRow ( CategoryInfo category, bool canSelect, bool selected ) : System

Initializes a new instance of the T:CategoryRow class.

Method Details

CategoryRow() public méthode

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.
Résultat System