Integration overview: Porovnání verzí
Z Podpora.nextis.cz
(Založena nová stránka s textem „wefwetw“) |
|||
| Řádka 1: | Řádka 1: | ||
| − | + | === 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, 18:59
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)
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