ActionDocumentCollection Class

Collection of ActionDocumentItem Items.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public class ActionDocumentCollection : List<ActionDocumentItem>
Inheritance
Object    ListActionDocumentItem    ActionDocumentCollection

Constructors

ActionDocumentCollectionInitializes a new instance of the ActionDocumentCollection class

Properties

Methods

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

Explicit Interface Implementations

See Also