Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ProjectConstraintResolution

The enumeration for the project constraint resolution ways.

Index

Enumeration members

Enumeration members

Conflict

Conflict: = "conflict"

Yield a conflict to pick a resolution based on some application logic (like UI dialog allowing user to choose a resolution).

Honor

Honor: = "honor"

Adjust the event dates to honor the constraint.

Ignore

Ignore: = "ignore"

Ignore the constraint date and keep the event dates.

Generated using TypeDoc