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