C# 클래스 ItemDisplayer, getputs

Summary description for ItemDisplayer
파일 보기 프로젝트 열기: vatsal/getputs 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
showItems ( gui, LineBreak ) : ShowItemsOptions.ShowPreviousNextLinks){

메소드 상세

GetItemLayoutOptionsType() 공개 메소드

public GetItemLayoutOptionsType ( string itemLayoutOptionsStr ) : ItemLayoutOptions
itemLayoutOptionsStr string
리턴 ItemLayoutOptions

ItemDisplayer() 공개 메소드

public ItemDisplayer ( ) : System
리턴 System

LoadItemTable() 공개 메소드

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
리턴 string