Scheduler for WinForms
CategoryCollection クラス
メンバ 

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

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

参照

CategoryCollection メンバ
C1.Schedule 名前空間