C# 클래스 X.RepeatInfoUser, Marvin

상속: IRepeatInfoUser
파일 보기 프로젝트 열기: runefs/Marvin

공개 메소드들

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

비공개 메소드들

메소드 설명
GetWriter ( ) : HtmlTextWriter

메소드 상세

DoTest() 공개 정적인 메소드

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

GetItemStyle() 공개 메소드

public GetItemStyle ( ListItemType, itemType, int repeatIndex ) : Style
itemType ListItemType,
repeatIndex int
리턴 Style

RenderItem() 공개 메소드

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

RepeatInfoUser() 공개 메소드

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