Aspose.Tasks for C++
|
Represents an outline value. More...
#include <OutlineValue.h>
Inherits System::Object.
Public Member Functions | |
int32_t | get_ValueId () const |
Gets the unique Id of an outline code value within a project. More... | |
void | set_ValueId (int32_t value) |
Sets the unique Id of an outline code value within a project. More... | |
System::Guid | get_ValueGuid () const |
Gets a GUID which identifies this value among others in the entire project. More... | |
OutlineValueType | get_Type () const |
Gets the outline code type. More... | |
void | set_Type (OutlineValueType value) |
Sets the outline code type. More... | |
int32_t | get_ParentValueId () const |
Gets the Id of a parent node of an outline code. More... | |
void | set_ParentValueId (int32_t value) |
Sets the Id of a parent node of an outline code. More... | |
System::String | get_Value () const |
Gets the actual value. More... | |
void | set_Value (const System::String &value) |
Sets the actual value. More... | |
System::Nullable< Duration > | get_DurationValue () const |
Gets the duration if Type is Duration. More... | |
void | set_DurationValue (System::Nullable< Duration > value) |
Sets the duration if Type is Duration. More... | |
System::String | get_Description () const |
Gets the description of an outline value. More... | |
void | set_Description (const System::String &value) |
Sets the description of an outline value. More... | |
bool | get_IsCollapsed () |
Gets a value indicating whether outline value is collapsed or not. More... | |
void | set_IsCollapsed (bool value) |
Sets a value indicating whether outline value is collapsed or not. More... | |
Represents an outline value.
System::String Aspose::Tasks::OutlineValue::get_Description | ( | ) | const |
Gets the description of an outline value.
System::Nullable<Duration> Aspose::Tasks::OutlineValue::get_DurationValue | ( | ) | const |
bool Aspose::Tasks::OutlineValue::get_IsCollapsed | ( | ) |
Gets a value indicating whether outline value is collapsed or not.
This is new for MS Project 2010 property.
int32_t Aspose::Tasks::OutlineValue::get_ParentValueId | ( | ) | const |
Gets the Id of a parent node of an outline code.
OutlineValueType Aspose::Tasks::OutlineValue::get_Type | ( | ) | const |
Gets the outline code type.
System::String Aspose::Tasks::OutlineValue::get_Value | ( | ) | const |
Gets the actual value.
System::Guid Aspose::Tasks::OutlineValue::get_ValueGuid | ( | ) | const |
Gets a GUID which identifies this value among others in the entire project.
int32_t Aspose::Tasks::OutlineValue::get_ValueId | ( | ) | const |
Gets the unique Id of an outline code value within a project.
void Aspose::Tasks::OutlineValue::set_Description | ( | const System::String & | value | ) |
Sets the description of an outline value.
void Aspose::Tasks::OutlineValue::set_DurationValue | ( | System::Nullable< Duration > | value | ) |
void Aspose::Tasks::OutlineValue::set_IsCollapsed | ( | bool | value | ) |
Sets a value indicating whether outline value is collapsed or not.
This is new for MS Project 2010 property.
void Aspose::Tasks::OutlineValue::set_ParentValueId | ( | int32_t | value | ) |
Sets the Id of a parent node of an outline code.
void Aspose::Tasks::OutlineValue::set_Type | ( | OutlineValueType | value | ) |
Sets the outline code type.
void Aspose::Tasks::OutlineValue::set_Value | ( | const System::String & | value | ) |
Sets the actual value.
void Aspose::Tasks::OutlineValue::set_ValueId | ( | int32_t | value | ) |
Sets the unique Id of an outline code value within a project.