C# 클래스 ActivEarth.Account.WallDisplay

상속: System.Web.UI.UserControl
파일 보기 프로젝트 열기: mlcamilli/ActivEarth

보호된 프로퍼티들

프로퍼티 타입 설명
_wall global::System.Web.UI.WebControls.Table

공개 메소드들

메소드 설명
PopulateMessageTable ( List messages, Color backColors, Color textColors ) : void

Formats the table of Messages based on the given list of Messages and colors.

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void

This is a component, so no work is required when it loads. The population of the table is handled by the page ASP.

비공개 메소드들

메소드 설명
MakeRowForTable ( ActivEarth message, Color backColor, Color textColor ) : System.Web.UI.WebControls.TableRow

Formats a single row to the table using the given message.

MakeTextCellForRow ( string text, Color textColor ) : System.Web.UI.WebControls.TableCell

Formats a cell to add to the row containing the given text.

메소드 상세

Page_Load() 보호된 메소드

This is a component, so no work is required when it loads. The population of the table is handled by the page ASP.
protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

PopulateMessageTable() 공개 메소드

Formats the table of Messages based on the given list of Messages and colors.
public PopulateMessageTable ( List messages, Color backColors, Color textColors ) : void
messages List The list of messages to display in the table
backColors Color The list of alternating background colors to display in the table
textColors Color The list of alternating text colors to display in the table
리턴 void

프로퍼티 상세

_wall 보호되어 있는 프로퍼티

_wall control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Table _wall
리턴 global::System.Web.UI.WebControls.Table