C# Class ScrewTurn.Wiki.ItemBlockRow

Represents a page of items for display purposes.
显示文件 Open project: mono/ScrewTurnWiki

Public Methods

Method Description
ItemBlockRow ( int page, int begin, int size, bool selected ) : System

Initializes a new instance of the T:ItemBlockRow class.

Method Details

ItemBlockRow() public method

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.
return System