C# Class AjaxControlToolkit.ScriptControlBase

Inheritance: System.Web.UI.ScriptControl, INamingContainer, IControlResolver, IPostBackDataHandler, ICallbackEventHandler, IClientStateManager
Afficher le fichier Open project: DevExpress/AjaxControlToolkit

Private Properties

Свойство Type Description
EnsureScriptManager void
ExecuteCallbackMethod string
ICallbackEventHandler string
ICallbackEventHandler void
IClientStateManager string
IClientStateManager void
IPostBackDataHandler bool
IPostBackDataHandler void

Méthodes publiques

Méthode Description
FindControl ( string id ) : Control
ResolveControl ( string controlId ) : Control
ScriptControlBase ( HtmlTextWriterTag tag ) : System

Méthodes protégées

Méthode 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

Méthode 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 méthode

protected DescribeComponent ( System.Web.UI.ScriptComponentDescriptor descriptor ) : void
descriptor System.Web.UI.ScriptComponentDescriptor
Résultat void

FindControl() public méthode

public FindControl ( string id ) : Control
id string
Résultat System.Web.UI.Control

GetCallbackResult() protected méthode

protected GetCallbackResult ( ) : string
Résultat string

GetScriptDescriptors() protected méthode

protected GetScriptDescriptors ( ) : IEnumerable
Résultat IEnumerable

GetScriptReferences() protected méthode

protected GetScriptReferences ( ) : IEnumerable
Résultat IEnumerable

LoadClientState() protected méthode

protected LoadClientState ( string clientState ) : void
clientState string
Résultat void

LoadPostData() protected méthode

protected LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
postDataKey string
postCollection System.Collections.Specialized.NameValueCollection
Résultat bool

OnLoad() protected méthode

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

OnPreRender() protected méthode

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

RaiseCallbackEvent() protected méthode

protected RaiseCallbackEvent ( string eventArgument ) : void
eventArgument string
Résultat void

RaisePostDataChangedEvent() protected méthode

protected RaisePostDataChangedEvent ( ) : void
Résultat void

ResolveControl() public méthode

public ResolveControl ( string controlId ) : Control
controlId string
Résultat System.Web.UI.Control

SaveClientState() protected méthode

protected SaveClientState ( ) : string
Résultat string

ScriptControlBase() public méthode

public ScriptControlBase ( HtmlTextWriterTag tag ) : System
tag HtmlTextWriterTag
Résultat System

ScriptControlBase() protected méthode

protected ScriptControlBase ( bool enableClientState, HtmlTextWriterTag tag ) : System
enableClientState bool
tag HtmlTextWriterTag
Résultat System