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

Inheritance: FieldControl, INamingContainer, ITemplateFieldControl
Afficher le fichier Open project: maxpavlov/FlexNet

Protected Properties

Свойство Type Description
PercentageControlID string

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void
RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void

Private Methods

Méthode 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 méthode

public GetData ( ) : object
Résultat object

GetInnerControl() public méthode

public GetInnerControl ( ) : Control
Résultat System.Web.UI.Control

GetLabelForDescription() public méthode

public GetLabelForDescription ( ) : Control
Résultat System.Web.UI.Control

GetLabelForPercentageControl() public méthode

public GetLabelForPercentageControl ( ) : System.Web.UI.WebControls.Label
Résultat System.Web.UI.WebControls.Label

GetLabelForTitleControl() public méthode

public GetLabelForTitleControl ( ) : Control
Résultat System.Web.UI.Control

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

RenderContents() protected méthode

protected RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

SetData() public méthode

public SetData ( object data ) : void
data object
Résultat void

WholeNumber() public méthode

public WholeNumber ( ) : System
Résultat System

Property Details

PercentageControlID protected_oe property

protected string PercentageControlID
Résultat string