Aspose.Tasks for C++
Aspose::Tasks::OutlineValue Class Reference

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

Detailed Description

Represents an outline value.

Member Function Documentation

◆ get_Description()

System::String Aspose::Tasks::OutlineValue::get_Description ( ) const

Gets the description of an outline value.

◆ get_DurationValue()

System::Nullable<Duration> Aspose::Tasks::OutlineValue::get_DurationValue ( ) const

Gets the duration if Type is Duration.

Prefer this property over the Value, when you need to set the value for OutlineValues with Duration type .

◆ get_IsCollapsed()

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.

◆ get_ParentValueId()

int32_t Aspose::Tasks::OutlineValue::get_ParentValueId ( ) const

Gets the Id of a parent node of an outline code.

◆ get_Type()

OutlineValueType Aspose::Tasks::OutlineValue::get_Type ( ) const

Gets the outline code type.

◆ get_Value()

System::String Aspose::Tasks::OutlineValue::get_Value ( ) const

Gets the actual value.

◆ get_ValueGuid()

System::Guid Aspose::Tasks::OutlineValue::get_ValueGuid ( ) const

Gets a GUID which identifies this value among others in the entire project.

◆ get_ValueId()

int32_t Aspose::Tasks::OutlineValue::get_ValueId ( ) const

Gets the unique Id of an outline code value within a project.

◆ set_Description()

void Aspose::Tasks::OutlineValue::set_Description ( const System::String &  value)

Sets the description of an outline value.

◆ set_DurationValue()

void Aspose::Tasks::OutlineValue::set_DurationValue ( System::Nullable< Duration value)

Sets the duration if Type is Duration.

Prefer this property over the Value, when you need to set the value for OutlineValues with Duration type .

◆ set_IsCollapsed()

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.

◆ set_ParentValueId()

void Aspose::Tasks::OutlineValue::set_ParentValueId ( int32_t  value)

Sets the Id of a parent node of an outline code.

◆ set_Type()

void Aspose::Tasks::OutlineValue::set_Type ( OutlineValueType  value)

Sets the outline code type.

◆ set_Value()

void Aspose::Tasks::OutlineValue::set_Value ( const System::String &  value)

Sets the actual value.

◆ set_ValueId()

void Aspose::Tasks::OutlineValue::set_ValueId ( int32_t  value)

Sets the unique Id of an outline code value within a project.