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();
47 ASPOSE_TASKS_SHARED_API
void set_FileName(
const System::String& 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);
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:29
void set_KeepStreamOpen(bool value)
Sets a value indicating whether the stream will be kept open after resource saving finishes.
System::String get_FileName() const
Gets the supposed file name that goes from converter to code of custom method. Can be use in custom c...
void set_Uri(const System::String &value)
Sets the resource URI.
void set_FileName(const System::String &value)
Sets the supposed file name that goes from converter to code of custom method. Can be use in custom c...
const System::SharedPtr< System::IO::Stream > & get_Stream() const
Gets the binary content of saved file.
bool get_KeepStreamOpen() const
Gets a value indicating whether the stream will be kept open after resource saving finishes.
void CloseStreamIfRequired()
Close stream if KeepStreamOpen is false, else flush it.
void set_Stream(const System::SharedPtr< System::IO::Stream > &value)
Sets the binary content of saved file.
System::String get_Uri() const
Gets the resource URI.
Aspose.
Definition: Asn.h:13