mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 23:34:10 +02:00
deploy: 0c2e8eae87
This commit is contained in:
@@ -182,8 +182,8 @@ Class RegisterRequest <a class="header-action link-secondary" title="View sourc
|
||||
|
||||
<a id="EchoHub_Core_DTOs_RegisterRequest__ctor_" data-uid="EchoHub.Core.DTOs.RegisterRequest.#ctor*"></a>
|
||||
|
||||
<h3 id="EchoHub_Core_DTOs_RegisterRequest__ctor_System_String_System_String_System_String_" data-uid="EchoHub.Core.DTOs.RegisterRequest.#ctor(System.String,System.String,System.String)">
|
||||
RegisterRequest(string, string, string?)
|
||||
<h3 id="EchoHub_Core_DTOs_RegisterRequest__ctor_System_String_System_String_System_String_System_String_" data-uid="EchoHub.Core.DTOs.RegisterRequest.#ctor(System.String,System.String,System.String,System.String)">
|
||||
RegisterRequest(string, string, string?, string?)
|
||||
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Core/DTOs/AuthDtos.cs"><i class="bi bi-code-slash"></i></a>
|
||||
</h3>
|
||||
|
||||
@@ -191,7 +191,7 @@ Class RegisterRequest <a class="header-action link-secondary" title="View sourc
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public RegisterRequest(string Username, string Password, string? DisplayName = null)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public RegisterRequest(string Username, string Password, string? DisplayName = null, string? InviteCode = null)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -202,6 +202,8 @@ Class RegisterRequest <a class="header-action link-secondary" title="View sourc
|
||||
<dd></dd>
|
||||
<dt><code>DisplayName</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>InviteCode</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
@@ -281,6 +283,37 @@ Class RegisterRequest <a class="header-action link-secondary" title="View sourc
|
||||
|
||||
|
||||
|
||||
<a id="EchoHub_Core_DTOs_RegisterRequest_InviteCode_" data-uid="EchoHub.Core.DTOs.RegisterRequest.InviteCode*"></a>
|
||||
|
||||
<h3 id="EchoHub_Core_DTOs_RegisterRequest_InviteCode" data-uid="EchoHub.Core.DTOs.RegisterRequest.InviteCode">
|
||||
InviteCode
|
||||
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Core/DTOs/AuthDtos.cs"><i class="bi bi-code-slash"></i></a>
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public string? InviteCode { get; init; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="EchoHub_Core_DTOs_RegisterRequest_Password_" data-uid="EchoHub.Core.DTOs.RegisterRequest.Password*"></a>
|
||||
|
||||
<h3 id="EchoHub_Core_DTOs_RegisterRequest_Password" data-uid="EchoHub.Core.DTOs.RegisterRequest.Password">
|
||||
@@ -349,8 +382,8 @@ Class RegisterRequest <a class="header-action link-secondary" title="View sourc
|
||||
|
||||
<a id="EchoHub_Core_DTOs_RegisterRequest_Deconstruct_" data-uid="EchoHub.Core.DTOs.RegisterRequest.Deconstruct*"></a>
|
||||
|
||||
<h3 id="EchoHub_Core_DTOs_RegisterRequest_Deconstruct_System_String__System_String__System_String__" data-uid="EchoHub.Core.DTOs.RegisterRequest.Deconstruct(System.String@,System.String@,System.String@)">
|
||||
Deconstruct(out string, out string, out string?)
|
||||
<h3 id="EchoHub_Core_DTOs_RegisterRequest_Deconstruct_System_String__System_String__System_String__System_String__" data-uid="EchoHub.Core.DTOs.RegisterRequest.Deconstruct(System.String@,System.String@,System.String@,System.String@)">
|
||||
Deconstruct(out string, out string, out string?, out string?)
|
||||
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Core/DTOs/AuthDtos.cs"><i class="bi bi-code-slash"></i></a>
|
||||
</h3>
|
||||
|
||||
@@ -358,7 +391,7 @@ Class RegisterRequest <a class="header-action link-secondary" title="View sourc
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void Deconstruct(out string Username, out string Password, out string? DisplayName)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public void Deconstruct(out string Username, out string Password, out string? DisplayName, out string? InviteCode)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -369,6 +402,8 @@ Class RegisterRequest <a class="header-action link-secondary" title="View sourc
|
||||
<dd></dd>
|
||||
<dt><code>DisplayName</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>InviteCode</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user