Aspose.Tasks for C++
Aspose::Tasks::Leveling::LevelingResult Class Referencefinal

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...
 

Detailed Description

Represents the results of resource leveling.

Constructor & Destructor Documentation

◆ LevelingResult()

Aspose::Tasks::Leveling::LevelingResult::LevelingResult ( )

Initializes a new instance of the LevelingResult class.

Member Function Documentation

◆ get_AffectedTasks()

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.