Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Updated documentation to reflect latest changes 623e99d
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Feb 3, 2024
1 parent b23ae56 commit 31ba818
Show file tree
Hide file tree
Showing 5 changed files with 323 additions and 53 deletions.
119 changes: 112 additions & 7 deletions api/GRILO.Bootloader.Boot.Style.BaseBootStyle.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,23 @@ <h4 id="GRILO_Bootloader_Boot_Style_BaseBootStyle_ClearSelectTimeout" data-uid="
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public abstract void ClearSelectTimeout()</code></pre>
<pre><code class="lang-csharp hljs">public abstract string ClearSelectTimeout()</code></pre>
</div>
<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>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/Aptivi/GRILO/new/main/apiSpec/new?filename=GRILO_Bootloader_Boot_Style_BaseBootStyle_Render.md&amp;value=---%0Auid%3A%20GRILO.Bootloader.Boot.Style.BaseBootStyle.Render%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Edit this page</a>
Expand All @@ -166,8 +181,23 @@ <h4 id="GRILO_Bootloader_Boot_Style_BaseBootStyle_Render" data-uid="GRILO.Bootlo
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public abstract void Render()</code></pre>
<pre><code class="lang-csharp hljs">public abstract string Render()</code></pre>
</div>
<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>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/Aptivi/GRILO/new/main/apiSpec/new?filename=GRILO_Bootloader_Boot_Style_BaseBootStyle_RenderBootFailedMessage_System_String_.md&amp;value=---%0Auid%3A%20GRILO.Bootloader.Boot.Style.BaseBootStyle.RenderBootFailedMessage(System.String)%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Edit this page</a>
Expand All @@ -182,7 +212,7 @@ <h4 id="GRILO_Bootloader_Boot_Style_BaseBootStyle_RenderBootFailedMessage_System
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public abstract void RenderBootFailedMessage(string content)</code></pre>
<pre><code class="lang-csharp hljs">public abstract string RenderBootFailedMessage(string content)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand All @@ -202,6 +232,21 @@ <h5 class="parameters">Parameters</h5>
</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>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/Aptivi/GRILO/new/main/apiSpec/new?filename=GRILO_Bootloader_Boot_Style_BaseBootStyle_RenderBootingMessage_System_String_.md&amp;value=---%0Auid%3A%20GRILO.Bootloader.Boot.Style.BaseBootStyle.RenderBootingMessage(System.String)%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Edit this page</a>
Expand All @@ -216,7 +261,7 @@ <h4 id="GRILO_Bootloader_Boot_Style_BaseBootStyle_RenderBootingMessage_System_St
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public abstract void RenderBootingMessage(string chosenBootName)</code></pre>
<pre><code class="lang-csharp hljs">public abstract string RenderBootingMessage(string chosenBootName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand All @@ -236,6 +281,21 @@ <h5 class="parameters">Parameters</h5>
</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>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/Aptivi/GRILO/new/main/apiSpec/new?filename=GRILO_Bootloader_Boot_Style_BaseBootStyle_RenderHighlight_System_Int32_.md&amp;value=---%0Auid%3A%20GRILO.Bootloader.Boot.Style.BaseBootStyle.RenderHighlight(System.Int32)%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Edit this page</a>
Expand All @@ -250,7 +310,7 @@ <h4 id="GRILO_Bootloader_Boot_Style_BaseBootStyle_RenderHighlight_System_Int32_"
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public abstract void RenderHighlight(int chosenBootEntry)</code></pre>
<pre><code class="lang-csharp hljs">public abstract string RenderHighlight(int chosenBootEntry)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand All @@ -270,6 +330,21 @@ <h5 class="parameters">Parameters</h5>
</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>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/Aptivi/GRILO/new/main/apiSpec/new?filename=GRILO_Bootloader_Boot_Style_BaseBootStyle_RenderModalDialog_System_String_.md&amp;value=---%0Auid%3A%20GRILO.Bootloader.Boot.Style.BaseBootStyle.RenderModalDialog(System.String)%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Edit this page</a>
Expand All @@ -284,7 +359,7 @@ <h4 id="GRILO_Bootloader_Boot_Style_BaseBootStyle_RenderModalDialog_System_Strin
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public abstract void RenderModalDialog(string content)</code></pre>
<pre><code class="lang-csharp hljs">public abstract string RenderModalDialog(string content)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand All @@ -304,6 +379,21 @@ <h5 class="parameters">Parameters</h5>
</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>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/Aptivi/GRILO/new/main/apiSpec/new?filename=GRILO_Bootloader_Boot_Style_BaseBootStyle_RenderSelectTimeout_System_Int32_.md&amp;value=---%0Auid%3A%20GRILO.Bootloader.Boot.Style.BaseBootStyle.RenderSelectTimeout(System.Int32)%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Edit this page</a>
Expand All @@ -318,7 +408,7 @@ <h4 id="GRILO_Bootloader_Boot_Style_BaseBootStyle_RenderSelectTimeout_System_Int
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public abstract void RenderSelectTimeout(int timeout)</code></pre>
<pre><code class="lang-csharp hljs">public abstract string RenderSelectTimeout(int timeout)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand All @@ -338,6 +428,21 @@ <h5 class="parameters">Parameters</h5>
</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>
<h3 id="implements">Implements</h3>
<div>
<a class="xref" href="GRILO.Bootloader.Boot.Style.IBootStyle.html">IBootStyle</a>
Expand Down
Loading

0 comments on commit 31ba818

Please sign in to comment.