8 #include "aspose.tasks.cpp/Recurring/RecurrencePatternBase.h"
9 #include "aspose.tasks.cpp/aspose_tasks_api_defs.h"
17 class RecurrencePatternValidatorBase;
22 class RecurrenceDateCalculatorBase;
25 class YearlyRepetitionBase;
41 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
42 ASPOSE_TASKS_SHARED_RTTI_INFO_DECL();
49 ASPOSE_TASKS_SHARED_API
const System::SharedPtr<YearlyRepetitionBase>&
get_Repetition()
const;
53 ASPOSE_TASKS_SHARED_API
void set_Repetition(
const System::SharedPtr<YearlyRepetitionBase>& value);
69 ASPOSE_TASKS_SHARED_API System::SharedPtr<Recurring::Calculators::RecurrenceDateCalculatorBase> GetCalculatorInternal(System::SharedPtr<Aspose::Tasks::Calendar> calendar,
Aspose::Tasks::Duration duration)
override;
76 ASPOSE_TASKS_SHARED_API System::SharedPtr<RecurrencePatternValidatorBase> GetValidatorInternal(System::SharedPtr<Aspose::Tasks::Calendar> calendar)
override;
77 ASPOSE_TASKS_SHARED_API System::SharedPtr<Aspose::Tasks::Calendar> GetCalendarOrDefault(System::SharedPtr<Aspose::Tasks::Calendar> calendar)
override;
78 #ifdef ASPOSE_GET_SHARED_MEMBERS
79 ASPOSE_TASKS_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
85 System::SharedPtr<YearlyRepetitionBase> pr_Repetition;
Represents duration in a project.
Definition: Duration.h:163
Represents the base class of recurrence pattern.
Definition: RecurrencePatternBase.h:40
Represents the set of parameters are used to create a yearly recurring task in a project.
Definition: YearlyRecurrencePattern.h:37
void set_Repetition(const System::SharedPtr< YearlyRepetitionBase > &value)
Sets the recurring position pattern.
const System::SharedPtr< YearlyRepetitionBase > & get_Repetition() const
Gets the recurring position pattern.
YearlyRecurrencePattern()
Initializes a new instance of the YearlyRecurrencePattern class.