CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
xml_schema_include.h
1
2
3#pragma once
4
5#include <xml/schema/xml_schema_external.h>
6#include <system/shared_ptr.h>
7
8
10namespace System
11{
12namespace Xml
13{
14namespace Schema
15{
16class XmlSchemaAnnotation;
17} // namespace Schema
18} // namespace Xml
19} // namespace System
21
22namespace System {
23
24namespace Xml {
25
26namespace Schema {
27
34class ASPOSECPP_SHARED_CLASS XmlSchemaInclude : public XmlSchemaExternal
35{
38
39 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
40 ASPOSECPP_SHARED_RTTI_INFO_DECL();
41
42public:
43
46
47public:
48
54 ASPOSECPP_SHARED_API void set_Annotation(const SharedPtr<XmlSchemaAnnotation>& value);
55
57 ASPOSECPP_SHARED_API XmlSchemaInclude();
58
59protected:
60
62 ASPOSECPP_SHARED_API void AddAnnotation(SharedPtr<XmlSchemaAnnotation> annotation) override;
63
64 #ifdef ASPOSE_GET_SHARED_MEMBERS
65 ASPOSECPP_SHARED_API void GetSharedMembers(System::Object::shared_members_type& result) const override;
66 #endif
68
69private:
70
72
73 ThisType* CppMemberwiseClone() const override { return new ThisType(*this); }
74
75};
76
77} // namespace Schema
78} // namespace Xml
79} // namespace System
80
81
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
Provides information about the included schema.
Definition: xml_schema_external.h:38
Represents the include element from XML Schema as specified by the World Wide Web Consortium (W3C)....
Definition: xml_schema_include.h:35
XmlSchemaInclude()
Initializes a new instance of the XmlSchemaInclude class.
void set_Annotation(const SharedPtr< XmlSchemaAnnotation > &value)
Sets the annotation value.
SharedPtr< XmlSchemaAnnotation > get_Annotation()
Returns the annotation value.
Represents the root class for the Xml schema object model hierarchy and serves as a base class for cl...
Definition: xml_schema_object.h:47
@ 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