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

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

Protected Properties

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

Private Properties

Свойство Type Description
CheckPasswords object
GetLabel System.Web.UI.Control
GetPwdControl System.Web.UI.Control
ManipulateTemplateControls void
SetStarsOnTextBox void
SetTitleAttribute void

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void
RenderBeginTagInternal ( System.Web.UI.HtmlTextWriter writer ) : void
RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void
RenderContentsInternal ( System.Web.UI.HtmlTextWriter writer, TextBox ctl, bool reenterPassword ) : void
RenderFieldDescriptionReenter ( System.Web.UI.HtmlTextWriter writer ) : void
RenderFieldTitleReenter ( System.Web.UI.HtmlTextWriter writer ) : void

Private Methods

Méthode Description
CheckPasswords ( string pwd, string pwd2 ) : object
GetLabel ( string id ) : Control
GetPwdControl ( string id ) : Control
ManipulateTemplateControls ( ) : void
SetStarsOnTextBox ( WebControl textBox ) : void
SetTitleAttribute ( WebControl control, string title, string description ) : 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

OnInit() protected méthode

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

Password() public méthode

public Password ( ) : System
Résultat System

RenderBeginTagInternal() protected méthode

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

RenderContents() protected méthode

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

RenderContentsInternal() protected méthode

protected RenderContentsInternal ( System.Web.UI.HtmlTextWriter writer, TextBox ctl, bool reenterPassword ) : void
writer System.Web.UI.HtmlTextWriter
ctl System.Web.UI.WebControls.TextBox
reenterPassword bool
Résultat void

RenderFieldDescriptionReenter() protected méthode

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

RenderFieldTitleReenter() protected méthode

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

Property Details

InnerControl2ID protected_oe property

protected string InnerControl2ID
Résultat string