Scheduler for WPF
RecurrenceStateEnum 列挙体

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 : RecurrenceStateEnum 列挙体
Determines the type of the Appointment object.
シンタックス
'宣言
 
Public Enum RecurrenceStateEnum 
   Inherits System.Enum
public enum RecurrenceStateEnum : System.Enum 
メンバ
メンバ解説
ExceptionRepresents a recurring appointment, which was changed and now doesn't satisfy the pattern of the recurring series.
MasterRepresents the appointment which serves as the pattern for the other recurring appointments. The pattern for recurring appointments is specified via the Appointment.Recurrence property.
NotRecurringRepresents a standard (non-recurring) appointment.
OccurrenceRepresents one of recurring appointments whose pattern appointment is specified via the Appointment.Recurrence property.
RemovedRepresents 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 名前空間