Method | Description | |
---|---|---|
TransactionForm ( ExternalCommandData commandData ) : System |
Constructor
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
AddNode ( OperationType type ) : void |
add node to tree view control
|
|
AddNode ( OperationType type, string info ) : void |
add node to tree view control
|
|
HandleNestedTransactionGroups ( OperationType operationType ) : void |
Commit or rollback nested transaction groups
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
UpdateButtonsStatus ( ) : void |
Update form buttons depending on the status of existing transaction and groups
|
|
UpdateTreeNode ( |
Update the color of tree node including all its sub-nodes
|
|
UpdateTreeNode ( |
Update the color of a tree node
|
|
btnCommitTransGroup_Click ( object sender, |
Commit transaction group button click event
|
|
btnRollbackTransGroup_Click ( object sender, |
Rollback transaction group button click event
|
|
btnStartTransGroup_Click ( object sender, |
Start transaction group button click event
|
|
cancelButton_Click ( object sender, |
Rollback all changes and close this form
|
|
commitTransButton_Click ( object sender, |
Commit a transaction
|
|
createWallbutton_Click ( object sender, |
Create a wall, append a node to tree view
|
|
deleteWallButton_Click ( object sender, |
Delete a wall, append a node to tree view
|
|
moveWallButton_Click ( object sender, |
Move a wall, append a node to tree view
|
|
okButton_Click ( object sender, |
Accept the changes and and close this form If any transaction group or the active transaction is still open give the user the option to either commit them or roll them back first. |
|
rollbackTransButton_Click ( object sender, |
Rollback a transaction
|
|
startTransButton_Click ( object sender, |
Begin a transaction, append transaction node to tree view
|
|
updateModel ( bool autoJoin ) : void |
Updates the model and refreshes the active view
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public TransactionForm ( ExternalCommandData commandData ) : System | ||
commandData | ExternalCommandData | the external command data |
return | System |