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




The following tables list the members exposed by CopyFeature.

Public Constructors

 NameDescription
Public ConstructorCopyFeature Constructor  
Top

Public Properties

 NameDescription
Public PropertyApplySnapping Whether snapping should be applied to the input geometry. (Inherited from EditorServerToolAction)
Public PropertyDataSet The IDataset instance for the dataset being edited. (Inherited from EditorServerActionBase)
Public PropertyEditor The Editor instance containing this tool/command. (Inherited from EditorServerActionBase)
Public PropertyFeatures A dictionary where the keys are the original feature IDs and the values are the feature IDs of the copies.  
Public PropertyGeometry The geometry input for the tool. (Inherited from EditorServerToolAction)
Public PropertyIMap The IMap instance for the service being edited. (Inherited from EditorServerActionBase)
Public PropertyIMapServer The IMapServer instance for the service being edited. (Inherited from EditorServerActionBase)
Public PropertyLayerDescription The LayerDescription instance for the feature layer being edited. (Inherited from EditorServerActionBase)
Public PropertyServerContext The IServerContext instance for the service being edited. (Inherited from EditorServerActionBase)
Public PropertyToolEventArgs The ToolEventArgs associated with the tool. (Inherited from EditorServerToolAction)
Top

Protected Properties

 NameDescription
Protected PropertyFeatureLayer The IFeatureLayer instance for the feature layer being edited. (Inherited from EditorServerActionBase)
Protected PropertyResource The MapResourceLocal associated with the resource being edited. (Inherited from EditorServerActionBase)
Top

Public Methods

 NameDescription
Public MethodGetSchema This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return nullNothingnullptra null reference (Nothing in Visual Basic) (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class.  
Public MethodReadXml Generates an object from its XML representation.  
Public MethodServerAction This method is called when an EditorTool is executed. It performs geometry conversion, snapping if set, and calls EditorServerAction. (Inherited from EditorServerToolAction)
Public MethodWriteXml Converts an object into its XML representation.  
Top

Protected Methods

 NameDescription
Protected MethodAbortEditOperationOverloaded.  Aborts the current edit operation. (Inherited from EditorServerActionBase)
Protected MethodCreatePostToolExecuteEventArgs Creates the EditorToolEventArgs passed to event handlers. (Inherited from EditorServerToolAction)
Protected MethodCreatePreToolExecuteEventArgs Creates the PreToolExecuteEventArgs passed to event handlers. (Inherited from EditorServerToolAction)
Protected MethodEditorServerActionOverridden.  Server Action for Copy Feature  
Protected MethodHideAjaxActivityIndicator Turns off the ajax activity indicator after a tool/command server action completes. (Inherited from EditorServerActionBase)
Protected MethodInitOverridden.  Initializes the CopyFeature tool.  
Protected MethodRefreshOverloaded.  Refreshes the resource being edited, displayed feature vertices and the attribute editor feature highlight. (Inherited from EditorServerActionBase)
Protected MethodReturnErrorMessage Displays an error message in the browser based on the exception. (Inherited from EditorServerActionBase)
Protected MethodReturnMessage Displays a message in the browser. (Inherited from EditorServerActionBase)
Protected MethodStartEditOperation Starts an edit operation. (Inherited from EditorServerActionBase)
Protected MethodStopEditOperation Stops the current edit operation. (Inherited from EditorServerActionBase)
Protected MethodUpdateAttributeEditor 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)
Protected MethodUpdateEditStatus Shows/Hides the unsaved edits banner on the editor task as appropriate. (Inherited from EditorServerActionBase)
Top

See Also

© 2010 All Rights Reserved.