2#ifndef _aspose_xml_xml_root_attribute_h_
3#define _aspose_xml_xml_root_attribute_h_
5#include "system/object.h"
6#include "system/exceptions.h"
8namespace System {
namespace Xml {
namespace Serialization {
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