Scheduler for WinForms
CategoryList クラス
メンバ 

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

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

参照

CategoryList メンバ
C1.C1Schedule 名前空間