PatternOperationCollection Class

Collection of PatternOperationItem Items.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public class PatternOperationCollection : ChangeObjectCollection<PatternOperationItem>
Inheritance
Object    ListPatternOperationItem    ChangeObjectCollectionPatternOperationItem    PatternOperationCollection

Constructors

PatternOperationCollectionInitializes a new instance of the PatternOperationCollection class

Properties

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

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