ContactAllocationCollection Class

Collection of ContactAllocationItem Items.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public class ContactAllocationCollection : List<ContactAllocationItem>
Inheritance
Object    ListContactAllocationItem    ContactAllocationCollection

Constructors

ContactAllocationCollectionInitializes a new instance of the ContactAllocationCollection class

Properties

Methods

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

Explicit Interface Implementations

See Also