WorkingHoursCollectionデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
|  | WorkingHoursCollection コンストラクタ | オーバーロードされます。 | 
| 名前 | 解説 | |
|---|---|---|
|  | Count | Gets the number of elements actually contained in the Collection. System.Collections.ObjectModel.Collection<TimeRange>から継承されます。 | 
|  | IsUpdating | BeginUpdate メソッドを使用して変更通知が中断される場合は True を返します。 Infragistics.Collections.Services.ObservableCollectionExtended<TimeRange>から継承されます。 | 
|  | Item | Gets or sets the element at the specified index. System.Collections.ObjectModel.Collection<TimeRange>から継承されます。 | 
| 名前 | 解説 | |
|---|---|---|
|  | Items | Gets a IList wrapper around the Collection. System.Collections.ObjectModel.Collection<TimeRange>から継承されます。 | 
|  | NotifyItemsChanged | オーバーライドされます。 派生したコレクションがその OnItemAdded および OnItemRemoved メソッドを起動させるべきかどうかを示すブール値を返します。 | 
| 名前 | 解説 | |
|---|---|---|
|  | CollectionChanged | System.Collections.ObjectModel.ObservableCollection<TimeRange>から継承されます。 | 
|  | ItemPropertyChanged | コレクションのオブジェクトがその System.ComponentModel.INotifyPropertyChanged.PropertyChanged イベントを発生する時に起動されます。 Infragistics.Collections.Services.ObservableCollectionExtended<TimeRange>から継承されます。 |