C# Class SenseNet.Portal.UI.Controls.WholeNumber

Inheritance: FieldControl, INamingContainer, ITemplateFieldControl
Exibir arquivo Open project: maxpavlov/FlexNet

Protected Properties

Property Type Description
PercentageControlID string

Public Methods

Method Description
GetData ( ) : object
GetInnerControl ( ) : Control
GetLabelForDescription ( ) : Control
GetLabelForPercentageControl ( ) : System.Web.UI.WebControls.Label
GetLabelForTitleControl ( ) : Control
SetData ( object data ) : void
WholeNumber ( ) : System

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void

Private Methods

Method Description
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

Method Details

GetData() public method

public GetData ( ) : object
return object

GetInnerControl() public method

public GetInnerControl ( ) : Control
return System.Web.UI.Control

GetLabelForDescription() public method

public GetLabelForDescription ( ) : Control
return System.Web.UI.Control

GetLabelForPercentageControl() public method

public GetLabelForPercentageControl ( ) : System.Web.UI.WebControls.Label
return System.Web.UI.WebControls.Label

GetLabelForTitleControl() public method

public GetLabelForTitleControl ( ) : Control
return System.Web.UI.Control

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

RenderContents() protected method

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

SetData() public method

public SetData ( object data ) : void
data object
return void

WholeNumber() public method

public WholeNumber ( ) : System
return System

Property Details

PercentageControlID protected_oe property

protected string PercentageControlID
return string