Scheduler for WinForms
ContactCollection クラス
メンバ 

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 : ContactCollection クラス
The ContactCollection is a collection of Contact objects which represents all available contacts in C1Schedule object model.
オブジェクト モデル
ContactCollection クラス
シンタックス
'宣言
 
Public Class ContactCollection 
   Inherits C1.Schedule.BaseCollection(Of Contact)
public class ContactCollection : C1.Schedule.BaseCollection<Contact> 
継承階層

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

参照

ContactCollection メンバ
C1.Schedule 名前空間