C# Class ItemDisplayer, getputs

Summary description for ItemDisplayer
ファイルを表示 Open project: vatsal/getputs Class Usage Examples

Public Methods

Method Description
GetItemLayoutOptionsType ( string itemLayoutOptionsStr ) : ItemLayoutOptions
ItemDisplayer ( ) : System
LoadItemTable ( List itemList, ShowItemsOptions itemOptions, ItemLayoutOptions itemLayoutOptions, int startItem, string UID, ProcessingEngine, sort, string currentPageLink ) : string

Show the Items. Configure the Display based on which page is displaying the items. Uses HTML

Private Methods

Method Description
showItems ( gui, LineBreak ) : ShowItemsOptions.ShowPreviousNextLinks){

Method Details

GetItemLayoutOptionsType() public method

public GetItemLayoutOptionsType ( string itemLayoutOptionsStr ) : ItemLayoutOptions
itemLayoutOptionsStr string
return ItemLayoutOptions

ItemDisplayer() public method

public ItemDisplayer ( ) : System
return System

LoadItemTable() public method

Show the Items. Configure the Display based on which page is displaying the items. Uses HTML
public LoadItemTable ( List itemList, ShowItemsOptions itemOptions, ItemLayoutOptions itemLayoutOptions, int startItem, string UID, ProcessingEngine, sort, string currentPageLink ) : string
itemList List A List of Objects of Type Item.
itemOptions ShowItemsOptions Enumeration of Item Display Options.
itemLayoutOptions ItemLayoutOptions
startItem int The starting Item Number
UID string The UID of the User. If UID = Empty Then the User has not logged in.
sort ProcessingEngine, The sort Type
currentPageLink string The Page where the current Previous/Next Links should redirect
return string