CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
xml_schema_content_model.h
1
2
3#pragma once
4
5#include <xml/schema/xml_schema_annotated.h>
6
7
9namespace System
10{
11namespace Xml
12{
13namespace Schema
14{
15class XmlSchemaContent;
16} // namespace Schema
17} // namespace Xml
18} // namespace System
20
21namespace System {
22
23namespace Xml {
24
25namespace Schema {
26
28class ASPOSECPP_SHARED_CLASS XmlSchemaContentModel : public XmlSchemaAnnotated
29{
32
33 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
34 ASPOSECPP_SHARED_RTTI_INFO_DECL();
35
36public:
37
40
41public:
42
45 virtual ASPOSECPP_SHARED_API SharedPtr<XmlSchemaContent> get_Content() = 0;
48 virtual ASPOSECPP_SHARED_API void set_Content(SharedPtr<XmlSchemaContent> value) = 0;
49
50};
51
52} // namespace Schema
53} // namespace Xml
54} // namespace System
55
56
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
The base class for any element that can contain annotation elements.
Definition: xml_schema_annotated.h:35
Specifies the order and structure of the child elements of a type.
Definition: xml_schema_content_model.h:29
virtual void set_Content(SharedPtr< XmlSchemaContent > value)=0
Sets the content of the type.
virtual SharedPtr< XmlSchemaContent > get_Content()=0
Returns the content of the type.
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