public override AppointmentQueryResult GetAppointmentsInRange( DateTimeRange range, IEnumerable<ScheduleResource> resources )
ScheduleListDataSource クラスの GetAppointmentsInRange メソッドの実装はクエリを同期的に実行します。 そのため、実行がメソッドから返される前に Infragistics.Scheduler.Data.AppointmentQueryResult.Appointments のリストが完全に生成されます。
このメソッドを使用し、指定した range と交わる各 Infragistics.Scheduler.Appointment のリストを取得します。オプションで 1 つ以上の resources フィルターできます。