OperationActionPropertyCollection Class

Collection of OperationActionPropertyItem Items.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public class OperationActionPropertyCollection : List<OperationActionPropertyItem>
Inheritance
Object    ListOperationActionPropertyItem    OperationActionPropertyCollection

Constructors

OperationActionPropertyCollectionInitializes a new instance of the OperationActionPropertyCollection class

Properties

Methods

Add
(Inherited from ListOperationActionPropertyItem)
AddRange
(Inherited from ListOperationActionPropertyItem)
AsReadOnly
(Inherited from ListOperationActionPropertyItem)
BinarySearch(T)
(Inherited from ListOperationActionPropertyItem)
BinarySearch(T, IComparerT)
(Inherited from ListOperationActionPropertyItem)
BinarySearch(Int32, Int32, T, IComparerT)
(Inherited from ListOperationActionPropertyItem)
Clear
(Inherited from ListOperationActionPropertyItem)
Contains
(Inherited from ListOperationActionPropertyItem)
ConvertAllTOutput
(Inherited from ListOperationActionPropertyItem)
CopyTo(T)
(Inherited from ListOperationActionPropertyItem)
CopyTo(T, Int32)
(Inherited from ListOperationActionPropertyItem)
CopyTo(Int32, T, Int32, Int32)
(Inherited from ListOperationActionPropertyItem)
Equals
(Inherited from Object)
Exists
(Inherited from ListOperationActionPropertyItem)
Finalize
(Inherited from Object)
Find
(Inherited from ListOperationActionPropertyItem)
FindAll
(Inherited from ListOperationActionPropertyItem)
FindIndex(PredicateT)
(Inherited from ListOperationActionPropertyItem)
FindIndex(Int32, PredicateT)
(Inherited from ListOperationActionPropertyItem)
FindIndex(Int32, Int32, PredicateT)
(Inherited from ListOperationActionPropertyItem)
FindLast
(Inherited from ListOperationActionPropertyItem)
FindLastIndex(PredicateT)
(Inherited from ListOperationActionPropertyItem)
FindLastIndex(Int32, PredicateT)
(Inherited from ListOperationActionPropertyItem)
FindLastIndex(Int32, Int32, PredicateT)
(Inherited from ListOperationActionPropertyItem)
ForEach
(Inherited from ListOperationActionPropertyItem)
GetEnumerator
(Inherited from ListOperationActionPropertyItem)
GetHashCode
(Inherited from Object)
GetRange
(Inherited from ListOperationActionPropertyItem)
GetType
(Inherited from Object)
IndexOf(T)
(Inherited from ListOperationActionPropertyItem)
IndexOf(T, Int32)
(Inherited from ListOperationActionPropertyItem)
IndexOf(T, Int32, Int32)
(Inherited from ListOperationActionPropertyItem)
Insert
(Inherited from ListOperationActionPropertyItem)
InsertRange
(Inherited from ListOperationActionPropertyItem)
LastIndexOf(T)
(Inherited from ListOperationActionPropertyItem)
LastIndexOf(T, Int32)
(Inherited from ListOperationActionPropertyItem)
LastIndexOf(T, Int32, Int32)
(Inherited from ListOperationActionPropertyItem)
MemberwiseClone
(Inherited from Object)
Remove
(Inherited from ListOperationActionPropertyItem)
RemoveAll
(Inherited from ListOperationActionPropertyItem)
RemoveAt
(Inherited from ListOperationActionPropertyItem)
RemoveRange
(Inherited from ListOperationActionPropertyItem)
Reverse
(Inherited from ListOperationActionPropertyItem)
Reverse(Int32, Int32)
(Inherited from ListOperationActionPropertyItem)
Sort
(Inherited from ListOperationActionPropertyItem)
Sort(ComparisonT)
(Inherited from ListOperationActionPropertyItem)
Sort(IComparerT)
(Inherited from ListOperationActionPropertyItem)
Sort(Int32, Int32, IComparerT)
(Inherited from ListOperationActionPropertyItem)
ToArray
(Inherited from ListOperationActionPropertyItem)
ToString
(Inherited from Object)
TrimExcess
(Inherited from ListOperationActionPropertyItem)
TrueForAll
(Inherited from ListOperationActionPropertyItem)

Explicit Interface Implementations

See Also