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

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

Méthodes publiques

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

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

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

VersioningModeChoice() public méthode

public VersioningModeChoice ( ) : System
Résultat System