Update nach EDK-Read
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="GENERATOR" content="VSdocman - documentation generator; https://www.helixoft.com" />
|
||||
<link rel="icon" href="favicon.ico">
|
||||
<title>ValuesController Class</title>
|
||||
<title>DocumentController.GenDoc Method</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="msdn2019/toc.css" />
|
||||
<script src="msdn2019/toc.js"></script>
|
||||
@@ -74,11 +74,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
|
||||
<div id="mainBody">
|
||||
<h1 class="title">ValuesController Class</h1>
|
||||
<h1 class="title">DocumentController.GenDoc Method</h1>
|
||||
|
||||
<div class="metadata">
|
||||
Namespace:
|
||||
<a href="topic_0000000000000387.html">EDOKAAPI_NetFramework.Controllers</a>
|
||||
<a href="topic_000000000000038A.html">EDOKAAPI_NetFramework.Controllers</a>
|
||||
|
||||
|
||||
|
||||
@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
|
||||
<div class="codeSnippetCode codeVB">
|
||||
<pre xml:space="preserve" class="brush: vb">Public Class ValuesController <br /> Inherits <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.http.apicontroller">ApiController</a></pre>
|
||||
<pre xml:space="preserve" class="brush: vb"><HttpPost()> _ <br /><Route("API/GenDoc")> _ <br />Public Function GenDoc( _ <br /> ByVal <i>Partnernr</i> As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>, _ <br /> ByVal <i>Dokumenttypnr</i> As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>, _ <br /> Optional ByVal <i>TGCreator</i> As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a> = "", _ <br /> Optional ByVal <i>TGResp</i> As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a> = "", _ <br /> Optional ByVal <i>TGUL</i> As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a> = "", _ <br /> Optional ByVal <i>TGUR</i> As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a> = "", _ <br /> Optional ByVal <i>Faksimile</i> As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a> = "", _ <br /> Optional ByVal <i>FoU</i> As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a> = "" _ <br />) As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.http.ihttpactionresult">IHttpActionResult</a></pre>
|
||||
</div>
|
||||
<div class="codeSnippetCode codeNA">
|
||||
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
|
||||
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
|
||||
<div class="codeSnippetCode codeCsharp">
|
||||
<pre xml:space="preserve" class="brush: csharp">public class ValuesController : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.http.apicontroller">ApiController</a></pre>
|
||||
<pre xml:space="preserve" class="brush: csharp">[HttpPost()] <br />[Route("API/GenDoc")] <br />public <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.http.ihttpactionresult">IHttpActionResult</a> GenDoc( <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a> <i>Partnernr</i>, <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a> <i>Dokumenttypnr</i>, <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a> <i>TGCreator</i> = "", <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a> <i>TGResp</i> = "", <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a> <i>TGUL</i> = "", <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a> <i>TGUR</i> = "", <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a> <i>Faksimile</i> = "", <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a> <i>FoU</i> = "" <br />)</pre>
|
||||
</div>
|
||||
<div class="codeSnippetCode codeNA">
|
||||
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
|
||||
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
|
||||
<div class="codeSnippetCode codeCpp">
|
||||
<pre xml:space="preserve" class="brush: cpp">public ref class ValuesController : public <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system::web::http::apicontroller">ApiController</a></pre>
|
||||
<pre xml:space="preserve" class="brush: cpp">[HttpPost()] <br />[Route("API/GenDoc")] <br />public: <br /><a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.http.ihttpactionresult">IHttpActionResult</a>^ GenDoc( <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>^ <i>Partnernr</i>, <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>^ <i>Dokumenttypnr</i>, <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>^ <i>TGCreator</i>, <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>^ <i>TGResp</i>, <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>^ <i>TGUL</i>, <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>^ <i>TGUR</i>, <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>^ <i>Faksimile</i>, <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>^ <i>FoU</i> <br />) </pre>
|
||||
</div>
|
||||
<div class="codeSnippetCode codeNA">
|
||||
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
|
||||
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
|
||||
<div class="codeSnippetCode codeJScript">
|
||||
<pre xml:space="preserve" class="brush: js">public class ValuesController <br /> extends <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.http.apicontroller">ApiController</a></pre>
|
||||
<pre xml:space="preserve" class="brush: js">public <br /> HttpPost() <br /> Route("API/GenDoc") <br />function GenDoc( <br /> <i>Partnernr</i> : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>, <br /> <i>Dokumenttypnr</i> : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>, <br /> <i>TGCreator</i> : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>, <br /> <i>TGResp</i> : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>, <br /> <i>TGUL</i> : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>, <br /> <i>TGUR</i> : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>, <br /> <i>Faksimile</i> : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>, <br /> <i>FoU</i> : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a> <br />) : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.http.ihttpactionresult">IHttpActionResult</a>;</pre>
|
||||
</div>
|
||||
<div class="codeSnippetCode codeNA">
|
||||
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
|
||||
@@ -267,120 +267,117 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
|
||||
|
||||
<h4 class="subHeading">
|
||||
Parameters</h4><dl paramName="Partnernr" class="parameterList">
|
||||
<dt>
|
||||
<span class="parameter">
|
||||
Partnernr
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<dl paramName="Dokumenttypnr" class="parameterList">
|
||||
<dt>
|
||||
<span class="parameter">
|
||||
Dokumenttypnr
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<dl paramName="TGCreator" class="parameterList">
|
||||
<dt>
|
||||
<span class="parameter">
|
||||
TGCreator
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<dl paramName="TGResp" class="parameterList">
|
||||
<dt>
|
||||
<span class="parameter">
|
||||
TGResp
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<dl paramName="TGUL" class="parameterList">
|
||||
<dt>
|
||||
<span class="parameter">
|
||||
TGUL
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<dl paramName="TGUR" class="parameterList">
|
||||
<dt>
|
||||
<span class="parameter">
|
||||
TGUR
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<dl paramName="Faksimile" class="parameterList">
|
||||
<dt>
|
||||
<span class="parameter">
|
||||
Faksimile
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<dl paramName="FoU" class="parameterList">
|
||||
<dt>
|
||||
<span class="parameter">
|
||||
FoU
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
|
||||
<p />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="section_container">
|
||||
<div class="section_heading">
|
||||
<span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">Methods</a></span>
|
||||
<div> </div>
|
||||
</div>
|
||||
|
||||
<div id="MethodsSection" class="section">
|
||||
<table class="memberListTable">
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>
|
||||
Name
|
||||
</th>
|
||||
<th>
|
||||
Description
|
||||
</th>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_0000000000000399.html">Delete(int)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_0000000000000395.html">Get()</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_0000000000000396.html">Get(int)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<h4 class="subHeading">
|
||||
Return Value</h4>
|
||||
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.http.ihttpactionresult">IHttpActionResult</a>
|
||||
|
||||
|
||||
|
||||
@@ -390,67 +387,13 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_0000000000000397.html">Post(string)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_0000000000000398.html">Put(int, string)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
<a href="#mainBody">
|
||||
Top
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -468,36 +411,6 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Classes -->
|
||||
|
||||
<!-- Classes End -->
|
||||
|
||||
<!-- Standard Modules -->
|
||||
|
||||
<!-- Standard Modules End -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -545,7 +458,6 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="section_container">
|
||||
<div class="section_heading">
|
||||
<span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">See Also</a></span>
|
||||
@@ -554,10 +466,14 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
|
||||
<div id="seeAlsoSection" class="section">
|
||||
<div>
|
||||
<a href="topic_0000000000000387.html">EDOKAAPI_NetFramework.Controllers Namespace</a><br />
|
||||
<a href="topic_000000000000038E.html">DocumentController Class</a><br />
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="topic_000000000000038A.html">EDOKAAPI_NetFramework.Controllers Namespace</a><br />
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user