C# Class X.RepeatInfoUser, Marvin

Inheritance: IRepeatInfoUser
Show file Open project: runefs/Marvin

Public Methods

Method Description
DoTest ( int cols, int cnt, RepeatDirection, d, RepeatLayout, l, bool OuterTableImplied, bool hdr, bool ftr, bool sep ) : string
GetItemStyle ( ListItemType, itemType, int repeatIndex ) : Style
RenderItem ( ListItemType, itemType, int repeatIndex, RepeatInfo repeatInfo, HtmlTextWriter writer ) : void
RepeatInfoUser ( bool header, bool footer, bool separators, int count ) : System.Web

Private Methods

Method Description
GetWriter ( ) : HtmlTextWriter

Method Details

DoTest() public static method

public static DoTest ( int cols, int cnt, RepeatDirection, d, RepeatLayout, l, bool OuterTableImplied, bool hdr, bool ftr, bool sep ) : string
cols int
cnt int
d RepeatDirection,
l RepeatLayout,
OuterTableImplied bool
hdr bool
ftr bool
sep bool
return string

GetItemStyle() public method

public GetItemStyle ( ListItemType, itemType, int repeatIndex ) : Style
itemType ListItemType,
repeatIndex int
return Style

RenderItem() public method

public RenderItem ( ListItemType, itemType, int repeatIndex, RepeatInfo repeatInfo, HtmlTextWriter writer ) : void
itemType ListItemType,
repeatIndex int
repeatInfo RepeatInfo
writer HtmlTextWriter
return void

RepeatInfoUser() public method

public RepeatInfoUser ( bool header, bool footer, bool separators, int count ) : System.Web
header bool
footer bool
separators bool
count int
return System.Web