Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Updated documentation to reflect latest changes c4fabd4
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Oct 25, 2023
1 parent ffe8565 commit 339eecb
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 28 deletions.
8 changes: 4 additions & 4 deletions api/Dictify.Models.DictionaryWord.DefinitionType.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h4 id="Dictify_Models_DictionaryWord_DefinitionType_Antonyms" data-uid="Dictify
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonProperty(&quot;antonyms&quot;)]
public List&lt;string&gt; Antonyms { get; set; }</code></pre>
public string[] Antonyms { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
Expand All @@ -126,7 +126,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>&gt;</td>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</td>
<td></td>
</tr>
</tbody>
Expand Down Expand Up @@ -210,7 +210,7 @@ <h4 id="Dictify_Models_DictionaryWord_DefinitionType_Synonyms" data-uid="Dictify
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonProperty(&quot;synonyms&quot;)]
public List&lt;string&gt; Synonyms { get; set; }</code></pre>
public string[] Synonyms { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
Expand All @@ -222,7 +222,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>&gt;</td>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</td>
<td></td>
</tr>
</tbody>
Expand Down
12 changes: 6 additions & 6 deletions api/Dictify.Models.DictionaryWord.Meaning.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h4 id="Dictify_Models_DictionaryWord_Meaning_Antonyms" data-uid="Dictify.Models
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonProperty(&quot;antonyms&quot;)]
public List&lt;string&gt; Antonyms { get; set; }</code></pre>
public string[] Antonyms { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
Expand All @@ -126,7 +126,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>&gt;</td>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</td>
<td></td>
</tr>
</tbody>
Expand All @@ -146,7 +146,7 @@ <h4 id="Dictify_Models_DictionaryWord_Meaning_Definitions" data-uid="Dictify.Mod
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonProperty(&quot;definitions&quot;)]
public List&lt;DictionaryWord.DefinitionType&gt; Definitions { get; set; }</code></pre>
public DictionaryWord.DefinitionType[] Definitions { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
Expand All @@ -158,7 +158,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="Dictify.Models.DictionaryWord.html">DictionaryWord</a>.<a class="xref" href="Dictify.Models.DictionaryWord.DefinitionType.html">DefinitionType</a>&gt;</td>
<td><a class="xref" href="Dictify.Models.DictionaryWord.DefinitionType.html">DefinitionType</a>[]</td>
<td></td>
</tr>
</tbody>
Expand Down Expand Up @@ -210,7 +210,7 @@ <h4 id="Dictify_Models_DictionaryWord_Meaning_Synonyms" data-uid="Dictify.Models
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonProperty(&quot;synonyms&quot;)]
public List&lt;string&gt; Synonyms { get; set; }</code></pre>
public string[] Synonyms { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
Expand All @@ -222,7 +222,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>&gt;</td>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</td>
<td></td>
</tr>
</tbody>
Expand Down
12 changes: 6 additions & 6 deletions api/Dictify.Models.DictionaryWord.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ <h4 id="Dictify_Models_DictionaryWord_Meanings" data-uid="Dictify.Models.Diction
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonProperty(&quot;meanings&quot;)]
public List&lt;DictionaryWord.Meaning&gt; Meanings { get; set; }</code></pre>
public DictionaryWord.Meaning[] Meanings { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
Expand All @@ -158,7 +158,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="Dictify.Models.DictionaryWord.html">DictionaryWord</a>.<a class="xref" href="Dictify.Models.DictionaryWord.Meaning.html">Meaning</a>&gt;</td>
<td><a class="xref" href="Dictify.Models.DictionaryWord.Meaning.html">Meaning</a>[]</td>
<td></td>
</tr>
</tbody>
Expand Down Expand Up @@ -210,7 +210,7 @@ <h4 id="Dictify_Models_DictionaryWord_Phonetics" data-uid="Dictify.Models.Dictio
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonProperty(&quot;phonetics&quot;)]
public List&lt;DictionaryWord.Phonetic&gt; Phonetics { get; set; }</code></pre>
public DictionaryWord.Phonetic[] Phonetics { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
Expand All @@ -222,7 +222,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="Dictify.Models.DictionaryWord.html">DictionaryWord</a>.<a class="xref" href="Dictify.Models.DictionaryWord.Phonetic.html">Phonetic</a>&gt;</td>
<td><a class="xref" href="Dictify.Models.DictionaryWord.Phonetic.html">Phonetic</a>[]</td>
<td></td>
</tr>
</tbody>
Expand All @@ -242,7 +242,7 @@ <h4 id="Dictify_Models_DictionaryWord_SourceUrls" data-uid="Dictify.Models.Dicti
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonProperty(&quot;sourceUrls&quot;)]
public List&lt;string&gt; SourceUrls { get; set; }</code></pre>
public string[] SourceUrls { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
Expand All @@ -254,7 +254,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>&gt;</td>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</td>
<td></td>
</tr>
</tbody>
Expand Down
6 changes: 3 additions & 3 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"api/Dictify.Models.DictionaryWord.DefinitionType.html": {
"href": "api/Dictify.Models.DictionaryWord.DefinitionType.html",
"title": "Class DictionaryWord.DefinitionType | Dictify API - Eofla Internals",
"keywords": "Class DictionaryWord.DefinitionType The definition class Inheritance object DictionaryWord.DefinitionType Namespace: Dictify.Models Assembly: Dictify.dll Syntax public class DictionaryWord.DefinitionType Properties | Edit this page View Source Antonyms List of antonyms based on the definition Declaration [JsonProperty(\"antonyms\")] public List<string> Antonyms { get; set; } Property Value Type Description List<string> | Edit this page View Source Definition Word definition Declaration [JsonProperty(\"definition\")] public string Definition { get; set; } Property Value Type Description string | Edit this page View Source Example Example in sentence Declaration [JsonProperty(\"example\")] public string Example { get; set; } Property Value Type Description string | Edit this page View Source Synonyms List of synonyms based on the definition Declaration [JsonProperty(\"synonyms\")] public List<string> Synonyms { get; set; } Property Value Type Description List<string>"
"keywords": "Class DictionaryWord.DefinitionType The definition class Inheritance object DictionaryWord.DefinitionType Namespace: Dictify.Models Assembly: Dictify.dll Syntax public class DictionaryWord.DefinitionType Properties | Edit this page View Source Antonyms List of antonyms based on the definition Declaration [JsonProperty(\"antonyms\")] public string[] Antonyms { get; set; } Property Value Type Description string[] | Edit this page View Source Definition Word definition Declaration [JsonProperty(\"definition\")] public string Definition { get; set; } Property Value Type Description string | Edit this page View Source Example Example in sentence Declaration [JsonProperty(\"example\")] public string Example { get; set; } Property Value Type Description string | Edit this page View Source Synonyms List of synonyms based on the definition Declaration [JsonProperty(\"synonyms\")] public string[] Synonyms { get; set; } Property Value Type Description string[]"
},
"api/Dictify.Models.DictionaryWord.License.html": {
"href": "api/Dictify.Models.DictionaryWord.License.html",
Expand All @@ -22,7 +22,7 @@
"api/Dictify.Models.DictionaryWord.Meaning.html": {
"href": "api/Dictify.Models.DictionaryWord.Meaning.html",
"title": "Class DictionaryWord.Meaning | Dictify API - Eofla Internals",
"keywords": "Class DictionaryWord.Meaning Word meaning class Inheritance object DictionaryWord.Meaning Namespace: Dictify.Models Assembly: Dictify.dll Syntax public class DictionaryWord.Meaning Properties | Edit this page View Source Antonyms List of antonyms based on the word meaning Declaration [JsonProperty(\"antonyms\")] public List<string> Antonyms { get; set; } Property Value Type Description List<string> | Edit this page View Source Definitions List of word definitions. Words usually come with one or more definitions. Declaration [JsonProperty(\"definitions\")] public List<DictionaryWord.DefinitionType> Definitions { get; set; } Property Value Type Description List<DictionaryWord.DefinitionType> | Edit this page View Source PartOfSpeech Part of speech, usually noun, verb, adjective, adverb, interjection, etc. Declaration [JsonProperty(\"partOfSpeech\")] public string PartOfSpeech { get; set; } Property Value Type Description string | Edit this page View Source Synonyms List of synonyms based on the word meaning Declaration [JsonProperty(\"synonyms\")] public List<string> Synonyms { get; set; } Property Value Type Description List<string>"
"keywords": "Class DictionaryWord.Meaning Word meaning class Inheritance object DictionaryWord.Meaning Namespace: Dictify.Models Assembly: Dictify.dll Syntax public class DictionaryWord.Meaning Properties | Edit this page View Source Antonyms List of antonyms based on the word meaning Declaration [JsonProperty(\"antonyms\")] public string[] Antonyms { get; set; } Property Value Type Description string[] | Edit this page View Source Definitions List of word definitions. Words usually come with one or more definitions. Declaration [JsonProperty(\"definitions\")] public DictionaryWord.DefinitionType[] Definitions { get; set; } Property Value Type Description DefinitionType[] | Edit this page View Source PartOfSpeech Part of speech, usually noun, verb, adjective, adverb, interjection, etc. Declaration [JsonProperty(\"partOfSpeech\")] public string PartOfSpeech { get; set; } Property Value Type Description string | Edit this page View Source Synonyms List of synonyms based on the word meaning Declaration [JsonProperty(\"synonyms\")] public string[] Synonyms { get; set; } Property Value Type Description string[]"
},
"api/Dictify.Models.DictionaryWord.Phonetic.html": {
"href": "api/Dictify.Models.DictionaryWord.Phonetic.html",
Expand All @@ -32,7 +32,7 @@
"api/Dictify.Models.DictionaryWord.html": {
"href": "api/Dictify.Models.DictionaryWord.html",
"title": "Class DictionaryWord | Dictify API - Eofla Internals",
"keywords": "Class DictionaryWord A dictionary word Inheritance object DictionaryWord Namespace: Dictify.Models Assembly: Dictify.dll Syntax public class DictionaryWord Properties | Edit this page View Source LicenseInfo License information Declaration [JsonProperty(\"license\")] public DictionaryWord.License LicenseInfo { get; set; } Property Value Type Description DictionaryWord.License | Edit this page View Source Meanings Word meanings Declaration [JsonProperty(\"meanings\")] public List<DictionaryWord.Meaning> Meanings { get; set; } Property Value Type Description List<DictionaryWord.Meaning> | Edit this page View Source PhoneticWord The base phonetic representation of the word Declaration [JsonProperty(\"phonetic\")] public string PhoneticWord { get; set; } Property Value Type Description string | Edit this page View Source Phonetics The alternative phonetic representations Declaration [JsonProperty(\"phonetics\")] public List<DictionaryWord.Phonetic> Phonetics { get; set; } Property Value Type Description List<DictionaryWord.Phonetic> | Edit this page View Source SourceUrls List of where we got the word information from Declaration [JsonProperty(\"sourceUrls\")] public List<string> SourceUrls { get; set; } Property Value Type Description List<string> | Edit this page View Source Word The actual word Declaration [JsonProperty(\"word\")] public string Word { get; set; } Property Value Type Description string"
"keywords": "Class DictionaryWord A dictionary word Inheritance object DictionaryWord Namespace: Dictify.Models Assembly: Dictify.dll Syntax public class DictionaryWord Properties | Edit this page View Source LicenseInfo License information Declaration [JsonProperty(\"license\")] public DictionaryWord.License LicenseInfo { get; set; } Property Value Type Description DictionaryWord.License | Edit this page View Source Meanings Word meanings Declaration [JsonProperty(\"meanings\")] public DictionaryWord.Meaning[] Meanings { get; set; } Property Value Type Description Meaning[] | Edit this page View Source PhoneticWord The base phonetic representation of the word Declaration [JsonProperty(\"phonetic\")] public string PhoneticWord { get; set; } Property Value Type Description string | Edit this page View Source Phonetics The alternative phonetic representations Declaration [JsonProperty(\"phonetics\")] public DictionaryWord.Phonetic[] Phonetics { get; set; } Property Value Type Description Phonetic[] | Edit this page View Source SourceUrls List of where we got the word information from Declaration [JsonProperty(\"sourceUrls\")] public string[] SourceUrls { get; set; } Property Value Type Description string[] | Edit this page View Source Word The actual word Declaration [JsonProperty(\"word\")] public string Word { get; set; } Property Value Type Description string"
},
"api/Dictify.Models.html": {
"href": "api/Dictify.Models.html",
Expand Down
18 changes: 9 additions & 9 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,55 +2,55 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://aptivi.github.io/Dictify/api/Dictify.Manager.DictionaryManager.html</loc>
<lastmod>2023-10-25T07:58:46+00:00</lastmod>
<lastmod>2023-10-25T08:00:19+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/Dictify/api/Dictify.Manager.html</loc>
<lastmod>2023-10-25T07:58:46+00:00</lastmod>
<lastmod>2023-10-25T08:00:19+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/Dictify/api/Dictify.Models.DictionaryWord.DefinitionType.html</loc>
<lastmod>2023-10-25T07:58:46+00:00</lastmod>
<lastmod>2023-10-25T08:00:19+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/Dictify/api/Dictify.Models.DictionaryWord.License.html</loc>
<lastmod>2023-10-25T07:58:46+00:00</lastmod>
<lastmod>2023-10-25T08:00:19+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/Dictify/api/Dictify.Models.DictionaryWord.Meaning.html</loc>
<lastmod>2023-10-25T07:58:46+00:00</lastmod>
<lastmod>2023-10-25T08:00:19+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/Dictify/api/Dictify.Models.DictionaryWord.Phonetic.html</loc>
<lastmod>2023-10-25T07:58:46+00:00</lastmod>
<lastmod>2023-10-25T08:00:19+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/Dictify/api/Dictify.Models.DictionaryWord.html</loc>
<lastmod>2023-10-25T07:58:46+00:00</lastmod>
<lastmod>2023-10-25T08:00:19+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/Dictify/api/Dictify.Models.html</loc>
<lastmod>2023-10-25T07:58:46+00:00</lastmod>
<lastmod>2023-10-25T08:00:19+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/Dictify/index.html</loc>
<lastmod>2023-10-25T07:58:46+00:00</lastmod>
<lastmod>2023-10-25T08:00:19+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
Expand Down

0 comments on commit 339eecb

Please sign in to comment.