C# 클래스 FITKMS.Admin.Index

파일 보기 프로젝트 열기: fitba/km-2013-projects-team-bjelasnica

보호된 프로퍼티들

프로퍼티 타입 설명
areaInput global::System.Web.UI.WebControls.TextBox
areaSubmit global::System.Web.UI.WebControls.Button
areas global::System.Web.UI.HtmlControls.HtmlGenericControl
areasGrid global::System.Web.UI.WebControls.DataGrid
areasTab global::System.Web.UI.HtmlControls.HtmlGenericControl
labelAreaInput global::System.Web.UI.WebControls.Label
labelTagInput global::System.Web.UI.WebControls.Label
labelThemeInput global::System.Web.UI.WebControls.Label
listAreas global::System.Web.UI.WebControls.DropDownList
tagDescInput global::System.Web.UI.WebControls.TextBox
tagInput global::System.Web.UI.WebControls.TextBox
tagSubmit global::System.Web.UI.WebControls.Button
tags global::System.Web.UI.HtmlControls.HtmlGenericControl
tagsGrid global::System.Web.UI.WebControls.DataGrid
tagsTab global::System.Web.UI.HtmlControls.HtmlGenericControl
themeInput global::System.Web.UI.WebControls.TextBox
themeSubmit global::System.Web.UI.WebControls.Button
themes global::System.Web.UI.HtmlControls.HtmlGenericControl
themesGrid global::System.Web.UI.WebControls.DataGrid
themesTab global::System.Web.UI.HtmlControls.HtmlGenericControl

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void
areaSubmit_Click ( object sender, EventArgs e ) : void
areasGrid_ItemCommand ( object source, DataGridCommandEventArgs e ) : void
listAreas_SelectedIndexChanged ( object sender, EventArgs e ) : void
tagSubmit_Click ( object sender, EventArgs e ) : void
tagsGrid_ItemCommand ( object source, DataGridCommandEventArgs e ) : void
themeSubmit_Click ( object sender, EventArgs e ) : void
themesGrid_ItemCommand ( object source, DataGridCommandEventArgs e ) : void

비공개 메소드들

메소드 설명
BindAreas ( ) : void
BindListAreas ( ) : void
BindTags ( ) : void
BindThemes ( ) : void
activateAreasTab ( ) : void
activateTagsTab ( ) : void
activateThemesTab ( ) : void

메소드 상세

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

areaSubmit_Click() 보호된 메소드

protected areaSubmit_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

areasGrid_ItemCommand() 보호된 메소드

protected areasGrid_ItemCommand ( object source, DataGridCommandEventArgs e ) : void
source object
e DataGridCommandEventArgs
리턴 void

listAreas_SelectedIndexChanged() 보호된 메소드

protected listAreas_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

tagSubmit_Click() 보호된 메소드

protected tagSubmit_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

tagsGrid_ItemCommand() 보호된 메소드

protected tagsGrid_ItemCommand ( object source, DataGridCommandEventArgs e ) : void
source object
e DataGridCommandEventArgs
리턴 void

themeSubmit_Click() 보호된 메소드

protected themeSubmit_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

themesGrid_ItemCommand() 보호된 메소드

protected themesGrid_ItemCommand ( object source, DataGridCommandEventArgs e ) : void
source object
e DataGridCommandEventArgs
리턴 void

프로퍼티 상세

areaInput 보호되어 있는 프로퍼티

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

areaSubmit 보호되어 있는 프로퍼티

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

areas 보호되어 있는 프로퍼티

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

areasGrid 보호되어 있는 프로퍼티

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

areasTab 보호되어 있는 프로퍼티

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

labelAreaInput 보호되어 있는 프로퍼티

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

labelTagInput 보호되어 있는 프로퍼티

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

labelThemeInput 보호되어 있는 프로퍼티

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

listAreas 보호되어 있는 프로퍼티

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

tagDescInput 보호되어 있는 프로퍼티

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

tagInput 보호되어 있는 프로퍼티

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

tagSubmit 보호되어 있는 프로퍼티

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

tags 보호되어 있는 프로퍼티

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

tagsGrid 보호되어 있는 프로퍼티

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

tagsTab 보호되어 있는 프로퍼티

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

themeInput 보호되어 있는 프로퍼티

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

themeSubmit 보호되어 있는 프로퍼티

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

themes 보호되어 있는 프로퍼티

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

themesGrid 보호되어 있는 프로퍼티

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

themesTab 보호되어 있는 프로퍼티

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