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

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

Private Properties

Свойство Type Description
ManipulateTemplateControls void
RenderEditor void
RenderSimple void

Méthodes publiques

Méthode Description
CheckBoxGroup ( ) : System
GetData ( ) : object
GetExtraTextBox ( ) : Control
GetInnerControl ( ) : Control
GetLabelForDescription ( ) : Control
GetLabelForTitleControl ( ) : Control
SetData ( object data ) : void

Méthodes protégées

Méthode Description
GetExtraValue ( ) : string
OnInit ( EventArgs e ) : void
RenderContents ( System writer ) : void
SetExtraValue ( string value ) : void

Private Methods

Méthode Description
ManipulateTemplateControls ( ) : void
RenderEditor ( System.Web.UI.HtmlTextWriter writer ) : void
RenderSimple ( System.Web.UI.HtmlTextWriter writer ) : void

Method Details

CheckBoxGroup() public méthode

public CheckBoxGroup ( ) : System
Résultat System

GetData() public méthode

public GetData ( ) : object
Résultat object

GetExtraTextBox() public méthode

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

GetExtraValue() protected méthode

protected GetExtraValue ( ) : string
Résultat string

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

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 writer ) : void
writer System
Résultat void

SetData() public méthode

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

SetExtraValue() protected méthode

protected SetExtraValue ( string value ) : void
value string
Résultat void