5#include <system/object.h>
31 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
32 ASPOSECPP_SHARED_RTTI_INFO_DECL();
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
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
Represents a particular type and provides information about it.
Definition: type_info.h:109
Resolves external XML resources named by a Uniform Resource Identifier (URI).
Definition: xml_resolver.h:27
virtual bool SupportsType(SharedPtr< Uri > absoluteUri, const TypeInfo &type)
Enables the resolver to return types other than Stream.
virtual SharedPtr< Object > GetEntity(SharedPtr< Uri > absoluteUri, String role, const TypeInfo &ofObjectToReturn)=0
When overridden in a derived class, maps a URI to an object that contains the actual resource.
virtual SharedPtr< Uri > ResolveUri(SharedPtr< Uri > baseUri, String relativeUri)
When overridden in a derived class, resolves the absolute URI from the base and relative URIs.
virtual void set_Credentials(SharedPtr< Net::ICredentials > value)
When overridden in a derived class, sets the credentials used to authenticate web requests.
@ TypeInfo
Specifies that the member is a type.
@ Xml
Serialize according to the XML 1.0 rules.
Definition: db_command.h:9