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

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

Private Properties

프로퍼티 타입 설명
ManipulateTemplateControls void
RenderEditor void
RenderSimple void

공개 메소드들

메소드 설명
GetCancelButtonControl ( ) : ImageButton
GetData ( ) : object
GetDisplayNameAvailableControl ( ) : TextBox
GetEditButtonControl ( ) : ImageButton
GetExtensionTextControl ( ) : TextBox
GetInnerControl ( ) : Control
GetLabelControl ( ) : System.Web.UI.WebControls.Label
GetLabelForDescription ( ) : Control
GetLabelForTitleControl ( ) : Control
Name ( ) : System
SetData ( object data ) : void

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void

비공개 메소드들

메소드 설명
ManipulateTemplateControls ( ) : void
RenderEditor ( System.Web.UI.HtmlTextWriter writer ) : void
RenderSimple ( TextWriter writer ) : void

메소드 상세

GetCancelButtonControl() 공개 메소드

public GetCancelButtonControl ( ) : ImageButton
리턴 System.Web.UI.WebControls.ImageButton

GetData() 공개 메소드

public GetData ( ) : object
리턴 object

GetDisplayNameAvailableControl() 공개 메소드

public GetDisplayNameAvailableControl ( ) : TextBox
리턴 System.Web.UI.WebControls.TextBox

GetEditButtonControl() 공개 메소드

public GetEditButtonControl ( ) : ImageButton
리턴 System.Web.UI.WebControls.ImageButton

GetExtensionTextControl() 공개 메소드

public GetExtensionTextControl ( ) : TextBox
리턴 System.Web.UI.WebControls.TextBox

GetInnerControl() 공개 메소드

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

GetLabelControl() 공개 메소드

public GetLabelControl ( ) : System.Web.UI.WebControls.Label
리턴 System.Web.UI.WebControls.Label

GetLabelForDescription() 공개 메소드

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

GetLabelForTitleControl() 공개 메소드

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

Name() 공개 메소드

public Name ( ) : System
리턴 System

OnInit() 보호된 메소드

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

OnPreRender() 보호된 메소드

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

RenderContents() 보호된 메소드

protected RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
리턴 void

SetData() 공개 메소드

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