CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
xml_namespace_scope.h
1
2
3#pragma once
4
5#include <system/object_ext.h>
6#include <system/enum.h>
7
8
9namespace System {
10
11namespace Xml {
12
15{
19 All,
25 Local
26};
27
28} // namespace Xml
29} // namespace System
30
32template<>
33struct EnumMetaInfo<System::Xml::XmlNamespaceScope>
34{
35 static const ASPOSECPP_SHARED_API std::array<std::pair<System::Xml::XmlNamespaceScope, const char_t*>, 3>& values();
36};
38
39
@ Xml
Serialize according to the XML 1.0 rules.
XmlNamespaceScope
Defines the namespace scope.
Definition: xml_namespace_scope.h:15
@ ExcludeXml
All namespaces defined in the scope of the current node, excluding the xmlns:xml namespace,...
Definition: db_command.h:9
@ Local
Local time.