|
Aspose.Tasks for C++
|
Brief info about the published project available on Project Online. More...
#include <ProjectInfo.h>
Inherits Object.
Public Member Functions | |
| System::Guid | get_Id () const |
| Gets the unique identifier of the project. More... | |
| System::String | get_Name () const |
| Gets the name of the project. More... | |
| System::DateTime | get_CreatedDate () const |
| Gets the date and time when the project was created. More... | |
| bool | get_IsCheckedOut () const |
| Gets a value indicating whether the project is checked out. More... | |
| System::DateTime | get_LastPublishedDate () const |
| Gets the most recent date when the project was published. More... | |
| System::DateTime | get_LastSavedDate () const |
| Gets the most recent date when the project was saved. More... | |
| System::String | get_Description () const |
| Gets the description of the project. More... | |
| ProjectInfo () | |
| Initializes a new instance of the ProjectInfo class. More... | |
Brief info about the published project available on Project Online.
| Aspose::Tasks::ProjectInfo::ProjectInfo | ( | ) |
Initializes a new instance of the ProjectInfo class.
| System::DateTime Aspose::Tasks::ProjectInfo::get_CreatedDate | ( | ) | const |
Gets the date and time when the project was created.
| System::String Aspose::Tasks::ProjectInfo::get_Description | ( | ) | const |
Gets the description of the project.
| System::Guid Aspose::Tasks::ProjectInfo::get_Id | ( | ) | const |
Gets the unique identifier of the project.
| bool Aspose::Tasks::ProjectInfo::get_IsCheckedOut | ( | ) | const |
Gets a value indicating whether the project is checked out.
| System::DateTime Aspose::Tasks::ProjectInfo::get_LastPublishedDate | ( | ) | const |
Gets the most recent date when the project was published.
| System::DateTime Aspose::Tasks::ProjectInfo::get_LastSavedDate | ( | ) | const |
Gets the most recent date when the project was saved.
| System::String Aspose::Tasks::ProjectInfo::get_Name | ( | ) | const |
Gets the name of the project.