Version

WorkingHoursCollection Class Members

The following tables list the members exposed by WorkingHoursCollection.

Public Constructors
 NameDescription
Public ConstructorWorkingHoursCollection ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyCountGets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<TimeRange>)
Public PropertyIsUpdating (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>)
Public PropertyItemGets or sets the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<TimeRange>)
Protected Properties
 NameDescription
Protected PropertyItemsGets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<TimeRange>)
Protected PropertyNotifyItemsChangedOverridden. Returns a boolean indicating whether the derived collection should have its Infragistics.Collections.ObservableCollectionExtended`1.OnItemAdded(`0) and Infragistics.Collections.ObservableCollectionExtended`1.OnItemRemoved(`0) methods invoked.  
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>)
Public Events
 NameDescription
Public EventCollectionChanged (Inherited from System.Collections.ObjectModel.ObservableCollection<TimeRange>)
Public EventItemPropertyChanged (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>)
Protected Events
See Also