Scheduler for WinForms
RecurrenceStateEnum 列挙体

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 : RecurrenceStateEnum 列挙体
Determines the type of the Appointment object.
シンタックス
'宣言
 
Public Enum RecurrenceStateEnum 
   Inherits System.Enum
public enum RecurrenceStateEnum : System.Enum 
メンバ
メンバ解説
Exception Represents a recurring appointment, which was changed and now doesn't satisfy the pattern of the recurring series.
Master Represents the appointment which serves as the pattern for the other recurring appointments. The pattern for recurring appointments is specified via the Appointment.Recurrence property.
NotRecurring Represents a standard (non-recurring) appointment.
Occurrence Represents one of recurring appointments whose pattern appointment is specified via the Appointment.Recurrence property.
Removed Represents a recurring appointment, which was deleted and now doesn't satisfy the pattern of the recurring series.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Schedule.RecurrenceStateEnum

参照

C1.Schedule 名前空間