8 #include <system/object.h>
9 #include <system/guid.h>
10 #include <drawing/color.h>
13 #include "aspose.tasks.cpp/aspose_tasks_api_defs.h"
19 enum class BackgroundPattern;
22 namespace Visualization
40 typedef System::Object BaseType;
42 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
43 ASPOSE_TASKS_SHARED_RTTI_INFO_DECL();
50 ASPOSE_TASKS_SHARED_API
bool get_Ascending()
const;
54 ASPOSE_TASKS_SHARED_API
void set_Ascending(
bool value);
58 ASPOSE_TASKS_SHARED_API System::Drawing::Color get_CellColor()
const;
62 ASPOSE_TASKS_SHARED_API
void set_CellColor(System::Drawing::Color value);
66 ASPOSE_TASKS_SHARED_API System::Drawing::Color get_FontColor()
const;
70 ASPOSE_TASKS_SHARED_API
void set_FontColor(System::Drawing::Color value);
74 ASPOSE_TASKS_SHARED_API Aspose::Tasks::Field get_Field()
const;
78 ASPOSE_TASKS_SHARED_API
void set_Field(Aspose::Tasks::Field value);
82 ASPOSE_TASKS_SHARED_API Aspose::Tasks::GroupOn get_GroupOn()
const;
86 ASPOSE_TASKS_SHARED_API
void set_GroupOn(Aspose::Tasks::GroupOn value);
90 ASPOSE_TASKS_SHARED_API BackgroundPattern get_Pattern()
const;
94 ASPOSE_TASKS_SHARED_API
void set_Pattern(BackgroundPattern value);
98 ASPOSE_TASKS_SHARED_API
const System::SharedPtr<System::Object>& get_StartAt()
const;
102 ASPOSE_TASKS_SHARED_API
void set_StartAt(
const System::SharedPtr<System::Object>& value);
106 ASPOSE_TASKS_SHARED_API
const System::SharedPtr<System::Object>& get_GroupInterval()
const;
110 ASPOSE_TASKS_SHARED_API
void set_GroupInterval(
const System::SharedPtr<System::Object>& value);
114 ASPOSE_TASKS_SHARED_API
const System::SharedPtr<Visualization::FontDescriptor>& get_Font()
const;
118 ASPOSE_TASKS_SHARED_API
void set_Font(
const System::SharedPtr<Visualization::FontDescriptor>& value);
125 ASPOSE_TASKS_SHARED_API
bool Equals(System::SharedPtr<System::Object> obj)
override;
128 ASPOSE_TASKS_SHARED_API int32_t GetHashCode()
const override;
134 #ifdef ASPOSE_GET_SHARED_MEMBERS
135 ASPOSE_TASKS_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
143 System::Drawing::Color pr_CellColor;
144 System::Drawing::Color pr_FontColor;
145 Aspose::Tasks::Field pr_Field;
146 Aspose::Tasks::GroupOn pr_GroupOn;
147 BackgroundPattern pr_Pattern;
148 System::SharedPtr<System::Object> pr_StartAt;
149 System::SharedPtr<System::Object> pr_GroupInterval;
150 System::SharedPtr<Visualization::FontDescriptor> pr_Font;
Represents a criterion in a group definition. The GroupCriterion object is a member of the GroupCrite...
Definition: GroupCriterion.h:37