ESRI.ArcGIS.ADF.ArcGISServer.Editor
EditorCommand Class Members
See Also  Properties  Methods 
ESRI.ArcGIS.ADF.ArcGISServer.Editor.Tools Namespace : EditorCommand Class




The following tables list the members exposed by EditorCommand.

Public Constructors

 NameDescription
Public ConstructorEditorCommand ConstructorOverloaded.  Creates an EditorCommand instance.  
Top

Public Properties

 NameDescription
Public PropertyBuddyItem The toolbar item with which this one works. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveToolbarItem)
Public PropertyClientAction Javascript action to invoke on the client-side. Required for a Tool. Optional for Command and DropDownBox. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveToolbarItem)
Public PropertyConfiguration The configuration specific to this toolbar item. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveToolbarItem)
Public PropertyDefaultImage The image URL for this ToolbarItem when it is not selected, disabled, or hovered upon. Only applicable when ToolbarStyle is ImageOnly or ImageAndText. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveImageToolbarItem)
Public PropertyDisabled Indicates whether the ToolbarItem is disabled. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveToolbarItem)
Public PropertyDisabledImage The image URL for this ToolbarItem when it is disabled. Only applicable when ToolbarStyle is ImageOnly or ImageAndText. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveImageToolbarItem)
Public PropertyEnablePostBack Indicates whether the tool item causes a complete postback to the server, refreshing the whole page. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveToolbarItem)
Public PropertyGeometryType The type of geometry the tool operates on.  
Public PropertyHoverImage The image URL for this ToolbarItem when it is hovered upon. Only applicable when ToolbarStyle is ImageOnly or ImageAndText. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveImageToolbarItem)
Public PropertyIsClientActionCustomIndicates whether the client tool action is a custom client tool action. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveToolbarItem)
Public PropertyJavaScriptFile Javascript file to include, for implementing a custom client-side action for a toolbar item. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveToolbarItem)
Public PropertyMinSelectedFeatures The minimum number of features the tool operates on.  
Public PropertyName Name of the Tool or Command. Must be unique on all Toolbars within a toolbar group. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveToolbarItem)
Public PropertyParentThe Toolbar to which this toolbar item belongs. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveToolbarItem)
Public PropertyPreExecuteJavascript Javascript to execute on the client prior to executing the toolbar item server action. By default, this is the script to show the AJAX activity indicator on the EditorTask.  
Public PropertySelectedImage The image URL for this ToolbarItem when it is selected. Only applicable when ToolbarStyle is ImageOnly or ImageAndText. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveImageToolbarItem)
Public PropertyServerActionAssembly Fully qualified display name of the assembly containing the server action. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveToolbarItem)
Public PropertyServerActionClass The System.Type of the server action class including namespace. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveToolbarItem)
Public PropertyShowLoading Whether to show the loading image on postback. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveToolbarItem)
Public PropertyText The text for this ToolbarItem. Only applicable when the ToolbarStyle is TextOnly or ImageAndText. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveImageToolbarItem)
Public PropertyToolTip The tool tip for this ToolbarItem. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveToolbarItem)
Public PropertyTypeReturns the Type of the class as a string. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveToolbarItem)
Public PropertyVisibleWhether to display the toolbar item. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveToolbarItem)
Top

Protected Properties

 NameDescription
Protected PropertyDefaultJavascript Returns the script to show the AJAX activity indicator on the EditorTask.  
Protected PropertyViewState The ViewState. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveToolbarItem)
Top

Protected Methods

 NameDescription
Protected MethodLoadFromHashtableOverridden.   
Protected MethodRender Outputs the HTML contents of the Command to the input StringBuilder. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.Command)
Protected MethodSaveToHashtableOverridden.   
Top

See Also

© 2010 All Rights Reserved.