Aspose.Tasks for C++
|
Represents the results of resource leveling. More...
#include <LevelingResult.h>
Inherits System::Object.
Public Member Functions | |
const System::SharedPtr< System::Collections::Generic::HashSet< System::SharedPtr< Task > > > & | get_AffectedTasks () const |
Gets a set of tasks affected by resource leveling. More... | |
LevelingResult () | |
Initializes a new instance of the LevelingResult class. More... | |
Represents the results of resource leveling.
Aspose::Tasks::Leveling::LevelingResult::LevelingResult | ( | ) |
Initializes a new instance of the LevelingResult class.
const System::SharedPtr<System::Collections::Generic::HashSet<System::SharedPtr<Task> > >& Aspose::Tasks::Leveling::LevelingResult::get_AffectedTasks | ( | ) | const |
Gets a set of tasks affected by resource leveling.