CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
xml_node_changed_action.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{
17 Insert = 0,
19 Remove = 1,
21 Change = 2
22};
23
24} // namespace Xml
25} // namespace System
26
28template<>
29struct EnumMetaInfo<System::Xml::XmlNodeChangedAction>
30{
31 static const ASPOSECPP_SHARED_API std::array<std::pair<System::Xml::XmlNodeChangedAction, const char_t*>, 3>& values();
32};
34
35
@ Xml
Serialize according to the XML 1.0 rules.
XmlNodeChangedAction
Specifies the type of node change.
Definition: xml_node_changed_action.h:15
@ Remove
A node is being removed from the tree.
@ Change
A node value is being changed.
Definition: db_command.h:9