8 #include <system/string.h>
11 #include "aspose.tasks.cpp/aspose_tasks_api_defs.h"
17 class OutlineCodeDefinition;
34 class ASPOSE_TASKS_SHARED_CLASS
OutlineCode :
public System::Object
37 typedef System::Object BaseType;
39 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
40 ASPOSE_TASKS_SHARED_RTTI_INFO_DECL();
51 ASPOSE_TASKS_SHARED_API
void set_FieldId(
const System::String& value);
67 ASPOSE_TASKS_SHARED_API
void set_ValueGuid(
const System::String& value);
76 ASPOSE_TASKS_SHARED_API
OutlineCode(
const System::SharedPtr<OutlineCodeDefinition>& codeDefinition,
const System::SharedPtr<OutlineValue>& outlineValue);
80 System::String pr_FieldId;
82 System::String pr_ValueGuid;
84 System::String get_DebuggerDisplay();
Represents a value of an outline code.
Definition: OutlineCode.h:35
int32_t get_ValueId() const
Gets the Id in the value list associated with the definition in the outline code collection.
void set_ValueGuid(const System::String &value)
Sets the GUID of the value in the value list. The ValueGuid matches the FieldGuid in the value list.
OutlineCode(const System::SharedPtr< OutlineCodeDefinition > &codeDefinition, const System::SharedPtr< OutlineValue > &outlineValue)
Initializes a new instance of the OutlineCode class using the specified Outline Code and one of its v...
System::String get_ValueGuid() const
Gets the GUID of the value in the value list. The ValueGuid matches the FieldGuid in the value list.
System::String get_FieldId() const
Gets the number value of the project Id custom field.
OutlineCode()
Initializes a new instance of the OutlineCode class.
void set_ValueId(int32_t value)
Sets the Id in the value list associated with the definition in the outline code collection.
void set_FieldId(const System::String &value)
Sets the number value of the project Id custom field.