| 名前 | 解説 | |
|---|---|---|
![]() | Add | オーバーロードされます。 デフォルト設定を持つ新しい Appointmentオブジェクトを作成し、それをコレクションに追加します。 |
![]() | AddRange | オーバーロードされます。 オーバーライドされます。 コレクションに Appointmentオブジェクトの配列を追加します。このメソッドは、新しい項目を追加する前にコレクションをクリアします。すでに存在している項目を保存しておく場合は使用しないでください。 |
![]() | Clear | System.Collections.ObjectModel.Collection<TItem>から継承されます。 |
![]() | Contains | オーバーロードされます。 コレクションに指定したインデックスを持つ項目が含まれるかどうかをチェックします。 C1.C1Schedule.BaseCollection<Appointment>から継承されます。 |
![]() | CopyTo | System.Collections.ObjectModel.Collection<TItem>から継承されます。 |
![]() | GetConflicts | 指定した予定と競合する Appointmentオブジェクトの 発生項目のリストを含む AppointmentListオブジェクトを 取得します。 |
![]() | GetOccurrences | オーバーロードされます。 指定した時間間隔の Appointmentオブジェクトの完全リストを含む AppointmentListオブジェクトを取得します。 |
![]() | IndexOf | System.Collections.ObjectModel.Collection<TItem>から継承されます。 |
![]() | Insert | System.Collections.ObjectModel.Collection<TItem>から継承されます。 |
![]() | Remove | オーバーロードされます。 System.Collections.ObjectModel.KeyedCollection<TKey,TItem>から継承されます。 |
![]() | RemoveAt | System.Collections.ObjectModel.Collection<TItem>から継承されます。 |
