Scheduler for WPF
AppointmentList クラス
メンバ 

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 : AppointmentList クラス
The AppointmentList is a sortable collection of Appointment objects.
オブジェクト モデル
AppointmentList クラス
シンタックス
'宣言
 
Public Class AppointmentList 
   Inherits System.Collections.ObjectModel.Collection(Of Appointment)
public class AppointmentList : System.Collections.ObjectModel.Collection<Appointment> 
解説
The AppointmentList is not guaranteed to be sorted. You must sort the AppointmentList before performing operations that require the AppointmentList to be sorted.
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      C1.Schedule.AppointmentList

参照

AppointmentList メンバ
C1.Schedule 名前空間