CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
xml_schema_compilation_settings.h
1
2
3#pragma once
4
5#include <system/object.h>
6
7
8namespace System {
9
10namespace Xml {
11
12namespace Schema {
13
18class ASPOSECPP_SHARED_CLASS XmlSchemaCompilationSettings final : public System::Object
19{
22
23 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
24 ASPOSECPP_SHARED_RTTI_INFO_DECL();
25
26public:
27
30
31public:
32
37 ASPOSECPP_SHARED_API bool get_EnableUpaCheck();
40 ASPOSECPP_SHARED_API void set_EnableUpaCheck(bool value);
41
43 ASPOSECPP_SHARED_API XmlSchemaCompilationSettings();
44
45private:
46
47 bool _enableUpaCheck;
48
49};
50
51} // namespace Schema
52} // namespace Xml
53} // namespace System
54
55
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
Provides schema compilation options for the XmlSchemaSet class This class cannot be inherited.
Definition: xml_schema_compilation_settings.h:19
void set_EnableUpaCheck(bool value)
Sets a value indicating whether the XmlSchemaSet should check for Unique Particle Attribution (UPA) v...
XmlSchemaCompilationSettings()
Initializes a new instance of the XmlSchemaCompilationSettings class.
bool get_EnableUpaCheck()
Returns a value indicating whether the XmlSchemaSet should check for Unique Particle Attribution (UPA...
@ Schema
Validate according to XML Schema definition language (XSD) schemas, including inline XML Schemas....
@ Xml
Serialize according to the XML 1.0 rules.
Definition: db_command.h:9