|
Aspose.Tasks for C++
|
Represents a criterion in a group definition. The GroupCriterion object is a member of the GroupCriterionCollection collection. More...
#include <GroupCriterion.h>
Inherits Object.
Public Member Functions | |
| bool | get_Ascending () const |
| Gets a value indicating whether a field used as a criterion in a group definition is sorted in ascending order. False if the field is sorted in descending order. More... | |
| void | set_Ascending (bool value) |
| Sets a value indicating whether a field used as a criterion in a group definition is sorted in ascending order. False if the field is sorted in descending order. More... | |
| System::Drawing::Color | get_CellColor () const |
| Gets the color of the cell background for a field used as a criterion in a group definition. More... | |
| void | set_CellColor (System::Drawing::Color value) |
| Sets the color of the cell background for a field used as a criterion in a group definition. More... | |
| System::Drawing::Color | get_FontColor () const |
| Gets the color of the font for a field used as a criterion in a group definition. More... | |
| void | set_FontColor (System::Drawing::Color value) |
| Sets the color of the font for a field used as a criterion in a group definition. More... | |
| Aspose::Tasks::Field | get_Field () const |
| Gets the field being grouped by. More... | |
| void | set_Field (Aspose::Tasks::Field value) |
| Sets the field being grouped by. More... | |
| Aspose::Tasks::GroupOn | get_GroupOn () const |
| Gets the type of grouping for a field used as a criterion in a group definition. More... | |
| void | set_GroupOn (Aspose::Tasks::GroupOn value) |
| Sets the type of grouping for a field used as a criterion in a group definition. More... | |
| BackgroundPattern | get_Pattern () const |
| Gets the pattern of the cell for a field used as a criterion in a group definition. More... | |
| void | set_Pattern (BackgroundPattern value) |
| Sets the pattern of the cell for a field used as a criterion in a group definition. More... | |
| const System::SharedPtr< System::Object > & | get_StartAt () const |
| Gets the start of the intervals for a field used as a criterion in a group definition. More... | |
| void | set_StartAt (const System::SharedPtr< System::Object > &value) |
| Sets the start of the intervals for a field used as a criterion in a group definition. More... | |
| const System::SharedPtr< System::Object > & | get_GroupInterval () const |
| Gets the interval for a field used as a criterion in a group definition. More... | |
| void | set_GroupInterval (const System::SharedPtr< System::Object > &value) |
| Sets the interval for a field used as a criterion in a group definition. More... | |
| const System::SharedPtr< Visualization::FontDescriptor > & | get_Font () const |
| Gets the font for a criterion in a group definition. More... | |
| void | set_Font (const System::SharedPtr< Visualization::FontDescriptor > &value) |
| Sets the font for a criterion in a group definition. More... | |
| bool | Equals (System::SharedPtr< System::Object > obj) override |
| Returns a value indicating whether this instance is equal to a specified object. More... | |
| int32_t | GetHashCode () const override |
| Serves as a hash function for a particular type. More... | |
Represents a criterion in a group definition. The GroupCriterion object is a member of the GroupCriterionCollection collection.
|
override |
Returns a value indicating whether this instance is equal to a specified object.
| obj | The object to compare with this instance. |
| bool Aspose::Tasks::GroupCriterion::get_Ascending | ( | ) | const |
Gets a value indicating whether a field used as a criterion in a group definition is sorted in ascending order. False if the field is sorted in descending order.
| System::Drawing::Color Aspose::Tasks::GroupCriterion::get_CellColor | ( | ) | const |
Gets the color of the cell background for a field used as a criterion in a group definition.
| Aspose::Tasks::Field Aspose::Tasks::GroupCriterion::get_Field | ( | ) | const |
Gets the field being grouped by.
| const System::SharedPtr<Visualization::FontDescriptor>& Aspose::Tasks::GroupCriterion::get_Font | ( | ) | const |
Gets the font for a criterion in a group definition.
| System::Drawing::Color Aspose::Tasks::GroupCriterion::get_FontColor | ( | ) | const |
Gets the color of the font for a field used as a criterion in a group definition.
| const System::SharedPtr<System::Object>& Aspose::Tasks::GroupCriterion::get_GroupInterval | ( | ) | const |
Gets the interval for a field used as a criterion in a group definition.
| Aspose::Tasks::GroupOn Aspose::Tasks::GroupCriterion::get_GroupOn | ( | ) | const |
Gets the type of grouping for a field used as a criterion in a group definition.
| BackgroundPattern Aspose::Tasks::GroupCriterion::get_Pattern | ( | ) | const |
Gets the pattern of the cell for a field used as a criterion in a group definition.
| const System::SharedPtr<System::Object>& Aspose::Tasks::GroupCriterion::get_StartAt | ( | ) | const |
Gets the start of the intervals for a field used as a criterion in a group definition.
|
override |
Serves as a hash function for a particular type.
| void Aspose::Tasks::GroupCriterion::set_Ascending | ( | bool | value | ) |
Sets a value indicating whether a field used as a criterion in a group definition is sorted in ascending order. False if the field is sorted in descending order.
| void Aspose::Tasks::GroupCriterion::set_CellColor | ( | System::Drawing::Color | value | ) |
Sets the color of the cell background for a field used as a criterion in a group definition.
| void Aspose::Tasks::GroupCriterion::set_Field | ( | Aspose::Tasks::Field | value | ) |
Sets the field being grouped by.
| void Aspose::Tasks::GroupCriterion::set_Font | ( | const System::SharedPtr< Visualization::FontDescriptor > & | value | ) |
Sets the font for a criterion in a group definition.
| void Aspose::Tasks::GroupCriterion::set_FontColor | ( | System::Drawing::Color | value | ) |
Sets the color of the font for a field used as a criterion in a group definition.
| void Aspose::Tasks::GroupCriterion::set_GroupInterval | ( | const System::SharedPtr< System::Object > & | value | ) |
Sets the interval for a field used as a criterion in a group definition.
| void Aspose::Tasks::GroupCriterion::set_GroupOn | ( | Aspose::Tasks::GroupOn | value | ) |
Sets the type of grouping for a field used as a criterion in a group definition.
| void Aspose::Tasks::GroupCriterion::set_Pattern | ( | BackgroundPattern | value | ) |
Sets the pattern of the cell for a field used as a criterion in a group definition.
| void Aspose::Tasks::GroupCriterion::set_StartAt | ( | const System::SharedPtr< System::Object > & | value | ) |
Sets the start of the intervals for a field used as a criterion in a group definition.