public class ToolCollection : CollectionBase,
INotifyPropertyChanged, IDisposablePublic Class ToolCollection
Inherits CollectionBase
Implements INotifyPropertyChanged, IDisposable| ToolCollection | Initializes an instance of ToolCollection class. |
| Capacity | Gets or sets the number of elements that the CollectionBase can contain. (Inherited from CollectionBase) |
| Count | Gets the number of elements contained in the CollectionBase instance. This property cannot be overridden. (Inherited from CollectionBase) |
| InnerList | Gets an ArrayList containing the list of elements in the CollectionBase instance. (Inherited from CollectionBase) |
| Item | Gets or sets a Tool at particular index. |
| List | Gets an IList containing the list of elements in the CollectionBase instance. (Inherited from CollectionBase) |
| Add | Adds a new Tool object to the collection. |
| Clear | Removes all objects from the CollectionBase instance. This method cannot be overridden. (Inherited from CollectionBase) |
| Contains | Tests whether the collection contains a specific Tool. |
| Dispose | Clean up any resources being used by this class. |
| Dispose(Boolean) | Disposes resources used by this class. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize |
Destructor for the class - invokes Dispose(Boolean) with
false parameter.
(Overrides ObjectFinalize) |
| GetEnumerator | Returns an enumerator that iterates through the CollectionBase instance. (Inherited from CollectionBase) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| IndexOf | Determines the index of a specific Tool in the collection. |
| Insert | Inserts a Tool to the collection at the specified index. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| OnClear |
Performs additional custom processes when clearing the contents of the
collection instance.
(Overrides CollectionBaseOnClear) |
| OnClearComplete |
Performs additional custom processes after inserting a new Tool into
the collection.
(Overrides CollectionBaseOnClearComplete) |
| OnInsert | Performs additional custom processes before inserting a new element into the CollectionBase instance. (Inherited from CollectionBase) |
| OnInsertComplete |
Performs additional custom processes after inserting a new Tool into
the collection.
(Overrides CollectionBaseOnInsertComplete(Int32, Object)) |
| OnPropertyChanged | Fires the PropertyChanged event. |
| OnRemove |
Performs additional custom processes when removing an element from the CollectionBase instance.
(Overrides CollectionBaseOnRemove(Int32, Object)) |
| OnRemoveComplete |
Performs additional custom processes after removing a Tool from the
collection.
(Overrides CollectionBaseOnRemoveComplete(Int32, Object)) |
| OnSet | Performs additional custom processes before setting a value in the CollectionBase instance. (Inherited from CollectionBase) |
| OnSetComplete | Performs additional custom processes after setting a value in the CollectionBase instance. (Inherited from CollectionBase) |
| OnValidate | Performs additional custom processes when validating a value. (Inherited from CollectionBase) |
| Remove | Removes the first occurrence of a specific Tool from the collection. |
| RemoveAt | Removes the Tool at the specified index. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| PropertyChanged | Raised whenever a value of a property changes. |