Name | Description | |
---|---|---|
Abort | Mark the Edit Operation as aborted. | |
AddAttachment | Overloaded. | |
AutoComplete | Overloaded. Create a new feature by auto-complete. | |
Callback | Overloaded. Registers that the edit operation will callback into the given function in the context of an edit operation. | |
Clip | Clip a feature with a geometry. | |
ConstructPolygons | Overloaded. | |
Copy | Copies rows from source to destination member using the given IDs. | |
Create | Overloaded. Create a new feature in a layer or row in a table. | |
CreateChainedOperation | Creates a follow-on operation which will be shared with this operation on the application's undo stack. | |
CreateEx | Overloaded. | |
Delete | Overloaded. Delete features or rows. | |
Duplicate | Adds an edit operation that creates a duplicate of the specified feature with given geometry offsets. | |
Execute | Executes the Edit, modifying the database using the instructions given to the EditOperation. Returns true upon success and false upon failure. | |
ExecuteAsync | Executes the Edit, modifying the database using the instructions given to the EditOperation. Returns true upon success and false upon failure. | |
Explode | Overloaded. | |
GetAwaiter | This method is intended for compiler use rather than for use in application code. The presence of this method allows an EditOperation to be 'await'-ed like a Task (the Task returned by calling ExecuteAsync()). | |
Merge | Overloaded. Merge features. | |
Modify | Overloaded. Modify the geometry and/or the attributes of features or rows. | |
Move | Overloaded. Move a set of features by a vector. | |
Planarize | Overloaded. | |
RedoAsync | Attempts to Redo this EditOperation (only the most recently undone edit operation can be redone). | |
RemoveAllAttachments | Remove all attachments from a row/feature with attachment support. | |
RemoveAttachment | Remove an attachment from a row/feature with attachment support. | |
Reshape | Overloaded. Reshape features with a geometry. | |
Rotate | Overloaded. | |
Rubbersheet | ||
Scale | Overloaded. Scales a set of features. | |
SetOnComitted | Sets an action that will be called when this editoperation is committed. | |
SetOnComplete | Sets an action that will be called when this operation is done executing. | |
SetOnRedone | Sets an action that will be called when this editoperation is redone. | |
SetOnUndone | Sets an action that will be called when this operation is undone. | |
Split | Overloaded. | |
TransferAttributes | Overloaded. | |
Transform | Overloaded. | |
TransformAffine | Transform a layer. | |
UndoAsync | Attempts to Undo this EditOperation (only the most recent edit operation can be undone). | |
UpdateAttachment | Overloaded. |