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

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

Private Properties

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
ManipulateTemplateControls ( ) : void
RenderEditor ( 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

GetLabelForTitleControl() public méthode

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

LongText() public méthode

public LongText ( ) : System
Résultat System

OnInit() protected méthode

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

OnPreRender() protected méthode

protected OnPreRender ( 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