Scheduler for WinForms
ContactList クラス
メンバ 

C1.Win.C1Schedule.4.5.2 アセンブリ > C1.C1Schedule 名前空間 : ContactList クラス
ContactListコレクションは、 Contactオブジェクトのリストです。所有する ContactCollectionオブジェクト内に存在する オブジェクトのみをこのリストに追加できます。 ContactListを使用し、 Contactオブジェクトのセットを Appointmentオブジェクトに関連付けます。
オブジェクト モデル
ContactList クラス
シンタックス
'宣言
 
Public Class ContactList 
   Inherits C1.C1Schedule.BaseList(Of Contact)
public class ContactList : C1.C1Schedule.BaseList<Contact> 
継承階層

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

参照

ContactList メンバ
C1.C1Schedule 名前空間