C# 클래스 MonoTests.System.Web.UI.WebControls.RepeatInfo_Autogen.RepeatInfoUser

상속: IRepeatInfoUser
파일 보기 프로젝트 열기: remobjects/mono

공개 메소드들

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

비공개 메소드들

메소드 설명
GetWriter ( ) : System.Web.UI.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 ) : System.Web.UI.WebControls.Style
itemType ListItemType
repeatIndex int
리턴 System.Web.UI.WebControls.Style

RenderItem() 공개 메소드

public RenderItem ( ListItemType itemType, int repeatIndex, RepeatInfo repeatInfo, System.Web.UI.HtmlTextWriter writer ) : void
itemType ListItemType
repeatIndex int
repeatInfo System.Web.UI.WebControls.RepeatInfo
writer System.Web.UI.HtmlTextWriter
리턴 void

RepeatInfoUser() 공개 메소드

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