![]() ![]() |
ESRI.ArcGIS.ADF.ArcGISServer.Editor | |
EditorServerCommandAction Class Members | |
See Also Properties Methods |
ESRI.ArcGIS.ADF.ArcGISServer.Editor.Tools Namespace : EditorServerCommandAction Class |
The following tables list the members exposed by EditorServerCommandAction.
Name | Description | |
---|---|---|
![]() | DataSet | The IDataset instance for the dataset being edited. (Inherited from EditorServerActionBase) |
![]() | Editor | The Editor instance containing this tool/command. (Inherited from EditorServerActionBase) |
![]() | IMap | The IMap instance for the service being edited. (Inherited from EditorServerActionBase) |
![]() | IMapServer | The IMapServer instance for the service being edited. (Inherited from EditorServerActionBase) |
![]() | LayerDescription | The LayerDescription instance for the feature layer being edited. (Inherited from EditorServerActionBase) |
![]() | ServerContext | The IServerContext instance for the service being edited. (Inherited from EditorServerActionBase) |
![]() | ToolbarItemInfo | The ToolbarItemInfo associated with the command. |
Name | Description | |
---|---|---|
![]() | FeatureLayer | The IFeatureLayer instance for the feature layer being edited. (Inherited from EditorServerActionBase) |
![]() | Resource | The MapResourceLocal associated with the resource being edited. (Inherited from EditorServerActionBase) |
Name | Description | |
---|---|---|
![]() | ServerAction | This method is called when an EditorCommand is executed. It calls EditorServerAction which implements server side functionality. |
Name | Description | |
---|---|---|
![]() | AbortEditOperation | Overloaded. Aborts the current edit operation. (Inherited from EditorServerActionBase) |
![]() | CreatePostCommandExecuteEventArgs | Creates the EditorCommandEventArgs passed to event handlers. |
![]() | CreatePreCommandExecuteEventArgs | Creates the PreCommandExecuteEventArgs passed to event handlers. |
![]() | EditorServerAction | The method that implements the tool or command functionality. (Inherited from EditorServerActionBase) |
![]() | HideAjaxActivityIndicator | Turns off the ajax activity indicator after a tool/command server action completes. (Inherited from EditorServerActionBase) |
![]() | Init | Initializes common properties used during edit operations. (Inherited from EditorServerActionBase) |
![]() | Refresh | Overloaded. Refreshes the resource being edited, displayed feature vertices and the attribute editor feature highlight. (Inherited from EditorServerActionBase) |
![]() | ReturnErrorMessage | Displays an error message in the browser based on the exception. (Inherited from EditorServerActionBase) |
![]() | ReturnMessage | Displays a message in the browser. (Inherited from EditorServerActionBase) |
![]() | StartEditOperation | Starts an edit operation. (Inherited from EditorServerActionBase) |
![]() | StopEditOperation | Stops the current edit operation. (Inherited from EditorServerActionBase) |
![]() | UpdateAttributeEditor | Updates the selected features displayed in the attribute editor panel. This should be called if the tool or command changes the selection set. (Inherited from EditorServerActionBase) |
![]() | UpdateEditStatus | Shows/Hides the unsaved edits banner on the editor task as appropriate. (Inherited from EditorServerActionBase) |