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

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

보호된 프로퍼티들

프로퍼티 타입 설명
PercentageControlID string

공개 메소드들

메소드 설명
GetData ( ) : object
GetInnerControl ( ) : Control
GetLabelForDescription ( ) : Control
GetLabelForPercentageControl ( ) : System.Web.UI.WebControls.Label
GetLabelForTitleControl ( ) : Control
SetData ( object data ) : void
WholeNumber ( ) : System

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

GetData() 공개 메소드

public GetData ( ) : object
리턴 object

GetInnerControl() 공개 메소드

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

GetLabelForDescription() 공개 메소드

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

GetLabelForPercentageControl() 공개 메소드

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

GetLabelForTitleControl() 공개 메소드

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

OnInit() 보호된 메소드

protected OnInit ( 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

WholeNumber() 공개 메소드

public WholeNumber ( ) : System
리턴 System

프로퍼티 상세

PercentageControlID 보호되어 있는 프로퍼티

protected string PercentageControlID
리턴 string