Skip to content

Commit

Permalink
Update documents
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomvh committed Sep 17, 2021
1 parent 10683f3 commit a4b5127
Show file tree
Hide file tree
Showing 128 changed files with 21,909 additions and 33,289 deletions.
215 changes: 106 additions & 109 deletions docs/classes/CsdlAction.html

Large diffs are not rendered by default.

133 changes: 66 additions & 67 deletions docs/classes/CsdlActionImport.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
<link rel="stylesheet" href="../styles/style.css">
<link rel="stylesheet" href="../styles/style.css">
<link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
</head>
<body>

Expand Down Expand Up @@ -42,7 +43,7 @@

<ol class="breadcrumb">
<li>Classes</li>
<li>CsdlActionImport</li>
<li >CsdlActionImport</li>
</ol>

<ul class="nav nav-tabs" role="tablist">
Expand All @@ -67,6 +68,7 @@ <h3>File</h3>




<section>
<h3 id="index">Index</h3>
<table class="table table-sm table-bordered index-table">
Expand All @@ -81,16 +83,16 @@ <h6><b>Properties</b></h6>
<ul class="index-list">
<li>
<span class="modifier">Public</span>
<a href="#action">action</a>
<a href="#action" >action</a>
</li>
<li>
<span class="modifier">Public</span>
<span class="modifier">Optional</span>
<a href="#entitySet">entitySet</a>
<a href="#entitySet" >entitySet</a>
</li>
<li>
<span class="modifier">Public</span>
<a href="#name">name</a>
<a href="#name" >name</a>
</li>
</ul>
</td>
Expand Down Expand Up @@ -180,94 +182,91 @@ <h3 id="constructor">Constructor</h3>

<section>

<h3 id="inputs">
Properties
</h3>
<table class="table table-sm table-bordered">
<tbody>
<h3 id="inputs">
Properties
</h3>
<table class="table table-sm table-bordered">
<tbody>
<tr>
<td class="col-md-4">
<a name="action"></a>
<span class="name">
<span class="modifier">Public</span>
<span ><b>action</b></span>
<a href="#action"><span class="icon ion-ios-link"></span></a>
</span>
</td>
</tr>
<tr>
<td class="col-md-4">
<a name="action"></a>
<span class="name">
<b>
<span class="modifier">Public</span>
action</b>
<a href="#action"><span class="icon ion-ios-link"></span></a>
</span>
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>

</td>
</tr>
<tr>
<td class="col-md-4">
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>

<div class="io-line">Defined in <a href="" data-line="34" class="link-to-prism">projects/angular-odata/src/lib/resources/responses/csdl/csdl-function-action.ts:34</a></div>
</td>
</tr>
<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="34" class="link-to-prism">projects/angular-odata/src/lib/resources/responses/csdl/csdl-function-action.ts:34</a></div>
</td>
</tr>


</tbody>
</table>
<table class="table table-sm table-bordered">
<tbody>
</tbody>
</table>
<table class="table table-sm table-bordered">
<tbody>
<tr>
<td class="col-md-4">
<a name="entitySet"></a>
<span class="name">
<span class="modifier">Public</span>
<span class="modifier">Optional</span>
<span ><b>entitySet</b></span>
<a href="#entitySet"><span class="icon ion-ios-link"></span></a>
</span>
</td>
</tr>
<tr>
<td class="col-md-4">
<a name="entitySet"></a>
<span class="name">
<b>
<span class="modifier">Public</span>
<span class="modifier">Optional</span>
entitySet</b>
<a href="#entitySet"><span class="icon ion-ios-link"></span></a>
</span>
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>

</td>
</tr>
<tr>
<td class="col-md-4">
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>

<div class="io-line">Defined in <a href="" data-line="35" class="link-to-prism">projects/angular-odata/src/lib/resources/responses/csdl/csdl-function-action.ts:35</a></div>
</td>
</tr>
<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="35" class="link-to-prism">projects/angular-odata/src/lib/resources/responses/csdl/csdl-function-action.ts:35</a></div>
</td>
</tr>


</tbody>
</table>
<table class="table table-sm table-bordered">
<tbody>
</tbody>
</table>
<table class="table table-sm table-bordered">
<tbody>
<tr>
<td class="col-md-4">
<a name="name"></a>
<span class="name">
<span class="modifier">Public</span>
<span ><b>name</b></span>
<a href="#name"><span class="icon ion-ios-link"></span></a>
</span>
</td>
</tr>
<tr>
<td class="col-md-4">
<a name="name"></a>
<span class="name">
<b>
<span class="modifier">Public</span>
name</b>
<a href="#name"><span class="icon ion-ios-link"></span></a>
</span>
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>

</td>
</tr>
<tr>
<td class="col-md-4">
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>

<div class="io-line">Defined in <a href="" data-line="33" class="link-to-prism">projects/angular-odata/src/lib/resources/responses/csdl/csdl-function-action.ts:33</a></div>
</td>
</tr>
<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="33" class="link-to-prism">projects/angular-odata/src/lib/resources/responses/csdl/csdl-function-action.ts:33</a></div>
</td>
</tr>


</tbody>
</table>
</tbody>
</table>
</section>


Expand Down Expand Up @@ -346,14 +345,14 @@ <h3 id="inputs">








</div><div class="search-results">
<div class="has-results">
<h1 class="search-results-title"><span class='search-results-count'></span> result-matching "<span class='search-query'></span>"</h1>
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
<ul class="search-results-list"></ul>
</div>
<div class="no-results">
Expand All @@ -374,9 +373,9 @@ <h1 class="search-results-title">No results matching "<span class='search-query'

<script src="../js/libs/custom-elements.min.js"></script>
<script src="../js/libs/lit-html.js"></script>
<!-- Required to polyfill modern browsers as code is ES5 for IE... -->
<script src="../js/libs/custom-elements-es5-adapter.js" charset="utf-8" defer></script>

<script src="../js/menu-wc.js" defer></script>
<script nomodule src="../js/menu-wc_es5.js" defer></script>

<script src="../js/libs/bootstrap-native.js"></script>

Expand Down
61 changes: 31 additions & 30 deletions docs/classes/CsdlAnnotable.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
<link rel="stylesheet" href="../styles/style.css">
<link rel="stylesheet" href="../styles/style.css">
<link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
</head>
<body>

Expand Down Expand Up @@ -42,7 +43,7 @@

<ol class="breadcrumb">
<li>Classes</li>
<li>CsdlAnnotable</li>
<li >CsdlAnnotable</li>
</ol>

<ul class="nav nav-tabs" role="tablist">
Expand All @@ -67,6 +68,7 @@ <h3>File</h3>




<section>
<h3 id="index">Index</h3>
<table class="table table-sm table-bordered index-table">
Expand All @@ -82,7 +84,7 @@ <h6><b>Properties</b></h6>
<li>
<span class="modifier">Public</span>
<span class="modifier">Optional</span>
<a href="#annotationList">annotationList</a>
<a href="#annotationList" >annotationList</a>
</li>
</ul>
</td>
Expand All @@ -103,7 +105,7 @@ <h3 id="constructor">Constructor</h3>
<tbody>
<tr>
<td class="col-md-4">
<code>constructor(annotationList?: <a href="../classes/CsdlAnnotation.html">CsdlAnnotation[]</a>)</code>
<code>constructor(annotationList?: <a href="../classes/CsdlAnnotation.html" target="_self">CsdlAnnotation[]</a>)</code>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -148,38 +150,37 @@ <h3 id="constructor">Constructor</h3>

<section>

<h3 id="inputs">
Properties
</h3>
<table class="table table-sm table-bordered">
<tbody>
<h3 id="inputs">
Properties
</h3>
<table class="table table-sm table-bordered">
<tbody>
<tr>
<td class="col-md-4">
<a name="annotationList"></a>
<span class="name">
<span class="modifier">Public</span>
<span class="modifier">Optional</span>
<span ><b>annotationList</b></span>
<a href="#annotationList"><span class="icon ion-ios-link"></span></a>
</span>
</td>
</tr>
<tr>
<td class="col-md-4">
<a name="annotationList"></a>
<span class="name">
<b>
<span class="modifier">Public</span>
<span class="modifier">Optional</span>
annotationList</b>
<a href="#annotationList"><span class="icon ion-ios-link"></span></a>
</span>
<i>Type : </i> <code><a href="../classes/CsdlAnnotation.html" target="_self" >CsdlAnnotation[]</a></code>

</td>
</tr>
<tr>
<td class="col-md-4">
<i>Type : </i> <code><a href="../classes/CsdlAnnotation.html" target="_self" >CsdlAnnotation[]</a></code>

<div class="io-line">Defined in <a href="" data-line="2" class="link-to-prism">projects/angular-odata/src/lib/resources/responses/csdl/csdl-annotation.ts:2</a></div>
</td>
</tr>
<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="2" class="link-to-prism">projects/angular-odata/src/lib/resources/responses/csdl/csdl-annotation.ts:2</a></div>
</td>
</tr>


</tbody>
</table>
</tbody>
</table>
</section>


Expand Down Expand Up @@ -230,14 +231,14 @@ <h3 id="inputs">








</div><div class="search-results">
<div class="has-results">
<h1 class="search-results-title"><span class='search-results-count'></span> result-matching "<span class='search-query'></span>"</h1>
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
<ul class="search-results-list"></ul>
</div>
<div class="no-results">
Expand All @@ -258,9 +259,9 @@ <h1 class="search-results-title">No results matching "<span class='search-query'

<script src="../js/libs/custom-elements.min.js"></script>
<script src="../js/libs/lit-html.js"></script>
<!-- Required to polyfill modern browsers as code is ES5 for IE... -->
<script src="../js/libs/custom-elements-es5-adapter.js" charset="utf-8" defer></script>

<script src="../js/menu-wc.js" defer></script>
<script nomodule src="../js/menu-wc_es5.js" defer></script>

<script src="../js/libs/bootstrap-native.js"></script>

Expand Down
Loading

0 comments on commit a4b5127

Please sign in to comment.