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