Click or drag to resize

BcfUndoRepository Class

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

Repository storing undo and redo information.
Inheritance Hierarchy
SystemObject
  CalculationWorks.BusinessModelBcfUndoRepository

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public sealed class BcfUndoRepository

The BcfUndoRepository type exposes the following members.

Properties
  NameDescription
Public propertyMaxItems
Gets or sets the maximum item count for undo and redo stack. Default for memory undo is 100.
Public propertyRedoItemCount
Gets the redo-stack item count.
Public propertyRedoItems
Gets the redo items.
Public propertySerializesContent
Gets a value indicating whether undo and redo data is serialized to streams.
Public propertyUndoItemCount
Gets the undo-stack item count.
Public propertyUndoItems
Gets the undo items.
Top
Methods
  NameDescription
Public methodCanRedo
Determines whether items for redo exists.
Public methodCanUndo
Determines whether items for undo exists.
Public methodClear
Clears the BcfUndoRepository.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also