10 #include "aspose.tasks.cpp/Recurring/Validators/IValidatorCreator.h"
11 #include "aspose.tasks.cpp/Recurring/Calculators/ICalculatorCreator.h"
12 #include "aspose.tasks.cpp/aspose_tasks_api_defs.h"
20 class RecurrencePatternValidatorBase;
25 class RecurrenceDateCalculatorBase;
28 class WeeklyRecurrencePattern;
39 class ASPOSE_TASKS_SHARED_CLASS
WeeklyRepetitionBase :
public Aspose::Tasks::Recurring::Validators::IValidatorCreator,
public Aspose::Tasks::Recurring::Calculators::ICalculatorCreator
42 typedef Aspose::Tasks::Recurring::Validators::IValidatorCreator BaseType;
43 typedef Aspose::Tasks::Recurring::Calculators::ICalculatorCreator BaseType1;
45 typedef ::System::BaseTypesInfo<BaseType, BaseType1> ThisTypeBaseTypesInfo;
46 ASPOSE_TASKS_SHARED_RTTI_INFO_DECL();
68 ASPOSE_TASKS_SHARED_API System::SharedPtr<Calendar> GetCalendarInternal();
69 virtual ASPOSE_TASKS_SHARED_API System::SharedPtr<RecurrencePatternValidatorBase> GetValidatorInternal(System::SharedPtr<Calendar> calendar) = 0;
70 virtual ASPOSE_TASKS_SHARED_API System::SharedPtr<Recurring::Calculators::RecurrenceDateCalculatorBase> GetCalculatorInternal(System::SharedPtr<Calendar> calendar,
Duration duration) = 0;
74 int32_t repetitionInterval;
76 System::SharedPtr<RecurrencePatternValidatorBase> GetValidator(System::SharedPtr<Calendar> calendar)
override;
77 System::SharedPtr<Recurring::Calculators::RecurrenceDateCalculatorBase> GetCalculator(System::SharedPtr<Calendar> calendar,
Duration duration)
override;
Represents duration in a project.
Definition: Duration.h:163
Represents the set of parameters are used to create a weekly recurring task in a project.
Definition: WeeklyRecurrencePattern.h:37
Represents a base class for repetitions in weekly recurrence pattern.
Definition: WeeklyRepetitionBase.h:40
int32_t get_RepetitionInterval() const
Gets a number of weeks which represents the interval in weeks between occurrences.
void set_RepetitionInterval(int32_t value)
Sets a number of weeks which represents the interval in weeks between occurrences.