5#include <xml/schema/xml_schema_object.h>
6#include <system/array.h>
34 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
35 ASPOSECPP_SHARED_RTTI_INFO_DECL();
60 #ifdef ASPOSE_GET_SHARED_MEMBERS
61 ASPOSECPP_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
70 ThisType* CppMemberwiseClone()
const override {
return new ThisType(*
this); }
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
Represents the World Wide Web Consortium (W3C) appinfo element.
Definition: xml_schema_app_info.h:30
void set_Source(const String &value)
Sets the source of the application information.
ArrayPtr< SharedPtr< XmlNode > > get_Markup()
Returns an array of XmlNode objects that represents the appinfo child nodes.
void set_Markup(const ArrayPtr< SharedPtr< XmlNode > > &value)
Sets an array of XmlNode objects that represents the appinfo child nodes.
String get_Source()
Returns the source of the application information.
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