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

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

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

Метод Описание
NamespaceRow ( NamespaceInfo nspace, string theme, int pageCount, int categoryCount, bool canSetPermissions, bool selected ) : System

Initializes a new instance of the T:NamespaceRow class.

Описание методов

NamespaceRow() публичный Метод

Initializes a new instance of the T:NamespaceRow class.
public NamespaceRow ( NamespaceInfo nspace, string theme, int pageCount, int categoryCount, bool canSetPermissions, bool selected ) : System
nspace NamespaceInfo The original namespace.
theme string The theme for the namespace.
pageCount int The page count.
categoryCount int The category count.
canSetPermissions bool A value indicating whether the current user can set namespace permissions.
selected bool A value indicating whether the namespace is selected.
Результат System