DesignerTransaction Methods

 

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodCancel()

Cancels the transaction and attempts to roll back the changes made by the events of the transaction.

System_CAPS_pubmethodCommit()

Commits this transaction.

System_CAPS_protmethodDispose(Boolean)

Releases the unmanaged resources used by the DesignerTransaction and optionally releases the managed resources.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Releases the resources associated with this object. This override commits this transaction if it was not already committed.(Overrides Object::Finalize().)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_protmethodOnCancel()

Raises the Cancel event.

System_CAPS_protmethodOnCommit()

Performs the actual work of committing a transaction.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIDisposable::Dispose()

Releases all resources used by the DesignerTransaction.

Return to top
Show: