8 #include <system/string.h>
10 #include "aspose.tasks.cpp/aspose_tasks_api_defs.h"
36 typedef System::Object BaseType;
38 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
39 ASPOSE_TASKS_SHARED_RTTI_INFO_DECL();
46 ASPOSE_TASKS_SHARED_API System::SharedPtr<System::Object> get_RawValue()
const;
50 ASPOSE_TASKS_SHARED_API
bool get_IsFieldLink()
const;
57 static ASPOSE_TASKS_SHARED_API System::SharedPtr<GraphicalIndicatorCriteriaValue> CreateFieldLink(Field field);
66 ASPOSE_TASKS_SHARED_API GraphicalIndicatorCriteriaValue(System::DateTime dateValue);
70 ASPOSE_TASKS_SHARED_API GraphicalIndicatorCriteriaValue(
const System::String& textValue);
74 ASPOSE_TASKS_SHARED_API GraphicalIndicatorCriteriaValue(
Duration durationValue);
78 ASPOSE_TASKS_SHARED_API GraphicalIndicatorCriteriaValue(
bool flagValue);
84 ASPOSE_TASKS_SHARED_API System::String ToString()
const override;
88 #ifdef ASPOSE_GET_SHARED_MEMBERS
89 ASPOSE_TASKS_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
95 System::SharedPtr<System::Object> rawValue;
98 GraphicalIndicatorCriteriaValue(
const System::SharedPtr<System::Object>& rawValue,
bool isFieldLink);
100 MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION(GraphicalIndicatorCriteriaValue, CODEPORTING_ARGS(
const System::SharedPtr<System::Object>& rawValue,
bool isFieldLink));
101 System::String ToString_NonConst();
Represents duration in a project.
Definition: Duration.h:162
Represents a value used in condition check of graphical indicators criteria.
Definition: GraphicalIndicatorCriteriaValue.h:33