프로퍼티 | 타입 | 설명 | |
---|---|---|---|
EnsureScriptManager | void | ||
ExecuteCallbackMethod | string | ||
ICallbackEventHandler | string | ||
ICallbackEventHandler | void | ||
IClientStateManager | string | ||
IClientStateManager | void | ||
IPostBackDataHandler | bool | ||
IPostBackDataHandler | void |
메소드 | 설명 | |
---|---|---|
FindControl ( string id ) : |
||
ResolveControl ( string controlId ) : |
||
ScriptControlBase ( HtmlTextWriterTag tag ) : System |
메소드 | 설명 | |
---|---|---|
DescribeComponent ( System.Web.UI.ScriptComponentDescriptor descriptor ) : void | ||
GetCallbackResult ( ) : string | ||
GetScriptDescriptors ( ) : IEnumerable |
||
GetScriptReferences ( ) : IEnumerable |
||
LoadClientState ( string clientState ) : void | ||
LoadPostData ( string postDataKey, |
||
OnLoad ( |
||
OnPreRender ( |
||
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, |
||
IPostBackDataHandler ( ) : void |
protected DescribeComponent ( System.Web.UI.ScriptComponentDescriptor descriptor ) : void | ||
descriptor | System.Web.UI.ScriptComponentDescriptor | |
리턴 | void |
protected LoadClientState ( string clientState ) : void | ||
clientState | string | |
리턴 | void |
protected LoadPostData ( string postDataKey, |
||
postDataKey | string | |
postCollection | ||
리턴 | bool |
protected RaiseCallbackEvent ( string eventArgument ) : void | ||
eventArgument | string | |
리턴 | void |
public ResolveControl ( string controlId ) : |
||
controlId | string | |
리턴 |
public ScriptControlBase ( HtmlTextWriterTag tag ) : System | ||
tag | HtmlTextWriterTag | |
리턴 | System |
protected ScriptControlBase ( bool enableClientState, HtmlTextWriterTag tag ) : System | ||
enableClientState | bool | |
tag | HtmlTextWriterTag | |
리턴 | System |