CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
conformance_level.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{
22 Auto = 0,
27 Fragment = 1,
31 Document = 2
32};
33
34} // namespace Xml
35} // namespace System
36
38template<>
39struct EnumMetaInfo<System::Xml::ConformanceLevel>
40{
41 static const ASPOSECPP_SHARED_API std::array<std::pair<System::Xml::ConformanceLevel, const char_t*>, 3>& values();
42};
44
45
ConformanceLevel
Specifies the amount of input or output checking that XmlReader and XmlWriter objects perform.
Definition: conformance_level.h:15
@ Auto
The XmlReader or XmlWriter object automatically detects whether document-level or fragment-level chec...
@ Xml
Serialize according to the XML 1.0 rules.
Definition: db_command.h:9
@ Fragment
The Fragment data.