C# 클래스 ScrewTurn.Wiki.ItemBlockRow

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

공개 메소드들

메소드 설명
ItemBlockRow ( int page, int begin, int size, bool selected ) : System

Initializes a new instance of the T:ItemBlockRow class.

메소드 상세

ItemBlockRow() 공개 메소드

Initializes a new instance of the T:ItemBlockRow class.
public ItemBlockRow ( int page, int begin, int size, bool selected ) : System
page int The page number.
begin int The number of the first item
size int The number of items.
selected bool A value indicating whether the page is selected.
리턴 System