Scheduler for WPF
AppointmentCollection クラス
メンバ 

C1.WPF.Schedule.4.5.2 アセンブリ > C1.C1Schedule 名前空間 : AppointmentCollection クラス
AppointmentCollectionは、C1Schedule コンポーネント内のすべての Appointmentオブジェクトのコレクションです。
オブジェクト モデル
AppointmentCollection クラス
シンタックス
'宣言
 
Public Class AppointmentCollection 
   Inherits C1.C1Schedule.BaseCollection(Of Appointment)
public class AppointmentCollection : C1.C1Schedule.BaseCollection<Appointment> 
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         C1.C1Schedule.C1ObservableKeyedCollection<TKey,TItem>
            C1.C1Schedule.BaseCollection<T>
               C1.C1Schedule.AppointmentCollection

参照

AppointmentCollection メンバ
C1.C1Schedule 名前空間