ESRI.ArcGIS.ADF.Web.UI.WebControls
CallbackResult Class Members
See Also  Properties  Methods 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : CallbackResult Class




The following tables list the members exposed by CallbackResult.

Public Constructors

 NameDescription
Public ConstructorCallbackResult ConstructorOverloaded.  Creates a CallbackResult using a reference to the control whose content or image source will be replaced.  
Top

Public Properties

 NameDescription
Public PropertyControl Reference to the control whose content or image-source to replace on the client.  
Public PropertyControlClientID Client ID of the control or page element that will receive the HTML content or image src attribute. May be null if content is JavaScript.  
Public PropertyControlType  
Public PropertyEventArg The type of content being sent to the browser: one of "content", "innercontent", "javascript", or "image".  
Public PropertyParameters The content, image source or function to send to the client browser with the callback results.  
Public PropertyPriority Priority of the CallbackResult when multiple results are sent back to the client during a single callback.  
Top

Protected Properties

 NameDescription
Protected PropertyID ID of the control.  
Top

Public Methods

 NameDescription
Public MethodCompareTo Tests whether two CallbackResult objects have the same Priority and internal identifier.  
Public Methodstatic (Shared in Visual Basic)CreateIncludeJavaScriptOverloaded.  Includes and parses a javascript resource  
Public Methodstatic (Shared in Visual Basic)CreateIncludeStyleSheetOverloaded.  Adds a stylesheet to the page  
Public Methodstatic (Shared in Visual Basic)CreateJavaScript Executes the supplied javascript on the client.  
Public Methodstatic (Shared in Visual Basic)CreateSetContentOverloaded.  Sets the OuterHTML property on a DOM Element  
Public Methodstatic (Shared in Visual Basic)CreateSetImageSourceOverloaded.  Sets the image source on an image.  
Public Methodstatic (Shared in Visual Basic)CreateSetInnerContentOverloaded.  Sets the InnerHTML property on a DOM Element  
Public MethodToStringOverridden.  Converts the CallbackResult to a string that can be interpreted on the browser client.  
Top

See Also

© 2010 All Rights Reserved.