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();
47 ASPOSE_TASKS_SHARED_API System::String get_FieldId()
const;
51 ASPOSE_TASKS_SHARED_API
void set_FieldId(
const System::String& value);
55 ASPOSE_TASKS_SHARED_API int32_t get_ValueId()
const;
59 ASPOSE_TASKS_SHARED_API
void set_ValueId(int32_t value);
63 ASPOSE_TASKS_SHARED_API System::String get_ValueGuid()
const;
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:34