C# 클래스 Composite.Core.WebClient.UiControlLib.Foundation.ClientAttributes

파일 보기 프로젝트 열기: Orckestra/C1-CMS

공개 메소드들

메소드 설명
CopyClientAttributesTo ( this uiControl, WebControl targetControl ) : void

비공개 메소드들

메소드 설명
AddClientAttributes ( this uiControl, System.Web.UI.HtmlTextWriter writer ) : void
WriteClientAttributes ( this uiControl, System.Web.UI.HtmlTextWriter writer ) : void

메소드 상세

CopyClientAttributesTo() 공개 정적인 메소드

public static CopyClientAttributesTo ( this uiControl, WebControl targetControl ) : void
uiControl this
targetControl System.Web.UI.WebControls.WebControl
리턴 void