7#include "system/object.h"
8#include "system/string.h"
10#include "system/exceptions.h"
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
Provides methods to construct and modify universial resource identifiers (URIs). Objects of this clas...
Definition: uri_builder.h:19
UriBuilder(const SharedPtr< Uri > &uri)
Constructs a UriBuilder object that represents that represents the specified URI.
void set_Port(int value)
Sets the sets the port number of the URI.
String ToString() const override
Returns the string representation of the URI constructed by the current object.
SharedPtr< Uri > get_Uri() const
Returns the Uri object constructed by the current object.
UriBuilder(const String &uri)
Constructs a UriBuilder object that represents that represents the specified URI.
void set_Scheme(const String &value)
Sets the scheme of the URI constructed by the current object to the specified value.
String get_Scheme() const
Returns the scheme of the URI constructed by the current object.
Definition: db_command.h:9