Click or drag to resize

IBcfInternalUndoRepository Interface

[This is preliminary documentation and is subject to change.]

Infrastructure. The interface supports the infrastructure and is not intended to be used directly from your code.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public interface IBcfInternalUndoRepository

The IBcfInternalUndoRepository type exposes the following members.

Properties
  NameDescription
Public propertyMaxItems
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public propertyRedoCount
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public propertySerializesContent
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public propertyUndoCount
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Top
Methods
  NameDescription
Public methodClear
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodClearRedo
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodCloseFiles
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodDecrementRedoOffset
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodGetRedoInfo
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodGetUndoInfo
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodIncrementUndoOffset
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodPersistOffset
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodPopRedo
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodPopUndo
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodPushRedoTransaction
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodPushUndoTransaction
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Top
See Also