Constable Authorization Engine 2.0 BETA

UndoItemCollection Methods

The methods of the UndoItemCollection class are listed below. For a complete list of UndoItemCollection class members, see the UndoItemCollection Members topic.

Public Instance Methods

Add Adds the specified item to the end of the collection.
Clear Removes all items from the collection.
Contains Determines whether this collection contains the specified IUndoItem.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetEnumerator Returns an IEnumerator that can iterate over all items currently in the collection.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
Redo Redoes the set of changes represented by this collection.
RemoveLast Removes the last item from the collection.
ToString (inherited from Object) Returns a String that represents the current Object.
Undo Undoes the set of changes represented by this collection.

See Also

UndoItemCollection Class | LaMarvin.ComponentModel Namespace