GoXam for WPF v3
TransactionResult Property
Northwoods.GoXam.Tool Namespace > DiagramTool Class : TransactionResult Property
Gets or sets the name of the transaction to be committed; if null, the transaction will be rolled back.
Syntax
protected string TransactionResult {get; set;}

Property Value

The default value is null; StartTransaction will also set this to null.
Remarks
If this is non-null at the time of a call to StopTransaction, this results in a call to Northwoods.GoXam.Diagram.CommitTransaction with this transaction name; if this is null at that time, this results in a call to Northwoods.GoXam.Diagram.RollbackTransaction.
See Also

Reference

DiagramTool Class
DiagramTool Members