C# Класс ScrewTurn.Wiki.CategoryRow

Represents a category for display purposes.
Показать файл Открыть проект

Открытые методы

Метод Описание
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