public class CutProfileCollection : ChangeObjectCollection<CutProfileItem>Public Class CutProfileCollection
Inherits ChangeObjectCollection(Of CutProfileItem)No code example is currently available or this language may not be supported.| CutProfileCollection | Initializes a new instance of the CutProfileCollection class |
| Capacity | (Inherited from ListCutProfileItem) |
| Count | (Inherited from ListCutProfileItem) |
| Item | (Inherited from ListCutProfileItem) |
| PropertyName |
Get/Set a property name to be associated with this collection for
bubble-up events.
(Inherited from ChangeObjectCollectionT) |
| Add |
Add an item to the collection.
(Inherited from ChangeObjectCollectionT) |
| AddRange |
Add a range of items to the collection.
(Inherited from ChangeObjectCollectionT) |
| AsReadOnly | (Inherited from ListCutProfileItem) |
| BinarySearch(T) | (Inherited from ListCutProfileItem) |
| BinarySearch(T, IComparerT) | (Inherited from ListCutProfileItem) |
| BinarySearch(Int32, Int32, T, IComparerT) | (Inherited from ListCutProfileItem) |
| Clear |
Remove all of the elements from the property collection.
(Inherited from ChangeObjectCollectionT) |
| Clone | Return a deep clone of the provided cut profile collection. |
| Contains | (Inherited from ListCutProfileItem) |
| ConvertAllTOutput | (Inherited from ListCutProfileItem) |
| CopyTo(T) | (Inherited from ListCutProfileItem) |
| CopyTo(T, Int32) | (Inherited from ListCutProfileItem) |
| CopyTo(Int32, T, Int32, Int32) | (Inherited from ListCutProfileItem) |
| Equals | (Inherited from Object) |
| Exists | (Inherited from ListCutProfileItem) |
| Finalize | (Inherited from Object) |
| Find | (Inherited from ListCutProfileItem) |
| FindAll | (Inherited from ListCutProfileItem) |
| FindIndex(PredicateT) | (Inherited from ListCutProfileItem) |
| FindIndex(Int32, PredicateT) | (Inherited from ListCutProfileItem) |
| FindIndex(Int32, Int32, PredicateT) | (Inherited from ListCutProfileItem) |
| FindLast | (Inherited from ListCutProfileItem) |
| FindLastIndex(PredicateT) | (Inherited from ListCutProfileItem) |
| FindLastIndex(Int32, PredicateT) | (Inherited from ListCutProfileItem) |
| FindLastIndex(Int32, Int32, PredicateT) | (Inherited from ListCutProfileItem) |
| ForEach | (Inherited from ListCutProfileItem) |
| GetEnumerator | (Inherited from ListCutProfileItem) |
| GetHashCode | (Inherited from Object) |
| GetRange | (Inherited from ListCutProfileItem) |
| GetType | (Inherited from Object) |
| IndexOf(T) | (Inherited from ListCutProfileItem) |
| IndexOf(T, Int32) | (Inherited from ListCutProfileItem) |
| IndexOf(T, Int32, Int32) | (Inherited from ListCutProfileItem) |
| Insert |
Insert an item into the collection at the specified ordinal index.
(Inherited from ChangeObjectCollectionT) |
| InsertRange |
Insert a range of items at the specified ordinal index.
(Inherited from ChangeObjectCollectionT) |
| LastIndexOf(T) | (Inherited from ListCutProfileItem) |
| LastIndexOf(T, Int32) | (Inherited from ListCutProfileItem) |
| LastIndexOf(T, Int32, Int32) | (Inherited from ListCutProfileItem) |
| MemberwiseClone | (Inherited from Object) |
| MoveDown | Move the specified item down in the collection by one space, if possible. |
| MoveUp | Move the specified item up in the collection by one space, if possible. |
| OnCollectionChanged |
Raises the CollectionChanged event when the contents of the collection
have changed.
(Inherited from ChangeObjectCollectionT) |
| OnItemPropertyChanged |
Raises the ItemPropertyChanged event when the value of an item property
has changed.
(Inherited from ChangeObjectCollectionT) |
| Remove |
Remove the first matching instance of the specified item from the
collection.
(Inherited from ChangeObjectCollectionT) |
| RemoveAll |
Remove all items matching the condition from the collection.
(Inherited from ChangeObjectCollectionT) |
| RemoveAt |
Remove the item at the specified ordinal index of the collection.
(Inherited from ChangeObjectCollectionT) |
| RemoveRange |
Remove a range of items from the collection.
(Inherited from ChangeObjectCollectionT) |
| Reverse | (Inherited from ListCutProfileItem) |
| Reverse(Int32, Int32) | (Inherited from ListCutProfileItem) |
| Sort | (Inherited from ListCutProfileItem) |
| Sort(ComparisonT) | (Inherited from ListCutProfileItem) |
| Sort(IComparerT) | (Inherited from ListCutProfileItem) |
| Sort(Int32, Int32, IComparerT) | (Inherited from ListCutProfileItem) |
| ToArray | (Inherited from ListCutProfileItem) |
| ToString | (Inherited from Object) |
| TrimExcess | (Inherited from ListCutProfileItem) |
| TrueForAll | (Inherited from ListCutProfileItem) |
| CollectionChanged |
Raised when the contents of the collection have changed.
(Inherited from ChangeObjectCollectionT) |
| ItemPropertyChanged |
Raised when the value of a property on an individual item has changed.
(Inherited from ChangeObjectCollectionT) |
| IListAdd | (Inherited from ListCutProfileItem) |
| IListContains | (Inherited from ListCutProfileItem) |
| ICollectionCopyTo | (Inherited from ListCutProfileItem) |
| IEnumerableTGetEnumerator | (Inherited from ListCutProfileItem) |
| IEnumerableGetEnumerator | (Inherited from ListCutProfileItem) |
| IListIndexOf | (Inherited from ListCutProfileItem) |
| IListInsert | (Inherited from ListCutProfileItem) |
| IListIsFixedSize | (Inherited from ListCutProfileItem) |
| ICollectionTIsReadOnly | (Inherited from ListCutProfileItem) |
| IListIsReadOnly | (Inherited from ListCutProfileItem) |
| ICollectionIsSynchronized | (Inherited from ListCutProfileItem) |
| IListItem | (Inherited from ListCutProfileItem) |
| IListRemove | (Inherited from ListCutProfileItem) |
| ICollectionSyncRoot | (Inherited from ListCutProfileItem) |