Scheduler for WinForms
StatusCollection クラス
メンバ 

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

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

参照

StatusCollection メンバ
C1.Schedule 名前空間