Click or drag to resize
CalculationWorks Logo
BcfDataSetUndoRepository Class
Dataset behavior item that stores undo and redo information. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  CalculationWorks.BusinessModel.BehaviorsBcfDataSetBehaviorItemBase
    CalculationWorks.BusinessModel.BehaviorsBcfDataSetUndoRepository

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public sealed class BcfDataSetUndoRepository : BcfDataSetBehaviorItemBase, 
	IBcfDataSetUndoRepository

The BcfDataSetUndoRepository type exposes the following members.

Constructors
  NameDescription
Public methodBcfDataSetUndoRepository
Initializes a new instance of the BcfDataSetUndoRepository class.
Top
Methods
  NameDescription
Public methodCanRedo
Determines whether this instance can redo.
Public methodCanUndo
Determines whether this instance can undo.
Public methodClearRedo
Clears the redo.
Public methodClearUndo
Clears the undo.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(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
Properties
  NameDescription
Public propertyDataSet
Gets the BcfDataSet the behavior item belongs to.
(Inherited from BcfDataSetBehaviorItemBase.)
Public propertyRedoItemCount
Gets the redo item count.
Public propertyRedoStack
Gets the redo stack.
Public propertyUndoItemCount
Gets the undo item count.
Public propertyUndoStack
Gets the undo stack.
Top
Remarks

Inherit from BcfDataSetBehaviorItemBase and implement IBcfDataSetUndoRepository to create a custom repository.

Examples
See Also