PatternTemplateCollection Class

Collection of PatternTemplateItem Items.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public class PatternTemplateCollection : ChangeObjectCollection<PatternTemplateItem>
Inheritance
Object    ListPatternTemplateItem    ChangeObjectCollectionPatternTemplateItem    PatternTemplateCollection

Constructors

PatternTemplateCollectionInitializes a new instance of the PatternTemplateCollection class

Properties

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

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