C# Class ScrewTurn.Wiki.ItemBlockRow

Represents a page of items for display purposes.
Afficher le fichier Open project: mono/ScrewTurnWiki

Méthodes publiques

Méthode Description
ItemBlockRow ( int page, int begin, int size, bool selected ) : System

Initializes a new instance of the T:ItemBlockRow class.

Method Details

ItemBlockRow() public méthode

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.
Résultat System