Scheduler for WinForms
ContactCollection クラス
メンバ 

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

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

参照

ContactCollection メンバ
C1.C1Schedule 名前空間