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 PropertyIsUpdatingReturns true if the change notifications have been suspended using the BeginUpdate method. (Inherited from Infragistics.Collections.Services.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 OnItemAdded and OnItemRemoved methods invoked.  
Public Methods
 NameDescription
Public MethodAddOverloaded. Adds a new TimeRange instance based on the specified values.  
Public MethodAddRangeAdds the elements of a collection to the end of this collection. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TimeRange>)
Public MethodBeginUpdatePrevents change notifications (e.g. CollectionChanged and System.ComponentModel.INotifyPropertyChanged.PropertyChanged) from being raised. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TimeRange>)
Public MethodBinarySearchOverloaded.  (Inherited from Infragistics.Collections.Services.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 MethodEndUpdateResumes change notifications (e.g. CollectionChanged and System.ComponentModel.INotifyPropertyChanged.PropertyChanged). (Inherited from Infragistics.Collections.Services.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 MethodInsertRangeInserts the elements of a collection into the collection at the specified index. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TimeRange>)
Public MethodMove (Inherited from System.Collections.ObjectModel.ObservableCollection<TimeRange>)
Public MethodReInitializeClears and repopulates the collection with the specified item. (Inherited from Infragistics.Collections.Services.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 MethodRemoveRangeRemoves a contiguous block of items from the collection. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TimeRange>)
Protected Methods
 NameDescription
Protected MethodBlockReentrancy (Inherited from System.Collections.ObjectModel.ObservableCollection<TimeRange>)
Protected MethodCheckReentrancy (Inherited from System.Collections.ObjectModel.ObservableCollection<TimeRange>)
Protected MethodClearItemsRemoves all the items from the collection. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TimeRange>)
Protected MethodInsertItemInserts a new item at the specified index in the collection. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TimeRange>)
Protected MethodMoveItemMoves an item from one index in the collection to a new location. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TimeRange>)
Protected MethodOnBeginUpdateInvoked when BeginUpdate is first called and IsUpdating becomes true. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TimeRange>)
Protected MethodOnCollectionChangedRaises the CollectionChanged event. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TimeRange>)
Protected MethodOnEndUpdateInvoked when EndUpdate is called and IsUpdating becomes false. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TimeRange>)
Protected MethodOnItemAddedInvoked when an item has been added if the NotifyItemsChanged returns true. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TimeRange>)
Protected MethodOnItemAddingOverridden. Overridden. Validates the specified time range instance to ensure that it's start time and end time are valid.  
Protected MethodOnItemPropertyChangedRaises the ItemPropertyChanged event with the specified arguments. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TimeRange>)
Protected MethodOnItemRemovedInvoked when an item has been removed if the NotifyItemsChanged returns true. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TimeRange>)
Protected MethodOnItemRemovingOverridden. Invoked when an item is about to be removed if the NotifyItemsChanged returns true.  
Protected MethodOnPropertyChangedRaises the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TimeRange>)
Protected MethodRemoveItemRemoves an item at the specified index. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TimeRange>)
Protected MethodSetItemReplaces an item at the specified index in the collection (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TimeRange>)
Public Events
Protected Events
See Also