Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
void | Cancel () |
void | Commit () |
Protected Member Functions | |
DesignerTransaction () | |
DesignerTransaction (string description) | |
void | OnCancel () |
void | OnCommit () |
virtual void | Dispose (bool disposing) |
Properties | |
bool | Canceled [get, private set] |
bool | Committed [get, private set] |
string | Description [get] |
Private Member Functions | |
~DesignerTransaction () | |
void IDisposable. | Dispose () |
Private Attributes | |
bool | _suppressedFinalization |
Definition at line 3 of file DesignerTransaction.cs.