Click or drag to resize

BcfDataSetCanRedo Method

Determines whether Redo(Int32) can be executed.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public bool CanRedo()

Return Value

Type: Boolean
if redo can be executed; otherwise, .
Remarks
CanRedo() returns when Locked is , CurrentTransaction is and BcfUndoRepository.CanRedo is .
See Also