C# Class MonoTests.System.Web.UI.WebControls.RepeatInfo_Autogen.RepeatInfoUser

Inheritance: IRepeatInfoUser
Afficher le fichier Open project: remobjects/mono

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
GetWriter ( ) : System.Web.UI.HtmlTextWriter

Method Details

DoTest() public static méthode

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
Résultat string

GetItemStyle() public méthode

public GetItemStyle ( ListItemType itemType, int repeatIndex ) : System.Web.UI.WebControls.Style
itemType ListItemType
repeatIndex int
Résultat System.Web.UI.WebControls.Style

RenderItem() public méthode

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
Résultat void

RepeatInfoUser() public méthode

public RepeatInfoUser ( bool header, bool footer, bool separators, int count ) : System
header bool
footer bool
separators bool
count int
Résultat System