LevelingOptions

LevelingOptions class

Allows to specify parameters of resource leveling.

The LevelingOptions type exposes the following members:

Constructors

NameDescription
LevelingOptions()Initializes a new instance of the LevelingOptions class.

Properties

NameDescription
start_dateGets or sets leveling period start date. The default value is the project`s start date.
finish_dateGets or sets leveling period end date. The default value is the project`s finish date.
resourcesGets or sets the list of the resources which will be leveled. If null is set, all project resources will be leveled.
leveling_orderGets the order in which the leveling algorithm delays tasks that have overallocations.
After determination of tasks causing the overallocation and which tasks can be delayed, the specified order is used which task should be delayed first.
message_levelGets or sets level of log messages emitted by Aspose.Tasks during resource leveling.
message_handlerGets or sets message handler callback which can be used to intercept log messages produced by Aspose.Tasks during resource leveling.

See Also