C# Class AjaxControlToolkit.ScriptControlBase

Inheritance: System.Web.UI.ScriptControl, INamingContainer, IControlResolver, IPostBackDataHandler, ICallbackEventHandler, IClientStateManager
Mostrar archivo Open project: DevExpress/AjaxControlToolkit

Private Properties

Property Type Description
EnsureScriptManager void
ExecuteCallbackMethod string
ICallbackEventHandler string
ICallbackEventHandler void
IClientStateManager string
IClientStateManager void
IPostBackDataHandler bool
IPostBackDataHandler void

Public Methods

Method Description
FindControl ( string id ) : Control
ResolveControl ( string controlId ) : Control
ScriptControlBase ( HtmlTextWriterTag tag ) : System

Protected Methods

Method Description
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

Private Methods

Method Description
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

Method Details

DescribeComponent() protected method

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

FindControl() public method

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

GetCallbackResult() protected method

protected GetCallbackResult ( ) : string
return string

GetScriptDescriptors() protected method

protected GetScriptDescriptors ( ) : IEnumerable
return IEnumerable

GetScriptReferences() protected method

protected GetScriptReferences ( ) : IEnumerable
return IEnumerable

LoadClientState() protected method

protected LoadClientState ( string clientState ) : void
clientState string
return void

LoadPostData() protected method

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

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void

RaiseCallbackEvent() protected method

protected RaiseCallbackEvent ( string eventArgument ) : void
eventArgument string
return void

RaisePostDataChangedEvent() protected method

protected RaisePostDataChangedEvent ( ) : void
return void

ResolveControl() public method

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

SaveClientState() protected method

protected SaveClientState ( ) : string
return string

ScriptControlBase() public method

public ScriptControlBase ( HtmlTextWriterTag tag ) : System
tag HtmlTextWriterTag
return System

ScriptControlBase() protected method

protected ScriptControlBase ( bool enableClientState, HtmlTextWriterTag tag ) : System
enableClientState bool
tag HtmlTextWriterTag
return System