Scheduler for WinForms
StatusTypeEnum 列挙体

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 : StatusTypeEnum 列挙体
Determines the type of status.
シンタックス
'宣言
 
Public Enum StatusTypeEnum 
   Inherits System.Enum
public enum StatusTypeEnum : System.Enum 
メンバ
メンバ解説
BusyThis status means that a person is in the office but unavailable to others.
CustomThis status represents all custom statuses added to the StatusCollection.
FreeThis status means that a person is in the office and available to others.
OutOfOfficeThis status means that a person is out of the office and unavailable to others.
TentativeThis status means that a person is in the office and tentatively available to others.
WorkingElsewhereThis status means that a person is working elsewhere.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Schedule.StatusTypeEnum

参照

C1.Schedule 名前空間