C# 클래스 ProjectNinja.eventpage

파일 보기 프로젝트 열기: pccsei15/ninja

공개 프로퍼티들

프로퍼티 타입 설명
currentStudentId string
selectedEventId string

보호된 프로퍼티들

프로퍼티 타입 설명
Form1 global::System.Web.UI.HtmlControls.HtmlForm
eventSelectList global::System.Web.UI.WebControls.DropDownList
hdnScheduledAppointments global::System.Web.UI.WebControls.HiddenField
selectedDataSource global::System.Web.UI.WebControls.SqlDataSource

공개 메소드들

메소드 설명
GetScheduledAppointments ( ) : void
PopulateScheduledAppointments ( ) : void

보호된 메소드들

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

메소드 상세

GetScheduledAppointments() 공개 메소드

public GetScheduledAppointments ( ) : void
리턴 void

Page_Load() 보호된 메소드

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

PopulateScheduledAppointments() 공개 메소드

public PopulateScheduledAppointments ( ) : void
리턴 void

eventSelectList_SelectedIndexChanged() 보호된 메소드

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

프로퍼티 상세

Form1 보호되어 있는 프로퍼티

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

currentStudentId 공개적으로 프로퍼티

public string currentStudentId
리턴 string

eventSelectList 보호되어 있는 프로퍼티

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

hdnScheduledAppointments 보호되어 있는 프로퍼티

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

selectedDataSource 보호되어 있는 프로퍼티

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

selectedEventId 공개적으로 프로퍼티

public string selectedEventId
리턴 string