The following tables list the members exposed by WorkingHoursCollection.
Name | Description | |
---|---|---|
WorkingHoursCollection Constructor | Overloaded. |
Name | Description | |
---|---|---|
Count | Gets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<TimeRange>) | |
IsUpdating | (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>) | |
Item | Gets or sets the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<TimeRange>) |
Name | Description | |
---|---|---|
Items | Gets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<TimeRange>) | |
NotifyItemsChanged | Overridden. 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. |
Name | Description | |
---|---|---|
Add | Overloaded. Adds a new TimeRange instance based on the specified values. | |
AddRange | (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>) | |
BeginUpdate | (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>) | |
BinarySearch | Overloaded. (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>) | |
Clear | Removes all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<TimeRange>) | |
Contains | Determines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<TimeRange>) | |
CopyTo | Copies 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>) | |
EndUpdate | (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>) | |
GetEnumerator | Returns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<TimeRange>) | |
IndexOf | Searches 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>) | |
Insert | Inserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<TimeRange>) | |
InsertRange | (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>) | |
Move | (Inherited from System.Collections.ObjectModel.ObservableCollection<TimeRange>) | |
ReInitialize | (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>) | |
Remove | Removes the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.Collection<TimeRange>) | |
RemoveAt | Removes the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<TimeRange>) | |
RemoveRange | (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>) |
Name | Description | |
---|---|---|
BlockReentrancy | (Inherited from System.Collections.ObjectModel.ObservableCollection<TimeRange>) | |
CheckReentrancy | (Inherited from System.Collections.ObjectModel.ObservableCollection<TimeRange>) | |
ClearItems | (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>) | |
InsertItem | (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>) | |
MoveItem | (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>) | |
OnBeginUpdate | (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>) | |
OnCollectionChanged | (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>) | |
OnEndUpdate | (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>) | |
OnItemAdded | (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>) | |
OnItemAdding | Overridden. Overridden. Validates the specified time range instance to ensure that it's start time and end time are valid. | |
OnItemPropertyChanged | (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>) | |
OnItemRemoved | (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>) | |
OnItemRemoving | Overridden. Invoked when an item is about to be removed if the NotifyItemsChanged returns true. | |
OnPropertyChanged | (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>) | |
RemoveItem | (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>) | |
SetItem | (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>) |
Name | Description | |
---|---|---|
CollectionChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<TimeRange>) | |
ItemPropertyChanged | (Inherited from Infragistics.Collections.ObservableCollectionExtended<TimeRange>) |
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<TimeRange>) |