CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
uri_partial.h
1
3
#pragma once
4
5
#include <system/enum.h>
6
7
namespace
System
{
8
10
enum class
UriPartial
11
{
13
Scheme
= 0,
15
Authority
= 1,
17
Path
= 2,
19
Query
= 3
20
};
21
22
}
// namespace System
23
24
template
<>
25
struct
EnumMetaInfo<
System
::
UriPartial
>
26
{
27
static
ASPOSECPP_SHARED_API
const
std::array<std::pair<System::UriPartial, const char_t*>, 4>& values();
28
};
System
Definition:
db_command.h:9
System::UriPartial
UriPartial
Represents the parts of a URI for the Uri.GetLeftPart method.
Definition:
uri_partial.h:11
System::UriPartial::Authority
@ Authority
The scheme and authority components of the URI.
System::UriComponents::Query
@ Query
The Query data.
System::UriComponents::Scheme
@ Scheme
The Scheme data.
System::UriComponents::Path
@ Path
The LocalPath data.
include
system
uri_partial.h
Generated by
1.9.4