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

Inheritance: DropDown
Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Méthode Description
ApprovingModeChoice ( ) : System
GetInheritedValueLabel ( ) : System.Web.UI.WebControls.Label
GetInheritedValuePlaceholder ( ) : System.Web.UI.WebControls.PlaceHolder
SetData ( object data ) : void

Méthodes protégées

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

Private Methods

Méthode Description
GetInheritedLabelText ( bool onlyValue ) : string

Method Details

ApprovingModeChoice() public méthode

public ApprovingModeChoice ( ) : System
Résultat System

FillBrowseControls() protected méthode

protected FillBrowseControls ( ) : void
Résultat void

GetInheritedValueLabel() public méthode

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

GetInheritedValuePlaceholder() public méthode

public GetInheritedValuePlaceholder ( ) : System.Web.UI.WebControls.PlaceHolder
Résultat System.Web.UI.WebControls.PlaceHolder

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