C# 클래스 SenseNet.Portal.UI.Controls.AllowedChildTypes

상속: FieldControl
파일 보기 프로젝트 열기: maxpavlov/FlexNet

Private Properties

프로퍼티 타입 설명
GetContentTypesFromControl IEnumerable
InitControl void

공개 메소드들

메소드 설명
GetData ( ) : object
GetInnerControl ( ) : Control
SetData ( object data ) : void

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void

비공개 메소드들

메소드 설명
GetContentTypesFromControl ( ) : IEnumerable
InitControl ( IEnumerable contentTypes ) : void

메소드 상세

GetData() 공개 메소드

public GetData ( ) : object
리턴 object

GetInnerControl() 공개 메소드

public GetInnerControl ( ) : Control
리턴 System.Web.UI.Control

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPreRender() 보호된 메소드

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
리턴 void

SetData() 공개 메소드

public SetData ( object data ) : void
data object
리턴 void