FreeBusyPropertyCollection Class

A type-safe collection of FreeBusyProperty objects

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public class FreeBusyPropertyCollection : ExtendedBindingList<FreeBusyProperty>
Inheritance
Object    CollectionFreeBusyProperty    BindingListFreeBusyProperty    ExtendedBindingListFreeBusyProperty    FreeBusyPropertyCollection

Remarks

The class has a type-safe enumerator

Constructors

FreeBusyPropertyCollection Default constructor
FreeBusyPropertyCollection(IListFreeBusyProperty) Construct the collection using a list of FreeBusyProperty objects

Properties

AllowEditGets or sets a value indicating whether items in the list can be edited.
(Inherited from BindingListFreeBusyProperty)
AllowNewGets or sets a value indicating whether you can add items to the list using the AddNew method.
(Inherited from BindingListFreeBusyProperty)
AllowRemoveGets or sets a value indicating whether you can remove items from the collection.
(Inherited from BindingListFreeBusyProperty)
CountGets the number of elements actually contained in the CollectionT.
(Inherited from CollectionFreeBusyProperty)
IsSortedCore This returns a flag indicating whether or not sorting is currently applied
(Inherited from ExtendedBindingListT)
ItemGets or sets the element at the specified index.
(Inherited from CollectionFreeBusyProperty)
ItemsGets a IListT wrapper around the CollectionT.
(Inherited from CollectionFreeBusyProperty)
RaiseListChangedEventsGets or sets a value indicating whether adding or removing items within the list raises ListChanged events.
(Inherited from BindingListFreeBusyProperty)
SortDirectionCore This returns the current sort direction if sorting has been applied
(Inherited from ExtendedBindingListT)
SortPropertyCore This returns the current property descriptor if sorting has been applied
(Inherited from ExtendedBindingListT)
SupportsChangeNotificationCoreGets a value indicating whether ListChanged events are enabled.
(Inherited from BindingListFreeBusyProperty)
SupportsSearchingCore This is used to indicate whether or not searching is supported
(Inherited from ExtendedBindingListT)
SupportsSortingCore This is used to indicate whether or not sorting is supported
(Inherited from ExtendedBindingListT)
SyncRoot This returns an object that can be used to synchronize access to the collection
(Inherited from ExtendedBindingListT)

Methods

Add(T)Adds an object to the end of the CollectionT.
(Inherited from CollectionFreeBusyProperty)
Add(FreeBusyType, Period) Add a FreeBusyProperty to the collection and assign it the specified type and period
AddNewAdds a new item to the collection.
(Inherited from BindingListFreeBusyProperty)
AddNewCoreAdds a new item to the end of the collection.
(Inherited from BindingListFreeBusyProperty)
AddRange Add a range of items from an array
(Inherited from ExtendedBindingListT)
ApplySortCore This is overridden to apply a sort based on the selected property descriptor and sort direction
(Inherited from ExtendedBindingListT)
CancelNewDiscards a pending new item.
(Inherited from BindingListFreeBusyProperty)
ClearRemoves all elements from the CollectionT.
(Inherited from CollectionFreeBusyProperty)
ClearItemsRemoves all elements from the collection.
(Inherited from BindingListFreeBusyProperty)
CloneRange Clone and add a range of items from an enumerable list of items
(Inherited from ExtendedBindingListT)
ContainsDetermines whether an element is in the CollectionT.
(Inherited from CollectionFreeBusyProperty)
CopyToCopies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from CollectionFreeBusyProperty)
EndNewCommits a pending new item to the collection.
(Inherited from BindingListFreeBusyProperty)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Exists Determine whether or not the collection contains at least one item that matches the conditions in the specified predicate.
(Inherited from ExtendedBindingListT)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Find Search the collection for the first item that matches the conditions in the specified predicate
(Inherited from ExtendedBindingListT)
FindAll Retrieve all of the items that match the conditions defined by the specified predicate
(Inherited from ExtendedBindingListT)
FindCore This searches for the index of the item that has the specified property descriptor with the specified value.
(Inherited from ExtendedBindingListT)
FindIndex(PredicateT) Search for the first item that matches the conditions defined by the specified predicate and return its zero-based index.
(Inherited from ExtendedBindingListT)
FindIndex(Int32, PredicateT) Search for the first item that matches the conditions defined by the specified predicate between the starting index and the end of the collection and return its zero-based index.
(Inherited from ExtendedBindingListT)
FindIndex(Int32, Int32, PredicateT) Search for the first item that matches the conditions defined by the specified predicate between the starting index and the given number of items and return its zero-based index.
(Inherited from ExtendedBindingListT)
FindLast Search the collection for the last item that matches the conditions in the specified predicate
(Inherited from ExtendedBindingListT)
FindLastIndex(PredicateT) Search for the last item that matches the conditions defined by the specified predicate and return its zero-based index.
(Inherited from ExtendedBindingListT)
FindLastIndex(Int32, PredicateT) Search for the last item that matches the conditions defined by the specified predicate between the starting index and searching backwards to the start of the collection and return its zero-based index.
(Inherited from ExtendedBindingListT)
FindLastIndex(Int32, Int32, PredicateT) Search for the last item that matches the conditions defined by the specified predicate between the starting index and searching backwards for the given number of items and return its zero-based index.
(Inherited from ExtendedBindingListT)
ForEach Performs the specified action on each item in the collection
(Inherited from ExtendedBindingListT)
GetEnumeratorReturns an enumerator that iterates through the CollectionT.
(Inherited from CollectionFreeBusyProperty)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT.
(Inherited from CollectionFreeBusyProperty)
InsertInserts an element into the CollectionT at the specified index.
(Inherited from CollectionFreeBusyProperty)
InsertItemInserts the specified item in the list at the specified index.
(Inherited from BindingListFreeBusyProperty)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnAddingNewRaises the AddingNew event.
(Inherited from BindingListFreeBusyProperty)
OnListChangedRaises the ListChanged event.
(Inherited from BindingListFreeBusyProperty)
PropagateVersion This is used to propagate a common version to all objects in the collection
RemoveRemoves the first occurrence of a specific object from the CollectionT.
(Inherited from CollectionFreeBusyProperty)
RemoveAll Remove all items that match the conditions defined by the specified predicate
(Inherited from ExtendedBindingListT)
RemoveAtRemoves the element at the specified index of the CollectionT.
(Inherited from CollectionFreeBusyProperty)
RemoveItemRemoves the item at the specified index.
(Inherited from BindingListFreeBusyProperty)
RemoveRange Remove the specified range of items from the collection
(Inherited from ExtendedBindingListT)
RemoveSortCore This is used to remove the sort
(Inherited from ExtendedBindingListT)
ResetBindingsRaises a ListChanged event of type Reset.
(Inherited from BindingListFreeBusyProperty)
ResetItemRaises a ListChanged event of type ItemChanged for the item at the specified position.
(Inherited from BindingListFreeBusyProperty)
SetItemReplaces the item at the specified index with the specified item.
(Inherited from BindingListFreeBusyProperty)
Sort Sort the items in the collection using the default comparer
(Inherited from ExtendedBindingListT)
Sort(Boolean) This is used to sort the collection in ascending or descending order
Sort(ComparisonT) Sort the items in the collection using the specified ComparisonT delegate
(Inherited from ExtendedBindingListT)
Sort(IComparerT) Sort the items in the collection using the specified comparer
(Inherited from ExtendedBindingListT)
ToStringReturns a string that represents the current object.
(Inherited from Object)
TrueForAll Determine if every item in the collection matches the conditions defined by the specified predicate
(Inherited from ExtendedBindingListT)

Events

AddingNewOccurs before an item is added to the list.
(Inherited from BindingListFreeBusyProperty)
ListChangedOccurs when the list or an item in the list changes.
(Inherited from BindingListFreeBusyProperty)

See Also