C# Класс X.RepeatInfoUser, Marvin

Наследование: IRepeatInfoUser
Показать файл Открыть проект

Открытые методы

Метод Описание
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