C# 클래스 CAESDO.Recruitment.Web.Authorized_RecruitmentSources

상속: System.Web.UI.UserControl, IReportUserControl
파일 보기 프로젝트 열기: ucdavis/Recruitments

공개 메소드들

메소드 설명
LoadReport ( StringDictionary parameters ) : void

보호된 메소드들

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

Page_Init checks to ensure that the query string is valid and the given position is valid

Page_Load ( object sender, EventArgs e ) : void

메소드 상세

LoadReport() 공개 메소드

public LoadReport ( StringDictionary parameters ) : void
parameters System.Collections.Specialized.StringDictionary
리턴 void

Page_Init() 보호된 메소드

Page_Init checks to ensure that the query string is valid and the given position is valid
protected Page_Init ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Page_Load() 보호된 메소드

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