5#include <system/object_ext.h>
6#include <system/enum_helpers.h>
7#include <system/enum.h>
26DECLARE_USING_GLOBAL_OPERATORS
36struct EnumMetaInfo<
System::Xml::NamespaceHandling>
39 static const ASPOSECPP_SHARED_API std::array<std::pair<System::Xml::NamespaceHandling, const char_t*>, 2>& values();
Definition: reference.h:9
NamespaceHandling
Specifies whether to remove duplicate namespace declarations in the XmlWriter.
Definition: namespace_handling.h:16
@ OmitDuplicates
Specifies that duplicate namespace declarations will be removed. For the duplicate namespace to be re...
@ Xml
Serialize according to the XML 1.0 rules.
Definition: db_command.h:9
std::enable_if< IsExceptionWrapper< T >::value, constT & >::type Default()
Returns the default-constructed instance of the specified type.
Definition: default.h:16