WorkpieceInfoCollection Class

Collection of WorkpieceInfoItem Items.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public class WorkpieceInfoCollection : ChangeObjectCollection<WorkpieceInfoItem>
Inheritance
Object    ListWorkpieceInfoItem    ChangeObjectCollectionWorkpieceInfoItem    WorkpieceInfoCollection

Constructors

WorkpieceInfoCollectionInitializes a new instance of the WorkpieceInfoCollection class

Properties

Capacity
(Inherited from ListWorkpieceInfoItem)
Count
(Inherited from ListWorkpieceInfoItem)
Item
(Inherited from ListWorkpieceInfoItem)
PropertyName Get/Set a property name to be associated with this collection for bubble-up events.
(Inherited from ChangeObjectCollectionT)

Methods

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 ListWorkpieceInfoItem)
BinarySearch(T)
(Inherited from ListWorkpieceInfoItem)
BinarySearch(T, IComparerT)
(Inherited from ListWorkpieceInfoItem)
BinarySearch(Int32, Int32, T, IComparerT)
(Inherited from ListWorkpieceInfoItem)
Clear Remove all of the elements from the property collection.
(Inherited from ChangeObjectCollectionT)
Clone Return a deep clone of the provided collection of workpiece information items.
Contains
(Inherited from ListWorkpieceInfoItem)
ConvertAllTOutput
(Inherited from ListWorkpieceInfoItem)
CopyTo(T)
(Inherited from ListWorkpieceInfoItem)
CopyTo(T, Int32)
(Inherited from ListWorkpieceInfoItem)
CopyTo(Int32, T, Int32, Int32)
(Inherited from ListWorkpieceInfoItem)
Equals
(Inherited from Object)
Exists
(Inherited from ListWorkpieceInfoItem)
Finalize
(Inherited from Object)
Find
(Inherited from ListWorkpieceInfoItem)
FindAll
(Inherited from ListWorkpieceInfoItem)
FindIndex(PredicateT)
(Inherited from ListWorkpieceInfoItem)
FindIndex(Int32, PredicateT)
(Inherited from ListWorkpieceInfoItem)
FindIndex(Int32, Int32, PredicateT)
(Inherited from ListWorkpieceInfoItem)
FindLast
(Inherited from ListWorkpieceInfoItem)
FindLastIndex(PredicateT)
(Inherited from ListWorkpieceInfoItem)
FindLastIndex(Int32, PredicateT)
(Inherited from ListWorkpieceInfoItem)
FindLastIndex(Int32, Int32, PredicateT)
(Inherited from ListWorkpieceInfoItem)
ForEach
(Inherited from ListWorkpieceInfoItem)
GetEnumerator
(Inherited from ListWorkpieceInfoItem)
GetHashCode
(Inherited from Object)
GetRange
(Inherited from ListWorkpieceInfoItem)
GetType
(Inherited from Object)
IndexOf(T)
(Inherited from ListWorkpieceInfoItem)
IndexOf(T, Int32)
(Inherited from ListWorkpieceInfoItem)
IndexOf(T, Int32, Int32)
(Inherited from ListWorkpieceInfoItem)
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 ListWorkpieceInfoItem)
LastIndexOf(T, Int32)
(Inherited from ListWorkpieceInfoItem)
LastIndexOf(T, Int32, Int32)
(Inherited from ListWorkpieceInfoItem)
MemberwiseClone
(Inherited from Object)
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 ListWorkpieceInfoItem)
Reverse(Int32, Int32)
(Inherited from ListWorkpieceInfoItem)
Sort
(Inherited from ListWorkpieceInfoItem)
Sort(ComparisonT)
(Inherited from ListWorkpieceInfoItem)
Sort(IComparerT)
(Inherited from ListWorkpieceInfoItem)
Sort(Int32, Int32, IComparerT)
(Inherited from ListWorkpieceInfoItem)
ToArray
(Inherited from ListWorkpieceInfoItem)
ToString
(Inherited from Object)
TrimExcess
(Inherited from ListWorkpieceInfoItem)
TrueForAll
(Inherited from ListWorkpieceInfoItem)

Events

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)

Explicit Interface Implementations

See Also