Scheduler for WPF
ContactList クラス
メンバ 

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 : ContactList クラス
The ContactList is a list of Contact objects. Only objects existing in the owning ContactCollection object may be added to this list. Use the ContactList to associate the set of Contact objects with an Appointment object.
オブジェクト モデル
ContactList クラス
シンタックス
'宣言
 
Public Class ContactList 
   Inherits C1.Schedule.BaseList(Of Contact)
public class ContactList : C1.Schedule.BaseList<Contact> 
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      C1.Schedule.C1ObservableCollection<T>
         C1.Schedule.BaseList<T>
            C1.Schedule.ContactList

参照

ContactList メンバ
C1.Schedule 名前空間