C# Class Composite.Core.WebClient.UiControlLib.Foundation.ClientAttributes

Afficher le fichier Open project: Orckestra/C1-CMS

Méthodes publiques

Méthode Description
CopyClientAttributesTo ( this uiControl, WebControl targetControl ) : void

Private Methods

Méthode Description
AddClientAttributes ( this uiControl, System.Web.UI.HtmlTextWriter writer ) : void
WriteClientAttributes ( this uiControl, System.Web.UI.HtmlTextWriter writer ) : void

Method Details

CopyClientAttributesTo() public static méthode

public static CopyClientAttributesTo ( this uiControl, WebControl targetControl ) : void
uiControl this
targetControl System.Web.UI.WebControls.WebControl
Résultat void