C# 클래스 SPPopupWithPreferences.UserPopupWebPart

상속: Microsoft.SharePoint.WebPartPages.WebPart
파일 보기 프로젝트 열기: photon-infotech/sharepoint-resource-management 1 사용 예제들

공개 메소드들

메소드 설명
UserPopupWebPart ( ) : System

보호된 메소드들

메소드 설명
CreateChildControls ( ) : void

Create all your controls here for rendering. Try to avoid using the RenderWebPart() method.

OnLoad ( EventArgs e ) : void

Ensures that the CreateChildControls() is called before events. Use CreateChildControls() to create your controls.

비공개 메소드들

메소드 설명
HandleException ( Exception ex ) : void

Clear all child controls and add an error message for display.

메소드 상세

CreateChildControls() 보호된 메소드

Create all your controls here for rendering. Try to avoid using the RenderWebPart() method.
protected CreateChildControls ( ) : void
리턴 void

OnLoad() 보호된 메소드

Ensures that the CreateChildControls() is called before events. Use CreateChildControls() to create your controls.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

UserPopupWebPart() 공개 메소드

public UserPopupWebPart ( ) : System
리턴 System