BcfUndoRepository Class |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel
The BcfUndoRepository type exposes the following members.
| Name | Description | |
|---|---|---|
| MaxItems |
Gets or sets the maximum item count for undo and redo stack. Default for memory undo is 100.
| |
| RedoItemCount |
Gets the redo-stack item count.
| |
| RedoItems |
Gets the redo items.
| |
| SerializesContent |
Gets a value indicating whether undo and redo data is serialized to streams.
| |
| UndoItemCount |
Gets the undo-stack item count.
| |
| UndoItems |
Gets the undo items.
|
| Name | Description | |
|---|---|---|
| CanRedo |
Determines whether items for redo exists.
| |
| CanUndo |
Determines whether items for undo exists.
| |
| Clear |
Clears the BcfUndoRepository.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |