Integration overview: Porovnání verzí

Z Podpora.nextis.cz
Přejít na: navigace, hledání
(Založena nová stránka s textem „wefwetw“)
 
Řádka 1: Řádka 1:
wefwetw
+
=== Prerequisities ===
 +
# Installed Nextis.SDK.TecDOCInterface
 +
# .NET framework 5.7 and higher
 +
 
 +
=== Step by step integration ===
 +
* Put and endpoint (as bellow) into your application configuration file (usually app_name.exe.config)
 +
<syntaxhighlight lang="xml">
 +
df edr
 +
</syntaxhighlight>
 +
* Within your project create data connection class inherited from Nextis.SDK.TecDOC data manager
 +
* Fill base methods to connect your data to TecDOC result
 +
*

Verze z 1. 11. 2019, 19:59

Prerequisities

  1. Installed Nextis.SDK.TecDOCInterface
  2. .NET framework 5.7 and higher

Step by step integration

  • Put and endpoint (as bellow) into your application configuration file (usually app_name.exe.config)
df edr
  • Within your project create data connection class inherited from Nextis.SDK.TecDOC data manager
  • Fill base methods to connect your data to TecDOC result