FreeBusyCollection Class

Collection of FreeBusyItem Items.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public class FreeBusyCollection : ChangeObjectCollection<FreeBusyItem>
Inheritance
Object    ListFreeBusyItem    ChangeObjectCollectionFreeBusyItem    FreeBusyCollection

Constructors

FreeBusyCollectionInitializes a new instance of the FreeBusyCollection class

Properties

Capacity
(Inherited from ListFreeBusyItem)
Count
(Inherited from ListFreeBusyItem)
Item
(Inherited from ListFreeBusyItem)
PropertyName Get/Set a property name to be associated with this collection for bubble-up events.
(Inherited from ChangeObjectCollectionT)

Methods

Add(T) Add an item to the collection.
(Inherited from ChangeObjectCollectionT)
Add(DateRangeItem) Add the specified date range into the target collection as well as possible, returning a new free/busy item containing the part of the range that could be used.
AddRange Add a range of items to the collection.
(Inherited from ChangeObjectCollectionT)
AsReadOnly
(Inherited from ListFreeBusyItem)
BinarySearch(T)
(Inherited from ListFreeBusyItem)
BinarySearch(T, IComparerT)
(Inherited from ListFreeBusyItem)
BinarySearch(Int32, Int32, T, IComparerT)
(Inherited from ListFreeBusyItem)
Clear Remove all of the elements from the property collection.
(Inherited from ChangeObjectCollectionT)
Contains
(Inherited from ListFreeBusyItem)
ConvertAllTOutput
(Inherited from ListFreeBusyItem)
CopyTo(T)
(Inherited from ListFreeBusyItem)
CopyTo(T, Int32)
(Inherited from ListFreeBusyItem)
CopyTo(Int32, T, Int32, Int32)
(Inherited from ListFreeBusyItem)
Equals
(Inherited from Object)
Exists
(Inherited from ListFreeBusyItem)
Finalize
(Inherited from Object)
Find
(Inherited from ListFreeBusyItem)
FindAll
(Inherited from ListFreeBusyItem)
FindIndex(PredicateT)
(Inherited from ListFreeBusyItem)
FindIndex(Int32, PredicateT)
(Inherited from ListFreeBusyItem)
FindIndex(Int32, Int32, PredicateT)
(Inherited from ListFreeBusyItem)
FindLast
(Inherited from ListFreeBusyItem)
FindLastIndex(PredicateT)
(Inherited from ListFreeBusyItem)
FindLastIndex(Int32, PredicateT)
(Inherited from ListFreeBusyItem)
FindLastIndex(Int32, Int32, PredicateT)
(Inherited from ListFreeBusyItem)
ForEach
(Inherited from ListFreeBusyItem)
GetEnumerator
(Inherited from ListFreeBusyItem)
GetHashCode
(Inherited from Object)
GetRange
(Inherited from ListFreeBusyItem)
GetType
(Inherited from Object)
IndexOf(T)
(Inherited from ListFreeBusyItem)
IndexOf(T, Int32)
(Inherited from ListFreeBusyItem)
IndexOf(T, Int32, Int32)
(Inherited from ListFreeBusyItem)
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 ListFreeBusyItem)
LastIndexOf(T, Int32)
(Inherited from ListFreeBusyItem)
LastIndexOf(T, Int32, Int32)
(Inherited from ListFreeBusyItem)
MemberwiseClone
(Inherited from Object)
OnAdd Raises the Add event when an item has been added to the collection.
(Inherited from ChangeObjectCollectionT)
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)
OnRemove Raises the Remove event when an item has been removed from the collection.
(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 ListFreeBusyItem)
Reverse(Int32, Int32)
(Inherited from ListFreeBusyItem)
Sort
(Inherited from ListFreeBusyItem)
Sort(ComparisonT)
(Inherited from ListFreeBusyItem)
Sort(IComparerT)
(Inherited from ListFreeBusyItem)
Sort(Int32, Int32, IComparerT)
(Inherited from ListFreeBusyItem)
ToArray
(Inherited from ListFreeBusyItem)
ToString
(Inherited from Object)
TrimExcess
(Inherited from ListFreeBusyItem)
TrueForAll
(Inherited from ListFreeBusyItem)

Events

CollectionChanged Raised when the contents of the collection have changed.
(Inherited from ChangeObjectCollectionT)
ItemAdded Raised when an item is added to the collection.
(Inherited from ChangeObjectCollectionT)
ItemPropertyChanged Raised when the value of a property on an individual item has changed.
(Inherited from ChangeObjectCollectionT)
ItemRemoved Raised when an item is removed from the collection.
(Inherited from ChangeObjectCollectionT)

Explicit Interface Implementations

See Also