C# 클래스 ScrewTurn.Wiki.NamespaceRow

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

공개 메소드들

메소드 설명
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