Version 24.2 (latest)

WorkingHoursCollection Class Methods

For a list of all members of this type, see WorkingHoursCollection members.

Public Methods
 NameDescription
Public MethodAddOverloaded. Adds a new TimeRange instance based on the specified values.  
Public MethodAddRange (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>)
Public MethodBeginUpdate (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>)
Public MethodBinarySearchOverloaded.  (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>)
Public MethodClearRemoves all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<TimeRange>)
Public MethodContainsDetermines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<TimeRange>)
Public MethodCopyToCopies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<TimeRange>)
Public MethodEndUpdate (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>)
Public MethodGetEnumeratorReturns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<TimeRange>)
Public MethodIndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from System.Collections.ObjectModel.Collection<TimeRange>)
Public MethodInsertInserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<TimeRange>)
Public MethodInsertRange (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>)
Public MethodMove (Inherited from System.Collections.ObjectModel.ObservableCollection<TimeRange>)
Public MethodReInitialize (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>)
Public MethodRemoveRemoves the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.Collection<TimeRange>)
Public MethodRemoveAtRemoves the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<TimeRange>)
Public MethodRemoveRange (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>)
Protected Methods
 NameDescription
Protected MethodBlockReentrancy (Inherited from System.Collections.ObjectModel.ObservableCollection<TimeRange>)
Protected MethodCheckReentrancy (Inherited from System.Collections.ObjectModel.ObservableCollection<TimeRange>)
Protected MethodClearItems (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>)
Protected MethodInsertItem (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>)
Protected MethodMoveItem (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>)
Protected MethodOnBeginUpdate (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>)
Protected MethodOnCollectionChanged (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>)
Protected MethodOnEndUpdate (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>)
Protected MethodOnItemAdded (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>)
Protected MethodOnItemAddingOverridden. Overridden. Validates the specified time range instance to ensure that it's start time and end time are valid.  
Protected MethodOnItemPropertyChanged (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>)
Protected MethodOnItemRemoved (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>)
Protected MethodOnItemRemovingOverridden. Invoked when an item is about to be removed if the NotifyItemsChanged returns true.  
Protected MethodOnPropertyChanged (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>)
Protected MethodRemoveItem (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>)
Protected MethodSetItem (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>)
See Also