C# 클래스 SenseNet.Portal.Portlets.ContentEditorPortlet

상속: SenseNet.Portal.UI.PortletFramework.ContextBoundPortlet
파일 보기 프로젝트 열기: maxpavlov/FlexNet

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ContentEditorPortlet ( ) : System
contentView_UserAction ( object sender, UserActionEventArgs e ) : void

보호된 메소드들

메소드 설명
CreateChildControls ( ) : void
GetModel ( ) : object
OnCommandButtons ( CommandButtonsEventArgs e ) : void
OnSave ( ContentView contentView, Content content ) : void
contentView_CommandButtonsAction ( object sender, CommandButtonsEventArgs e ) : void

메소드 상세

ContentEditorPortlet() 공개 메소드

public ContentEditorPortlet ( ) : System
리턴 System

CreateChildControls() 보호된 메소드

protected CreateChildControls ( ) : void
리턴 void

GetModel() 보호된 메소드

protected GetModel ( ) : object
리턴 object

OnCommandButtons() 보호된 메소드

protected OnCommandButtons ( CommandButtonsEventArgs e ) : void
e SenseNet.Portal.UI.CommandButtonsEventArgs
리턴 void

OnSave() 보호된 메소드

protected OnSave ( ContentView contentView, Content content ) : void
contentView SenseNet.Portal.UI.ContentView
content Content
리턴 void

contentView_CommandButtonsAction() 보호된 메소드

protected contentView_CommandButtonsAction ( object sender, CommandButtonsEventArgs e ) : void
sender object
e SenseNet.Portal.UI.CommandButtonsEventArgs
리턴 void

contentView_UserAction() 공개 메소드

public contentView_UserAction ( object sender, UserActionEventArgs e ) : void
sender object
e SenseNet.Portal.UI.UserActionEventArgs
리턴 void