CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
xml_root_attribute.h
1
2#ifndef _aspose_xml_xml_root_attribute_h_
3#define _aspose_xml_xml_root_attribute_h_
4
5#include "system/object.h"
6#include "system/exceptions.h"
7
8namespace System { namespace Xml { namespace Serialization {
13class ASPOSECPP_SHARED_CLASS XmlRootAttribute : public System::Object
14{
15 RTTI_INFO(XmlRootAttribute, ::System::BaseTypesInfo<System::Object>)
16public:
18 ASPOSECPP_SHARED_API XmlRootAttribute();
22 ASPOSECPP_SHARED_API XmlRootAttribute(const System::String& elementName);
23};
24
25}}} // System::Xml::Serialization
26
27#endif
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
Marks the attribute target as an XML root element and controls its XML serialization....
Definition: xml_root_attribute.h:14
XmlRootAttribute(const System::String &elementName)
Constructs a new instance of XmlRootAttribute class and initializes it with the specified element nam...
XmlRootAttribute()
Constructs a new instance of XmlRootAttribute class.
@ Xml
Serialize according to the XML 1.0 rules.
Definition: db_command.h:9