Project's view class
More...
#include <ProjectView.h>
Inherits System::Object.
|
const System::SharedPtr< System::Collections::Generic::List< System::SharedPtr< ViewColumn > > > & | get_Columns () const |
| Gets the project view columns. More...
|
|
| ProjectView (const System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ViewColumn >>> &columns) |
| Initializes a new instance of the ProjectView class. More...
|
|
|
static System::SharedPtr< ProjectView > | GetDefaultGanttChartView () |
| Includes id, indicators, name, duration, start and finish task columns. More...
|
|
static System::SharedPtr< ProjectView > | GetDefaultTaskSheetView () |
| Includes id, indicators, name, duration, start, finish, predecessors and resource names task columns. More...
|
|
static System::SharedPtr< ProjectView > | GetDefaultResourceUsageView () |
| Includes Uid, name, start, finish and work resource columns. More...
|
|
static System::SharedPtr< ProjectView > | GetDefaultAssignmentView () |
| Includes Uid, task name, resource name, work and duration assignment columns. More...
|
|
static System::SharedPtr< ProjectView > | GetDefaultResourceSheetView () |
| Includes Uid, resource name, type, material label, initials, group, max units, standard rate, overtime rate, cost per use, accrue at, base calendar and code resource columns. More...
|
|
◆ ProjectView()
Aspose::Tasks::Visualization::ProjectView::ProjectView |
( |
const System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ViewColumn >>> & |
columns | ) |
|
Initializes a new instance of the ProjectView class.
- Parameters
-
columns | A list of the view columns. |
◆ get_Columns()
const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<ViewColumn> > >& Aspose::Tasks::Visualization::ProjectView::get_Columns |
( |
| ) |
const |
Gets the project view columns.
◆ GetDefaultAssignmentView()
static System::SharedPtr<ProjectView> Aspose::Tasks::Visualization::ProjectView::GetDefaultAssignmentView |
( |
| ) |
|
|
static |
Includes Uid, task name, resource name, work and duration assignment columns.
- Returns
- a view which contains a list of AssignmentViewColumn.
◆ GetDefaultGanttChartView()
static System::SharedPtr<ProjectView> Aspose::Tasks::Visualization::ProjectView::GetDefaultGanttChartView |
( |
| ) |
|
|
static |
Includes id, indicators, name, duration, start and finish task columns.
- Returns
- a view which contains a list of GanttChartColumn.
◆ GetDefaultResourceSheetView()
static System::SharedPtr<ProjectView> Aspose::Tasks::Visualization::ProjectView::GetDefaultResourceSheetView |
( |
| ) |
|
|
static |
Includes Uid, resource name, type, material label, initials, group, max units, standard rate, overtime rate, cost per use, accrue at, base calendar and code resource columns.
- Returns
- a view which contains a list of ResourceViewColumn.
◆ GetDefaultResourceUsageView()
static System::SharedPtr<ProjectView> Aspose::Tasks::Visualization::ProjectView::GetDefaultResourceUsageView |
( |
| ) |
|
|
static |
Includes Uid, name, start, finish and work resource columns.
- Returns
- a view which contains a list of ResourceViewColumn.
◆ GetDefaultTaskSheetView()
static System::SharedPtr<ProjectView> Aspose::Tasks::Visualization::ProjectView::GetDefaultTaskSheetView |
( |
| ) |
|
|
static |
Includes id, indicators, name, duration, start, finish, predecessors and resource names task columns.
- Returns
- a view which contains a list of GanttChartColumn.