| BcfDataSetUndoRepository Class | |
Namespace: CalculationWorks.BusinessModel.Behaviors
The BcfDataSetUndoRepository type exposes the following members.
| Name | Description | |
|---|---|---|
| BcfDataSetUndoRepository |
Initializes a new instance of the BcfDataSetUndoRepository class.
|
| Name | Description | |
|---|---|---|
| CanRedo |
Determines whether this instance can redo.
| |
| CanUndo |
Determines whether this instance can undo.
| |
| ClearRedo |
Clears the redo.
| |
| ClearUndo |
Clears the undo.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (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.) |
| Name | Description | |
|---|---|---|
| DataSet |
Gets the BcfDataSet the behavior item belongs to.
(Inherited from BcfDataSetBehaviorItemBase.) | |
| RedoItemCount |
Gets the redo item count.
| |
| RedoStack |
Gets the redo stack.
| |
| UndoItemCount |
Gets the undo item count.
| |
| UndoStack |
Gets the undo stack.
|
Inherit from BcfDataSetBehaviorItemBase and implement IBcfDataSetUndoRepository to create a custom repository.