8 #include <system/details/pointer_collection_helpers.h>
9 #include <system/date_time.h>
10 #include <system/collections/sorted_dictionary.h>
13 #include "aspose.tasks.cpp/Rate.h"
14 #include "aspose.tasks.cpp/aspose_tasks_api_defs.h"
31 class ASPOSE_TASKS_SHARED_CLASS
RateByDateCollection :
public System::Collections::Generic::SortedDictionary<System::DateTime, System::SharedPtr<Aspose::Tasks::Rate>>
34 typedef System::Collections::Generic::SortedDictionary<System::DateTime, System::SharedPtr<Aspose::Tasks::Rate>> BaseType;
36 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
37 ASPOSE_TASKS_SHARED_RTTI_INFO_DECL();
44 ASPOSE_TASKS_SHARED_API
void SetTemplateWeakPtr(uint32_t argument)
override;
48 ASPOSE_TASKS_SHARED_API System::SharedPtr<Rate> GetFirst();
49 ASPOSE_TASKS_SHARED_API
void ConvertToMaterial();
Represents a collection which contains Rate objects.
Definition: RateCollection.h:80
Represents a definition of a time period and rates applicable for a resource during that period...
Definition: Rate.h:63
Represents a collection which mappings of DateTime to Rate objects.
Definition: RateByDateCollection.h:31