CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
xml_attribute_overrides.h
1
2#ifndef _aspose_xml_xml_attribute_overrides_h_
3#define _aspose_xml_xml_attribute_overrides_h_
4
5#include "system/object.h"
6#include "system/exceptions.h"
7
8namespace System { namespace Xml { namespace Serialization {
13class ASPOSECPP_SHARED_CLASS XmlAttributeOverrides : public System::Object
14{
15 RTTI_INFO(XmlAttributeOverrides, ::System::BaseTypesInfo<System::Object>)
16public:
18 ASPOSECPP_SHARED_API XmlAttributeOverrides();
19};
20
21}}} // System::Xml::Serialization
22
23#endif
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Allows overriding attributes when XmlSerializer is used to serialize or deserialize an object....
Definition: xml_attribute_overrides.h:14
@ Xml
Serialize according to the XML 1.0 rules.
Definition: db_command.h:9