C# 클래스 AjaxControlToolkit.ScriptControlBase

상속: System.Web.UI.ScriptControl, INamingContainer, IControlResolver, IPostBackDataHandler, ICallbackEventHandler, IClientStateManager
파일 보기 프로젝트 열기: DevExpress/AjaxControlToolkit

Private Properties

프로퍼티 타입 설명
EnsureScriptManager void
ExecuteCallbackMethod string
ICallbackEventHandler string
ICallbackEventHandler void
IClientStateManager string
IClientStateManager void
IPostBackDataHandler bool
IPostBackDataHandler void

공개 메소드들

메소드 설명
FindControl ( string id ) : Control
ResolveControl ( string controlId ) : Control
ScriptControlBase ( HtmlTextWriterTag tag ) : System

보호된 메소드들

메소드 설명
DescribeComponent ( System.Web.UI.ScriptComponentDescriptor descriptor ) : void
GetCallbackResult ( ) : string
GetScriptDescriptors ( ) : IEnumerable
GetScriptReferences ( ) : IEnumerable
LoadClientState ( string clientState ) : void
LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
OnLoad ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
RaiseCallbackEvent ( string eventArgument ) : void
RaisePostDataChangedEvent ( ) : void
SaveClientState ( ) : string
ScriptControlBase ( bool enableClientState, HtmlTextWriterTag tag ) : System

비공개 메소드들

메소드 설명
EnsureScriptManager ( ) : void
ExecuteCallbackMethod ( string callbackArgument ) : string
ICallbackEventHandler ( ) : string
ICallbackEventHandler ( string eventArgument ) : void
IClientStateManager ( ) : string
IClientStateManager ( string clientState ) : void
IPostBackDataHandler ( string postDataKey, NameValueCollection postCollection ) : bool
IPostBackDataHandler ( ) : void

메소드 상세

DescribeComponent() 보호된 메소드

protected DescribeComponent ( System.Web.UI.ScriptComponentDescriptor descriptor ) : void
descriptor System.Web.UI.ScriptComponentDescriptor
리턴 void

FindControl() 공개 메소드

public FindControl ( string id ) : Control
id string
리턴 System.Web.UI.Control

GetCallbackResult() 보호된 메소드

protected GetCallbackResult ( ) : string
리턴 string

GetScriptDescriptors() 보호된 메소드

protected GetScriptDescriptors ( ) : IEnumerable
리턴 IEnumerable

GetScriptReferences() 보호된 메소드

protected GetScriptReferences ( ) : IEnumerable
리턴 IEnumerable

LoadClientState() 보호된 메소드

protected LoadClientState ( string clientState ) : void
clientState string
리턴 void

LoadPostData() 보호된 메소드

protected LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
postDataKey string
postCollection System.Collections.Specialized.NameValueCollection
리턴 bool

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPreRender() 보호된 메소드

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
리턴 void

RaiseCallbackEvent() 보호된 메소드

protected RaiseCallbackEvent ( string eventArgument ) : void
eventArgument string
리턴 void

RaisePostDataChangedEvent() 보호된 메소드

protected RaisePostDataChangedEvent ( ) : void
리턴 void

ResolveControl() 공개 메소드

public ResolveControl ( string controlId ) : Control
controlId string
리턴 System.Web.UI.Control

SaveClientState() 보호된 메소드

protected SaveClientState ( ) : string
리턴 string

ScriptControlBase() 공개 메소드

public ScriptControlBase ( HtmlTextWriterTag tag ) : System
tag HtmlTextWriterTag
리턴 System

ScriptControlBase() 보호된 메소드

protected ScriptControlBase ( bool enableClientState, HtmlTextWriterTag tag ) : System
enableClientState bool
tag HtmlTextWriterTag
리턴 System