'宣言 Public Enum TaskIndicatorType Inherits System.Enum
public enum TaskIndicatorType : System.Enum
メンバ | 解説 |
---|---|
Completed | Infragistics.Controls.Schedules.IProjectTask.PercentComplete は 100 です。 |
ConstraintViolation | 制約基準 (Infragistics.Controls.Schedules.IProjectTask.ConstraintType と Infragistics.Controls.Schedules.IProjectTask.ConstraintDate) が満たされていません。 |
Deadline | タスクがその Infragistics.Controls.Schedules.IProjectTask.Deadline を超えています。 |
FlexibleConstraint | Infragistics.Controls.Schedules.IProjectTask.ConstraintType は、たとえば開始からスケジュールを組んだプロジェクトの 'Start No Earlier Than' のように柔軟性がある制約です。 |
InflexibleConstraint | Infragistics.Controls.Schedules.IProjectTask.ConstraintType は、'Must Start On' のように柔軟性がない制約です。 |
Notes | タスクに Infragistics.Controls.Schedules.IProjectTask.Notes があります。 |