CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
xml_schema_attribute_groupref.h
1
2
3#pragma once
4
5#include <xml/schema/xml_schema_annotated.h>
6#include <system/shared_ptr.h>
7
8
10namespace System
11{
12namespace Xml
13{
14class XmlQualifiedName;
15} // namespace Xml
16} // namespace System
18
19namespace System {
20
21namespace Xml {
22
23namespace Schema {
24
31class ASPOSECPP_SHARED_CLASS XmlSchemaAttributeGroupRef : public XmlSchemaAnnotated
32{
35
36 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
37 ASPOSECPP_SHARED_RTTI_INFO_DECL();
38
39public:
40
43
44public:
45
51 ASPOSECPP_SHARED_API void set_RefName(const SharedPtr<XmlQualifiedName>& value);
52
54 ASPOSECPP_SHARED_API XmlSchemaAttributeGroupRef();
55
56protected:
57
59 #ifdef ASPOSE_GET_SHARED_MEMBERS
60 ASPOSECPP_SHARED_API void GetSharedMembers(System::Object::shared_members_type& result) const override;
61 #endif
63
64private:
65
67
68 ThisType* CppMemberwiseClone() const override { return new ThisType(*this); }
69
70};
71
72} // namespace Schema
73} // namespace Xml
74} // namespace System
75
76
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
Represents the attributeGroup element with the ref attribute from the XML Schema as specified by the ...
Definition: xml_schema_attribute_groupref.h:32
void set_RefName(const SharedPtr< XmlQualifiedName > &value)
Sets the name of the referenced attributeGroup element.
XmlSchemaAttributeGroupRef()
Initializes a new instance of the XmlSchemaAttributeGroupRef class.
SharedPtr< XmlQualifiedName > get_RefName()
Returns the name of the referenced attributeGroup element.
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