Skip to content

Commit 5556739

Browse files
committed
Update and add project documentations
1 parent fee7817 commit 5556739

File tree

105 files changed

+1313
-438
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+1313
-438
lines changed

JsonSchema/docs/api/RelogicLabs.JsonSchema.Exceptions.ClassInstantiationException.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ <h4 class="section">Parameters</h4>
342342
<footer class="border-top">
343343
<div class="container-xxl">
344344
<div class="flex-fill">
345-
<div style="display:flex;justify-content:space-between"><span style="text-align:left"><a href="https://www.relogiclabs.com"><img src="/JsonSchema-DotNet/images/relogiclabs.svg" alt="Relogic Labs"></a></span><span style="text-align:right">&copy; 2023 Relogic Labs</span></div>
345+
<div style="display:flex;justify-content:space-between"><span style="text-align:left"><a href="https://www.relogiclabs.com"><img src="/JsonSchema-DotNet/images/relogiclabs.svg" alt="Relogic Labs"></a></span><span style="text-align:right">&copy; Relogic Labs. All rights reserved.</span></div>
346346
</div>
347347
</div>
348348
</footer>

JsonSchema/docs/api/RelogicLabs.JsonSchema.Exceptions.ClassNotFoundException.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ <h4 class="section">Parameters</h4>
309309
<footer class="border-top">
310310
<div class="container-xxl">
311311
<div class="flex-fill">
312-
<div style="display:flex;justify-content:space-between"><span style="text-align:left"><a href="https://www.relogiclabs.com"><img src="/JsonSchema-DotNet/images/relogiclabs.svg" alt="Relogic Labs"></a></span><span style="text-align:right">&copy; 2023 Relogic Labs</span></div>
312+
<div style="display:flex;justify-content:space-between"><span style="text-align:left"><a href="https://www.relogiclabs.com"><img src="/JsonSchema-DotNet/images/relogiclabs.svg" alt="Relogic Labs"></a></span><span style="text-align:right">&copy; Relogic Labs. All rights reserved.</span></div>
313313
</div>
314314
</div>
315315
</footer>

JsonSchema/docs/api/RelogicLabs.JsonSchema.Exceptions.CommonException.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,15 @@ <h1 id="RelogicLabs_JsonSchema_Exceptions_CommonException" data-uid="RelogicLabs
122122
<dd>
123123
<div><a class="xref" href="RelogicLabs.JsonSchema.Exceptions.ClassInstantiationException.html">ClassInstantiationException</a></div>
124124
<div><a class="xref" href="RelogicLabs.JsonSchema.Exceptions.ClassNotFoundException.html">ClassNotFoundException</a></div>
125-
<div><a class="xref" href="RelogicLabs.JsonSchema.Exceptions.DateLexerException.html">DateLexerException</a></div>
125+
<div><a class="xref" href="RelogicLabs.JsonSchema.Exceptions.DateTimeLexerException.html">DateTimeLexerException</a></div>
126126
<div><a class="xref" href="RelogicLabs.JsonSchema.Exceptions.DefinitionNotFoundException.html">DefinitionNotFoundException</a></div>
127127
<div><a class="xref" href="RelogicLabs.JsonSchema.Exceptions.DuplicateDefinitionException.html">DuplicateDefinitionException</a></div>
128128
<div><a class="xref" href="RelogicLabs.JsonSchema.Exceptions.DuplicateIncludeException.html">DuplicateIncludeException</a></div>
129129
<div><a class="xref" href="RelogicLabs.JsonSchema.Exceptions.DuplicatePragmaException.html">DuplicatePragmaException</a></div>
130130
<div><a class="xref" href="RelogicLabs.JsonSchema.Exceptions.DuplicatePropertyKeyException.html">DuplicatePropertyKeyException</a></div>
131131
<div><a class="xref" href="RelogicLabs.JsonSchema.Exceptions.FunctionMismatchException.html">FunctionMismatchException</a></div>
132132
<div><a class="xref" href="RelogicLabs.JsonSchema.Exceptions.FunctionNotFoundException.html">FunctionNotFoundException</a></div>
133-
<div><a class="xref" href="RelogicLabs.JsonSchema.Exceptions.InvalidDateException.html">InvalidDateException</a></div>
133+
<div><a class="xref" href="RelogicLabs.JsonSchema.Exceptions.InvalidDateTimeException.html">InvalidDateTimeException</a></div>
134134
<div><a class="xref" href="RelogicLabs.JsonSchema.Exceptions.InvalidFunctionException.html">InvalidFunctionException</a></div>
135135
<div><a class="xref" href="RelogicLabs.JsonSchema.Exceptions.InvalidIncludeException.html">InvalidIncludeException</a></div>
136136
<div><a class="xref" href="RelogicLabs.JsonSchema.Exceptions.InvalidPragmaValueException.html">InvalidPragmaValueException</a></div>
@@ -398,7 +398,7 @@ <h4 class="section">Property Value</h4>
398398
<footer class="border-top">
399399
<div class="container-xxl">
400400
<div class="flex-fill">
401-
<div style="display:flex;justify-content:space-between"><span style="text-align:left"><a href="https://www.relogiclabs.com"><img src="/JsonSchema-DotNet/images/relogiclabs.svg" alt="Relogic Labs"></a></span><span style="text-align:right">&copy; 2023 Relogic Labs</span></div>
401+
<div style="display:flex;justify-content:space-between"><span style="text-align:left"><a href="https://www.relogiclabs.com"><img src="/JsonSchema-DotNet/images/relogiclabs.svg" alt="Relogic Labs"></a></span><span style="text-align:right">&copy; Relogic Labs. All rights reserved.</span></div>
402402
</div>
403403
</div>
404404
</footer>

JsonSchema/docs/api/RelogicLabs.JsonSchema.Exceptions.DateLexerException.html renamed to JsonSchema/docs/api/RelogicLabs.JsonSchema.Exceptions.DateTimeLexerException.html

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>Class DateLexerException
5+
<title>Class DateTimeLexerException
66
| Json Schema </title>
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8-
<meta name="title" content="Class DateLexerException
8+
<meta name="title" content="Class DateTimeLexerException
99
| Json Schema ">
1010

1111
<link rel="icon" href="../images/favicon.ico">
@@ -17,7 +17,7 @@
1717
<meta name="docfx:rel" content="../">
1818

1919

20-
<meta name="docfx:docurl" content="https://github.com/relogiclabs/JsonSchema-DotNet/new/develop/apiSpec/new?filename=RelogicLabs_JsonSchema_Exceptions_DateLexerException.md&amp;value=---%0Auid%3A%20RelogicLabs.JsonSchema.Exceptions.DateLexerException%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">
20+
<meta name="docfx:docurl" content="https://github.com/relogiclabs/JsonSchema-DotNet/new/develop/apiSpec/new?filename=RelogicLabs_JsonSchema_Exceptions_DateTimeLexerException.md&amp;value=---%0Auid%3A%20RelogicLabs.JsonSchema.Exceptions.DateTimeLexerException%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">
2121
</head>
2222

2323
<script type="module">
@@ -77,13 +77,13 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
7777
<nav id="breadcrumb"></nav>
7878
</div>
7979

80-
<article data-uid="RelogicLabs.JsonSchema.Exceptions.DateLexerException">
80+
<article data-uid="RelogicLabs.JsonSchema.Exceptions.DateTimeLexerException">
8181

8282

8383

84-
<h1 id="RelogicLabs_JsonSchema_Exceptions_DateLexerException" data-uid="RelogicLabs.JsonSchema.Exceptions.DateLexerException" class="text-break">
85-
Class DateLexerException
86-
<a class="header-action link-secondary" title="View source" href="https://github.com/relogiclabs/JsonSchema-DotNet/blob/develop/JsonSchema/RelogicLabs/JsonSchema/Exceptions/DateLexerException.cs/#L3"><i class="bi bi-code-slash"></i></a>
84+
<h1 id="RelogicLabs_JsonSchema_Exceptions_DateTimeLexerException" data-uid="RelogicLabs.JsonSchema.Exceptions.DateTimeLexerException" class="text-break">
85+
Class DateTimeLexerException
86+
<a class="header-action link-secondary" title="View source" href="https://github.com/relogiclabs/JsonSchema-DotNet/blob/develop/JsonSchema/RelogicLabs/JsonSchema/Exceptions/DateTimeLexerException.cs/#L3"><i class="bi bi-code-slash"></i></a>
8787
</h1>
8888

8989
<div class="facts text-secondary">
@@ -95,7 +95,7 @@ <h1 id="RelogicLabs_JsonSchema_Exceptions_DateLexerException" data-uid="RelogicL
9595
<div class="markdown conceptual"></div>
9696

9797
<div class="codewrapper">
98-
<pre><code class="lang-csharp hljs">public class DateLexerException : CommonException, ISerializable</code></pre>
98+
<pre><code class="lang-csharp hljs">public class DateTimeLexerException : CommonException, ISerializable</code></pre>
9999
</div>
100100

101101

@@ -107,7 +107,7 @@ <h1 id="RelogicLabs_JsonSchema_Exceptions_DateLexerException" data-uid="RelogicL
107107
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
108108
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a></div>
109109
<div><a class="xref" href="RelogicLabs.JsonSchema.Exceptions.CommonException.html">CommonException</a></div>
110-
<div><span class="xref">DateLexerException</span></div>
110+
<div><span class="xref">DateTimeLexerException</span></div>
111111
</dd>
112112
</dl>
113113

@@ -190,18 +190,18 @@ <h2 class="section" id="constructors">Constructors
190190
</h2>
191191

192192

193-
<a id="RelogicLabs_JsonSchema_Exceptions_DateLexerException__ctor_" data-uid="RelogicLabs.JsonSchema.Exceptions.DateLexerException.#ctor*"></a>
193+
<a id="RelogicLabs_JsonSchema_Exceptions_DateTimeLexerException__ctor_" data-uid="RelogicLabs.JsonSchema.Exceptions.DateTimeLexerException.#ctor*"></a>
194194

195-
<h3 id="RelogicLabs_JsonSchema_Exceptions_DateLexerException__ctor_System_String_System_String_" data-uid="RelogicLabs.JsonSchema.Exceptions.DateLexerException.#ctor(System.String,System.String)">
196-
DateLexerException(string, string)
197-
<a class="header-action link-secondary" title="View source" href="https://github.com/relogiclabs/JsonSchema-DotNet/blob/develop/JsonSchema/RelogicLabs/JsonSchema/Exceptions/DateLexerException.cs/#L5"><i class="bi bi-code-slash"></i></a>
195+
<h3 id="RelogicLabs_JsonSchema_Exceptions_DateTimeLexerException__ctor_System_String_System_String_" data-uid="RelogicLabs.JsonSchema.Exceptions.DateTimeLexerException.#ctor(System.String,System.String)">
196+
DateTimeLexerException(string, string)
197+
<a class="header-action link-secondary" title="View source" href="https://github.com/relogiclabs/JsonSchema-DotNet/blob/develop/JsonSchema/RelogicLabs/JsonSchema/Exceptions/DateTimeLexerException.cs/#L5"><i class="bi bi-code-slash"></i></a>
198198
</h3>
199199

200200
<div class="markdown level1 summary"></div>
201201
<div class="markdown level1 conceptual"></div>
202202

203203
<div class="codewrapper">
204-
<pre><code class="lang-csharp hljs">public DateLexerException(string code, string message)</code></pre>
204+
<pre><code class="lang-csharp hljs">public DateTimeLexerException(string code, string message)</code></pre>
205205
</div>
206206

207207
<h4 class="section">Parameters</h4>
@@ -223,18 +223,18 @@ <h4 class="section">Parameters</h4>
223223

224224

225225

226-
<a id="RelogicLabs_JsonSchema_Exceptions_DateLexerException__ctor_" data-uid="RelogicLabs.JsonSchema.Exceptions.DateLexerException.#ctor*"></a>
226+
<a id="RelogicLabs_JsonSchema_Exceptions_DateTimeLexerException__ctor_" data-uid="RelogicLabs.JsonSchema.Exceptions.DateTimeLexerException.#ctor*"></a>
227227

228-
<h3 id="RelogicLabs_JsonSchema_Exceptions_DateLexerException__ctor_System_String_System_String_System_Exception_" data-uid="RelogicLabs.JsonSchema.Exceptions.DateLexerException.#ctor(System.String,System.String,System.Exception)">
229-
DateLexerException(string, string, Exception?)
230-
<a class="header-action link-secondary" title="View source" href="https://github.com/relogiclabs/JsonSchema-DotNet/blob/develop/JsonSchema/RelogicLabs/JsonSchema/Exceptions/DateLexerException.cs/#L6"><i class="bi bi-code-slash"></i></a>
228+
<h3 id="RelogicLabs_JsonSchema_Exceptions_DateTimeLexerException__ctor_System_String_System_String_System_Exception_" data-uid="RelogicLabs.JsonSchema.Exceptions.DateTimeLexerException.#ctor(System.String,System.String,System.Exception)">
229+
DateTimeLexerException(string, string, Exception?)
230+
<a class="header-action link-secondary" title="View source" href="https://github.com/relogiclabs/JsonSchema-DotNet/blob/develop/JsonSchema/RelogicLabs/JsonSchema/Exceptions/DateTimeLexerException.cs/#L6"><i class="bi bi-code-slash"></i></a>
231231
</h3>
232232

233233
<div class="markdown level1 summary"></div>
234234
<div class="markdown level1 conceptual"></div>
235235

236236
<div class="codewrapper">
237-
<pre><code class="lang-csharp hljs">public DateLexerException(string code, string message, Exception? innerException)</code></pre>
237+
<pre><code class="lang-csharp hljs">public DateTimeLexerException(string code, string message, Exception? innerException)</code></pre>
238238
</div>
239239

240240
<h4 class="section">Parameters</h4>
@@ -262,7 +262,7 @@ <h4 class="section">Parameters</h4>
262262
</article>
263263

264264
<div class="contribution d-print-none">
265-
<a href="https://github.com/relogiclabs/JsonSchema-DotNet/blob/develop/JsonSchema/RelogicLabs/JsonSchema/Exceptions/DateLexerException.cs/#L3" class="edit-link">Edit this page</a>
265+
<a href="https://github.com/relogiclabs/JsonSchema-DotNet/blob/develop/JsonSchema/RelogicLabs/JsonSchema/Exceptions/DateTimeLexerException.cs/#L3" class="edit-link">Edit this page</a>
266266
</div>
267267

268268

@@ -278,7 +278,7 @@ <h4 class="section">Parameters</h4>
278278
<footer class="border-top">
279279
<div class="container-xxl">
280280
<div class="flex-fill">
281-
<div style="display:flex;justify-content:space-between"><span style="text-align:left"><a href="https://www.relogiclabs.com"><img src="/JsonSchema-DotNet/images/relogiclabs.svg" alt="Relogic Labs"></a></span><span style="text-align:right">&copy; 2023 Relogic Labs</span></div>
281+
<div style="display:flex;justify-content:space-between"><span style="text-align:left"><a href="https://www.relogiclabs.com"><img src="/JsonSchema-DotNet/images/relogiclabs.svg" alt="Relogic Labs"></a></span><span style="text-align:right">&copy; Relogic Labs. All rights reserved.</span></div>
282282
</div>
283283
</div>
284284
</footer>

JsonSchema/docs/api/RelogicLabs.JsonSchema.Exceptions.DefinitionNotFoundException.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ <h4 class="section">Parameters</h4>
309309
<footer class="border-top">
310310
<div class="container-xxl">
311311
<div class="flex-fill">
312-
<div style="display:flex;justify-content:space-between"><span style="text-align:left"><a href="https://www.relogiclabs.com"><img src="/JsonSchema-DotNet/images/relogiclabs.svg" alt="Relogic Labs"></a></span><span style="text-align:right">&copy; 2023 Relogic Labs</span></div>
312+
<div style="display:flex;justify-content:space-between"><span style="text-align:left"><a href="https://www.relogiclabs.com"><img src="/JsonSchema-DotNet/images/relogiclabs.svg" alt="Relogic Labs"></a></span><span style="text-align:right">&copy; Relogic Labs. All rights reserved.</span></div>
313313
</div>
314314
</div>
315315
</footer>

JsonSchema/docs/api/RelogicLabs.JsonSchema.Exceptions.DuplicateDefinitionException.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ <h4 class="section">Parameters</h4>
309309
<footer class="border-top">
310310
<div class="container-xxl">
311311
<div class="flex-fill">
312-
<div style="display:flex;justify-content:space-between"><span style="text-align:left"><a href="https://www.relogiclabs.com"><img src="/JsonSchema-DotNet/images/relogiclabs.svg" alt="Relogic Labs"></a></span><span style="text-align:right">&copy; 2023 Relogic Labs</span></div>
312+
<div style="display:flex;justify-content:space-between"><span style="text-align:left"><a href="https://www.relogiclabs.com"><img src="/JsonSchema-DotNet/images/relogiclabs.svg" alt="Relogic Labs"></a></span><span style="text-align:right">&copy; Relogic Labs. All rights reserved.</span></div>
313313
</div>
314314
</div>
315315
</footer>

JsonSchema/docs/api/RelogicLabs.JsonSchema.Exceptions.DuplicateIncludeException.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ <h4 class="section">Parameters</h4>
276276
<footer class="border-top">
277277
<div class="container-xxl">
278278
<div class="flex-fill">
279-
<div style="display:flex;justify-content:space-between"><span style="text-align:left"><a href="https://www.relogiclabs.com"><img src="/JsonSchema-DotNet/images/relogiclabs.svg" alt="Relogic Labs"></a></span><span style="text-align:right">&copy; 2023 Relogic Labs</span></div>
279+
<div style="display:flex;justify-content:space-between"><span style="text-align:left"><a href="https://www.relogiclabs.com"><img src="/JsonSchema-DotNet/images/relogiclabs.svg" alt="Relogic Labs"></a></span><span style="text-align:right">&copy; Relogic Labs. All rights reserved.</span></div>
280280
</div>
281281
</div>
282282
</footer>

JsonSchema/docs/api/RelogicLabs.JsonSchema.Exceptions.DuplicatePragmaException.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ <h4 class="section">Parameters</h4>
309309
<footer class="border-top">
310310
<div class="container-xxl">
311311
<div class="flex-fill">
312-
<div style="display:flex;justify-content:space-between"><span style="text-align:left"><a href="https://www.relogiclabs.com"><img src="/JsonSchema-DotNet/images/relogiclabs.svg" alt="Relogic Labs"></a></span><span style="text-align:right">&copy; 2023 Relogic Labs</span></div>
312+
<div style="display:flex;justify-content:space-between"><span style="text-align:left"><a href="https://www.relogiclabs.com"><img src="/JsonSchema-DotNet/images/relogiclabs.svg" alt="Relogic Labs"></a></span><span style="text-align:right">&copy; Relogic Labs. All rights reserved.</span></div>
313313
</div>
314314
</div>
315315
</footer>

JsonSchema/docs/api/RelogicLabs.JsonSchema.Exceptions.DuplicatePropertyKeyException.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ <h4 class="section">Parameters</h4>
309309
<footer class="border-top">
310310
<div class="container-xxl">
311311
<div class="flex-fill">
312-
<div style="display:flex;justify-content:space-between"><span style="text-align:left"><a href="https://www.relogiclabs.com"><img src="/JsonSchema-DotNet/images/relogiclabs.svg" alt="Relogic Labs"></a></span><span style="text-align:right">&copy; 2023 Relogic Labs</span></div>
312+
<div style="display:flex;justify-content:space-between"><span style="text-align:left"><a href="https://www.relogiclabs.com"><img src="/JsonSchema-DotNet/images/relogiclabs.svg" alt="Relogic Labs"></a></span><span style="text-align:right">&copy; Relogic Labs. All rights reserved.</span></div>
313313
</div>
314314
</div>
315315
</footer>

JsonSchema/docs/api/RelogicLabs.JsonSchema.Exceptions.FunctionMismatchException.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ <h4 class="section">Parameters</h4>
309309
<footer class="border-top">
310310
<div class="container-xxl">
311311
<div class="flex-fill">
312-
<div style="display:flex;justify-content:space-between"><span style="text-align:left"><a href="https://www.relogiclabs.com"><img src="/JsonSchema-DotNet/images/relogiclabs.svg" alt="Relogic Labs"></a></span><span style="text-align:right">&copy; 2023 Relogic Labs</span></div>
312+
<div style="display:flex;justify-content:space-between"><span style="text-align:left"><a href="https://www.relogiclabs.com"><img src="/JsonSchema-DotNet/images/relogiclabs.svg" alt="Relogic Labs"></a></span><span style="text-align:right">&copy; Relogic Labs. All rights reserved.</span></div>
313313
</div>
314314
</div>
315315
</footer>

0 commit comments

Comments
 (0)