DesignerTransaction Methods
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Cancel() | Cancels the transaction and attempts to roll back the changes made by the events of the transaction. |
![]() | Commit() | Commits this transaction. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the DesignerTransaction and optionally releases the managed resources. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Releases the resources associated with this object. This override commits this transaction if it was not already committed.(Overrides Object::Finalize().) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | OnCancel() | Raises the Cancel event. |
![]() | OnCommit() | Performs the actual work of committing a transaction. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IDisposable::Dispose() | Releases all resources used by the DesignerTransaction. |



