Add files via upload

This commit is contained in:
Dultus 2023-04-06 14:56:41 +02:00 committed by GitHub
parent 377509d46a
commit b76fb58253
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 5293 additions and 3175 deletions

View file

@ -0,0 +1,329 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class EventControllerAttribute&lt;T&gt;
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class EventControllerAttribute&lt;T&gt;
">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.min.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Discord.Attribute.EventControllerAttribute`1">
<h1 id="Discord_Attribute_EventControllerAttribute_1" data-uid="Discord.Attribute.EventControllerAttribute`1" class="text-break">Class EventControllerAttribute&lt;T&gt;
</h1>
<div class="markdown level0 summary"><p>To be placed over dynamic methods that will be executed by the <a class="xref" href="Discord.Controller.EventController.html">EventController</a></p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
<div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute">Attribute</a></div>
<div class="level2"><span class="xref">EventControllerAttribute&lt;T&gt;</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.equals">Attribute.Equals(object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-assembly-system-type)">Attribute.GetCustomAttribute(Assembly, Type)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-assembly-system-type-system-boolean)">Attribute.GetCustomAttribute(Assembly, Type, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-memberinfo-system-type)">Attribute.GetCustomAttribute(MemberInfo, Type)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-memberinfo-system-type-system-boolean)">Attribute.GetCustomAttribute(MemberInfo, Type, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-module-system-type)">Attribute.GetCustomAttribute(Module, Type)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-module-system-type-system-boolean)">Attribute.GetCustomAttribute(Module, Type, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-parameterinfo-system-type)">Attribute.GetCustomAttribute(ParameterInfo, Type)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-parameterinfo-system-type-system-boolean)">Attribute.GetCustomAttribute(ParameterInfo, Type, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-assembly)">Attribute.GetCustomAttributes(Assembly)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-assembly-system-boolean)">Attribute.GetCustomAttributes(Assembly, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-assembly-system-type)">Attribute.GetCustomAttributes(Assembly, Type)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-assembly-system-type-system-boolean)">Attribute.GetCustomAttributes(Assembly, Type, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-memberinfo)">Attribute.GetCustomAttributes(MemberInfo)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-memberinfo-system-boolean)">Attribute.GetCustomAttributes(MemberInfo, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-memberinfo-system-type)">Attribute.GetCustomAttributes(MemberInfo, Type)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-memberinfo-system-type-system-boolean)">Attribute.GetCustomAttributes(MemberInfo, Type, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-module)">Attribute.GetCustomAttributes(Module)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-module-system-boolean)">Attribute.GetCustomAttributes(Module, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-module-system-type)">Attribute.GetCustomAttributes(Module, Type)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-module-system-type-system-boolean)">Attribute.GetCustomAttributes(Module, Type, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-parameterinfo)">Attribute.GetCustomAttributes(ParameterInfo)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-parameterinfo-system-boolean)">Attribute.GetCustomAttributes(ParameterInfo, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-parameterinfo-system-type)">Attribute.GetCustomAttributes(ParameterInfo, Type)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-parameterinfo-system-type-system-boolean)">Attribute.GetCustomAttributes(ParameterInfo, Type, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.gethashcode">Attribute.GetHashCode()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.isdefaultattribute">Attribute.IsDefaultAttribute()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-assembly-system-type)">Attribute.IsDefined(Assembly, Type)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-assembly-system-type-system-boolean)">Attribute.IsDefined(Assembly, Type, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-memberinfo-system-type)">Attribute.IsDefined(MemberInfo, Type)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-memberinfo-system-type-system-boolean)">Attribute.IsDefined(MemberInfo, Type, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-module-system-type)">Attribute.IsDefined(Module, Type)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-module-system-type-system-boolean)">Attribute.IsDefined(Module, Type, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-parameterinfo-system-type)">Attribute.IsDefined(ParameterInfo, Type)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-parameterinfo-system-type-system-boolean)">Attribute.IsDefined(ParameterInfo, Type, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.match">Attribute.Match(object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute.typeid">Attribute.TypeId</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
</div>
</div>
<h6><strong>Namespace</strong>: <span class="xref">Discord</span>.<a class="xref" href="Discord.Attribute.html">Attribute</a></h6>
<h6><strong>Assembly</strong>: Discord.dll</h6>
<h5 id="Discord_Attribute_EventControllerAttribute_1_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
public class EventControllerAttribute&lt;T&gt; : Attribute</code></pre>
</div>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">T</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="constructors">Constructors
</h3>
<a id="Discord_Attribute_EventControllerAttribute_1__ctor_" data-uid="Discord.Attribute.EventControllerAttribute`1.#ctor*"></a>
<h4 id="Discord_Attribute_EventControllerAttribute_1__ctor__0_" data-uid="Discord.Attribute.EventControllerAttribute`1.#ctor(`0)">EventControllerAttribute(T)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public EventControllerAttribute(T Event)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">T</span></td>
<td><span class="parametername">Event</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="properties">Properties
</h3>
<a id="Discord_Attribute_EventControllerAttribute_1_Event_" data-uid="Discord.Attribute.EventControllerAttribute`1.Event*"></a>
<h4 id="Discord_Attribute_EventControllerAttribute_1_Event" data-uid="Discord.Attribute.EventControllerAttribute`1.Event">Event</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public T Event { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">T</span></td>
<td></td>
</tr>
</tbody>
</table>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -0,0 +1,120 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Namespace Discord.Attribute
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Namespace Discord.Attribute
">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.min.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Discord.Attribute">
<h1 id="Discord_Attribute" data-uid="Discord.Attribute" class="text-break">Namespace Discord.Attribute
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="markdown level0 remarks"></div>
<h3 id="classes">Classes
</h3>
<h4><a class="xref" href="Discord.Attribute.EventControllerAttribute-1.html">EventControllerAttribute&lt;T&gt;</a></h4>
<section><p>To be placed over dynamic methods that will be executed by the <a class="xref" href="Discord.Controller.EventController.html">EventController</a></p>
</section>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -0,0 +1,266 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class EventController
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class EventController
">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.min.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Discord.Controller.EventController">
<h1 id="Discord_Controller_EventController" data-uid="Discord.Controller.EventController" class="text-break">Class EventController
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
<div class="level1"><span class="xref">EventController</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
</div>
</div>
<h6><strong>Namespace</strong>: <span class="xref">Discord</span>.<a class="xref" href="Discord.Controller.html">Controller</a></h6>
<h6><strong>Assembly</strong>: Discord.dll</h6>
<h5 id="Discord_Controller_EventController_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static class EventController</code></pre>
</div>
<h3 id="methods">Methods
</h3>
<a id="Discord_Controller_EventController_ExecuteController_" data-uid="Discord.Controller.EventController.ExecuteController*"></a>
<h4 id="Discord_Controller_EventController_ExecuteController__1_System_String___System_String_System_Object_" data-uid="Discord.Controller.EventController.ExecuteController``1(System.String[],System.String,System.Object)">ExecuteController&lt;T&gt;(string[], string, object)</h4>
<div class="markdown level1 summary"><p>Method To be placed in a separate Class that will be passed into the <a class="xref" href="Discord.Controller.EventController.html#Discord_Controller_EventController_InvokeEventControllerClass__2_System_String_System_Object_">InvokeEventControllerClass&lt;CLASS, ENUM&gt;(string, object)</a>
For the EventControllerAttribute you have to pass the enum type e.g. of all categories and pass the enum value for a specific category. Finally you have to execute the controller and use the category's enum for the generic.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ExecuteController&lt;T&gt;(string[] ids, string nspace, object e)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</td>
<td><span class="parametername">ids</span></td>
<td><p>The given Ids without category enum.</p>
</td>
</tr>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
<td><span class="parametername">nspace</span></td>
<td><p>The namespace with all the required events. E.g. Project_Sipster.DiscordBarista.Function.Partnership.Events</p>
</td>
</tr>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
<td><span class="parametername">e</span></td>
<td><p>The passed event from the <a class="xref" href="Discord.Controller.EventController.html#Discord_Controller_EventController_InvokeEventControllerClass__2_System_String_System_Object_">InvokeEventControllerClass&lt;CLASS, ENUM&gt;(string, object)</a> - just needs to be put it as a param and passed over to the controller.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">T</span></td>
<td><p>The enum of the category</p>
</td>
</tr>
</tbody>
</table>
<a id="Discord_Controller_EventController_InvokeEventControllerClass_" data-uid="Discord.Controller.EventController.InvokeEventControllerClass*"></a>
<h4 id="Discord_Controller_EventController_InvokeEventControllerClass__2_System_String_System_Object_" data-uid="Discord.Controller.EventController.InvokeEventControllerClass``2(System.String,System.Object)">InvokeEventControllerClass&lt;CLASS, ENUM&gt;(string, object)</h4>
<div class="markdown level1 summary"><p>To be executed by the Discord Events that use Ids.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void InvokeEventControllerClass&lt;CLASS, ENUM&gt;(string ids, object e) where ENUM : class</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
<td><span class="parametername">ids</span></td>
<td><p>Passed Ids by the event e.g e.Interaction.Data.CustomId</p>
</td>
</tr>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
<td><span class="parametername">e</span></td>
<td><p>The passed Event args</p>
</td>
</tr>
</tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">CLASS</span></td>
<td><p>The class that should be looked in by the controller, defined by using <a class="xref" href="Discord.Controller.EventController.html#Discord_Controller_EventController_ExecuteController__1_System_String___System_String_System_Object_">ExecuteController&lt;T&gt;(string[], string, object)</a></p>
</td>
</tr>
<tr>
<td><span class="parametername">ENUM</span></td>
<td><p>The base enum that will get separated and passed to the actual controller</p>
</td>
</tr>
</tbody>
</table>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -0,0 +1,119 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Namespace Discord.Controller
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Namespace Discord.Controller
">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.min.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Discord.Controller">
<h1 id="Discord_Controller" data-uid="Discord.Controller" class="text-break">Namespace Discord.Controller
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="markdown level0 remarks"></div>
<h3 id="classes">Classes
</h3>
<h4><a class="xref" href="Discord.Controller.EventController.html">EventController</a></h4>
<section></section>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -0,0 +1,432 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class InteractionFormatter
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class InteractionFormatter
">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.min.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Discord.Converter.InteractionFormatter">
<h1 id="Discord_Converter_InteractionFormatter" data-uid="Discord.Converter.InteractionFormatter" class="text-break">Class InteractionFormatter
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
<div class="level1"><span class="xref">InteractionFormatter</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
</div>
</div>
<h6><strong>Namespace</strong>: <span class="xref">Discord</span>.<a class="xref" href="Discord.Converter.html">Converter</a></h6>
<h6><strong>Assembly</strong>: Discord.dll</h6>
<h5 id="Discord_Converter_InteractionFormatter_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static class InteractionFormatter</code></pre>
</div>
<h3 id="methods">Methods
</h3>
<a id="Discord_Converter_InteractionFormatter_GetEnumFromId_" data-uid="Discord.Converter.InteractionFormatter.GetEnumFromId*"></a>
<h4 id="Discord_Converter_InteractionFormatter_GetEnumFromId__1_System_String_" data-uid="Discord.Converter.InteractionFormatter.GetEnumFromId``1(System.String)">GetEnumFromId&lt;T&gt;(string)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static T GetEnumFromId&lt;T&gt;(string value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">T</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">T</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Discord_Converter_InteractionFormatter_GetFirstEnumFromId_" data-uid="Discord.Converter.InteractionFormatter.GetFirstEnumFromId*"></a>
<h4 id="Discord_Converter_InteractionFormatter_GetFirstEnumFromId__1_System_String____" data-uid="Discord.Converter.InteractionFormatter.GetFirstEnumFromId``1(System.String[]@)">GetFirstEnumFromId&lt;T&gt;(ref string[])</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static T GetFirstEnumFromId&lt;T&gt;(ref string[] values)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">T</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">T</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Discord_Converter_InteractionFormatter_GetFirstEnumFromIdAndRemove_" data-uid="Discord.Converter.InteractionFormatter.GetFirstEnumFromIdAndRemove*"></a>
<h4 id="Discord_Converter_InteractionFormatter_GetFirstEnumFromIdAndRemove__1_System_String____" data-uid="Discord.Converter.InteractionFormatter.GetFirstEnumFromIdAndRemove``1(System.String[]@)">GetFirstEnumFromIdAndRemove&lt;T&gt;(ref string[])</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static T GetFirstEnumFromIdAndRemove&lt;T&gt;(ref string[] values)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</td>
<td><span class="parametername">values</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">T</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">T</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Discord_Converter_InteractionFormatter_TransformEnumsToId_" data-uid="Discord.Converter.InteractionFormatter.TransformEnumsToId*"></a>
<h4 id="Discord_Converter_InteractionFormatter_TransformEnumsToId_System_Enum___" data-uid="Discord.Converter.InteractionFormatter.TransformEnumsToId(System.Enum[])">TransformEnumsToId(params Enum[])</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static string TransformEnumsToId(params Enum[] enums)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.enum">Enum</a>[]</td>
<td><span class="parametername">enums</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Discord_Converter_InteractionFormatter_TransformIdToEnums_" data-uid="Discord.Converter.InteractionFormatter.TransformIdToEnums*"></a>
<h4 id="Discord_Converter_InteractionFormatter_TransformIdToEnums_System_String_System_Type___" data-uid="Discord.Converter.InteractionFormatter.TransformIdToEnums(System.String,System.Type[])">TransformIdToEnums(string, params Type[])</h4>
<div class="markdown level1 summary"><p>Transforms the given values to the given enums. CAUTION: The length of the given strings and enums must be the same.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static IEnumerable&lt;Enum&gt; TransformIdToEnums(string value, params Type[] enums)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
<td><span class="parametername">value</span></td>
<td><p>The list of values separated by comma (e.g. &quot;0,5,3&quot;)</p>
</td>
</tr>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a>[]</td>
<td><span class="parametername">enums</span></td>
<td><p>The list of enums that should be given out (e.g. typeof(Enum), typeof(Enum)&quot;/&gt;</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.enum">Enum</a>&gt;</td>
<td><p>A list of converted enums that were passed in.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="exceptions">Exceptions</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Condition</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Discord.Exception.MismatchedEnumLengthsException.html">MismatchedEnumLengthsException</a></td>
<td><p>Thrown when the length of enums and values are different.</p>
</td>
</tr>
</tbody>
</table>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -0,0 +1,119 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Namespace Discord.Converter
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Namespace Discord.Converter
">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.min.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Discord.Converter">
<h1 id="Discord_Converter" data-uid="Discord.Converter" class="text-break">Namespace Discord.Converter
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="markdown level0 remarks"></div>
<h3 id="classes">Classes
</h3>
<h4><a class="xref" href="Discord.Converter.InteractionFormatter.html">InteractionFormatter</a></h4>
<section></section>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -0,0 +1,204 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class MismatchedEnumLengthsException
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class MismatchedEnumLengthsException
">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.min.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Discord.Exception.MismatchedEnumLengthsException">
<h1 id="Discord_Exception_MismatchedEnumLengthsException" data-uid="Discord.Exception.MismatchedEnumLengthsException" class="text-break">Class MismatchedEnumLengthsException
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
<div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a></div>
<div class="level2"><span class="xref">MismatchedEnumLengthsException</span></div>
</div>
<div class="implements">
<h5>Implements</h5>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.getbaseexception">Exception.GetBaseException()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.getobjectdata">Exception.GetObjectData(SerializationInfo, StreamingContext)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.gettype">Exception.GetType()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.tostring">Exception.ToString()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.data">Exception.Data</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.helplink">Exception.HelpLink</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.hresult">Exception.HResult</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.innerexception">Exception.InnerException</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.message">Exception.Message</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.source">Exception.Source</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.stacktrace">Exception.StackTrace</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.targetsite">Exception.TargetSite</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.serializeobjectstate">Exception.SerializeObjectState</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
</div>
</div>
<h6><strong>Namespace</strong>: <span class="xref">Discord</span>.<a class="xref" href="Discord.Exception.html">Exception</a></h6>
<h6><strong>Assembly</strong>: Discord.dll</h6>
<h5 id="Discord_Exception_MismatchedEnumLengthsException_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class MismatchedEnumLengthsException : Exception, ISerializable</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
<a id="Discord_Exception_MismatchedEnumLengthsException__ctor_" data-uid="Discord.Exception.MismatchedEnumLengthsException.#ctor*"></a>
<h4 id="Discord_Exception_MismatchedEnumLengthsException__ctor" data-uid="Discord.Exception.MismatchedEnumLengthsException.#ctor">MismatchedEnumLengthsException()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public MismatchedEnumLengthsException()</code></pre>
</div>
<h3 id="implements">Implements</h3>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a>
</div>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -0,0 +1,119 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Namespace Discord.Exception
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Namespace Discord.Exception
">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.min.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Discord.Exception">
<h1 id="Discord_Exception" data-uid="Discord.Exception" class="text-break">Namespace Discord.Exception
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="markdown level0 remarks"></div>
<h3 id="classes">Classes
</h3>
<h4><a class="xref" href="Discord.Exception.MismatchedEnumLengthsException.html">MismatchedEnumLengthsException</a></h4>
<section></section>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -68,7 +68,8 @@
<article class="content wrap" id="_content" data-uid="">
<h1 id="placeholder">PLACEHOLDER</h1>
<p>TODO: Add .NET projects to the <em>src</em> folder and run <code>docfx</code> to generate <strong>REAL</strong> <em>API Documentation</em>!</p>
<p>TODO: Add .NET projects to the <em>src</em> folder and run <code>docfx</code> to generate <strong>REAL</strong> <em>API Documentation</em>!<br>
This is a test!</p>
</article>
</div>

View file

@ -14,11 +14,41 @@
<ul class="nav level1">
<li>
<span class="expand-stub"></span>
<a href="Discord.html" name="" title="Discord">Discord</a>
<a href="Discord.Attribute.html" name="" title="Discord.Attribute">Discord.Attribute</a>
<ul class="nav level2">
<li>
<a href="Discord.Class1.html" name="" title="Class1">Class1</a>
<a href="Discord.Attribute.EventControllerAttribute-1.html" name="" title="EventControllerAttribute&lt;T&gt;">EventControllerAttribute&lt;T&gt;</a>
</li>
</ul>
</li>
<li>
<span class="expand-stub"></span>
<a href="Discord.Controller.html" name="" title="Discord.Controller">Discord.Controller</a>
<ul class="nav level2">
<li>
<a href="Discord.Controller.EventController.html" name="" title="EventController">EventController</a>
</li>
</ul>
</li>
<li>
<span class="expand-stub"></span>
<a href="Discord.Converter.html" name="" title="Discord.Converter">Discord.Converter</a>
<ul class="nav level2">
<li>
<a href="Discord.Converter.InteractionFormatter.html" name="" title="InteractionFormatter">InteractionFormatter</a>
</li>
</ul>
</li>
<li>
<span class="expand-stub"></span>
<a href="Discord.Exception.html" name="" title="Discord.Exception">Discord.Exception</a>
<ul class="nav level2">
<li>
<a href="Discord.Exception.MismatchedEnumLengthsException.html" name="" title="MismatchedEnumLengthsException">MismatchedEnumLengthsException</a>
</li>
</ul>
</li>

107
docs/articles/test.html Normal file
View file

@ -0,0 +1,107 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Add your test here! </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Add your test here! ">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.min.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="">
<h1 id="add-your-test-here">Add your test here!</h1>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -5,22 +5,88 @@
"files": [
{
"type": "ManagedReference",
"source_relative_path": "api/Discord.Class1.yml",
"source_relative_path": "api/Discord.Attribute.EventControllerAttribute-1.yml",
"output": {
".html": {
"relative_path": "api/Discord.Class1.html",
"hash": "xnjSvp9vk1PvwnVLd15OrsZKlyMBKpyWVWvloZ6K4dM="
"relative_path": "api/Discord.Attribute.EventControllerAttribute-1.html",
"hash": "5Y2ffrqlN2esH90iIw8V8uXJwEZa1/JDJN4bhpiD/kg="
}
},
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/Discord.yml",
"source_relative_path": "api/Discord.Attribute.yml",
"output": {
".html": {
"relative_path": "api/Discord.html",
"hash": "xXhtGPWCPzlYvvyLQp9S/7PbnKc4l6MLSdN7TTVsGwo="
"relative_path": "api/Discord.Attribute.html",
"hash": "okFZjtWzJBRpKkLsJhKtA8CFqKkeA5Vj5PmVJSlBSd8="
}
},
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/Discord.Controller.EventController.yml",
"output": {
".html": {
"relative_path": "api/Discord.Controller.EventController.html",
"hash": "voYfGV1OwhsBH5yHW8vcB2gGj+Qw5eTV/eyPMeDmEzk="
}
},
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/Discord.Controller.yml",
"output": {
".html": {
"relative_path": "api/Discord.Controller.html",
"hash": "Tv6WlDmadLf8FDCSSqlP0CDv52zLB0d7V2lFIHQERPA="
}
},
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/Discord.Converter.InteractionFormatter.yml",
"output": {
".html": {
"relative_path": "api/Discord.Converter.InteractionFormatter.html",
"hash": "Vkc7bSsPK1yc0MbXGeGXzSdGKCwpO/BdNSAYXP205RQ="
}
},
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/Discord.Converter.yml",
"output": {
".html": {
"relative_path": "api/Discord.Converter.html",
"hash": "Iq/xt8MN1qUUmzQCHcRWGxhK2JvWHFo42/axYaCNxxM="
}
},
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/Discord.Exception.MismatchedEnumLengthsException.yml",
"output": {
".html": {
"relative_path": "api/Discord.Exception.MismatchedEnumLengthsException.html",
"hash": "cUvnjDPiv0Ywljuw1oML5oM/kYdLoI6Kd5UXN/g8HCM="
}
},
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/Discord.Exception.yml",
"output": {
".html": {
"relative_path": "api/Discord.Exception.html",
"hash": "M/G39ZsdBCk2vkEVX1fSjBwQGbAq5jmG/jxYumi0P1k="
}
},
"version": ""
@ -31,7 +97,7 @@
"output": {
".html": {
"relative_path": "api/index.html",
"hash": "qvfa4krzWP2OlezeacC5ZbytY0jM2rN1RRr7uqYeRH8="
"hash": "mZ226FZ3EgoIIBp51oxswXpG0vQw2rqe/FNso0bqHOs="
}
},
"version": ""
@ -42,7 +108,7 @@
"output": {
".html": {
"relative_path": "api/toc.html",
"hash": "f1R7C0aGGta403/sQ6/qV5rA4V3devJY1nmNtoylGwM="
"hash": "P8Kb2jUG1H5ZN/TeJ+izNN1A3uHRVajIuhz3EvcdY8w="
}
},
"version": ""

View file

@ -1,15 +1,221 @@
### YamlMime:XRefMap
sorted: true
references:
- uid: Discord
name: Discord
href: api/Discord.html
commentId: N:Discord
fullName: Discord
nameWithType: Discord
- uid: Discord.Class1
name: Class1
href: api/Discord.Class1.html
commentId: T:Discord.Class1
fullName: Discord.Class1
nameWithType: Class1
- uid: Discord.Attribute
name: Discord.Attribute
href: api/Discord.Attribute.html
commentId: N:Discord.Attribute
fullName: Discord.Attribute
nameWithType: Discord.Attribute
- uid: Discord.Attribute.EventControllerAttribute`1
name: EventControllerAttribute<T>
href: api/Discord.Attribute.EventControllerAttribute-1.html
commentId: T:Discord.Attribute.EventControllerAttribute`1
name.vb: EventControllerAttribute(Of T)
fullName: Discord.Attribute.EventControllerAttribute<T>
fullName.vb: Discord.Attribute.EventControllerAttribute(Of T)
nameWithType: EventControllerAttribute<T>
nameWithType.vb: EventControllerAttribute(Of T)
- uid: Discord.Attribute.EventControllerAttribute`1.#ctor(`0)
name: EventControllerAttribute(T)
href: api/Discord.Attribute.EventControllerAttribute-1.html#Discord_Attribute_EventControllerAttribute_1__ctor__0_
commentId: M:Discord.Attribute.EventControllerAttribute`1.#ctor(`0)
name.vb: New(T)
fullName: Discord.Attribute.EventControllerAttribute<T>.EventControllerAttribute(T)
fullName.vb: Discord.Attribute.EventControllerAttribute(Of T).New(T)
nameWithType: EventControllerAttribute<T>.EventControllerAttribute(T)
nameWithType.vb: EventControllerAttribute(Of T).New(T)
- uid: Discord.Attribute.EventControllerAttribute`1.#ctor*
name: EventControllerAttribute
href: api/Discord.Attribute.EventControllerAttribute-1.html#Discord_Attribute_EventControllerAttribute_1__ctor_
commentId: Overload:Discord.Attribute.EventControllerAttribute`1.#ctor
isSpec: "True"
name.vb: New
fullName: Discord.Attribute.EventControllerAttribute<T>.EventControllerAttribute
fullName.vb: Discord.Attribute.EventControllerAttribute(Of T).New
nameWithType: EventControllerAttribute<T>.EventControllerAttribute
nameWithType.vb: EventControllerAttribute(Of T).New
- uid: Discord.Attribute.EventControllerAttribute`1.Event
name: Event
href: api/Discord.Attribute.EventControllerAttribute-1.html#Discord_Attribute_EventControllerAttribute_1_Event
commentId: P:Discord.Attribute.EventControllerAttribute`1.Event
fullName: Discord.Attribute.EventControllerAttribute<T>.Event
fullName.vb: Discord.Attribute.EventControllerAttribute(Of T).Event
nameWithType: EventControllerAttribute<T>.Event
nameWithType.vb: EventControllerAttribute(Of T).Event
- uid: Discord.Attribute.EventControllerAttribute`1.Event*
name: Event
href: api/Discord.Attribute.EventControllerAttribute-1.html#Discord_Attribute_EventControllerAttribute_1_Event_
commentId: Overload:Discord.Attribute.EventControllerAttribute`1.Event
isSpec: "True"
fullName: Discord.Attribute.EventControllerAttribute<T>.Event
fullName.vb: Discord.Attribute.EventControllerAttribute(Of T).Event
nameWithType: EventControllerAttribute<T>.Event
nameWithType.vb: EventControllerAttribute(Of T).Event
- uid: Discord.Controller
name: Discord.Controller
href: api/Discord.Controller.html
commentId: N:Discord.Controller
fullName: Discord.Controller
nameWithType: Discord.Controller
- uid: Discord.Controller.EventController
name: EventController
href: api/Discord.Controller.EventController.html
commentId: T:Discord.Controller.EventController
fullName: Discord.Controller.EventController
nameWithType: EventController
- uid: Discord.Controller.EventController.ExecuteController*
name: ExecuteController
href: api/Discord.Controller.EventController.html#Discord_Controller_EventController_ExecuteController_
commentId: Overload:Discord.Controller.EventController.ExecuteController
isSpec: "True"
fullName: Discord.Controller.EventController.ExecuteController
nameWithType: EventController.ExecuteController
- uid: Discord.Controller.EventController.ExecuteController``1(System.String[],System.String,System.Object)
name: ExecuteController<T>(string[], string, object)
href: api/Discord.Controller.EventController.html#Discord_Controller_EventController_ExecuteController__1_System_String___System_String_System_Object_
commentId: M:Discord.Controller.EventController.ExecuteController``1(System.String[],System.String,System.Object)
name.vb: ExecuteController(Of T)(String(), String, Object)
fullName: Discord.Controller.EventController.ExecuteController<T>(string[], string, object)
fullName.vb: Discord.Controller.EventController.ExecuteController(Of T)(String(), String, Object)
nameWithType: EventController.ExecuteController<T>(string[], string, object)
nameWithType.vb: EventController.ExecuteController(Of T)(String(), String, Object)
- uid: Discord.Controller.EventController.InvokeEventControllerClass*
name: InvokeEventControllerClass
href: api/Discord.Controller.EventController.html#Discord_Controller_EventController_InvokeEventControllerClass_
commentId: Overload:Discord.Controller.EventController.InvokeEventControllerClass
isSpec: "True"
fullName: Discord.Controller.EventController.InvokeEventControllerClass
nameWithType: EventController.InvokeEventControllerClass
- uid: Discord.Controller.EventController.InvokeEventControllerClass``2(System.String,System.Object)
name: InvokeEventControllerClass<CLASS, ENUM>(string, object)
href: api/Discord.Controller.EventController.html#Discord_Controller_EventController_InvokeEventControllerClass__2_System_String_System_Object_
commentId: M:Discord.Controller.EventController.InvokeEventControllerClass``2(System.String,System.Object)
name.vb: InvokeEventControllerClass(Of CLASS, ENUM)(String, Object)
fullName: Discord.Controller.EventController.InvokeEventControllerClass<CLASS, ENUM>(string, object)
fullName.vb: Discord.Controller.EventController.InvokeEventControllerClass(Of CLASS, ENUM)(String, Object)
nameWithType: EventController.InvokeEventControllerClass<CLASS, ENUM>(string, object)
nameWithType.vb: EventController.InvokeEventControllerClass(Of CLASS, ENUM)(String, Object)
- uid: Discord.Converter
name: Discord.Converter
href: api/Discord.Converter.html
commentId: N:Discord.Converter
fullName: Discord.Converter
nameWithType: Discord.Converter
- uid: Discord.Converter.InteractionFormatter
name: InteractionFormatter
href: api/Discord.Converter.InteractionFormatter.html
commentId: T:Discord.Converter.InteractionFormatter
fullName: Discord.Converter.InteractionFormatter
nameWithType: InteractionFormatter
- uid: Discord.Converter.InteractionFormatter.GetEnumFromId*
name: GetEnumFromId
href: api/Discord.Converter.InteractionFormatter.html#Discord_Converter_InteractionFormatter_GetEnumFromId_
commentId: Overload:Discord.Converter.InteractionFormatter.GetEnumFromId
isSpec: "True"
fullName: Discord.Converter.InteractionFormatter.GetEnumFromId
nameWithType: InteractionFormatter.GetEnumFromId
- uid: Discord.Converter.InteractionFormatter.GetEnumFromId``1(System.String)
name: GetEnumFromId<T>(string)
href: api/Discord.Converter.InteractionFormatter.html#Discord_Converter_InteractionFormatter_GetEnumFromId__1_System_String_
commentId: M:Discord.Converter.InteractionFormatter.GetEnumFromId``1(System.String)
name.vb: GetEnumFromId(Of T)(String)
fullName: Discord.Converter.InteractionFormatter.GetEnumFromId<T>(string)
fullName.vb: Discord.Converter.InteractionFormatter.GetEnumFromId(Of T)(String)
nameWithType: InteractionFormatter.GetEnumFromId<T>(string)
nameWithType.vb: InteractionFormatter.GetEnumFromId(Of T)(String)
- uid: Discord.Converter.InteractionFormatter.GetFirstEnumFromId*
name: GetFirstEnumFromId
href: api/Discord.Converter.InteractionFormatter.html#Discord_Converter_InteractionFormatter_GetFirstEnumFromId_
commentId: Overload:Discord.Converter.InteractionFormatter.GetFirstEnumFromId
isSpec: "True"
fullName: Discord.Converter.InteractionFormatter.GetFirstEnumFromId
nameWithType: InteractionFormatter.GetFirstEnumFromId
- uid: Discord.Converter.InteractionFormatter.GetFirstEnumFromId``1(System.String[]@)
name: GetFirstEnumFromId<T>(ref string[])
href: api/Discord.Converter.InteractionFormatter.html#Discord_Converter_InteractionFormatter_GetFirstEnumFromId__1_System_String____
commentId: M:Discord.Converter.InteractionFormatter.GetFirstEnumFromId``1(System.String[]@)
name.vb: GetFirstEnumFromId(Of T)(String())
fullName: Discord.Converter.InteractionFormatter.GetFirstEnumFromId<T>(ref string[])
fullName.vb: Discord.Converter.InteractionFormatter.GetFirstEnumFromId(Of T)(String())
nameWithType: InteractionFormatter.GetFirstEnumFromId<T>(ref string[])
nameWithType.vb: InteractionFormatter.GetFirstEnumFromId(Of T)(String())
- uid: Discord.Converter.InteractionFormatter.GetFirstEnumFromIdAndRemove*
name: GetFirstEnumFromIdAndRemove
href: api/Discord.Converter.InteractionFormatter.html#Discord_Converter_InteractionFormatter_GetFirstEnumFromIdAndRemove_
commentId: Overload:Discord.Converter.InteractionFormatter.GetFirstEnumFromIdAndRemove
isSpec: "True"
fullName: Discord.Converter.InteractionFormatter.GetFirstEnumFromIdAndRemove
nameWithType: InteractionFormatter.GetFirstEnumFromIdAndRemove
- uid: Discord.Converter.InteractionFormatter.GetFirstEnumFromIdAndRemove``1(System.String[]@)
name: GetFirstEnumFromIdAndRemove<T>(ref string[])
href: api/Discord.Converter.InteractionFormatter.html#Discord_Converter_InteractionFormatter_GetFirstEnumFromIdAndRemove__1_System_String____
commentId: M:Discord.Converter.InteractionFormatter.GetFirstEnumFromIdAndRemove``1(System.String[]@)
name.vb: GetFirstEnumFromIdAndRemove(Of T)(String())
fullName: Discord.Converter.InteractionFormatter.GetFirstEnumFromIdAndRemove<T>(ref string[])
fullName.vb: Discord.Converter.InteractionFormatter.GetFirstEnumFromIdAndRemove(Of T)(String())
nameWithType: InteractionFormatter.GetFirstEnumFromIdAndRemove<T>(ref string[])
nameWithType.vb: InteractionFormatter.GetFirstEnumFromIdAndRemove(Of T)(String())
- uid: Discord.Converter.InteractionFormatter.TransformEnumsToId(System.Enum[])
name: TransformEnumsToId(params Enum[])
href: api/Discord.Converter.InteractionFormatter.html#Discord_Converter_InteractionFormatter_TransformEnumsToId_System_Enum___
commentId: M:Discord.Converter.InteractionFormatter.TransformEnumsToId(System.Enum[])
name.vb: TransformEnumsToId(ParamArray Enum())
fullName: Discord.Converter.InteractionFormatter.TransformEnumsToId(params System.Enum[])
fullName.vb: Discord.Converter.InteractionFormatter.TransformEnumsToId(ParamArray System.Enum())
nameWithType: InteractionFormatter.TransformEnumsToId(params Enum[])
nameWithType.vb: InteractionFormatter.TransformEnumsToId(ParamArray Enum())
- uid: Discord.Converter.InteractionFormatter.TransformEnumsToId*
name: TransformEnumsToId
href: api/Discord.Converter.InteractionFormatter.html#Discord_Converter_InteractionFormatter_TransformEnumsToId_
commentId: Overload:Discord.Converter.InteractionFormatter.TransformEnumsToId
isSpec: "True"
fullName: Discord.Converter.InteractionFormatter.TransformEnumsToId
nameWithType: InteractionFormatter.TransformEnumsToId
- uid: Discord.Converter.InteractionFormatter.TransformIdToEnums(System.String,System.Type[])
name: TransformIdToEnums(string, params Type[])
href: api/Discord.Converter.InteractionFormatter.html#Discord_Converter_InteractionFormatter_TransformIdToEnums_System_String_System_Type___
commentId: M:Discord.Converter.InteractionFormatter.TransformIdToEnums(System.String,System.Type[])
name.vb: TransformIdToEnums(String, ParamArray Type())
fullName: Discord.Converter.InteractionFormatter.TransformIdToEnums(string, params System.Type[])
fullName.vb: Discord.Converter.InteractionFormatter.TransformIdToEnums(String, ParamArray System.Type())
nameWithType: InteractionFormatter.TransformIdToEnums(string, params Type[])
nameWithType.vb: InteractionFormatter.TransformIdToEnums(String, ParamArray Type())
- uid: Discord.Converter.InteractionFormatter.TransformIdToEnums*
name: TransformIdToEnums
href: api/Discord.Converter.InteractionFormatter.html#Discord_Converter_InteractionFormatter_TransformIdToEnums_
commentId: Overload:Discord.Converter.InteractionFormatter.TransformIdToEnums
isSpec: "True"
fullName: Discord.Converter.InteractionFormatter.TransformIdToEnums
nameWithType: InteractionFormatter.TransformIdToEnums
- uid: Discord.Exception
name: Discord.Exception
href: api/Discord.Exception.html
commentId: N:Discord.Exception
fullName: Discord.Exception
nameWithType: Discord.Exception
- uid: Discord.Exception.MismatchedEnumLengthsException
name: MismatchedEnumLengthsException
href: api/Discord.Exception.MismatchedEnumLengthsException.html
commentId: T:Discord.Exception.MismatchedEnumLengthsException
fullName: Discord.Exception.MismatchedEnumLengthsException
nameWithType: MismatchedEnumLengthsException
- uid: Discord.Exception.MismatchedEnumLengthsException.#ctor
name: MismatchedEnumLengthsException()
href: api/Discord.Exception.MismatchedEnumLengthsException.html#Discord_Exception_MismatchedEnumLengthsException__ctor
commentId: M:Discord.Exception.MismatchedEnumLengthsException.#ctor
name.vb: New()
fullName: Discord.Exception.MismatchedEnumLengthsException.MismatchedEnumLengthsException()
fullName.vb: Discord.Exception.MismatchedEnumLengthsException.New()
nameWithType: MismatchedEnumLengthsException.MismatchedEnumLengthsException()
nameWithType.vb: MismatchedEnumLengthsException.New()
- uid: Discord.Exception.MismatchedEnumLengthsException.#ctor*
name: MismatchedEnumLengthsException
href: api/Discord.Exception.MismatchedEnumLengthsException.html#Discord_Exception_MismatchedEnumLengthsException__ctor_
commentId: Overload:Discord.Exception.MismatchedEnumLengthsException.#ctor
isSpec: "True"
name.vb: New
fullName: Discord.Exception.MismatchedEnumLengthsException.MismatchedEnumLengthsException
fullName.vb: Discord.Exception.MismatchedEnumLengthsException.New
nameWithType: MismatchedEnumLengthsException.MismatchedEnumLengthsException
nameWithType.vb: MismatchedEnumLengthsException.New