HistoryManagerCreateTransactionImpl Method
Creates history transaction. Allows to register all changes made within current
transaction as a single bunch of changes for a single history step (including for nested transactions).
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
protected abstract HistoryManagerTransaction CreateTransactionImpl(
bool ignore = false
)
Protected MustOverride Function CreateTransactionImpl (
Optional ignore As Boolean = false
) As HistoryManagerTransaction
protected:
virtual HistoryManagerTransaction^ CreateTransactionImpl(
bool ignore = false
) abstract
abstract CreateTransactionImpl :
?ignore : bool
(* Defaults:
let _ignore = defaultArg ignore false
*)
-> HistoryManagerTransaction
- ignore Boolean (Optional)
-
HistoryManagerTransaction