8 #include <system/string.h>
10 #include "aspose.tasks.cpp/aspose_tasks_api_defs.h"
31 typedef System::Object BaseType;
33 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
34 ASPOSE_TASKS_SHARED_RTTI_INFO_DECL();
42 ASPOSE_TASKS_SHARED_API System::String get_FileName()
const;
47 ASPOSE_TASKS_SHARED_API
void set_FileName(
const System::String& value);
51 ASPOSE_TASKS_SHARED_API
bool get_KeepStreamOpen()
const;
55 ASPOSE_TASKS_SHARED_API
void set_KeepStreamOpen(
bool value);
59 ASPOSE_TASKS_SHARED_API
const System::SharedPtr<System::IO::Stream>& get_Stream()
const;
63 ASPOSE_TASKS_SHARED_API
void set_Stream(
const System::SharedPtr<System::IO::Stream>& value);
67 ASPOSE_TASKS_SHARED_API System::String get_Uri()
const;
71 ASPOSE_TASKS_SHARED_API
void set_Uri(
const System::String& value);
76 ASPOSE_TASKS_SHARED_API
void CloseStreamIfRequired();
82 #ifdef ASPOSE_GET_SHARED_MEMBERS
83 ASPOSE_TASKS_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
89 System::String pr_FileName;
90 bool pr_KeepStreamOpen;
91 System::SharedPtr<System::IO::Stream> pr_Stream;
92 System::String pr_Uri;
This class represents set of data that related to external resource file's saving that occurs during ...
Definition: ResourceSavingArgs.h:28