diff --git a/API_NetFramework/Controllers/ArchivController.cs b/API_NetFramework/Controllers/ArchivController.cs index b1760e4d..ac95eeb7 100644 --- a/API_NetFramework/Controllers/ArchivController.cs +++ b/API_NetFramework/Controllers/ArchivController.cs @@ -55,7 +55,7 @@ namespace API_NetFramework.Controllers string sql = "Insert OnDoc_IL_Log (dokumentid, ilresponse,error, erstellt_am) values ('" + dokumentid + "',"; sql = sql + "'" + ilr.response.ToString() + "',"; if (ilr.senderror != 0) { sql = sql + "1,"; } else { sql = sql + "0,"; } - sql = sql + "'" + DateTime.Now.ToString("yyyy-MM-dd hh:mm:ss") + "')"; + sql = sql +"getdate() )"; dB.Exec_SQL(sql); dB = null; APILogging.Log((HttpRequestMessage)Request, "Ende Updaet IL_Log: DokumentID:" + dokumentid, LogLevelType.Debug); diff --git a/API_NetFramework/VSdoc/index.html_rename b/API_NetFramework/VSdoc/index.html_rename index 4ae448fd..30863be0 100644 --- a/API_NetFramework/VSdoc/index.html_rename +++ b/API_NetFramework/VSdoc/index.html_rename @@ -2,13 +2,13 @@ Default page - +
- Go to default page + Go to default page
\ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_332.js b/API_NetFramework/VSdoc/search--/s_332.js index b27af0ab..41e6c34d 100644 --- a/API_NetFramework/VSdoc/search--/s_332.js +++ b/API_NetFramework/VSdoc/search--/s_332.js @@ -1 +1 @@ -search_result['332']=["topic_000000000000009C.html","API_NetFramework.Controllers Namespace",""]; \ No newline at end of file +search_result['332']=["topic_000000000000009C.html","SecuringWebApiUsingApiKey.Middleware Namespace",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_333.js b/API_NetFramework/VSdoc/search--/s_333.js index c9790936..e309eb3d 100644 --- a/API_NetFramework/VSdoc/search--/s_333.js +++ b/API_NetFramework/VSdoc/search--/s_333.js @@ -1 +1 @@ -search_result['333']=["topic_000000000000009D.html","AntwortAdresseController Class",""]; \ No newline at end of file +search_result['333']=["topic_000000000000009D.html","StringCipher Class",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_334.js b/API_NetFramework/VSdoc/search--/s_334.js index 104cb934..c387518c 100644 --- a/API_NetFramework/VSdoc/search--/s_334.js +++ b/API_NetFramework/VSdoc/search--/s_334.js @@ -1 +1 @@ -search_result['334']=["topic_000000000000009D_attached_props--.html","AntwortAdresseController Attached Properties",""]; \ No newline at end of file +search_result['334']=["topic_000000000000009D_attached_props--.html","StringCipher Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_335.js b/API_NetFramework/VSdoc/search--/s_335.js index 6dbe03da..c412d5c3 100644 --- a/API_NetFramework/VSdoc/search--/s_335.js +++ b/API_NetFramework/VSdoc/search--/s_335.js @@ -1 +1 @@ -search_result['335']=["topic_000000000000009D_events--.html","AntwortAdresseController Events",""]; \ No newline at end of file +search_result['335']=["topic_000000000000009D_events--.html","StringCipher Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_336.js b/API_NetFramework/VSdoc/search--/s_336.js index ea390b76..fcad812d 100644 --- a/API_NetFramework/VSdoc/search--/s_336.js +++ b/API_NetFramework/VSdoc/search--/s_336.js @@ -1 +1 @@ -search_result['336']=["topic_000000000000009D_methods--.html","AntwortAdresseController Methods",""]; \ No newline at end of file +search_result['336']=["topic_000000000000009D_methods--.html","StringCipher Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_337.js b/API_NetFramework/VSdoc/search--/s_337.js index 9a43f62c..db829c9d 100644 --- a/API_NetFramework/VSdoc/search--/s_337.js +++ b/API_NetFramework/VSdoc/search--/s_337.js @@ -1 +1 @@ -search_result['337']=["topic_000000000000009D_props--.html","AntwortAdresseController Properties",""]; \ No newline at end of file +search_result['337']=["topic_000000000000009D_props--.html","StringCipher Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_338.js b/API_NetFramework/VSdoc/search--/s_338.js index 17a3e49d..5c37ff95 100644 --- a/API_NetFramework/VSdoc/search--/s_338.js +++ b/API_NetFramework/VSdoc/search--/s_338.js @@ -1 +1 @@ -search_result['338']=["topic_000000000000009D_vars--.html","AntwortAdresseController Fields",""]; \ No newline at end of file +search_result['338']=["topic_000000000000009D_vars--.html","StringCipher Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_339.js b/API_NetFramework/VSdoc/search--/s_339.js index 622f7592..29e80c61 100644 --- a/API_NetFramework/VSdoc/search--/s_339.js +++ b/API_NetFramework/VSdoc/search--/s_339.js @@ -1 +1 @@ -search_result['339']=["topic_000000000000009E.html","AntwortAdresseController.GetGetAll Method",""]; \ No newline at end of file +search_result['339']=["topic_000000000000009E.html","StringCipher.Encrypt Method",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_340.js b/API_NetFramework/VSdoc/search--/s_340.js index a695a39a..1348a355 100644 --- a/API_NetFramework/VSdoc/search--/s_340.js +++ b/API_NetFramework/VSdoc/search--/s_340.js @@ -1 +1 @@ -search_result['340']=["topic_000000000000009F.html","AntwortAdresseController.GetByID Method",""]; \ No newline at end of file +search_result['340']=["topic_000000000000009F.html","StringCipher.Decrypt Method",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_341.js b/API_NetFramework/VSdoc/search--/s_341.js index f08a912d..c7a1f634 100644 --- a/API_NetFramework/VSdoc/search--/s_341.js +++ b/API_NetFramework/VSdoc/search--/s_341.js @@ -1 +1 @@ -search_result['341']=["topic_00000000000000A0.html","AntwortAdresseController.GetAllMitarbeiterByTGNummer Method",""]; \ No newline at end of file +search_result['341']=["topic_00000000000000A0.html","ApiKeyMiddleware Class",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_342.js b/API_NetFramework/VSdoc/search--/s_342.js index e3ad45ad..84fe1b3c 100644 --- a/API_NetFramework/VSdoc/search--/s_342.js +++ b/API_NetFramework/VSdoc/search--/s_342.js @@ -1 +1 @@ -search_result['342']=["topic_00000000000000A1.html","AntwortAdresseController.GetAllMitarbeiterByMitarbeiterNr Method",""]; \ No newline at end of file +search_result['342']=["topic_00000000000000A0_attached_props--.html","ApiKeyMiddleware Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_343.js b/API_NetFramework/VSdoc/search--/s_343.js index 9126dd58..35bd29a1 100644 --- a/API_NetFramework/VSdoc/search--/s_343.js +++ b/API_NetFramework/VSdoc/search--/s_343.js @@ -1 +1 @@ -search_result['343']=["topic_00000000000000A2.html","AntwortAdresseController.GetMitarbeiterByID Method",""]; \ No newline at end of file +search_result['343']=["topic_00000000000000A0_events--.html","ApiKeyMiddleware Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_344.js b/API_NetFramework/VSdoc/search--/s_344.js index 44fae9c9..7d05fc24 100644 --- a/API_NetFramework/VSdoc/search--/s_344.js +++ b/API_NetFramework/VSdoc/search--/s_344.js @@ -1 +1 @@ -search_result['344']=["topic_00000000000000A3.html","ArchivController Class",""]; \ No newline at end of file +search_result['344']=["topic_00000000000000A0_methods--.html","ApiKeyMiddleware Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_345.js b/API_NetFramework/VSdoc/search--/s_345.js index 953e3e8e..be8a27b8 100644 --- a/API_NetFramework/VSdoc/search--/s_345.js +++ b/API_NetFramework/VSdoc/search--/s_345.js @@ -1 +1 @@ -search_result['345']=["topic_00000000000000A3_attached_props--.html","ArchivController Attached Properties",""]; \ No newline at end of file +search_result['345']=["topic_00000000000000A0_props--.html","ApiKeyMiddleware Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_346.js b/API_NetFramework/VSdoc/search--/s_346.js index b772875e..f1b9efdf 100644 --- a/API_NetFramework/VSdoc/search--/s_346.js +++ b/API_NetFramework/VSdoc/search--/s_346.js @@ -1 +1 @@ -search_result['346']=["topic_00000000000000A3_events--.html","ArchivController Events",""]; \ No newline at end of file +search_result['346']=["topic_00000000000000A0_vars--.html","ApiKeyMiddleware Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_347.js b/API_NetFramework/VSdoc/search--/s_347.js index 1946ecfa..334c0442 100644 --- a/API_NetFramework/VSdoc/search--/s_347.js +++ b/API_NetFramework/VSdoc/search--/s_347.js @@ -1 +1 @@ -search_result['347']=["topic_00000000000000A3_methods--.html","ArchivController Methods",""]; \ No newline at end of file +search_result['347']=["topic_00000000000000A1.html","apikeys Field",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_348.js b/API_NetFramework/VSdoc/search--/s_348.js index 64206e6a..9ab3056f 100644 --- a/API_NetFramework/VSdoc/search--/s_348.js +++ b/API_NetFramework/VSdoc/search--/s_348.js @@ -1 +1 @@ -search_result['348']=["topic_00000000000000A3_props--.html","ArchivController Properties",""]; \ No newline at end of file +search_result['348']=["topic_00000000000000A2.html","ApiKeyMiddleware.GetValue Method",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_349.js b/API_NetFramework/VSdoc/search--/s_349.js index bf366330..b519f24d 100644 --- a/API_NetFramework/VSdoc/search--/s_349.js +++ b/API_NetFramework/VSdoc/search--/s_349.js @@ -1 +1 @@ -search_result['349']=["topic_00000000000000A3_vars--.html","ArchivController Fields",""]; \ No newline at end of file +search_result['349']=["topic_00000000000000A3.html","ApiKeyMiddleware.Authorized Method",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_350.js b/API_NetFramework/VSdoc/search--/s_350.js index c6424178..5208bfdd 100644 --- a/API_NetFramework/VSdoc/search--/s_350.js +++ b/API_NetFramework/VSdoc/search--/s_350.js @@ -1 +1 @@ -search_result['350']=["topic_00000000000000A4.html","ArchivController.ArchivDoc_From_Database Method","Archiviert das Dokument aus OnDoc in OnBase"]; \ No newline at end of file +search_result['350']=["topic_00000000000000A3_attached_props--.html","ArchivController Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_351.js b/API_NetFramework/VSdoc/search--/s_351.js index 98f39643..152a1d88 100644 --- a/API_NetFramework/VSdoc/search--/s_351.js +++ b/API_NetFramework/VSdoc/search--/s_351.js @@ -1 +1 @@ -search_result['351']=["topic_00000000000000A4_attached_props--.html","TestParam Attached Properties",""]; \ No newline at end of file +search_result['351']=["topic_00000000000000A3_events--.html","ArchivController Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_352.js b/API_NetFramework/VSdoc/search--/s_352.js index 62362cde..004cc7cb 100644 --- a/API_NetFramework/VSdoc/search--/s_352.js +++ b/API_NetFramework/VSdoc/search--/s_352.js @@ -1 +1 @@ -search_result['352']=["topic_00000000000000A4_events--.html","TestParam Events",""]; \ No newline at end of file +search_result['352']=["topic_00000000000000A3_methods--.html","ArchivController Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_353.js b/API_NetFramework/VSdoc/search--/s_353.js index beef9688..d6c1976f 100644 --- a/API_NetFramework/VSdoc/search--/s_353.js +++ b/API_NetFramework/VSdoc/search--/s_353.js @@ -1 +1 @@ -search_result['353']=["topic_00000000000000A4_methods--.html","TestParam Methods",""]; \ No newline at end of file +search_result['353']=["topic_00000000000000A3_props--.html","ArchivController Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_354.js b/API_NetFramework/VSdoc/search--/s_354.js index 1e843a08..bc2a7ae0 100644 --- a/API_NetFramework/VSdoc/search--/s_354.js +++ b/API_NetFramework/VSdoc/search--/s_354.js @@ -1 +1 @@ -search_result['354']=["topic_00000000000000A4_props--.html","TestParam Properties",""]; \ No newline at end of file +search_result['354']=["topic_00000000000000A3_vars--.html","ArchivController Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_355.js b/API_NetFramework/VSdoc/search--/s_355.js index 1efdcea7..cf6a1775 100644 --- a/API_NetFramework/VSdoc/search--/s_355.js +++ b/API_NetFramework/VSdoc/search--/s_355.js @@ -1 +1 @@ -search_result['355']=["topic_00000000000000A4_vars--.html","TestParam Fields",""]; \ No newline at end of file +search_result['355']=["topic_00000000000000A4.html","API_NetFramework.Controllers Namespace",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_356.js b/API_NetFramework/VSdoc/search--/s_356.js index 90ba4af7..804f0bec 100644 --- a/API_NetFramework/VSdoc/search--/s_356.js +++ b/API_NetFramework/VSdoc/search--/s_356.js @@ -1 +1 @@ -search_result['356']=["topic_00000000000000A5.html","ArchivController.ArchivDocBase64 Method",""]; \ No newline at end of file +search_result['356']=["topic_00000000000000A4_attached_props--.html","TestParam Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_357.js b/API_NetFramework/VSdoc/search--/s_357.js index 968c57be..01b2c960 100644 --- a/API_NetFramework/VSdoc/search--/s_357.js +++ b/API_NetFramework/VSdoc/search--/s_357.js @@ -1 +1 @@ -search_result['357']=["topic_00000000000000A6.html","ArchivController.CheckDocID Method",""]; \ No newline at end of file +search_result['357']=["topic_00000000000000A4_events--.html","TestParam Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_358.js b/API_NetFramework/VSdoc/search--/s_358.js index a6bd5566..2a08e3a0 100644 --- a/API_NetFramework/VSdoc/search--/s_358.js +++ b/API_NetFramework/VSdoc/search--/s_358.js @@ -1 +1 @@ -search_result['358']=["topic_00000000000000A6_attached_props--.html","DocumentController Attached Properties",""]; \ No newline at end of file +search_result['358']=["topic_00000000000000A4_methods--.html","TestParam Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_359.js b/API_NetFramework/VSdoc/search--/s_359.js index 8c84f4f7..02c42936 100644 --- a/API_NetFramework/VSdoc/search--/s_359.js +++ b/API_NetFramework/VSdoc/search--/s_359.js @@ -1 +1 @@ -search_result['359']=["topic_00000000000000A6_events--.html","DocumentController Events",""]; \ No newline at end of file +search_result['359']=["topic_00000000000000A4_props--.html","TestParam Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_360.js b/API_NetFramework/VSdoc/search--/s_360.js index ec6a8229..514a0db4 100644 --- a/API_NetFramework/VSdoc/search--/s_360.js +++ b/API_NetFramework/VSdoc/search--/s_360.js @@ -1 +1 @@ -search_result['360']=["topic_00000000000000A6_methods--.html","DocumentController Methods",""]; \ No newline at end of file +search_result['360']=["topic_00000000000000A4_vars--.html","TestParam Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_361.js b/API_NetFramework/VSdoc/search--/s_361.js index f4305e3e..55aff0d9 100644 --- a/API_NetFramework/VSdoc/search--/s_361.js +++ b/API_NetFramework/VSdoc/search--/s_361.js @@ -1 +1 @@ -search_result['361']=["topic_00000000000000A6_props--.html","DocumentController Properties",""]; \ No newline at end of file +search_result['361']=["topic_00000000000000A5.html","AntwortAdresseController Class",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_362.js b/API_NetFramework/VSdoc/search--/s_362.js index d3b8ae9e..bcbecd92 100644 --- a/API_NetFramework/VSdoc/search--/s_362.js +++ b/API_NetFramework/VSdoc/search--/s_362.js @@ -1 +1 @@ -search_result['362']=["topic_00000000000000A6_vars--.html","DocumentController Fields",""]; \ No newline at end of file +search_result['362']=["topic_00000000000000A5_attached_props--.html","AntwortAdresseController Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_363.js b/API_NetFramework/VSdoc/search--/s_363.js index fd48b69d..bdc883bf 100644 --- a/API_NetFramework/VSdoc/search--/s_363.js +++ b/API_NetFramework/VSdoc/search--/s_363.js @@ -1 +1 @@ -search_result['363']=["topic_00000000000000A7.html","ArchivController.ArchivDocFromIRIS Method",""]; \ No newline at end of file +search_result['363']=["topic_00000000000000A5_events--.html","AntwortAdresseController Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_364.js b/API_NetFramework/VSdoc/search--/s_364.js index ac07237d..50a80c9e 100644 --- a/API_NetFramework/VSdoc/search--/s_364.js +++ b/API_NetFramework/VSdoc/search--/s_364.js @@ -1 +1 @@ -search_result['364']=["topic_00000000000000A7_attached_props--.html","DocumentController Attached Properties",""]; \ No newline at end of file +search_result['364']=["topic_00000000000000A5_methods--.html","AntwortAdresseController Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_365.js b/API_NetFramework/VSdoc/search--/s_365.js index f813c31a..6d0eaef1 100644 --- a/API_NetFramework/VSdoc/search--/s_365.js +++ b/API_NetFramework/VSdoc/search--/s_365.js @@ -1 +1 @@ -search_result['365']=["topic_00000000000000A7_events--.html","DocumentController Events",""]; \ No newline at end of file +search_result['365']=["topic_00000000000000A5_props--.html","AntwortAdresseController Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_366.js b/API_NetFramework/VSdoc/search--/s_366.js index c041639a..f822e6aa 100644 --- a/API_NetFramework/VSdoc/search--/s_366.js +++ b/API_NetFramework/VSdoc/search--/s_366.js @@ -1 +1 @@ -search_result['366']=["topic_00000000000000A7_methods--.html","DocumentController Methods",""]; \ No newline at end of file +search_result['366']=["topic_00000000000000A5_vars--.html","AntwortAdresseController Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_367.js b/API_NetFramework/VSdoc/search--/s_367.js index 37fd396a..e980d331 100644 --- a/API_NetFramework/VSdoc/search--/s_367.js +++ b/API_NetFramework/VSdoc/search--/s_367.js @@ -1 +1 @@ -search_result['367']=["topic_00000000000000A7_props--.html","DocumentController Properties",""]; \ No newline at end of file +search_result['367']=["topic_00000000000000A6.html","AntwortAdresseController.GetGetAll Method","GetGetAll liefert alle GAS-Adressen"]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_368.js b/API_NetFramework/VSdoc/search--/s_368.js index 59409efe..79e501c3 100644 --- a/API_NetFramework/VSdoc/search--/s_368.js +++ b/API_NetFramework/VSdoc/search--/s_368.js @@ -1 +1 @@ -search_result['368']=["topic_00000000000000A7_vars--.html","DocumentController Fields",""]; \ No newline at end of file +search_result['368']=["topic_00000000000000A6_attached_props--.html","DocumentController Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_369.js b/API_NetFramework/VSdoc/search--/s_369.js index f64d3496..da1b6f67 100644 --- a/API_NetFramework/VSdoc/search--/s_369.js +++ b/API_NetFramework/VSdoc/search--/s_369.js @@ -1 +1 @@ -search_result['369']=["topic_00000000000000A8.html","TestParam Class",""]; \ No newline at end of file +search_result['369']=["topic_00000000000000A6_events--.html","DocumentController Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_370.js b/API_NetFramework/VSdoc/search--/s_370.js index 9a68ba74..6a859eb3 100644 --- a/API_NetFramework/VSdoc/search--/s_370.js +++ b/API_NetFramework/VSdoc/search--/s_370.js @@ -1 +1 @@ -search_result['370']=["topic_00000000000000A8_attached_props--.html","TestParam Attached Properties",""]; \ No newline at end of file +search_result['370']=["topic_00000000000000A6_methods--.html","DocumentController Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_371.js b/API_NetFramework/VSdoc/search--/s_371.js index 2310c056..b92a9183 100644 --- a/API_NetFramework/VSdoc/search--/s_371.js +++ b/API_NetFramework/VSdoc/search--/s_371.js @@ -1 +1 @@ -search_result['371']=["topic_00000000000000A8_events--.html","TestParam Events",""]; \ No newline at end of file +search_result['371']=["topic_00000000000000A6_props--.html","DocumentController Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_372.js b/API_NetFramework/VSdoc/search--/s_372.js index 9d2f52b9..447b3981 100644 --- a/API_NetFramework/VSdoc/search--/s_372.js +++ b/API_NetFramework/VSdoc/search--/s_372.js @@ -1 +1 @@ -search_result['372']=["topic_00000000000000A8_methods--.html","TestParam Methods",""]; \ No newline at end of file +search_result['372']=["topic_00000000000000A6_vars--.html","DocumentController Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_373.js b/API_NetFramework/VSdoc/search--/s_373.js index 40ac576e..51898ae0 100644 --- a/API_NetFramework/VSdoc/search--/s_373.js +++ b/API_NetFramework/VSdoc/search--/s_373.js @@ -1 +1 @@ -search_result['373']=["topic_00000000000000A8_props--.html","TestParam Properties",""]; \ No newline at end of file +search_result['373']=["topic_00000000000000A7.html","AntwortAdresseController.GetByID Method",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_374.js b/API_NetFramework/VSdoc/search--/s_374.js index 4e907460..44b92e7e 100644 --- a/API_NetFramework/VSdoc/search--/s_374.js +++ b/API_NetFramework/VSdoc/search--/s_374.js @@ -1 +1 @@ -search_result['374']=["topic_00000000000000A8_vars--.html","TestParam Fields",""]; \ No newline at end of file +search_result['374']=["topic_00000000000000A7_attached_props--.html","DocumentController Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_375.js b/API_NetFramework/VSdoc/search--/s_375.js index eaf5da5b..ff9ccd5e 100644 --- a/API_NetFramework/VSdoc/search--/s_375.js +++ b/API_NetFramework/VSdoc/search--/s_375.js @@ -1 +1 @@ -search_result['375']=["topic_00000000000000A9.html","TestParam.param1 Property",""]; \ No newline at end of file +search_result['375']=["topic_00000000000000A7_events--.html","DocumentController Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_376.js b/API_NetFramework/VSdoc/search--/s_376.js index 25f8eafb..254d2ede 100644 --- a/API_NetFramework/VSdoc/search--/s_376.js +++ b/API_NetFramework/VSdoc/search--/s_376.js @@ -1 +1 @@ -search_result['376']=["topic_00000000000000AA.html","TestParam.param2 Property",""]; \ No newline at end of file +search_result['376']=["topic_00000000000000A7_methods--.html","DocumentController Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_377.js b/API_NetFramework/VSdoc/search--/s_377.js index 5c59ee94..16f457ea 100644 --- a/API_NetFramework/VSdoc/search--/s_377.js +++ b/API_NetFramework/VSdoc/search--/s_377.js @@ -1 +1 @@ -search_result['377']=["topic_00000000000000AB.html","DocumentController Class",""]; \ No newline at end of file +search_result['377']=["topic_00000000000000A7_props--.html","DocumentController Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_378.js b/API_NetFramework/VSdoc/search--/s_378.js index 134c4356..8edda7fc 100644 --- a/API_NetFramework/VSdoc/search--/s_378.js +++ b/API_NetFramework/VSdoc/search--/s_378.js @@ -1 +1 @@ -search_result['378']=["topic_00000000000000AB_attached_props--.html","DocumentController Attached Properties",""]; \ No newline at end of file +search_result['378']=["topic_00000000000000A7_vars--.html","DocumentController Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_379.js b/API_NetFramework/VSdoc/search--/s_379.js index 74046a75..787429cd 100644 --- a/API_NetFramework/VSdoc/search--/s_379.js +++ b/API_NetFramework/VSdoc/search--/s_379.js @@ -1 +1 @@ -search_result['379']=["topic_00000000000000AB_events--.html","DocumentController Events",""]; \ No newline at end of file +search_result['379']=["topic_00000000000000A8.html","AntwortAdresseController.GetAllMitarbeiterByTGNummer Method","GetAllMitarbeiterByTGNummer liefert die persönlichen Adressen eines Mitarbeiters"]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_380.js b/API_NetFramework/VSdoc/search--/s_380.js index c384709e..1012d4f0 100644 --- a/API_NetFramework/VSdoc/search--/s_380.js +++ b/API_NetFramework/VSdoc/search--/s_380.js @@ -1 +1 @@ -search_result['380']=["topic_00000000000000AB_methods--.html","DocumentController Methods",""]; \ No newline at end of file +search_result['380']=["topic_00000000000000A8_attached_props--.html","TestParam Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_381.js b/API_NetFramework/VSdoc/search--/s_381.js index b9f5a14c..f3aa2894 100644 --- a/API_NetFramework/VSdoc/search--/s_381.js +++ b/API_NetFramework/VSdoc/search--/s_381.js @@ -1 +1 @@ -search_result['381']=["topic_00000000000000AB_props--.html","DocumentController Properties",""]; \ No newline at end of file +search_result['381']=["topic_00000000000000A8_events--.html","TestParam Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_382.js b/API_NetFramework/VSdoc/search--/s_382.js index c9c25eed..c431647e 100644 --- a/API_NetFramework/VSdoc/search--/s_382.js +++ b/API_NetFramework/VSdoc/search--/s_382.js @@ -1 +1 @@ -search_result['382']=["topic_00000000000000AB_vars--.html","DocumentController Fields",""]; \ No newline at end of file +search_result['382']=["topic_00000000000000A8_methods--.html","TestParam Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_383.js b/API_NetFramework/VSdoc/search--/s_383.js index 5fd7bdd2..f72e42c1 100644 --- a/API_NetFramework/VSdoc/search--/s_383.js +++ b/API_NetFramework/VSdoc/search--/s_383.js @@ -1 +1 @@ -search_result['383']=["topic_00000000000000AC.html","DocumentController.GetDocument Method",""]; \ No newline at end of file +search_result['383']=["topic_00000000000000A8_props--.html","TestParam Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_384.js b/API_NetFramework/VSdoc/search--/s_384.js index 0c899251..cc017c0f 100644 --- a/API_NetFramework/VSdoc/search--/s_384.js +++ b/API_NetFramework/VSdoc/search--/s_384.js @@ -1 +1 @@ -search_result['384']=["topic_00000000000000AD.html","DocumentController.pageCollection Property",""]; \ No newline at end of file +search_result['384']=["topic_00000000000000A8_vars--.html","TestParam Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_385.js b/API_NetFramework/VSdoc/search--/s_385.js index 1715082d..91c0d4d8 100644 --- a/API_NetFramework/VSdoc/search--/s_385.js +++ b/API_NetFramework/VSdoc/search--/s_385.js @@ -1 +1 @@ -search_result['385']=["topic_00000000000000AD_attached_props--.html","HomeController Attached Properties",""]; \ No newline at end of file +search_result['385']=["topic_00000000000000A9.html","AntwortAdresseController.GetAllMitarbeiterByMitarbeiterNr Method",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_386.js b/API_NetFramework/VSdoc/search--/s_386.js index 3ffcbae6..383ddab9 100644 --- a/API_NetFramework/VSdoc/search--/s_386.js +++ b/API_NetFramework/VSdoc/search--/s_386.js @@ -1 +1 @@ -search_result['386']=["topic_00000000000000AD_events--.html","HomeController Events",""]; \ No newline at end of file +search_result['386']=["topic_00000000000000AA.html","AntwortAdresseController.GetMitarbeiterByID Method",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_387.js b/API_NetFramework/VSdoc/search--/s_387.js index cf7dd388..ef8e9b29 100644 --- a/API_NetFramework/VSdoc/search--/s_387.js +++ b/API_NetFramework/VSdoc/search--/s_387.js @@ -1 +1 @@ -search_result['387']=["topic_00000000000000AD_methods--.html","HomeController Methods",""]; \ No newline at end of file +search_result['387']=["topic_00000000000000AB.html","AntwortAdresseController.GetGASAdressen_Einzeilig Method",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_388.js b/API_NetFramework/VSdoc/search--/s_388.js index cca30980..cdf14183 100644 --- a/API_NetFramework/VSdoc/search--/s_388.js +++ b/API_NetFramework/VSdoc/search--/s_388.js @@ -1 +1 @@ -search_result['388']=["topic_00000000000000AD_props--.html","HomeController Properties",""]; \ No newline at end of file +search_result['388']=["topic_00000000000000AB_attached_props--.html","DocumentController Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_389.js b/API_NetFramework/VSdoc/search--/s_389.js index c88ae09a..2874823a 100644 --- a/API_NetFramework/VSdoc/search--/s_389.js +++ b/API_NetFramework/VSdoc/search--/s_389.js @@ -1 +1 @@ -search_result['389']=["topic_00000000000000AD_vars--.html","HomeController Fields",""]; \ No newline at end of file +search_result['389']=["topic_00000000000000AB_events--.html","DocumentController Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_390.js b/API_NetFramework/VSdoc/search--/s_390.js index e24b499a..27de36ce 100644 --- a/API_NetFramework/VSdoc/search--/s_390.js +++ b/API_NetFramework/VSdoc/search--/s_390.js @@ -1 +1 @@ -search_result['390']=["topic_00000000000000AE.html","DocumentController.GetDocumentJSONBody Method",""]; \ No newline at end of file +search_result['390']=["topic_00000000000000AB_methods--.html","DocumentController Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_391.js b/API_NetFramework/VSdoc/search--/s_391.js index 756c0ac4..46c5bdc6 100644 --- a/API_NetFramework/VSdoc/search--/s_391.js +++ b/API_NetFramework/VSdoc/search--/s_391.js @@ -1 +1 @@ -search_result['391']=["topic_00000000000000AE_attached_props--.html","HomeController Attached Properties",""]; \ No newline at end of file +search_result['391']=["topic_00000000000000AB_props--.html","DocumentController Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_392.js b/API_NetFramework/VSdoc/search--/s_392.js index ba0f5cda..9483b56a 100644 --- a/API_NetFramework/VSdoc/search--/s_392.js +++ b/API_NetFramework/VSdoc/search--/s_392.js @@ -1 +1 @@ -search_result['392']=["topic_00000000000000AE_events--.html","HomeController Events",""]; \ No newline at end of file +search_result['392']=["topic_00000000000000AB_vars--.html","DocumentController Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_393.js b/API_NetFramework/VSdoc/search--/s_393.js index d4848551..6c2cab65 100644 --- a/API_NetFramework/VSdoc/search--/s_393.js +++ b/API_NetFramework/VSdoc/search--/s_393.js @@ -1 +1 @@ -search_result['393']=["topic_00000000000000AE_methods--.html","HomeController Methods",""]; \ No newline at end of file +search_result['393']=["topic_00000000000000AC.html","ILResponse Class",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_394.js b/API_NetFramework/VSdoc/search--/s_394.js index 1713be4a..19191e1e 100644 --- a/API_NetFramework/VSdoc/search--/s_394.js +++ b/API_NetFramework/VSdoc/search--/s_394.js @@ -1 +1 @@ -search_result['394']=["topic_00000000000000AE_props--.html","HomeController Properties",""]; \ No newline at end of file +search_result['394']=["topic_00000000000000AC_attached_props--.html","ILResponse Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_395.js b/API_NetFramework/VSdoc/search--/s_395.js index 33637425..d4ead56f 100644 --- a/API_NetFramework/VSdoc/search--/s_395.js +++ b/API_NetFramework/VSdoc/search--/s_395.js @@ -1 +1 @@ -search_result['395']=["topic_00000000000000AE_vars--.html","HomeController Fields",""]; \ No newline at end of file +search_result['395']=["topic_00000000000000AC_events--.html","ILResponse Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_396.js b/API_NetFramework/VSdoc/search--/s_396.js index c36a5d56..7d3f49ab 100644 --- a/API_NetFramework/VSdoc/search--/s_396.js +++ b/API_NetFramework/VSdoc/search--/s_396.js @@ -1 +1 @@ -search_result['396']=["topic_00000000000000AF.html","DocumentController.GetDocumentPDF Method",""]; \ No newline at end of file +search_result['396']=["topic_00000000000000AC_methods--.html","ILResponse Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_397.js b/API_NetFramework/VSdoc/search--/s_397.js index e6c6c43b..37bc29f8 100644 --- a/API_NetFramework/VSdoc/search--/s_397.js +++ b/API_NetFramework/VSdoc/search--/s_397.js @@ -1 +1 @@ -search_result['397']=["topic_00000000000000AF_attached_props--.html","OnBaseController Attached Properties",""]; \ No newline at end of file +search_result['397']=["topic_00000000000000AC_props--.html","ILResponse Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_398.js b/API_NetFramework/VSdoc/search--/s_398.js index ced56cd0..6b380392 100644 --- a/API_NetFramework/VSdoc/search--/s_398.js +++ b/API_NetFramework/VSdoc/search--/s_398.js @@ -1 +1 @@ -search_result['398']=["topic_00000000000000AF_events--.html","OnBaseController Events",""]; \ No newline at end of file +search_result['398']=["topic_00000000000000AC_vars--.html","ILResponse Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_399.js b/API_NetFramework/VSdoc/search--/s_399.js index 08fe6b30..239181aa 100644 --- a/API_NetFramework/VSdoc/search--/s_399.js +++ b/API_NetFramework/VSdoc/search--/s_399.js @@ -1 +1 @@ -search_result['399']=["topic_00000000000000AF_methods--.html","OnBaseController Methods",""]; \ No newline at end of file +search_result['399']=["topic_00000000000000AD.html","StatusCode Field",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_400.js b/API_NetFramework/VSdoc/search--/s_400.js index 08d65dbf..33b7b4af 100644 --- a/API_NetFramework/VSdoc/search--/s_400.js +++ b/API_NetFramework/VSdoc/search--/s_400.js @@ -1 +1 @@ -search_result['400']=["topic_00000000000000AF_props--.html","OnBaseController Properties",""]; \ No newline at end of file +search_result['400']=["topic_00000000000000AD_attached_props--.html","HomeController Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_401.js b/API_NetFramework/VSdoc/search--/s_401.js index 8cc46b1a..0ad5598e 100644 --- a/API_NetFramework/VSdoc/search--/s_401.js +++ b/API_NetFramework/VSdoc/search--/s_401.js @@ -1 +1 @@ -search_result['401']=["topic_00000000000000AF_vars--.html","OnBaseController Fields",""]; \ No newline at end of file +search_result['401']=["topic_00000000000000AD_events--.html","HomeController Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_402.js b/API_NetFramework/VSdoc/search--/s_402.js index 802ca2ea..77bea3ef 100644 --- a/API_NetFramework/VSdoc/search--/s_402.js +++ b/API_NetFramework/VSdoc/search--/s_402.js @@ -1 +1 @@ -search_result['402']=["topic_00000000000000B0.html","DocumentController.SendToOnBase Method",""]; \ No newline at end of file +search_result['402']=["topic_00000000000000AD_methods--.html","HomeController Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_403.js b/API_NetFramework/VSdoc/search--/s_403.js index 31a90fb5..847e12ce 100644 --- a/API_NetFramework/VSdoc/search--/s_403.js +++ b/API_NetFramework/VSdoc/search--/s_403.js @@ -1 +1 @@ -search_result['403']=["topic_00000000000000B0_attached_props--.html","OnBaseController Attached Properties",""]; \ No newline at end of file +search_result['403']=["topic_00000000000000AD_props--.html","HomeController Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_404.js b/API_NetFramework/VSdoc/search--/s_404.js index a699a7fe..38e244b8 100644 --- a/API_NetFramework/VSdoc/search--/s_404.js +++ b/API_NetFramework/VSdoc/search--/s_404.js @@ -1 +1 @@ -search_result['404']=["topic_00000000000000B0_events--.html","OnBaseController Events",""]; \ No newline at end of file +search_result['404']=["topic_00000000000000AD_vars--.html","HomeController Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_405.js b/API_NetFramework/VSdoc/search--/s_405.js index bbf7cd60..86075b5e 100644 --- a/API_NetFramework/VSdoc/search--/s_405.js +++ b/API_NetFramework/VSdoc/search--/s_405.js @@ -1 +1 @@ -search_result['405']=["topic_00000000000000B0_methods--.html","OnBaseController Methods",""]; \ No newline at end of file +search_result['405']=["topic_00000000000000AE.html","ILResponse.senderror Property",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_406.js b/API_NetFramework/VSdoc/search--/s_406.js index 9b81ae9b..cb74d334 100644 --- a/API_NetFramework/VSdoc/search--/s_406.js +++ b/API_NetFramework/VSdoc/search--/s_406.js @@ -1 +1 @@ -search_result['406']=["topic_00000000000000B0_props--.html","OnBaseController Properties",""]; \ No newline at end of file +search_result['406']=["topic_00000000000000AE_attached_props--.html","HomeController Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_407.js b/API_NetFramework/VSdoc/search--/s_407.js index ffbcb976..d4572469 100644 --- a/API_NetFramework/VSdoc/search--/s_407.js +++ b/API_NetFramework/VSdoc/search--/s_407.js @@ -1 +1 @@ -search_result['407']=["topic_00000000000000B0_vars--.html","OnBaseController Fields",""]; \ No newline at end of file +search_result['407']=["topic_00000000000000AE_events--.html","HomeController Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_408.js b/API_NetFramework/VSdoc/search--/s_408.js index 462d67ad..e95dbe89 100644 --- a/API_NetFramework/VSdoc/search--/s_408.js +++ b/API_NetFramework/VSdoc/search--/s_408.js @@ -1 +1 @@ -search_result['408']=["topic_00000000000000B1.html","DocumentController.GenDoc Method",""]; \ No newline at end of file +search_result['408']=["topic_00000000000000AE_methods--.html","HomeController Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_409.js b/API_NetFramework/VSdoc/search--/s_409.js index bcef8dae..858a563a 100644 --- a/API_NetFramework/VSdoc/search--/s_409.js +++ b/API_NetFramework/VSdoc/search--/s_409.js @@ -1 +1 @@ -search_result['409']=["topic_00000000000000B2.html","HomeController Class",""]; \ No newline at end of file +search_result['409']=["topic_00000000000000AE_props--.html","HomeController Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_410.js b/API_NetFramework/VSdoc/search--/s_410.js index 081b89a0..200f153c 100644 --- a/API_NetFramework/VSdoc/search--/s_410.js +++ b/API_NetFramework/VSdoc/search--/s_410.js @@ -1 +1 @@ -search_result['410']=["topic_00000000000000B2_attached_props--.html","HomeController Attached Properties",""]; \ No newline at end of file +search_result['410']=["topic_00000000000000AE_vars--.html","HomeController Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_411.js b/API_NetFramework/VSdoc/search--/s_411.js index 6dcb7c9b..00d02397 100644 --- a/API_NetFramework/VSdoc/search--/s_411.js +++ b/API_NetFramework/VSdoc/search--/s_411.js @@ -1 +1 @@ -search_result['411']=["topic_00000000000000B2_events--.html","HomeController Events",""]; \ No newline at end of file +search_result['411']=["topic_00000000000000AF.html","ILResponse.response Property",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_412.js b/API_NetFramework/VSdoc/search--/s_412.js index 061dfcf4..c9e1398c 100644 --- a/API_NetFramework/VSdoc/search--/s_412.js +++ b/API_NetFramework/VSdoc/search--/s_412.js @@ -1 +1 @@ -search_result['412']=["topic_00000000000000B2_methods--.html","HomeController Methods",""]; \ No newline at end of file +search_result['412']=["topic_00000000000000AF_attached_props--.html","OnBaseController Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_413.js b/API_NetFramework/VSdoc/search--/s_413.js index 994284b5..33d58ed3 100644 --- a/API_NetFramework/VSdoc/search--/s_413.js +++ b/API_NetFramework/VSdoc/search--/s_413.js @@ -1 +1 @@ -search_result['413']=["topic_00000000000000B2_props--.html","HomeController Properties",""]; \ No newline at end of file +search_result['413']=["topic_00000000000000AF_events--.html","OnBaseController Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_414.js b/API_NetFramework/VSdoc/search--/s_414.js index acae9f2c..b4c4ddb0 100644 --- a/API_NetFramework/VSdoc/search--/s_414.js +++ b/API_NetFramework/VSdoc/search--/s_414.js @@ -1 +1 @@ -search_result['414']=["topic_00000000000000B2_vars--.html","HomeController Fields",""]; \ No newline at end of file +search_result['414']=["topic_00000000000000AF_methods--.html","OnBaseController Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_415.js b/API_NetFramework/VSdoc/search--/s_415.js index 05d5e3e7..a2dc446f 100644 --- a/API_NetFramework/VSdoc/search--/s_415.js +++ b/API_NetFramework/VSdoc/search--/s_415.js @@ -1 +1 @@ -search_result['415']=["topic_00000000000000B3.html","HomeController.Index Method",""]; \ No newline at end of file +search_result['415']=["topic_00000000000000AF_props--.html","OnBaseController Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_416.js b/API_NetFramework/VSdoc/search--/s_416.js index b20fc2bc..c730bde1 100644 --- a/API_NetFramework/VSdoc/search--/s_416.js +++ b/API_NetFramework/VSdoc/search--/s_416.js @@ -1 +1 @@ -search_result['416']=["topic_00000000000000B3_attached_props--.html","IFileService Attached Properties",""]; \ No newline at end of file +search_result['416']=["topic_00000000000000AF_vars--.html","OnBaseController Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_417.js b/API_NetFramework/VSdoc/search--/s_417.js index f1798ae5..5eec4a7c 100644 --- a/API_NetFramework/VSdoc/search--/s_417.js +++ b/API_NetFramework/VSdoc/search--/s_417.js @@ -1 +1 @@ -search_result['417']=["topic_00000000000000B3_events--.html","IFileService Events",""]; \ No newline at end of file +search_result['417']=["topic_00000000000000B0.html","uploadtype Enumeration",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_418.js b/API_NetFramework/VSdoc/search--/s_418.js index 8b7f902f..da4d21a4 100644 --- a/API_NetFramework/VSdoc/search--/s_418.js +++ b/API_NetFramework/VSdoc/search--/s_418.js @@ -1 +1 @@ -search_result['418']=["topic_00000000000000B3_methods--.html","IFileService Methods",""]; \ No newline at end of file +search_result['418']=["topic_00000000000000B0_attached_props--.html","OnBaseController Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_419.js b/API_NetFramework/VSdoc/search--/s_419.js index a857ba66..269f5e41 100644 --- a/API_NetFramework/VSdoc/search--/s_419.js +++ b/API_NetFramework/VSdoc/search--/s_419.js @@ -1 +1 @@ -search_result['419']=["topic_00000000000000B3_props--.html","IFileService Properties",""]; \ No newline at end of file +search_result['419']=["topic_00000000000000B0_events--.html","OnBaseController Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_420.js b/API_NetFramework/VSdoc/search--/s_420.js index 029a4571..c3ba1683 100644 --- a/API_NetFramework/VSdoc/search--/s_420.js +++ b/API_NetFramework/VSdoc/search--/s_420.js @@ -1 +1 @@ -search_result['420']=["topic_00000000000000B3_vars--.html","IFileService Fields",""]; \ No newline at end of file +search_result['420']=["topic_00000000000000B0_methods--.html","OnBaseController Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_421.js b/API_NetFramework/VSdoc/search--/s_421.js index 76ead832..64eda22f 100644 --- a/API_NetFramework/VSdoc/search--/s_421.js +++ b/API_NetFramework/VSdoc/search--/s_421.js @@ -1 +1 @@ -search_result['421']=["topic_00000000000000B4.html","IFileService Interface",""]; \ No newline at end of file +search_result['421']=["topic_00000000000000B0_props--.html","OnBaseController Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_422.js b/API_NetFramework/VSdoc/search--/s_422.js index d20d494e..5859ef7f 100644 --- a/API_NetFramework/VSdoc/search--/s_422.js +++ b/API_NetFramework/VSdoc/search--/s_422.js @@ -1 +1 @@ -search_result['422']=["topic_00000000000000B4_attached_props--.html","IFileService Attached Properties",""]; \ No newline at end of file +search_result['422']=["topic_00000000000000B0_vars--.html","OnBaseController Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_423.js b/API_NetFramework/VSdoc/search--/s_423.js index 0b73fc07..49717720 100644 --- a/API_NetFramework/VSdoc/search--/s_423.js +++ b/API_NetFramework/VSdoc/search--/s_423.js @@ -1 +1 @@ -search_result['423']=["topic_00000000000000B4_events--.html","IFileService Events",""]; \ No newline at end of file +search_result['423']=["topic_00000000000000B1.html","DocumentController.GenDoc Method",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_424.js b/API_NetFramework/VSdoc/search--/s_424.js index 21275d18..94571a2b 100644 --- a/API_NetFramework/VSdoc/search--/s_424.js +++ b/API_NetFramework/VSdoc/search--/s_424.js @@ -1 +1 @@ -search_result['424']=["topic_00000000000000B4_methods--.html","IFileService Methods",""]; \ No newline at end of file +search_result['424']=["topic_00000000000000B2.html","HomeController Class",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_425.js b/API_NetFramework/VSdoc/search--/s_425.js index b20bc346..b626a635 100644 --- a/API_NetFramework/VSdoc/search--/s_425.js +++ b/API_NetFramework/VSdoc/search--/s_425.js @@ -1 +1 @@ -search_result['425']=["topic_00000000000000B4_props--.html","IFileService Properties",""]; \ No newline at end of file +search_result['425']=["topic_00000000000000B2_attached_props--.html","HomeController Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_426.js b/API_NetFramework/VSdoc/search--/s_426.js index db9cee99..dcec4e48 100644 --- a/API_NetFramework/VSdoc/search--/s_426.js +++ b/API_NetFramework/VSdoc/search--/s_426.js @@ -1 +1 @@ -search_result['426']=["topic_00000000000000B4_vars--.html","IFileService Fields",""]; \ No newline at end of file +search_result['426']=["topic_00000000000000B2_events--.html","HomeController Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_427.js b/API_NetFramework/VSdoc/search--/s_427.js index 07e01a4e..31507617 100644 --- a/API_NetFramework/VSdoc/search--/s_427.js +++ b/API_NetFramework/VSdoc/search--/s_427.js @@ -1 +1 @@ -search_result['427']=["topic_00000000000000B5.html","IFileService.GetImageAsStream Method",""]; \ No newline at end of file +search_result['427']=["topic_00000000000000B2_methods--.html","HomeController Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_428.js b/API_NetFramework/VSdoc/search--/s_428.js index 56c11312..7fff4ab9 100644 --- a/API_NetFramework/VSdoc/search--/s_428.js +++ b/API_NetFramework/VSdoc/search--/s_428.js @@ -1 +1 @@ -search_result['428']=["topic_00000000000000B6.html","IFileService.GetImageAsByteArray Method",""]; \ No newline at end of file +search_result['428']=["topic_00000000000000B2_props--.html","HomeController Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_429.js b/API_NetFramework/VSdoc/search--/s_429.js index 79f2eb47..7178dfc5 100644 --- a/API_NetFramework/VSdoc/search--/s_429.js +++ b/API_NetFramework/VSdoc/search--/s_429.js @@ -1 +1 @@ -search_result['429']=["topic_00000000000000B6_attached_props--.html","Image Attached Properties",""]; \ No newline at end of file +search_result['429']=["topic_00000000000000B2_vars--.html","HomeController Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_430.js b/API_NetFramework/VSdoc/search--/s_430.js index 5b8f3498..63e6040f 100644 --- a/API_NetFramework/VSdoc/search--/s_430.js +++ b/API_NetFramework/VSdoc/search--/s_430.js @@ -1 +1 @@ -search_result['430']=["topic_00000000000000B6_events--.html","Image Events",""]; \ No newline at end of file +search_result['430']=["topic_00000000000000B3.html","HomeController.Index Method",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_431.js b/API_NetFramework/VSdoc/search--/s_431.js index 65d8bf97..d920b3be 100644 --- a/API_NetFramework/VSdoc/search--/s_431.js +++ b/API_NetFramework/VSdoc/search--/s_431.js @@ -1 +1 @@ -search_result['431']=["topic_00000000000000B6_methods--.html","Image Methods",""]; \ No newline at end of file +search_result['431']=["topic_00000000000000B3_attached_props--.html","IFileService Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_432.js b/API_NetFramework/VSdoc/search--/s_432.js index 00be9ab6..fa6a4342 100644 --- a/API_NetFramework/VSdoc/search--/s_432.js +++ b/API_NetFramework/VSdoc/search--/s_432.js @@ -1 +1 @@ -search_result['432']=["topic_00000000000000B6_props--.html","Image Properties",""]; \ No newline at end of file +search_result['432']=["topic_00000000000000B3_events--.html","IFileService Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_433.js b/API_NetFramework/VSdoc/search--/s_433.js index 17b97d54..bba2a993 100644 --- a/API_NetFramework/VSdoc/search--/s_433.js +++ b/API_NetFramework/VSdoc/search--/s_433.js @@ -1 +1 @@ -search_result['433']=["topic_00000000000000B6_vars--.html","Image Fields",""]; \ No newline at end of file +search_result['433']=["topic_00000000000000B3_methods--.html","IFileService Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_434.js b/API_NetFramework/VSdoc/search--/s_434.js index 2e145515..3e694be6 100644 --- a/API_NetFramework/VSdoc/search--/s_434.js +++ b/API_NetFramework/VSdoc/search--/s_434.js @@ -1 +1 @@ -search_result['434']=["topic_00000000000000B7.html","Image Class",""]; \ No newline at end of file +search_result['434']=["topic_00000000000000B3_props--.html","IFileService Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_435.js b/API_NetFramework/VSdoc/search--/s_435.js index d895e4da..2f9ad8e8 100644 --- a/API_NetFramework/VSdoc/search--/s_435.js +++ b/API_NetFramework/VSdoc/search--/s_435.js @@ -1 +1 @@ -search_result['435']=["topic_00000000000000B7_attached_props--.html","Image Attached Properties",""]; \ No newline at end of file +search_result['435']=["topic_00000000000000B3_vars--.html","IFileService Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_436.js b/API_NetFramework/VSdoc/search--/s_436.js index 22593773..4191cc33 100644 --- a/API_NetFramework/VSdoc/search--/s_436.js +++ b/API_NetFramework/VSdoc/search--/s_436.js @@ -1 +1 @@ -search_result['436']=["topic_00000000000000B7_events--.html","Image Events",""]; \ No newline at end of file +search_result['436']=["topic_00000000000000B4.html","ArchivController Class",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_437.js b/API_NetFramework/VSdoc/search--/s_437.js index fc700f5a..1312a0d0 100644 --- a/API_NetFramework/VSdoc/search--/s_437.js +++ b/API_NetFramework/VSdoc/search--/s_437.js @@ -1 +1 @@ -search_result['437']=["topic_00000000000000B7_methods--.html","Image Methods",""]; \ No newline at end of file +search_result['437']=["topic_00000000000000B4_attached_props--.html","ArchivController Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_438.js b/API_NetFramework/VSdoc/search--/s_438.js index 159766bd..72d61bbf 100644 --- a/API_NetFramework/VSdoc/search--/s_438.js +++ b/API_NetFramework/VSdoc/search--/s_438.js @@ -1 +1 @@ -search_result['438']=["topic_00000000000000B7_props--.html","Image Properties",""]; \ No newline at end of file +search_result['438']=["topic_00000000000000B4_events--.html","ArchivController Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_439.js b/API_NetFramework/VSdoc/search--/s_439.js index 00fafa6d..b7577adb 100644 --- a/API_NetFramework/VSdoc/search--/s_439.js +++ b/API_NetFramework/VSdoc/search--/s_439.js @@ -1 +1 @@ -search_result['439']=["topic_00000000000000B7_vars--.html","Image Fields",""]; \ No newline at end of file +search_result['439']=["topic_00000000000000B4_methods--.html","ArchivController Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_440.js b/API_NetFramework/VSdoc/search--/s_440.js index 09d6df87..efd36f21 100644 --- a/API_NetFramework/VSdoc/search--/s_440.js +++ b/API_NetFramework/VSdoc/search--/s_440.js @@ -1 +1 @@ -search_result['440']=["topic_00000000000000B8.html","Base64Image Field",""]; \ No newline at end of file +search_result['440']=["topic_00000000000000B4_props--.html","ArchivController Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_441.js b/API_NetFramework/VSdoc/search--/s_441.js index ccfe3f71..96624d23 100644 --- a/API_NetFramework/VSdoc/search--/s_441.js +++ b/API_NetFramework/VSdoc/search--/s_441.js @@ -1 +1 @@ -search_result['441']=["topic_00000000000000B8_attached_props--.html","UnterschriftController Attached Properties",""]; \ No newline at end of file +search_result['441']=["topic_00000000000000B4_vars--.html","ArchivController Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_442.js b/API_NetFramework/VSdoc/search--/s_442.js index 32515023..2fc3d416 100644 --- a/API_NetFramework/VSdoc/search--/s_442.js +++ b/API_NetFramework/VSdoc/search--/s_442.js @@ -1 +1 @@ -search_result['442']=["topic_00000000000000B8_events--.html","UnterschriftController Events",""]; \ No newline at end of file +search_result['442']=["topic_00000000000000B5.html","ArchivController.ArchivDocFromDatabase Method","Archiviert das Dokument aus OnDoc in OnBase"]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_443.js b/API_NetFramework/VSdoc/search--/s_443.js index 6892161a..4c891fb1 100644 --- a/API_NetFramework/VSdoc/search--/s_443.js +++ b/API_NetFramework/VSdoc/search--/s_443.js @@ -1 +1 @@ -search_result['443']=["topic_00000000000000B8_methods--.html","UnterschriftController Methods",""]; \ No newline at end of file +search_result['443']=["topic_00000000000000B6.html","ArchivController.CheckDocID Method","CheckDocID prüft auf eine vorhandene DokumentID in OnDoc (DokumentID OFFEDK... / Barcode-Klenber-Nr)"]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_444.js b/API_NetFramework/VSdoc/search--/s_444.js index 0cdb63f8..341dcbf3 100644 --- a/API_NetFramework/VSdoc/search--/s_444.js +++ b/API_NetFramework/VSdoc/search--/s_444.js @@ -1 +1 @@ -search_result['444']=["topic_00000000000000B8_props--.html","UnterschriftController Properties",""]; \ No newline at end of file +search_result['444']=["topic_00000000000000B6_attached_props--.html","Image Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_445.js b/API_NetFramework/VSdoc/search--/s_445.js index 121f431e..6ef6b1bf 100644 --- a/API_NetFramework/VSdoc/search--/s_445.js +++ b/API_NetFramework/VSdoc/search--/s_445.js @@ -1 +1 @@ -search_result['445']=["topic_00000000000000B8_vars--.html","UnterschriftController Fields",""]; \ No newline at end of file +search_result['445']=["topic_00000000000000B6_events--.html","Image Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_446.js b/API_NetFramework/VSdoc/search--/s_446.js index 66052b1c..e3c5b2da 100644 --- a/API_NetFramework/VSdoc/search--/s_446.js +++ b/API_NetFramework/VSdoc/search--/s_446.js @@ -1 +1 @@ -search_result['446']=["topic_00000000000000B9.html","UnterschriftController Class",""]; \ No newline at end of file +search_result['446']=["topic_00000000000000B6_methods--.html","Image Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_447.js b/API_NetFramework/VSdoc/search--/s_447.js index 7c87299c..4b2b26d9 100644 --- a/API_NetFramework/VSdoc/search--/s_447.js +++ b/API_NetFramework/VSdoc/search--/s_447.js @@ -1 +1 @@ -search_result['447']=["topic_00000000000000B9_attached_props--.html","UnterschriftController Attached Properties",""]; \ No newline at end of file +search_result['447']=["topic_00000000000000B6_props--.html","Image Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_448.js b/API_NetFramework/VSdoc/search--/s_448.js index b60752a4..03d119c8 100644 --- a/API_NetFramework/VSdoc/search--/s_448.js +++ b/API_NetFramework/VSdoc/search--/s_448.js @@ -1 +1 @@ -search_result['448']=["topic_00000000000000B9_events--.html","UnterschriftController Events",""]; \ No newline at end of file +search_result['448']=["topic_00000000000000B6_vars--.html","Image Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_449.js b/API_NetFramework/VSdoc/search--/s_449.js index 5b4ad7b0..137fb23e 100644 --- a/API_NetFramework/VSdoc/search--/s_449.js +++ b/API_NetFramework/VSdoc/search--/s_449.js @@ -1 +1 @@ -search_result['449']=["topic_00000000000000B9_methods--.html","UnterschriftController Methods",""]; \ No newline at end of file +search_result['449']=["topic_00000000000000B7.html","ArchivController.ArchivDocFromIRIS Method",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_450.js b/API_NetFramework/VSdoc/search--/s_450.js index e16cf6f6..54fd9403 100644 --- a/API_NetFramework/VSdoc/search--/s_450.js +++ b/API_NetFramework/VSdoc/search--/s_450.js @@ -1 +1 @@ -search_result['450']=["topic_00000000000000B9_props--.html","UnterschriftController Properties",""]; \ No newline at end of file +search_result['450']=["topic_00000000000000B7_attached_props--.html","Image Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_451.js b/API_NetFramework/VSdoc/search--/s_451.js index 5eded70e..20ad593a 100644 --- a/API_NetFramework/VSdoc/search--/s_451.js +++ b/API_NetFramework/VSdoc/search--/s_451.js @@ -1 +1 @@ -search_result['451']=["topic_00000000000000B9_vars--.html","UnterschriftController Fields",""]; \ No newline at end of file +search_result['451']=["topic_00000000000000B7_events--.html","Image Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_452.js b/API_NetFramework/VSdoc/search--/s_452.js index b92673dc..d7a81407 100644 --- a/API_NetFramework/VSdoc/search--/s_452.js +++ b/API_NetFramework/VSdoc/search--/s_452.js @@ -1 +1 @@ -search_result['452']=["topic_00000000000000BA.html","UnterschriftController.GetUnterschriftAsBase64 Method",""]; \ No newline at end of file +search_result['452']=["topic_00000000000000B7_methods--.html","Image Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_453.js b/API_NetFramework/VSdoc/search--/s_453.js index 0f001b7f..8da7861c 100644 --- a/API_NetFramework/VSdoc/search--/s_453.js +++ b/API_NetFramework/VSdoc/search--/s_453.js @@ -1 +1 @@ -search_result['453']=["topic_00000000000000BB.html","UnterschriftController.GetUnterschrift Method",""]; \ No newline at end of file +search_result['453']=["topic_00000000000000B7_props--.html","Image Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_454.js b/API_NetFramework/VSdoc/search--/s_454.js index d38d77c9..a6023007 100644 --- a/API_NetFramework/VSdoc/search--/s_454.js +++ b/API_NetFramework/VSdoc/search--/s_454.js @@ -1 +1 @@ -search_result['454']=["topic_00000000000000BB_attached_props--.html","FileResult Attached Properties",""]; \ No newline at end of file +search_result['454']=["topic_00000000000000B7_vars--.html","Image Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_455.js b/API_NetFramework/VSdoc/search--/s_455.js index 904fb671..6f683acc 100644 --- a/API_NetFramework/VSdoc/search--/s_455.js +++ b/API_NetFramework/VSdoc/search--/s_455.js @@ -1 +1 @@ -search_result['455']=["topic_00000000000000BB_events--.html","FileResult Events",""]; \ No newline at end of file +search_result['455']=["topic_00000000000000B8.html","ArchivController.ArchivSBDoc Method",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_456.js b/API_NetFramework/VSdoc/search--/s_456.js index fda45c89..141ef709 100644 --- a/API_NetFramework/VSdoc/search--/s_456.js +++ b/API_NetFramework/VSdoc/search--/s_456.js @@ -1 +1 @@ -search_result['456']=["topic_00000000000000BB_methods--.html","FileResult Methods",""]; \ No newline at end of file +search_result['456']=["topic_00000000000000B8_attached_props--.html","UnterschriftController Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_457.js b/API_NetFramework/VSdoc/search--/s_457.js index 4b836b9a..4cebd12f 100644 --- a/API_NetFramework/VSdoc/search--/s_457.js +++ b/API_NetFramework/VSdoc/search--/s_457.js @@ -1 +1 @@ -search_result['457']=["topic_00000000000000BB_props--.html","FileResult Properties",""]; \ No newline at end of file +search_result['457']=["topic_00000000000000B8_events--.html","UnterschriftController Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_458.js b/API_NetFramework/VSdoc/search--/s_458.js index 3b238e50..b1e8dc35 100644 --- a/API_NetFramework/VSdoc/search--/s_458.js +++ b/API_NetFramework/VSdoc/search--/s_458.js @@ -1 +1 @@ -search_result['458']=["topic_00000000000000BB_vars--.html","FileResult Fields",""]; \ No newline at end of file +search_result['458']=["topic_00000000000000B8_methods--.html","UnterschriftController Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_459.js b/API_NetFramework/VSdoc/search--/s_459.js index 105702d3..5809709f 100644 --- a/API_NetFramework/VSdoc/search--/s_459.js +++ b/API_NetFramework/VSdoc/search--/s_459.js @@ -1 +1 @@ -search_result['459']=["topic_00000000000000BC.html","FileResult Class",""]; \ No newline at end of file +search_result['459']=["topic_00000000000000B8_props--.html","UnterschriftController Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_460.js b/API_NetFramework/VSdoc/search--/s_460.js index 515686b1..37f36a68 100644 --- a/API_NetFramework/VSdoc/search--/s_460.js +++ b/API_NetFramework/VSdoc/search--/s_460.js @@ -1 +1 @@ -search_result['460']=["topic_00000000000000BC_attached_props--.html","FileResult Attached Properties",""]; \ No newline at end of file +search_result['460']=["topic_00000000000000B8_vars--.html","UnterschriftController Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_461.js b/API_NetFramework/VSdoc/search--/s_461.js index d3e1f197..18ff723a 100644 --- a/API_NetFramework/VSdoc/search--/s_461.js +++ b/API_NetFramework/VSdoc/search--/s_461.js @@ -1 +1 @@ -search_result['461']=["topic_00000000000000BC_events--.html","FileResult Events",""]; \ No newline at end of file +search_result['461']=["topic_00000000000000B9.html","ArchivController.Transfer_OnBase Method",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_462.js b/API_NetFramework/VSdoc/search--/s_462.js index aae74927..1f0e9974 100644 --- a/API_NetFramework/VSdoc/search--/s_462.js +++ b/API_NetFramework/VSdoc/search--/s_462.js @@ -1 +1 @@ -search_result['462']=["topic_00000000000000BC_methods--.html","FileResult Methods",""]; \ No newline at end of file +search_result['462']=["topic_00000000000000B9_attached_props--.html","UnterschriftController Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_463.js b/API_NetFramework/VSdoc/search--/s_463.js index a63609f5..d6ed300a 100644 --- a/API_NetFramework/VSdoc/search--/s_463.js +++ b/API_NetFramework/VSdoc/search--/s_463.js @@ -1 +1 @@ -search_result['463']=["topic_00000000000000BC_props--.html","FileResult Properties",""]; \ No newline at end of file +search_result['463']=["topic_00000000000000B9_events--.html","UnterschriftController Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_464.js b/API_NetFramework/VSdoc/search--/s_464.js index b6555db6..d8be9a77 100644 --- a/API_NetFramework/VSdoc/search--/s_464.js +++ b/API_NetFramework/VSdoc/search--/s_464.js @@ -1 +1 @@ -search_result['464']=["topic_00000000000000BC_vars--.html","FileResult Fields",""]; \ No newline at end of file +search_result['464']=["topic_00000000000000B9_methods--.html","UnterschriftController Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_465.js b/API_NetFramework/VSdoc/search--/s_465.js index 407038a1..63f5dff2 100644 --- a/API_NetFramework/VSdoc/search--/s_465.js +++ b/API_NetFramework/VSdoc/search--/s_465.js @@ -1 +1 @@ -search_result['465']=["topic_00000000000000BD.html","FileResult Constructor",""]; \ No newline at end of file +search_result['465']=["topic_00000000000000B9_props--.html","UnterschriftController Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_466.js b/API_NetFramework/VSdoc/search--/s_466.js index bc1f8e0b..f94fe13f 100644 --- a/API_NetFramework/VSdoc/search--/s_466.js +++ b/API_NetFramework/VSdoc/search--/s_466.js @@ -1 +1 @@ -search_result['466']=["topic_00000000000000BE.html","FileResult.ExecuteAsync Method",""]; \ No newline at end of file +search_result['466']=["topic_00000000000000B9_vars--.html","UnterschriftController Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_467.js b/API_NetFramework/VSdoc/search--/s_467.js index 89942f2f..503037e7 100644 --- a/API_NetFramework/VSdoc/search--/s_467.js +++ b/API_NetFramework/VSdoc/search--/s_467.js @@ -1 +1 @@ -search_result['467']=["topic_00000000000000BE_attached_props--.html","FileService Attached Properties",""]; \ No newline at end of file +search_result['467']=["topic_00000000000000BA.html","TestParam Class",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_468.js b/API_NetFramework/VSdoc/search--/s_468.js index 19a30a90..5fc2ba43 100644 --- a/API_NetFramework/VSdoc/search--/s_468.js +++ b/API_NetFramework/VSdoc/search--/s_468.js @@ -1 +1 @@ -search_result['468']=["topic_00000000000000BE_events--.html","FileService Events",""]; \ No newline at end of file +search_result['468']=["topic_00000000000000BA_attached_props--.html","TestParam Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_469.js b/API_NetFramework/VSdoc/search--/s_469.js index 396b3eda..eb6f70c0 100644 --- a/API_NetFramework/VSdoc/search--/s_469.js +++ b/API_NetFramework/VSdoc/search--/s_469.js @@ -1 +1 @@ -search_result['469']=["topic_00000000000000BE_methods--.html","FileService Methods",""]; \ No newline at end of file +search_result['469']=["topic_00000000000000BA_events--.html","TestParam Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_470.js b/API_NetFramework/VSdoc/search--/s_470.js index 724dd1e1..dfa305ec 100644 --- a/API_NetFramework/VSdoc/search--/s_470.js +++ b/API_NetFramework/VSdoc/search--/s_470.js @@ -1 +1 @@ -search_result['470']=["topic_00000000000000BE_props--.html","FileService Properties",""]; \ No newline at end of file +search_result['470']=["topic_00000000000000BA_methods--.html","TestParam Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_471.js b/API_NetFramework/VSdoc/search--/s_471.js index 58d1517e..81ad0566 100644 --- a/API_NetFramework/VSdoc/search--/s_471.js +++ b/API_NetFramework/VSdoc/search--/s_471.js @@ -1 +1 @@ -search_result['471']=["topic_00000000000000BE_vars--.html","FileService Fields",""]; \ No newline at end of file +search_result['471']=["topic_00000000000000BA_props--.html","TestParam Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_472.js b/API_NetFramework/VSdoc/search--/s_472.js index 40bf9b04..4b821c35 100644 --- a/API_NetFramework/VSdoc/search--/s_472.js +++ b/API_NetFramework/VSdoc/search--/s_472.js @@ -1 +1 @@ -search_result['472']=["topic_00000000000000BF.html","FileService Class",""]; \ No newline at end of file +search_result['472']=["topic_00000000000000BA_vars--.html","TestParam Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_473.js b/API_NetFramework/VSdoc/search--/s_473.js index 587398bf..b0e80255 100644 --- a/API_NetFramework/VSdoc/search--/s_473.js +++ b/API_NetFramework/VSdoc/search--/s_473.js @@ -1 +1 @@ -search_result['473']=["topic_00000000000000BF_attached_props--.html","FileService Attached Properties",""]; \ No newline at end of file +search_result['473']=["topic_00000000000000BB.html","TestParam.param1 Property",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_474.js b/API_NetFramework/VSdoc/search--/s_474.js index 80720329..acec2a01 100644 --- a/API_NetFramework/VSdoc/search--/s_474.js +++ b/API_NetFramework/VSdoc/search--/s_474.js @@ -1 +1 @@ -search_result['474']=["topic_00000000000000BF_events--.html","FileService Events",""]; \ No newline at end of file +search_result['474']=["topic_00000000000000BB_attached_props--.html","FileResult Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_475.js b/API_NetFramework/VSdoc/search--/s_475.js index a5b95d37..32f21b6e 100644 --- a/API_NetFramework/VSdoc/search--/s_475.js +++ b/API_NetFramework/VSdoc/search--/s_475.js @@ -1 +1 @@ -search_result['475']=["topic_00000000000000BF_methods--.html","FileService Methods",""]; \ No newline at end of file +search_result['475']=["topic_00000000000000BB_events--.html","FileResult Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_476.js b/API_NetFramework/VSdoc/search--/s_476.js index 980039e1..63486ff5 100644 --- a/API_NetFramework/VSdoc/search--/s_476.js +++ b/API_NetFramework/VSdoc/search--/s_476.js @@ -1 +1 @@ -search_result['476']=["topic_00000000000000BF_props--.html","FileService Properties",""]; \ No newline at end of file +search_result['476']=["topic_00000000000000BB_methods--.html","FileResult Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_477.js b/API_NetFramework/VSdoc/search--/s_477.js index 3e85cb1d..607d9660 100644 --- a/API_NetFramework/VSdoc/search--/s_477.js +++ b/API_NetFramework/VSdoc/search--/s_477.js @@ -1 +1 @@ -search_result['477']=["topic_00000000000000BF_vars--.html","FileService Fields",""]; \ No newline at end of file +search_result['477']=["topic_00000000000000BB_props--.html","FileResult Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_478.js b/API_NetFramework/VSdoc/search--/s_478.js index bc2bd3b8..c0f8fa1f 100644 --- a/API_NetFramework/VSdoc/search--/s_478.js +++ b/API_NetFramework/VSdoc/search--/s_478.js @@ -1 +1 @@ -search_result['478']=["topic_00000000000000C0.html","FileService.GetImageAsStream Method",""]; \ No newline at end of file +search_result['478']=["topic_00000000000000BB_vars--.html","FileResult Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_479.js b/API_NetFramework/VSdoc/search--/s_479.js index ed1a6d72..bb278881 100644 --- a/API_NetFramework/VSdoc/search--/s_479.js +++ b/API_NetFramework/VSdoc/search--/s_479.js @@ -1 +1 @@ -search_result['479']=["topic_00000000000000C1.html","FileService.GetImageAsByteArray Method",""]; \ No newline at end of file +search_result['479']=["topic_00000000000000BC.html","TestParam.param2 Property",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_480.js b/API_NetFramework/VSdoc/search--/s_480.js index ea4184ef..54298ec0 100644 --- a/API_NetFramework/VSdoc/search--/s_480.js +++ b/API_NetFramework/VSdoc/search--/s_480.js @@ -1 +1 @@ -search_result['480']=["topic_00000000000000C1_attached_props--.html","unterschriftResult Attached Properties",""]; \ No newline at end of file +search_result['480']=["topic_00000000000000BC_attached_props--.html","FileResult Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_481.js b/API_NetFramework/VSdoc/search--/s_481.js index 2efe298a..05c70ac4 100644 --- a/API_NetFramework/VSdoc/search--/s_481.js +++ b/API_NetFramework/VSdoc/search--/s_481.js @@ -1 +1 @@ -search_result['481']=["topic_00000000000000C1_events--.html","unterschriftResult Events",""]; \ No newline at end of file +search_result['481']=["topic_00000000000000BC_events--.html","FileResult Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_482.js b/API_NetFramework/VSdoc/search--/s_482.js index f716a096..cec86b15 100644 --- a/API_NetFramework/VSdoc/search--/s_482.js +++ b/API_NetFramework/VSdoc/search--/s_482.js @@ -1 +1 @@ -search_result['482']=["topic_00000000000000C1_methods--.html","unterschriftResult Methods",""]; \ No newline at end of file +search_result['482']=["topic_00000000000000BC_methods--.html","FileResult Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_483.js b/API_NetFramework/VSdoc/search--/s_483.js index e287f8c5..736d522d 100644 --- a/API_NetFramework/VSdoc/search--/s_483.js +++ b/API_NetFramework/VSdoc/search--/s_483.js @@ -1 +1 @@ -search_result['483']=["topic_00000000000000C1_props--.html","unterschriftResult Properties",""]; \ No newline at end of file +search_result['483']=["topic_00000000000000BC_props--.html","FileResult Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_484.js b/API_NetFramework/VSdoc/search--/s_484.js index 7b30a132..e2a7dd67 100644 --- a/API_NetFramework/VSdoc/search--/s_484.js +++ b/API_NetFramework/VSdoc/search--/s_484.js @@ -1 +1 @@ -search_result['484']=["topic_00000000000000C1_vars--.html","unterschriftResult Fields",""]; \ No newline at end of file +search_result['484']=["topic_00000000000000BC_vars--.html","FileResult Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_485.js b/API_NetFramework/VSdoc/search--/s_485.js index a83e3c2f..43268e20 100644 --- a/API_NetFramework/VSdoc/search--/s_485.js +++ b/API_NetFramework/VSdoc/search--/s_485.js @@ -1 +1 @@ -search_result['485']=["topic_00000000000000C2.html","unterschriftResult Class",""]; \ No newline at end of file +search_result['485']=["topic_00000000000000BD.html","DocumentController Class",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_486.js b/API_NetFramework/VSdoc/search--/s_486.js index e398fed4..05bb1c91 100644 --- a/API_NetFramework/VSdoc/search--/s_486.js +++ b/API_NetFramework/VSdoc/search--/s_486.js @@ -1 +1 @@ -search_result['486']=["topic_00000000000000C2_attached_props--.html","unterschriftResult Attached Properties",""]; \ No newline at end of file +search_result['486']=["topic_00000000000000BD_attached_props--.html","DocumentController Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_487.js b/API_NetFramework/VSdoc/search--/s_487.js index 867bee90..acc6b4c7 100644 --- a/API_NetFramework/VSdoc/search--/s_487.js +++ b/API_NetFramework/VSdoc/search--/s_487.js @@ -1 +1 @@ -search_result['487']=["topic_00000000000000C2_events--.html","unterschriftResult Events",""]; \ No newline at end of file +search_result['487']=["topic_00000000000000BD_events--.html","DocumentController Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_488.js b/API_NetFramework/VSdoc/search--/s_488.js index 80771036..0588e597 100644 --- a/API_NetFramework/VSdoc/search--/s_488.js +++ b/API_NetFramework/VSdoc/search--/s_488.js @@ -1 +1 @@ -search_result['488']=["topic_00000000000000C2_methods--.html","unterschriftResult Methods",""]; \ No newline at end of file +search_result['488']=["topic_00000000000000BD_methods--.html","DocumentController Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_489.js b/API_NetFramework/VSdoc/search--/s_489.js index d5a78f46..6da0b3a3 100644 --- a/API_NetFramework/VSdoc/search--/s_489.js +++ b/API_NetFramework/VSdoc/search--/s_489.js @@ -1 +1 @@ -search_result['489']=["topic_00000000000000C2_props--.html","unterschriftResult Properties",""]; \ No newline at end of file +search_result['489']=["topic_00000000000000BD_props--.html","DocumentController Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_490.js b/API_NetFramework/VSdoc/search--/s_490.js index 1dc25f74..1113b540 100644 --- a/API_NetFramework/VSdoc/search--/s_490.js +++ b/API_NetFramework/VSdoc/search--/s_490.js @@ -1 +1 @@ -search_result['490']=["topic_00000000000000C2_vars--.html","unterschriftResult Fields",""]; \ No newline at end of file +search_result['490']=["topic_00000000000000BD_vars--.html","DocumentController Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_491.js b/API_NetFramework/VSdoc/search--/s_491.js index 5bc427aa..fd2ed296 100644 --- a/API_NetFramework/VSdoc/search--/s_491.js +++ b/API_NetFramework/VSdoc/search--/s_491.js @@ -1 +1 @@ -search_result['491']=["topic_00000000000000C3.html","unterschriftResult Constructor",""]; \ No newline at end of file +search_result['491']=["topic_00000000000000BE.html","tokenfunction Field",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_492.js b/API_NetFramework/VSdoc/search--/s_492.js index 75fb150d..3f611702 100644 --- a/API_NetFramework/VSdoc/search--/s_492.js +++ b/API_NetFramework/VSdoc/search--/s_492.js @@ -1 +1 @@ -search_result['492']=["topic_00000000000000C4.html","unterschriftResult.ExecuteAsync Method",""]; \ No newline at end of file +search_result['492']=["topic_00000000000000BE_attached_props--.html","FileService Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_493.js b/API_NetFramework/VSdoc/search--/s_493.js index 23439905..33c653be 100644 --- a/API_NetFramework/VSdoc/search--/s_493.js +++ b/API_NetFramework/VSdoc/search--/s_493.js @@ -1 +1 @@ -search_result['493']=["topic_00000000000000C4_attached_props--.html","WebApiApplication Attached Properties",""]; \ No newline at end of file +search_result['493']=["topic_00000000000000BE_events--.html","FileService Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_494.js b/API_NetFramework/VSdoc/search--/s_494.js index 8f582977..3a7db6c4 100644 --- a/API_NetFramework/VSdoc/search--/s_494.js +++ b/API_NetFramework/VSdoc/search--/s_494.js @@ -1 +1 @@ -search_result['494']=["topic_00000000000000C4_events--.html","WebApiApplication Events",""]; \ No newline at end of file +search_result['494']=["topic_00000000000000BE_methods--.html","FileService Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_495.js b/API_NetFramework/VSdoc/search--/s_495.js index 7a1f0b8b..a6c5d7aa 100644 --- a/API_NetFramework/VSdoc/search--/s_495.js +++ b/API_NetFramework/VSdoc/search--/s_495.js @@ -1 +1 @@ -search_result['495']=["topic_00000000000000C4_methods--.html","WebApiApplication Methods",""]; \ No newline at end of file +search_result['495']=["topic_00000000000000BE_props--.html","FileService Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_496.js b/API_NetFramework/VSdoc/search--/s_496.js index 8bbaa855..63d757c3 100644 --- a/API_NetFramework/VSdoc/search--/s_496.js +++ b/API_NetFramework/VSdoc/search--/s_496.js @@ -1 +1 @@ -search_result['496']=["topic_00000000000000C4_props--.html","WebApiApplication Properties",""]; \ No newline at end of file +search_result['496']=["topic_00000000000000BE_vars--.html","FileService Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_497.js b/API_NetFramework/VSdoc/search--/s_497.js index 9bf45a36..3585af9a 100644 --- a/API_NetFramework/VSdoc/search--/s_497.js +++ b/API_NetFramework/VSdoc/search--/s_497.js @@ -1 +1 @@ -search_result['497']=["topic_00000000000000C4_vars--.html","WebApiApplication Fields",""]; \ No newline at end of file +search_result['497']=["topic_00000000000000BF.html","DocumentController.GetDocument Method",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_498.js b/API_NetFramework/VSdoc/search--/s_498.js index 007ffbae..e3922c27 100644 --- a/API_NetFramework/VSdoc/search--/s_498.js +++ b/API_NetFramework/VSdoc/search--/s_498.js @@ -1 +1 @@ -search_result['498']=["topic_00000000000000C5.html","WebApiApplication Class",""]; \ No newline at end of file +search_result['498']=["topic_00000000000000BF_attached_props--.html","FileService Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_499.js b/API_NetFramework/VSdoc/search--/s_499.js index e2075cb2..56fb0906 100644 --- a/API_NetFramework/VSdoc/search--/s_499.js +++ b/API_NetFramework/VSdoc/search--/s_499.js @@ -1 +1 @@ -search_result['499']=["topic_00000000000000C5_attached_props--.html","WebApiApplication Attached Properties",""]; \ No newline at end of file +search_result['499']=["topic_00000000000000BF_events--.html","FileService Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_500.js b/API_NetFramework/VSdoc/search--/s_500.js index 0746af82..55d31b60 100644 --- a/API_NetFramework/VSdoc/search--/s_500.js +++ b/API_NetFramework/VSdoc/search--/s_500.js @@ -1 +1 @@ -search_result['500']=["topic_00000000000000C5_events--.html","WebApiApplication Events",""]; \ No newline at end of file +search_result['500']=["topic_00000000000000BF_methods--.html","FileService Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_501.js b/API_NetFramework/VSdoc/search--/s_501.js index 3d905566..604cc23c 100644 --- a/API_NetFramework/VSdoc/search--/s_501.js +++ b/API_NetFramework/VSdoc/search--/s_501.js @@ -1 +1 @@ -search_result['501']=["topic_00000000000000C5_methods--.html","WebApiApplication Methods",""]; \ No newline at end of file +search_result['501']=["topic_00000000000000BF_props--.html","FileService Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_502.js b/API_NetFramework/VSdoc/search--/s_502.js index 8bec7f0e..f465b466 100644 --- a/API_NetFramework/VSdoc/search--/s_502.js +++ b/API_NetFramework/VSdoc/search--/s_502.js @@ -1 +1 @@ -search_result['502']=["topic_00000000000000C5_props--.html","WebApiApplication Properties",""]; \ No newline at end of file +search_result['502']=["topic_00000000000000BF_vars--.html","FileService Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_503.js b/API_NetFramework/VSdoc/search--/s_503.js index fc10c6db..6325804b 100644 --- a/API_NetFramework/VSdoc/search--/s_503.js +++ b/API_NetFramework/VSdoc/search--/s_503.js @@ -1 +1 @@ -search_result['503']=["topic_00000000000000C5_vars--.html","WebApiApplication Fields",""]; \ No newline at end of file +search_result['503']=["topic_00000000000000C0.html","DocumentController.pageCollection Property",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_504.js b/API_NetFramework/VSdoc/search--/s_504.js index 6783455c..2aa5cca0 100644 --- a/API_NetFramework/VSdoc/search--/s_504.js +++ b/API_NetFramework/VSdoc/search--/s_504.js @@ -1 +1 @@ -search_result['504']=["topic_00000000000000C6.html","WebApiApplication.Application_Start Method",""]; \ No newline at end of file +search_result['504']=["topic_00000000000000C1.html","DocumentController.GetDocumentJSONBody Method",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_505.js b/API_NetFramework/VSdoc/search--/s_505.js index 578885d5..10b26289 100644 --- a/API_NetFramework/VSdoc/search--/s_505.js +++ b/API_NetFramework/VSdoc/search--/s_505.js @@ -1 +1 @@ -search_result['505']=["topic_00000000000000C7.html","API_NetFramework Reference ",""]; \ No newline at end of file +search_result['505']=["topic_00000000000000C1_attached_props--.html","unterschriftResult Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_506.js b/API_NetFramework/VSdoc/search--/s_506.js new file mode 100644 index 00000000..11d6688b --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_506.js @@ -0,0 +1 @@ +search_result['506']=["topic_00000000000000C1_events--.html","unterschriftResult Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_507.js b/API_NetFramework/VSdoc/search--/s_507.js new file mode 100644 index 00000000..74f7d3dd --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_507.js @@ -0,0 +1 @@ +search_result['507']=["topic_00000000000000C1_methods--.html","unterschriftResult Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_508.js b/API_NetFramework/VSdoc/search--/s_508.js new file mode 100644 index 00000000..57547a23 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_508.js @@ -0,0 +1 @@ +search_result['508']=["topic_00000000000000C1_props--.html","unterschriftResult Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_509.js b/API_NetFramework/VSdoc/search--/s_509.js new file mode 100644 index 00000000..4e181bc2 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_509.js @@ -0,0 +1 @@ +search_result['509']=["topic_00000000000000C1_vars--.html","unterschriftResult Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_510.js b/API_NetFramework/VSdoc/search--/s_510.js new file mode 100644 index 00000000..82503f3f --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_510.js @@ -0,0 +1 @@ +search_result['510']=["topic_00000000000000C2.html","DocumentController.GetDocumentPDF Method",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_511.js b/API_NetFramework/VSdoc/search--/s_511.js new file mode 100644 index 00000000..736c7a89 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_511.js @@ -0,0 +1 @@ +search_result['511']=["topic_00000000000000C2_attached_props--.html","unterschriftResult Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_512.js b/API_NetFramework/VSdoc/search--/s_512.js new file mode 100644 index 00000000..a3929657 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_512.js @@ -0,0 +1 @@ +search_result['512']=["topic_00000000000000C2_events--.html","unterschriftResult Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_513.js b/API_NetFramework/VSdoc/search--/s_513.js new file mode 100644 index 00000000..a5da1aa5 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_513.js @@ -0,0 +1 @@ +search_result['513']=["topic_00000000000000C2_methods--.html","unterschriftResult Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_514.js b/API_NetFramework/VSdoc/search--/s_514.js new file mode 100644 index 00000000..fd1b6b2b --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_514.js @@ -0,0 +1 @@ +search_result['514']=["topic_00000000000000C2_props--.html","unterschriftResult Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_515.js b/API_NetFramework/VSdoc/search--/s_515.js new file mode 100644 index 00000000..7025ea21 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_515.js @@ -0,0 +1 @@ +search_result['515']=["topic_00000000000000C2_vars--.html","unterschriftResult Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_516.js b/API_NetFramework/VSdoc/search--/s_516.js new file mode 100644 index 00000000..d4611432 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_516.js @@ -0,0 +1 @@ +search_result['516']=["topic_00000000000000C3.html","DocumentController.SendToOnBase Method",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_517.js b/API_NetFramework/VSdoc/search--/s_517.js new file mode 100644 index 00000000..32785bc5 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_517.js @@ -0,0 +1 @@ +search_result['517']=["topic_00000000000000C4.html","DocumentController.GenDoc Method",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_518.js b/API_NetFramework/VSdoc/search--/s_518.js new file mode 100644 index 00000000..eefdd9e5 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_518.js @@ -0,0 +1 @@ +search_result['518']=["topic_00000000000000C4_attached_props--.html","WebApiApplication Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_519.js b/API_NetFramework/VSdoc/search--/s_519.js new file mode 100644 index 00000000..53503c0d --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_519.js @@ -0,0 +1 @@ +search_result['519']=["topic_00000000000000C4_events--.html","WebApiApplication Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_520.js b/API_NetFramework/VSdoc/search--/s_520.js new file mode 100644 index 00000000..1a12cbc8 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_520.js @@ -0,0 +1 @@ +search_result['520']=["topic_00000000000000C4_methods--.html","WebApiApplication Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_521.js b/API_NetFramework/VSdoc/search--/s_521.js new file mode 100644 index 00000000..3734bd2a --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_521.js @@ -0,0 +1 @@ +search_result['521']=["topic_00000000000000C4_props--.html","WebApiApplication Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_522.js b/API_NetFramework/VSdoc/search--/s_522.js new file mode 100644 index 00000000..5dbe4436 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_522.js @@ -0,0 +1 @@ +search_result['522']=["topic_00000000000000C4_vars--.html","WebApiApplication Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_523.js b/API_NetFramework/VSdoc/search--/s_523.js new file mode 100644 index 00000000..a4d3336b --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_523.js @@ -0,0 +1 @@ +search_result['523']=["topic_00000000000000C5.html","HomeController Class",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_524.js b/API_NetFramework/VSdoc/search--/s_524.js new file mode 100644 index 00000000..49e647f4 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_524.js @@ -0,0 +1 @@ +search_result['524']=["topic_00000000000000C5_attached_props--.html","HomeController Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_525.js b/API_NetFramework/VSdoc/search--/s_525.js new file mode 100644 index 00000000..dc0a3c8e --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_525.js @@ -0,0 +1 @@ +search_result['525']=["topic_00000000000000C5_events--.html","HomeController Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_526.js b/API_NetFramework/VSdoc/search--/s_526.js new file mode 100644 index 00000000..4dfe130a --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_526.js @@ -0,0 +1 @@ +search_result['526']=["topic_00000000000000C5_methods--.html","HomeController Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_527.js b/API_NetFramework/VSdoc/search--/s_527.js new file mode 100644 index 00000000..cd0c6e86 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_527.js @@ -0,0 +1 @@ +search_result['527']=["topic_00000000000000C5_props--.html","HomeController Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_528.js b/API_NetFramework/VSdoc/search--/s_528.js new file mode 100644 index 00000000..d861072d --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_528.js @@ -0,0 +1 @@ +search_result['528']=["topic_00000000000000C5_vars--.html","HomeController Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_529.js b/API_NetFramework/VSdoc/search--/s_529.js new file mode 100644 index 00000000..29dc931b --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_529.js @@ -0,0 +1 @@ +search_result['529']=["topic_00000000000000C6.html","HomeController.Index Method",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_530.js b/API_NetFramework/VSdoc/search--/s_530.js new file mode 100644 index 00000000..7b57264a --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_530.js @@ -0,0 +1 @@ +search_result['530']=["topic_00000000000000C7.html","OnDocAPI_NetFramework.Controllers Namespace",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_531.js b/API_NetFramework/VSdoc/search--/s_531.js new file mode 100644 index 00000000..fa497823 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_531.js @@ -0,0 +1 @@ +search_result['531']=["topic_00000000000000C8.html","TokenController Class",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_532.js b/API_NetFramework/VSdoc/search--/s_532.js new file mode 100644 index 00000000..d87efad9 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_532.js @@ -0,0 +1 @@ +search_result['532']=["topic_00000000000000C8_attached_props--.html","TokenController Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_533.js b/API_NetFramework/VSdoc/search--/s_533.js new file mode 100644 index 00000000..9fb49fb0 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_533.js @@ -0,0 +1 @@ +search_result['533']=["topic_00000000000000C8_events--.html","TokenController Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_534.js b/API_NetFramework/VSdoc/search--/s_534.js new file mode 100644 index 00000000..31c7e35c --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_534.js @@ -0,0 +1 @@ +search_result['534']=["topic_00000000000000C8_methods--.html","TokenController Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_535.js b/API_NetFramework/VSdoc/search--/s_535.js new file mode 100644 index 00000000..1b11354a --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_535.js @@ -0,0 +1 @@ +search_result['535']=["topic_00000000000000C8_props--.html","TokenController Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_536.js b/API_NetFramework/VSdoc/search--/s_536.js new file mode 100644 index 00000000..209ed50f --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_536.js @@ -0,0 +1 @@ +search_result['536']=["topic_00000000000000C8_vars--.html","TokenController Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_537.js b/API_NetFramework/VSdoc/search--/s_537.js new file mode 100644 index 00000000..6e2ffc80 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_537.js @@ -0,0 +1 @@ +search_result['537']=["topic_00000000000000C9.html","TokenController.TokenGenerator Method",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_538.js b/API_NetFramework/VSdoc/search--/s_538.js new file mode 100644 index 00000000..8bc72c45 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_538.js @@ -0,0 +1 @@ +search_result['538']=["topic_00000000000000CA.html","IFileService Interface",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_539.js b/API_NetFramework/VSdoc/search--/s_539.js new file mode 100644 index 00000000..a91e6b1b --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_539.js @@ -0,0 +1 @@ +search_result['539']=["topic_00000000000000CA_attached_props--.html","IFileService Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_540.js b/API_NetFramework/VSdoc/search--/s_540.js new file mode 100644 index 00000000..a3139ccb --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_540.js @@ -0,0 +1 @@ +search_result['540']=["topic_00000000000000CA_events--.html","IFileService Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_541.js b/API_NetFramework/VSdoc/search--/s_541.js new file mode 100644 index 00000000..b887e74e --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_541.js @@ -0,0 +1 @@ +search_result['541']=["topic_00000000000000CA_methods--.html","IFileService Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_542.js b/API_NetFramework/VSdoc/search--/s_542.js new file mode 100644 index 00000000..6d5f5676 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_542.js @@ -0,0 +1 @@ +search_result['542']=["topic_00000000000000CA_props--.html","IFileService Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_543.js b/API_NetFramework/VSdoc/search--/s_543.js new file mode 100644 index 00000000..965450d3 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_543.js @@ -0,0 +1 @@ +search_result['543']=["topic_00000000000000CA_vars--.html","IFileService Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_544.js b/API_NetFramework/VSdoc/search--/s_544.js new file mode 100644 index 00000000..5129fe29 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_544.js @@ -0,0 +1 @@ +search_result['544']=["topic_00000000000000CB.html","IFileService.GetImageAsStream Method",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_545.js b/API_NetFramework/VSdoc/search--/s_545.js new file mode 100644 index 00000000..5a937133 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_545.js @@ -0,0 +1 @@ +search_result['545']=["topic_00000000000000CC.html","IFileService.GetImageAsByteArray Method",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_546.js b/API_NetFramework/VSdoc/search--/s_546.js new file mode 100644 index 00000000..42890f3d --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_546.js @@ -0,0 +1 @@ +search_result['546']=["topic_00000000000000CD.html","Image Class",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_547.js b/API_NetFramework/VSdoc/search--/s_547.js new file mode 100644 index 00000000..dabf5142 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_547.js @@ -0,0 +1 @@ +search_result['547']=["topic_00000000000000CD_attached_props--.html","Image Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_548.js b/API_NetFramework/VSdoc/search--/s_548.js new file mode 100644 index 00000000..547dad6c --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_548.js @@ -0,0 +1 @@ +search_result['548']=["topic_00000000000000CD_events--.html","Image Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_549.js b/API_NetFramework/VSdoc/search--/s_549.js new file mode 100644 index 00000000..1cd8c862 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_549.js @@ -0,0 +1 @@ +search_result['549']=["topic_00000000000000CD_methods--.html","Image Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_550.js b/API_NetFramework/VSdoc/search--/s_550.js new file mode 100644 index 00000000..6052785a --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_550.js @@ -0,0 +1 @@ +search_result['550']=["topic_00000000000000CD_props--.html","Image Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_551.js b/API_NetFramework/VSdoc/search--/s_551.js new file mode 100644 index 00000000..dd44a31e --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_551.js @@ -0,0 +1 @@ +search_result['551']=["topic_00000000000000CD_vars--.html","Image Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_552.js b/API_NetFramework/VSdoc/search--/s_552.js new file mode 100644 index 00000000..5ab71f1a --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_552.js @@ -0,0 +1 @@ +search_result['552']=["topic_00000000000000CE.html","Base64Image Field",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_553.js b/API_NetFramework/VSdoc/search--/s_553.js new file mode 100644 index 00000000..ba32525f --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_553.js @@ -0,0 +1 @@ +search_result['553']=["topic_00000000000000CF.html","UnterschriftController Class",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_554.js b/API_NetFramework/VSdoc/search--/s_554.js new file mode 100644 index 00000000..418d6f38 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_554.js @@ -0,0 +1 @@ +search_result['554']=["topic_00000000000000CF_attached_props--.html","UnterschriftController Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_555.js b/API_NetFramework/VSdoc/search--/s_555.js new file mode 100644 index 00000000..a736f39c --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_555.js @@ -0,0 +1 @@ +search_result['555']=["topic_00000000000000CF_events--.html","UnterschriftController Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_556.js b/API_NetFramework/VSdoc/search--/s_556.js new file mode 100644 index 00000000..fde0594b --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_556.js @@ -0,0 +1 @@ +search_result['556']=["topic_00000000000000CF_methods--.html","UnterschriftController Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_557.js b/API_NetFramework/VSdoc/search--/s_557.js new file mode 100644 index 00000000..8c1e36af --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_557.js @@ -0,0 +1 @@ +search_result['557']=["topic_00000000000000CF_props--.html","UnterschriftController Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_558.js b/API_NetFramework/VSdoc/search--/s_558.js new file mode 100644 index 00000000..0692df02 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_558.js @@ -0,0 +1 @@ +search_result['558']=["topic_00000000000000CF_vars--.html","UnterschriftController Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_559.js b/API_NetFramework/VSdoc/search--/s_559.js new file mode 100644 index 00000000..ba6e6de5 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_559.js @@ -0,0 +1 @@ +search_result['559']=["topic_00000000000000D0.html","UnterschriftController.GetUnterschriftAsBase64 Method",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_560.js b/API_NetFramework/VSdoc/search--/s_560.js new file mode 100644 index 00000000..baed3125 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_560.js @@ -0,0 +1 @@ +search_result['560']=["topic_00000000000000D1.html","UnterschriftController.GetUnterschrift Method",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_561.js b/API_NetFramework/VSdoc/search--/s_561.js new file mode 100644 index 00000000..d8170baa --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_561.js @@ -0,0 +1 @@ +search_result['561']=["topic_00000000000000D2.html","FileResult Class",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_562.js b/API_NetFramework/VSdoc/search--/s_562.js new file mode 100644 index 00000000..8d0657df --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_562.js @@ -0,0 +1 @@ +search_result['562']=["topic_00000000000000D2_attached_props--.html","FileResult Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_563.js b/API_NetFramework/VSdoc/search--/s_563.js new file mode 100644 index 00000000..98642d77 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_563.js @@ -0,0 +1 @@ +search_result['563']=["topic_00000000000000D2_events--.html","FileResult Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_564.js b/API_NetFramework/VSdoc/search--/s_564.js new file mode 100644 index 00000000..99be76f7 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_564.js @@ -0,0 +1 @@ +search_result['564']=["topic_00000000000000D2_methods--.html","FileResult Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_565.js b/API_NetFramework/VSdoc/search--/s_565.js new file mode 100644 index 00000000..dcd31b15 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_565.js @@ -0,0 +1 @@ +search_result['565']=["topic_00000000000000D2_props--.html","FileResult Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_566.js b/API_NetFramework/VSdoc/search--/s_566.js new file mode 100644 index 00000000..2049208e --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_566.js @@ -0,0 +1 @@ +search_result['566']=["topic_00000000000000D2_vars--.html","FileResult Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_567.js b/API_NetFramework/VSdoc/search--/s_567.js new file mode 100644 index 00000000..d9cae454 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_567.js @@ -0,0 +1 @@ +search_result['567']=["topic_00000000000000D3.html","FileResult Constructor",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_568.js b/API_NetFramework/VSdoc/search--/s_568.js new file mode 100644 index 00000000..dbfd5f50 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_568.js @@ -0,0 +1 @@ +search_result['568']=["topic_00000000000000D4.html","FileResult.ExecuteAsync Method",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_569.js b/API_NetFramework/VSdoc/search--/s_569.js new file mode 100644 index 00000000..5baaa6e3 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_569.js @@ -0,0 +1 @@ +search_result['569']=["topic_00000000000000D5.html","FileService Class",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_570.js b/API_NetFramework/VSdoc/search--/s_570.js new file mode 100644 index 00000000..dc80c648 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_570.js @@ -0,0 +1 @@ +search_result['570']=["topic_00000000000000D5_attached_props--.html","FileService Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_571.js b/API_NetFramework/VSdoc/search--/s_571.js new file mode 100644 index 00000000..6d5cb67c --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_571.js @@ -0,0 +1 @@ +search_result['571']=["topic_00000000000000D5_events--.html","FileService Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_572.js b/API_NetFramework/VSdoc/search--/s_572.js new file mode 100644 index 00000000..61a477fc --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_572.js @@ -0,0 +1 @@ +search_result['572']=["topic_00000000000000D5_methods--.html","FileService Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_573.js b/API_NetFramework/VSdoc/search--/s_573.js new file mode 100644 index 00000000..81eb743d --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_573.js @@ -0,0 +1 @@ +search_result['573']=["topic_00000000000000D5_props--.html","FileService Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_574.js b/API_NetFramework/VSdoc/search--/s_574.js new file mode 100644 index 00000000..fa0aaec0 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_574.js @@ -0,0 +1 @@ +search_result['574']=["topic_00000000000000D5_vars--.html","FileService Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_575.js b/API_NetFramework/VSdoc/search--/s_575.js new file mode 100644 index 00000000..5a0ffec9 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_575.js @@ -0,0 +1 @@ +search_result['575']=["topic_00000000000000D6.html","FileService.GetImageAsStream Method",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_576.js b/API_NetFramework/VSdoc/search--/s_576.js new file mode 100644 index 00000000..2f1bcc3b --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_576.js @@ -0,0 +1 @@ +search_result['576']=["topic_00000000000000D7.html","FileService.GetImageAsByteArray Method",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_577.js b/API_NetFramework/VSdoc/search--/s_577.js new file mode 100644 index 00000000..9adaf57c --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_577.js @@ -0,0 +1 @@ +search_result['577']=["topic_00000000000000D8.html","unterschriftResult Class",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_578.js b/API_NetFramework/VSdoc/search--/s_578.js new file mode 100644 index 00000000..3faa4a60 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_578.js @@ -0,0 +1 @@ +search_result['578']=["topic_00000000000000D8_attached_props--.html","unterschriftResult Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_579.js b/API_NetFramework/VSdoc/search--/s_579.js new file mode 100644 index 00000000..d3f1fd75 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_579.js @@ -0,0 +1 @@ +search_result['579']=["topic_00000000000000D8_events--.html","unterschriftResult Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_580.js b/API_NetFramework/VSdoc/search--/s_580.js new file mode 100644 index 00000000..15791e51 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_580.js @@ -0,0 +1 @@ +search_result['580']=["topic_00000000000000D8_methods--.html","unterschriftResult Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_581.js b/API_NetFramework/VSdoc/search--/s_581.js new file mode 100644 index 00000000..a945c5ef --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_581.js @@ -0,0 +1 @@ +search_result['581']=["topic_00000000000000D8_props--.html","unterschriftResult Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_582.js b/API_NetFramework/VSdoc/search--/s_582.js new file mode 100644 index 00000000..9b17a087 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_582.js @@ -0,0 +1 @@ +search_result['582']=["topic_00000000000000D8_vars--.html","unterschriftResult Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_583.js b/API_NetFramework/VSdoc/search--/s_583.js new file mode 100644 index 00000000..46ce456f --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_583.js @@ -0,0 +1 @@ +search_result['583']=["topic_00000000000000D9.html","unterschriftResult Constructor",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_584.js b/API_NetFramework/VSdoc/search--/s_584.js new file mode 100644 index 00000000..52607fd0 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_584.js @@ -0,0 +1 @@ +search_result['584']=["topic_00000000000000DA.html","unterschriftResult.ExecuteAsync Method",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_585.js b/API_NetFramework/VSdoc/search--/s_585.js new file mode 100644 index 00000000..6814ff99 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_585.js @@ -0,0 +1 @@ +search_result['585']=["topic_00000000000000DB.html","WebApiApplication Class",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_586.js b/API_NetFramework/VSdoc/search--/s_586.js new file mode 100644 index 00000000..68fa7420 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_586.js @@ -0,0 +1 @@ +search_result['586']=["topic_00000000000000DB_attached_props--.html","WebApiApplication Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_587.js b/API_NetFramework/VSdoc/search--/s_587.js new file mode 100644 index 00000000..4412aab6 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_587.js @@ -0,0 +1 @@ +search_result['587']=["topic_00000000000000DB_events--.html","WebApiApplication Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_588.js b/API_NetFramework/VSdoc/search--/s_588.js new file mode 100644 index 00000000..a5ecc0dd --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_588.js @@ -0,0 +1 @@ +search_result['588']=["topic_00000000000000DB_methods--.html","WebApiApplication Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_589.js b/API_NetFramework/VSdoc/search--/s_589.js new file mode 100644 index 00000000..1a5541ea --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_589.js @@ -0,0 +1 @@ +search_result['589']=["topic_00000000000000DB_props--.html","WebApiApplication Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_590.js b/API_NetFramework/VSdoc/search--/s_590.js new file mode 100644 index 00000000..3f6ec8a7 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_590.js @@ -0,0 +1 @@ +search_result['590']=["topic_00000000000000DB_vars--.html","WebApiApplication Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_591.js b/API_NetFramework/VSdoc/search--/s_591.js new file mode 100644 index 00000000..aa8165b0 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_591.js @@ -0,0 +1 @@ +search_result['591']=["topic_00000000000000DC.html","WebApiApplication.Application_Start Method",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_592.js b/API_NetFramework/VSdoc/search--/s_592.js new file mode 100644 index 00000000..0eb85ced --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_592.js @@ -0,0 +1 @@ +search_result['592']=["topic_00000000000000DD.html","API_NetFramework.Models Namespace",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_593.js b/API_NetFramework/VSdoc/search--/s_593.js new file mode 100644 index 00000000..dba173c7 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_593.js @@ -0,0 +1 @@ +search_result['593']=["topic_00000000000000DE.html","LogLevelType Enumeration",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_594.js b/API_NetFramework/VSdoc/search--/s_594.js new file mode 100644 index 00000000..a57c768e --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_594.js @@ -0,0 +1 @@ +search_result['594']=["topic_00000000000000E4.html","APILogging Class",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_595.js b/API_NetFramework/VSdoc/search--/s_595.js new file mode 100644 index 00000000..2dcaef51 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_595.js @@ -0,0 +1 @@ +search_result['595']=["topic_00000000000000E4_attached_props--.html","APILogging Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_596.js b/API_NetFramework/VSdoc/search--/s_596.js new file mode 100644 index 00000000..8ea8c89e --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_596.js @@ -0,0 +1 @@ +search_result['596']=["topic_00000000000000E4_events--.html","APILogging Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_597.js b/API_NetFramework/VSdoc/search--/s_597.js new file mode 100644 index 00000000..146c9e32 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_597.js @@ -0,0 +1 @@ +search_result['597']=["topic_00000000000000E4_methods--.html","APILogging Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_598.js b/API_NetFramework/VSdoc/search--/s_598.js new file mode 100644 index 00000000..f4e87510 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_598.js @@ -0,0 +1 @@ +search_result['598']=["topic_00000000000000E4_props--.html","APILogging Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_599.js b/API_NetFramework/VSdoc/search--/s_599.js new file mode 100644 index 00000000..4d80dd87 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_599.js @@ -0,0 +1 @@ +search_result['599']=["topic_00000000000000E4_vars--.html","APILogging Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_600.js b/API_NetFramework/VSdoc/search--/s_600.js new file mode 100644 index 00000000..7fb82cac --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_600.js @@ -0,0 +1 @@ +search_result['600']=["topic_00000000000000E5.html","APILogging.initLogging Method",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_601.js b/API_NetFramework/VSdoc/search--/s_601.js new file mode 100644 index 00000000..c0eb0f1a --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_601.js @@ -0,0 +1 @@ +search_result['601']=["topic_00000000000000E6.html","APILogging.Log Method",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_602.js b/API_NetFramework/VSdoc/search--/s_602.js new file mode 100644 index 00000000..fe02d9d3 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_602.js @@ -0,0 +1 @@ +search_result['602']=["topic_00000000000000E7.html","OnDocAPI_NetFramework Namespace",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_603.js b/API_NetFramework/VSdoc/search--/s_603.js new file mode 100644 index 00000000..f18edd76 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_603.js @@ -0,0 +1 @@ +search_result['603']=["topic_00000000000000E8.html","Startup Class",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_604.js b/API_NetFramework/VSdoc/search--/s_604.js new file mode 100644 index 00000000..a4ac6940 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_604.js @@ -0,0 +1 @@ +search_result['604']=["topic_00000000000000E8_attached_props--.html","Startup Attached Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_605.js b/API_NetFramework/VSdoc/search--/s_605.js new file mode 100644 index 00000000..02ea1c7f --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_605.js @@ -0,0 +1 @@ +search_result['605']=["topic_00000000000000E8_events--.html","Startup Events",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_606.js b/API_NetFramework/VSdoc/search--/s_606.js new file mode 100644 index 00000000..2d743e3d --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_606.js @@ -0,0 +1 @@ +search_result['606']=["topic_00000000000000E8_methods--.html","Startup Methods",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_607.js b/API_NetFramework/VSdoc/search--/s_607.js new file mode 100644 index 00000000..42c3d758 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_607.js @@ -0,0 +1 @@ +search_result['607']=["topic_00000000000000E8_props--.html","Startup Properties",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_608.js b/API_NetFramework/VSdoc/search--/s_608.js new file mode 100644 index 00000000..ecb7b005 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_608.js @@ -0,0 +1 @@ +search_result['608']=["topic_00000000000000E8_vars--.html","Startup Fields",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_609.js b/API_NetFramework/VSdoc/search--/s_609.js new file mode 100644 index 00000000..18ff125d --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_609.js @@ -0,0 +1 @@ +search_result['609']=["topic_00000000000000E9.html","Startup.Configuration Method",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_610.js b/API_NetFramework/VSdoc/search--/s_610.js new file mode 100644 index 00000000..56926e89 --- /dev/null +++ b/API_NetFramework/VSdoc/search--/s_610.js @@ -0,0 +1 @@ +search_result['610']=["topic_00000000000000EA.html","API_NetFramework Reference ",""]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/search--/s_all.js b/API_NetFramework/VSdoc/search--/s_all.js index 05120dcf..5922ccd5 100644 --- a/API_NetFramework/VSdoc/search--/s_all.js +++ b/API_NetFramework/VSdoc/search--/s_all.js @@ -330,177 +330,282 @@ _s['328']=["topic_000000000000009A.html","XmlDocumentationProvider.GetDocumentat _s['329']=["topic_000000000000009A_overloads--.html","XmlDocumentationProvider.GetDocumentation Method",""]; _s['330']=["topic_000000000000009B.html","XmlDocumentationProvider.GetDocumentation (Type) Method",""]; _s['331']=["topic_000000000000009B_overloads--.html","XmlDocumentationProvider.GetDocumentation Method",""]; -_s['332']=["topic_000000000000009C.html","API_NetFramework.Controllers Namespace",""]; -_s['333']=["topic_000000000000009D.html","AntwortAdresseController Class",""]; -_s['334']=["topic_000000000000009D_attached_props--.html","AntwortAdresseController Attached Properties",""]; -_s['335']=["topic_000000000000009D_events--.html","AntwortAdresseController Events",""]; -_s['336']=["topic_000000000000009D_methods--.html","AntwortAdresseController Methods",""]; -_s['337']=["topic_000000000000009D_props--.html","AntwortAdresseController Properties",""]; -_s['338']=["topic_000000000000009D_vars--.html","AntwortAdresseController Fields",""]; -_s['339']=["topic_000000000000009E.html","AntwortAdresseController.GetGetAll Method",""]; -_s['340']=["topic_000000000000009F.html","AntwortAdresseController.GetByID Method",""]; -_s['341']=["topic_00000000000000A0.html","AntwortAdresseController.GetAllMitarbeiterByTGNummer Method",""]; -_s['342']=["topic_00000000000000A1.html","AntwortAdresseController.GetAllMitarbeiterByMitarbeiterNr Method",""]; -_s['343']=["topic_00000000000000A2.html","AntwortAdresseController.GetMitarbeiterByID Method",""]; -_s['344']=["topic_00000000000000A3.html","ArchivController Class",""]; -_s['345']=["topic_00000000000000A3_attached_props--.html","ArchivController Attached Properties",""]; -_s['346']=["topic_00000000000000A3_events--.html","ArchivController Events",""]; -_s['347']=["topic_00000000000000A3_methods--.html","ArchivController Methods",""]; -_s['348']=["topic_00000000000000A3_props--.html","ArchivController Properties",""]; -_s['349']=["topic_00000000000000A3_vars--.html","ArchivController Fields",""]; -_s['350']=["topic_00000000000000A4.html","ArchivController.ArchivDoc_From_Database Method","Archiviert das Dokument aus OnDoc in OnBase"]; -_s['351']=["topic_00000000000000A4_attached_props--.html","TestParam Attached Properties",""]; -_s['352']=["topic_00000000000000A4_events--.html","TestParam Events",""]; -_s['353']=["topic_00000000000000A4_methods--.html","TestParam Methods",""]; -_s['354']=["topic_00000000000000A4_props--.html","TestParam Properties",""]; -_s['355']=["topic_00000000000000A4_vars--.html","TestParam Fields",""]; -_s['356']=["topic_00000000000000A5.html","ArchivController.ArchivDocBase64 Method",""]; -_s['357']=["topic_00000000000000A6.html","ArchivController.CheckDocID Method",""]; -_s['358']=["topic_00000000000000A6_attached_props--.html","DocumentController Attached Properties",""]; -_s['359']=["topic_00000000000000A6_events--.html","DocumentController Events",""]; -_s['360']=["topic_00000000000000A6_methods--.html","DocumentController Methods",""]; -_s['361']=["topic_00000000000000A6_props--.html","DocumentController Properties",""]; -_s['362']=["topic_00000000000000A6_vars--.html","DocumentController Fields",""]; -_s['363']=["topic_00000000000000A7.html","ArchivController.ArchivDocFromIRIS Method",""]; -_s['364']=["topic_00000000000000A7_attached_props--.html","DocumentController Attached Properties",""]; -_s['365']=["topic_00000000000000A7_events--.html","DocumentController Events",""]; -_s['366']=["topic_00000000000000A7_methods--.html","DocumentController Methods",""]; -_s['367']=["topic_00000000000000A7_props--.html","DocumentController Properties",""]; -_s['368']=["topic_00000000000000A7_vars--.html","DocumentController Fields",""]; -_s['369']=["topic_00000000000000A8.html","TestParam Class",""]; -_s['370']=["topic_00000000000000A8_attached_props--.html","TestParam Attached Properties",""]; -_s['371']=["topic_00000000000000A8_events--.html","TestParam Events",""]; -_s['372']=["topic_00000000000000A8_methods--.html","TestParam Methods",""]; -_s['373']=["topic_00000000000000A8_props--.html","TestParam Properties",""]; -_s['374']=["topic_00000000000000A8_vars--.html","TestParam Fields",""]; -_s['375']=["topic_00000000000000A9.html","TestParam.param1 Property",""]; -_s['376']=["topic_00000000000000AA.html","TestParam.param2 Property",""]; -_s['377']=["topic_00000000000000AB.html","DocumentController Class",""]; -_s['378']=["topic_00000000000000AB_attached_props--.html","DocumentController Attached Properties",""]; -_s['379']=["topic_00000000000000AB_events--.html","DocumentController Events",""]; -_s['380']=["topic_00000000000000AB_methods--.html","DocumentController Methods",""]; -_s['381']=["topic_00000000000000AB_props--.html","DocumentController Properties",""]; -_s['382']=["topic_00000000000000AB_vars--.html","DocumentController Fields",""]; -_s['383']=["topic_00000000000000AC.html","DocumentController.GetDocument Method",""]; -_s['384']=["topic_00000000000000AD.html","DocumentController.pageCollection Property",""]; -_s['385']=["topic_00000000000000AD_attached_props--.html","HomeController Attached Properties",""]; -_s['386']=["topic_00000000000000AD_events--.html","HomeController Events",""]; -_s['387']=["topic_00000000000000AD_methods--.html","HomeController Methods",""]; -_s['388']=["topic_00000000000000AD_props--.html","HomeController Properties",""]; -_s['389']=["topic_00000000000000AD_vars--.html","HomeController Fields",""]; -_s['390']=["topic_00000000000000AE.html","DocumentController.GetDocumentJSONBody Method",""]; -_s['391']=["topic_00000000000000AE_attached_props--.html","HomeController Attached Properties",""]; -_s['392']=["topic_00000000000000AE_events--.html","HomeController Events",""]; -_s['393']=["topic_00000000000000AE_methods--.html","HomeController Methods",""]; -_s['394']=["topic_00000000000000AE_props--.html","HomeController Properties",""]; -_s['395']=["topic_00000000000000AE_vars--.html","HomeController Fields",""]; -_s['396']=["topic_00000000000000AF.html","DocumentController.GetDocumentPDF Method",""]; -_s['397']=["topic_00000000000000AF_attached_props--.html","OnBaseController Attached Properties",""]; -_s['398']=["topic_00000000000000AF_events--.html","OnBaseController Events",""]; -_s['399']=["topic_00000000000000AF_methods--.html","OnBaseController Methods",""]; -_s['400']=["topic_00000000000000AF_props--.html","OnBaseController Properties",""]; -_s['401']=["topic_00000000000000AF_vars--.html","OnBaseController Fields",""]; -_s['402']=["topic_00000000000000B0.html","DocumentController.SendToOnBase Method",""]; -_s['403']=["topic_00000000000000B0_attached_props--.html","OnBaseController Attached Properties",""]; -_s['404']=["topic_00000000000000B0_events--.html","OnBaseController Events",""]; -_s['405']=["topic_00000000000000B0_methods--.html","OnBaseController Methods",""]; -_s['406']=["topic_00000000000000B0_props--.html","OnBaseController Properties",""]; -_s['407']=["topic_00000000000000B0_vars--.html","OnBaseController Fields",""]; -_s['408']=["topic_00000000000000B1.html","DocumentController.GenDoc Method",""]; -_s['409']=["topic_00000000000000B2.html","HomeController Class",""]; -_s['410']=["topic_00000000000000B2_attached_props--.html","HomeController Attached Properties",""]; -_s['411']=["topic_00000000000000B2_events--.html","HomeController Events",""]; -_s['412']=["topic_00000000000000B2_methods--.html","HomeController Methods",""]; -_s['413']=["topic_00000000000000B2_props--.html","HomeController Properties",""]; -_s['414']=["topic_00000000000000B2_vars--.html","HomeController Fields",""]; -_s['415']=["topic_00000000000000B3.html","HomeController.Index Method",""]; -_s['416']=["topic_00000000000000B3_attached_props--.html","IFileService Attached Properties",""]; -_s['417']=["topic_00000000000000B3_events--.html","IFileService Events",""]; -_s['418']=["topic_00000000000000B3_methods--.html","IFileService Methods",""]; -_s['419']=["topic_00000000000000B3_props--.html","IFileService Properties",""]; -_s['420']=["topic_00000000000000B3_vars--.html","IFileService Fields",""]; -_s['421']=["topic_00000000000000B4.html","IFileService Interface",""]; -_s['422']=["topic_00000000000000B4_attached_props--.html","IFileService Attached Properties",""]; -_s['423']=["topic_00000000000000B4_events--.html","IFileService Events",""]; -_s['424']=["topic_00000000000000B4_methods--.html","IFileService Methods",""]; -_s['425']=["topic_00000000000000B4_props--.html","IFileService Properties",""]; -_s['426']=["topic_00000000000000B4_vars--.html","IFileService Fields",""]; -_s['427']=["topic_00000000000000B5.html","IFileService.GetImageAsStream Method",""]; -_s['428']=["topic_00000000000000B6.html","IFileService.GetImageAsByteArray Method",""]; -_s['429']=["topic_00000000000000B6_attached_props--.html","Image Attached Properties",""]; -_s['430']=["topic_00000000000000B6_events--.html","Image Events",""]; -_s['431']=["topic_00000000000000B6_methods--.html","Image Methods",""]; -_s['432']=["topic_00000000000000B6_props--.html","Image Properties",""]; -_s['433']=["topic_00000000000000B6_vars--.html","Image Fields",""]; -_s['434']=["topic_00000000000000B7.html","Image Class",""]; -_s['435']=["topic_00000000000000B7_attached_props--.html","Image Attached Properties",""]; -_s['436']=["topic_00000000000000B7_events--.html","Image Events",""]; -_s['437']=["topic_00000000000000B7_methods--.html","Image Methods",""]; -_s['438']=["topic_00000000000000B7_props--.html","Image Properties",""]; -_s['439']=["topic_00000000000000B7_vars--.html","Image Fields",""]; -_s['440']=["topic_00000000000000B8.html","Base64Image Field",""]; -_s['441']=["topic_00000000000000B8_attached_props--.html","UnterschriftController Attached Properties",""]; -_s['442']=["topic_00000000000000B8_events--.html","UnterschriftController Events",""]; -_s['443']=["topic_00000000000000B8_methods--.html","UnterschriftController Methods",""]; -_s['444']=["topic_00000000000000B8_props--.html","UnterschriftController Properties",""]; -_s['445']=["topic_00000000000000B8_vars--.html","UnterschriftController Fields",""]; -_s['446']=["topic_00000000000000B9.html","UnterschriftController Class",""]; -_s['447']=["topic_00000000000000B9_attached_props--.html","UnterschriftController Attached Properties",""]; -_s['448']=["topic_00000000000000B9_events--.html","UnterschriftController Events",""]; -_s['449']=["topic_00000000000000B9_methods--.html","UnterschriftController Methods",""]; -_s['450']=["topic_00000000000000B9_props--.html","UnterschriftController Properties",""]; -_s['451']=["topic_00000000000000B9_vars--.html","UnterschriftController Fields",""]; -_s['452']=["topic_00000000000000BA.html","UnterschriftController.GetUnterschriftAsBase64 Method",""]; -_s['453']=["topic_00000000000000BB.html","UnterschriftController.GetUnterschrift Method",""]; -_s['454']=["topic_00000000000000BB_attached_props--.html","FileResult Attached Properties",""]; -_s['455']=["topic_00000000000000BB_events--.html","FileResult Events",""]; -_s['456']=["topic_00000000000000BB_methods--.html","FileResult Methods",""]; -_s['457']=["topic_00000000000000BB_props--.html","FileResult Properties",""]; -_s['458']=["topic_00000000000000BB_vars--.html","FileResult Fields",""]; -_s['459']=["topic_00000000000000BC.html","FileResult Class",""]; -_s['460']=["topic_00000000000000BC_attached_props--.html","FileResult Attached Properties",""]; -_s['461']=["topic_00000000000000BC_events--.html","FileResult Events",""]; -_s['462']=["topic_00000000000000BC_methods--.html","FileResult Methods",""]; -_s['463']=["topic_00000000000000BC_props--.html","FileResult Properties",""]; -_s['464']=["topic_00000000000000BC_vars--.html","FileResult Fields",""]; -_s['465']=["topic_00000000000000BD.html","FileResult Constructor",""]; -_s['466']=["topic_00000000000000BE.html","FileResult.ExecuteAsync Method",""]; -_s['467']=["topic_00000000000000BE_attached_props--.html","FileService Attached Properties",""]; -_s['468']=["topic_00000000000000BE_events--.html","FileService Events",""]; -_s['469']=["topic_00000000000000BE_methods--.html","FileService Methods",""]; -_s['470']=["topic_00000000000000BE_props--.html","FileService Properties",""]; -_s['471']=["topic_00000000000000BE_vars--.html","FileService Fields",""]; -_s['472']=["topic_00000000000000BF.html","FileService Class",""]; -_s['473']=["topic_00000000000000BF_attached_props--.html","FileService Attached Properties",""]; -_s['474']=["topic_00000000000000BF_events--.html","FileService Events",""]; -_s['475']=["topic_00000000000000BF_methods--.html","FileService Methods",""]; -_s['476']=["topic_00000000000000BF_props--.html","FileService Properties",""]; -_s['477']=["topic_00000000000000BF_vars--.html","FileService Fields",""]; -_s['478']=["topic_00000000000000C0.html","FileService.GetImageAsStream Method",""]; -_s['479']=["topic_00000000000000C1.html","FileService.GetImageAsByteArray Method",""]; -_s['480']=["topic_00000000000000C1_attached_props--.html","unterschriftResult Attached Properties",""]; -_s['481']=["topic_00000000000000C1_events--.html","unterschriftResult Events",""]; -_s['482']=["topic_00000000000000C1_methods--.html","unterschriftResult Methods",""]; -_s['483']=["topic_00000000000000C1_props--.html","unterschriftResult Properties",""]; -_s['484']=["topic_00000000000000C1_vars--.html","unterschriftResult Fields",""]; -_s['485']=["topic_00000000000000C2.html","unterschriftResult Class",""]; -_s['486']=["topic_00000000000000C2_attached_props--.html","unterschriftResult Attached Properties",""]; -_s['487']=["topic_00000000000000C2_events--.html","unterschriftResult Events",""]; -_s['488']=["topic_00000000000000C2_methods--.html","unterschriftResult Methods",""]; -_s['489']=["topic_00000000000000C2_props--.html","unterschriftResult Properties",""]; -_s['490']=["topic_00000000000000C2_vars--.html","unterschriftResult Fields",""]; -_s['491']=["topic_00000000000000C3.html","unterschriftResult Constructor",""]; -_s['492']=["topic_00000000000000C4.html","unterschriftResult.ExecuteAsync Method",""]; -_s['493']=["topic_00000000000000C4_attached_props--.html","WebApiApplication Attached Properties",""]; -_s['494']=["topic_00000000000000C4_events--.html","WebApiApplication Events",""]; -_s['495']=["topic_00000000000000C4_methods--.html","WebApiApplication Methods",""]; -_s['496']=["topic_00000000000000C4_props--.html","WebApiApplication Properties",""]; -_s['497']=["topic_00000000000000C4_vars--.html","WebApiApplication Fields",""]; -_s['498']=["topic_00000000000000C5.html","WebApiApplication Class",""]; -_s['499']=["topic_00000000000000C5_attached_props--.html","WebApiApplication Attached Properties",""]; -_s['500']=["topic_00000000000000C5_events--.html","WebApiApplication Events",""]; -_s['501']=["topic_00000000000000C5_methods--.html","WebApiApplication Methods",""]; -_s['502']=["topic_00000000000000C5_props--.html","WebApiApplication Properties",""]; -_s['503']=["topic_00000000000000C5_vars--.html","WebApiApplication Fields",""]; -_s['504']=["topic_00000000000000C6.html","WebApiApplication.Application_Start Method",""]; -_s['505']=["topic_00000000000000C7.html","API_NetFramework Reference ",""]; +_s['332']=["topic_000000000000009C.html","SecuringWebApiUsingApiKey.Middleware Namespace",""]; +_s['333']=["topic_000000000000009D.html","StringCipher Class",""]; +_s['334']=["topic_000000000000009D_attached_props--.html","StringCipher Attached Properties",""]; +_s['335']=["topic_000000000000009D_events--.html","StringCipher Events",""]; +_s['336']=["topic_000000000000009D_methods--.html","StringCipher Methods",""]; +_s['337']=["topic_000000000000009D_props--.html","StringCipher Properties",""]; +_s['338']=["topic_000000000000009D_vars--.html","StringCipher Fields",""]; +_s['339']=["topic_000000000000009E.html","StringCipher.Encrypt Method",""]; +_s['340']=["topic_000000000000009F.html","StringCipher.Decrypt Method",""]; +_s['341']=["topic_00000000000000A0.html","ApiKeyMiddleware Class",""]; +_s['342']=["topic_00000000000000A0_attached_props--.html","ApiKeyMiddleware Attached Properties",""]; +_s['343']=["topic_00000000000000A0_events--.html","ApiKeyMiddleware Events",""]; +_s['344']=["topic_00000000000000A0_methods--.html","ApiKeyMiddleware Methods",""]; +_s['345']=["topic_00000000000000A0_props--.html","ApiKeyMiddleware Properties",""]; +_s['346']=["topic_00000000000000A0_vars--.html","ApiKeyMiddleware Fields",""]; +_s['347']=["topic_00000000000000A1.html","apikeys Field",""]; +_s['348']=["topic_00000000000000A2.html","ApiKeyMiddleware.GetValue Method",""]; +_s['349']=["topic_00000000000000A3.html","ApiKeyMiddleware.Authorized Method",""]; +_s['350']=["topic_00000000000000A3_attached_props--.html","ArchivController Attached Properties",""]; +_s['351']=["topic_00000000000000A3_events--.html","ArchivController Events",""]; +_s['352']=["topic_00000000000000A3_methods--.html","ArchivController Methods",""]; +_s['353']=["topic_00000000000000A3_props--.html","ArchivController Properties",""]; +_s['354']=["topic_00000000000000A3_vars--.html","ArchivController Fields",""]; +_s['355']=["topic_00000000000000A4.html","API_NetFramework.Controllers Namespace",""]; +_s['356']=["topic_00000000000000A4_attached_props--.html","TestParam Attached Properties",""]; +_s['357']=["topic_00000000000000A4_events--.html","TestParam Events",""]; +_s['358']=["topic_00000000000000A4_methods--.html","TestParam Methods",""]; +_s['359']=["topic_00000000000000A4_props--.html","TestParam Properties",""]; +_s['360']=["topic_00000000000000A4_vars--.html","TestParam Fields",""]; +_s['361']=["topic_00000000000000A5.html","AntwortAdresseController Class",""]; +_s['362']=["topic_00000000000000A5_attached_props--.html","AntwortAdresseController Attached Properties",""]; +_s['363']=["topic_00000000000000A5_events--.html","AntwortAdresseController Events",""]; +_s['364']=["topic_00000000000000A5_methods--.html","AntwortAdresseController Methods",""]; +_s['365']=["topic_00000000000000A5_props--.html","AntwortAdresseController Properties",""]; +_s['366']=["topic_00000000000000A5_vars--.html","AntwortAdresseController Fields",""]; +_s['367']=["topic_00000000000000A6.html","AntwortAdresseController.GetGetAll Method","GetGetAll liefert alle GAS-Adressen"]; +_s['368']=["topic_00000000000000A6_attached_props--.html","DocumentController Attached Properties",""]; +_s['369']=["topic_00000000000000A6_events--.html","DocumentController Events",""]; +_s['370']=["topic_00000000000000A6_methods--.html","DocumentController Methods",""]; +_s['371']=["topic_00000000000000A6_props--.html","DocumentController Properties",""]; +_s['372']=["topic_00000000000000A6_vars--.html","DocumentController Fields",""]; +_s['373']=["topic_00000000000000A7.html","AntwortAdresseController.GetByID Method",""]; +_s['374']=["topic_00000000000000A7_attached_props--.html","DocumentController Attached Properties",""]; +_s['375']=["topic_00000000000000A7_events--.html","DocumentController Events",""]; +_s['376']=["topic_00000000000000A7_methods--.html","DocumentController Methods",""]; +_s['377']=["topic_00000000000000A7_props--.html","DocumentController Properties",""]; +_s['378']=["topic_00000000000000A7_vars--.html","DocumentController Fields",""]; +_s['379']=["topic_00000000000000A8.html","AntwortAdresseController.GetAllMitarbeiterByTGNummer Method","GetAllMitarbeiterByTGNummer liefert die persönlichen Adressen eines Mitarbeiters"]; +_s['380']=["topic_00000000000000A8_attached_props--.html","TestParam Attached Properties",""]; +_s['381']=["topic_00000000000000A8_events--.html","TestParam Events",""]; +_s['382']=["topic_00000000000000A8_methods--.html","TestParam Methods",""]; +_s['383']=["topic_00000000000000A8_props--.html","TestParam Properties",""]; +_s['384']=["topic_00000000000000A8_vars--.html","TestParam Fields",""]; +_s['385']=["topic_00000000000000A9.html","AntwortAdresseController.GetAllMitarbeiterByMitarbeiterNr Method",""]; +_s['386']=["topic_00000000000000AA.html","AntwortAdresseController.GetMitarbeiterByID Method",""]; +_s['387']=["topic_00000000000000AB.html","AntwortAdresseController.GetGASAdressen_Einzeilig Method",""]; +_s['388']=["topic_00000000000000AB_attached_props--.html","DocumentController Attached Properties",""]; +_s['389']=["topic_00000000000000AB_events--.html","DocumentController Events",""]; +_s['390']=["topic_00000000000000AB_methods--.html","DocumentController Methods",""]; +_s['391']=["topic_00000000000000AB_props--.html","DocumentController Properties",""]; +_s['392']=["topic_00000000000000AB_vars--.html","DocumentController Fields",""]; +_s['393']=["topic_00000000000000AC.html","ILResponse Class",""]; +_s['394']=["topic_00000000000000AC_attached_props--.html","ILResponse Attached Properties",""]; +_s['395']=["topic_00000000000000AC_events--.html","ILResponse Events",""]; +_s['396']=["topic_00000000000000AC_methods--.html","ILResponse Methods",""]; +_s['397']=["topic_00000000000000AC_props--.html","ILResponse Properties",""]; +_s['398']=["topic_00000000000000AC_vars--.html","ILResponse Fields",""]; +_s['399']=["topic_00000000000000AD.html","StatusCode Field",""]; +_s['400']=["topic_00000000000000AD_attached_props--.html","HomeController Attached Properties",""]; +_s['401']=["topic_00000000000000AD_events--.html","HomeController Events",""]; +_s['402']=["topic_00000000000000AD_methods--.html","HomeController Methods",""]; +_s['403']=["topic_00000000000000AD_props--.html","HomeController Properties",""]; +_s['404']=["topic_00000000000000AD_vars--.html","HomeController Fields",""]; +_s['405']=["topic_00000000000000AE.html","ILResponse.senderror Property",""]; +_s['406']=["topic_00000000000000AE_attached_props--.html","HomeController Attached Properties",""]; +_s['407']=["topic_00000000000000AE_events--.html","HomeController Events",""]; +_s['408']=["topic_00000000000000AE_methods--.html","HomeController Methods",""]; +_s['409']=["topic_00000000000000AE_props--.html","HomeController Properties",""]; +_s['410']=["topic_00000000000000AE_vars--.html","HomeController Fields",""]; +_s['411']=["topic_00000000000000AF.html","ILResponse.response Property",""]; +_s['412']=["topic_00000000000000AF_attached_props--.html","OnBaseController Attached Properties",""]; +_s['413']=["topic_00000000000000AF_events--.html","OnBaseController Events",""]; +_s['414']=["topic_00000000000000AF_methods--.html","OnBaseController Methods",""]; +_s['415']=["topic_00000000000000AF_props--.html","OnBaseController Properties",""]; +_s['416']=["topic_00000000000000AF_vars--.html","OnBaseController Fields",""]; +_s['417']=["topic_00000000000000B0.html","uploadtype Enumeration",""]; +_s['418']=["topic_00000000000000B0_attached_props--.html","OnBaseController Attached Properties",""]; +_s['419']=["topic_00000000000000B0_events--.html","OnBaseController Events",""]; +_s['420']=["topic_00000000000000B0_methods--.html","OnBaseController Methods",""]; +_s['421']=["topic_00000000000000B0_props--.html","OnBaseController Properties",""]; +_s['422']=["topic_00000000000000B0_vars--.html","OnBaseController Fields",""]; +_s['423']=["topic_00000000000000B1.html","DocumentController.GenDoc Method",""]; +_s['424']=["topic_00000000000000B2.html","HomeController Class",""]; +_s['425']=["topic_00000000000000B2_attached_props--.html","HomeController Attached Properties",""]; +_s['426']=["topic_00000000000000B2_events--.html","HomeController Events",""]; +_s['427']=["topic_00000000000000B2_methods--.html","HomeController Methods",""]; +_s['428']=["topic_00000000000000B2_props--.html","HomeController Properties",""]; +_s['429']=["topic_00000000000000B2_vars--.html","HomeController Fields",""]; +_s['430']=["topic_00000000000000B3.html","HomeController.Index Method",""]; +_s['431']=["topic_00000000000000B3_attached_props--.html","IFileService Attached Properties",""]; +_s['432']=["topic_00000000000000B3_events--.html","IFileService Events",""]; +_s['433']=["topic_00000000000000B3_methods--.html","IFileService Methods",""]; +_s['434']=["topic_00000000000000B3_props--.html","IFileService Properties",""]; +_s['435']=["topic_00000000000000B3_vars--.html","IFileService Fields",""]; +_s['436']=["topic_00000000000000B4.html","ArchivController Class",""]; +_s['437']=["topic_00000000000000B4_attached_props--.html","ArchivController Attached Properties",""]; +_s['438']=["topic_00000000000000B4_events--.html","ArchivController Events",""]; +_s['439']=["topic_00000000000000B4_methods--.html","ArchivController Methods",""]; +_s['440']=["topic_00000000000000B4_props--.html","ArchivController Properties",""]; +_s['441']=["topic_00000000000000B4_vars--.html","ArchivController Fields",""]; +_s['442']=["topic_00000000000000B5.html","ArchivController.ArchivDocFromDatabase Method","Archiviert das Dokument aus OnDoc in OnBase"]; +_s['443']=["topic_00000000000000B6.html","ArchivController.CheckDocID Method","CheckDocID prüft auf eine vorhandene DokumentID in OnDoc (DokumentID OFFEDK... / Barcode-Klenber-Nr)"]; +_s['444']=["topic_00000000000000B6_attached_props--.html","Image Attached Properties",""]; +_s['445']=["topic_00000000000000B6_events--.html","Image Events",""]; +_s['446']=["topic_00000000000000B6_methods--.html","Image Methods",""]; +_s['447']=["topic_00000000000000B6_props--.html","Image Properties",""]; +_s['448']=["topic_00000000000000B6_vars--.html","Image Fields",""]; +_s['449']=["topic_00000000000000B7.html","ArchivController.ArchivDocFromIRIS Method",""]; +_s['450']=["topic_00000000000000B7_attached_props--.html","Image Attached Properties",""]; +_s['451']=["topic_00000000000000B7_events--.html","Image Events",""]; +_s['452']=["topic_00000000000000B7_methods--.html","Image Methods",""]; +_s['453']=["topic_00000000000000B7_props--.html","Image Properties",""]; +_s['454']=["topic_00000000000000B7_vars--.html","Image Fields",""]; +_s['455']=["topic_00000000000000B8.html","ArchivController.ArchivSBDoc Method",""]; +_s['456']=["topic_00000000000000B8_attached_props--.html","UnterschriftController Attached Properties",""]; +_s['457']=["topic_00000000000000B8_events--.html","UnterschriftController Events",""]; +_s['458']=["topic_00000000000000B8_methods--.html","UnterschriftController Methods",""]; +_s['459']=["topic_00000000000000B8_props--.html","UnterschriftController Properties",""]; +_s['460']=["topic_00000000000000B8_vars--.html","UnterschriftController Fields",""]; +_s['461']=["topic_00000000000000B9.html","ArchivController.Transfer_OnBase Method",""]; +_s['462']=["topic_00000000000000B9_attached_props--.html","UnterschriftController Attached Properties",""]; +_s['463']=["topic_00000000000000B9_events--.html","UnterschriftController Events",""]; +_s['464']=["topic_00000000000000B9_methods--.html","UnterschriftController Methods",""]; +_s['465']=["topic_00000000000000B9_props--.html","UnterschriftController Properties",""]; +_s['466']=["topic_00000000000000B9_vars--.html","UnterschriftController Fields",""]; +_s['467']=["topic_00000000000000BA.html","TestParam Class",""]; +_s['468']=["topic_00000000000000BA_attached_props--.html","TestParam Attached Properties",""]; +_s['469']=["topic_00000000000000BA_events--.html","TestParam Events",""]; +_s['470']=["topic_00000000000000BA_methods--.html","TestParam Methods",""]; +_s['471']=["topic_00000000000000BA_props--.html","TestParam Properties",""]; +_s['472']=["topic_00000000000000BA_vars--.html","TestParam Fields",""]; +_s['473']=["topic_00000000000000BB.html","TestParam.param1 Property",""]; +_s['474']=["topic_00000000000000BB_attached_props--.html","FileResult Attached Properties",""]; +_s['475']=["topic_00000000000000BB_events--.html","FileResult Events",""]; +_s['476']=["topic_00000000000000BB_methods--.html","FileResult Methods",""]; +_s['477']=["topic_00000000000000BB_props--.html","FileResult Properties",""]; +_s['478']=["topic_00000000000000BB_vars--.html","FileResult Fields",""]; +_s['479']=["topic_00000000000000BC.html","TestParam.param2 Property",""]; +_s['480']=["topic_00000000000000BC_attached_props--.html","FileResult Attached Properties",""]; +_s['481']=["topic_00000000000000BC_events--.html","FileResult Events",""]; +_s['482']=["topic_00000000000000BC_methods--.html","FileResult Methods",""]; +_s['483']=["topic_00000000000000BC_props--.html","FileResult Properties",""]; +_s['484']=["topic_00000000000000BC_vars--.html","FileResult Fields",""]; +_s['485']=["topic_00000000000000BD.html","DocumentController Class",""]; +_s['486']=["topic_00000000000000BD_attached_props--.html","DocumentController Attached Properties",""]; +_s['487']=["topic_00000000000000BD_events--.html","DocumentController Events",""]; +_s['488']=["topic_00000000000000BD_methods--.html","DocumentController Methods",""]; +_s['489']=["topic_00000000000000BD_props--.html","DocumentController Properties",""]; +_s['490']=["topic_00000000000000BD_vars--.html","DocumentController Fields",""]; +_s['491']=["topic_00000000000000BE.html","tokenfunction Field",""]; +_s['492']=["topic_00000000000000BE_attached_props--.html","FileService Attached Properties",""]; +_s['493']=["topic_00000000000000BE_events--.html","FileService Events",""]; +_s['494']=["topic_00000000000000BE_methods--.html","FileService Methods",""]; +_s['495']=["topic_00000000000000BE_props--.html","FileService Properties",""]; +_s['496']=["topic_00000000000000BE_vars--.html","FileService Fields",""]; +_s['497']=["topic_00000000000000BF.html","DocumentController.GetDocument Method",""]; +_s['498']=["topic_00000000000000BF_attached_props--.html","FileService Attached Properties",""]; +_s['499']=["topic_00000000000000BF_events--.html","FileService Events",""]; +_s['500']=["topic_00000000000000BF_methods--.html","FileService Methods",""]; +_s['501']=["topic_00000000000000BF_props--.html","FileService Properties",""]; +_s['502']=["topic_00000000000000BF_vars--.html","FileService Fields",""]; +_s['503']=["topic_00000000000000C0.html","DocumentController.pageCollection Property",""]; +_s['504']=["topic_00000000000000C1.html","DocumentController.GetDocumentJSONBody Method",""]; +_s['505']=["topic_00000000000000C1_attached_props--.html","unterschriftResult Attached Properties",""]; +_s['506']=["topic_00000000000000C1_events--.html","unterschriftResult Events",""]; +_s['507']=["topic_00000000000000C1_methods--.html","unterschriftResult Methods",""]; +_s['508']=["topic_00000000000000C1_props--.html","unterschriftResult Properties",""]; +_s['509']=["topic_00000000000000C1_vars--.html","unterschriftResult Fields",""]; +_s['510']=["topic_00000000000000C2.html","DocumentController.GetDocumentPDF Method",""]; +_s['511']=["topic_00000000000000C2_attached_props--.html","unterschriftResult Attached Properties",""]; +_s['512']=["topic_00000000000000C2_events--.html","unterschriftResult Events",""]; +_s['513']=["topic_00000000000000C2_methods--.html","unterschriftResult Methods",""]; +_s['514']=["topic_00000000000000C2_props--.html","unterschriftResult Properties",""]; +_s['515']=["topic_00000000000000C2_vars--.html","unterschriftResult Fields",""]; +_s['516']=["topic_00000000000000C3.html","DocumentController.SendToOnBase Method",""]; +_s['517']=["topic_00000000000000C4.html","DocumentController.GenDoc Method",""]; +_s['518']=["topic_00000000000000C4_attached_props--.html","WebApiApplication Attached Properties",""]; +_s['519']=["topic_00000000000000C4_events--.html","WebApiApplication Events",""]; +_s['520']=["topic_00000000000000C4_methods--.html","WebApiApplication Methods",""]; +_s['521']=["topic_00000000000000C4_props--.html","WebApiApplication Properties",""]; +_s['522']=["topic_00000000000000C4_vars--.html","WebApiApplication Fields",""]; +_s['523']=["topic_00000000000000C5.html","HomeController Class",""]; +_s['524']=["topic_00000000000000C5_attached_props--.html","HomeController Attached Properties",""]; +_s['525']=["topic_00000000000000C5_events--.html","HomeController Events",""]; +_s['526']=["topic_00000000000000C5_methods--.html","HomeController Methods",""]; +_s['527']=["topic_00000000000000C5_props--.html","HomeController Properties",""]; +_s['528']=["topic_00000000000000C5_vars--.html","HomeController Fields",""]; +_s['529']=["topic_00000000000000C6.html","HomeController.Index Method",""]; +_s['530']=["topic_00000000000000C7.html","OnDocAPI_NetFramework.Controllers Namespace",""]; +_s['531']=["topic_00000000000000C8.html","TokenController Class",""]; +_s['532']=["topic_00000000000000C8_attached_props--.html","TokenController Attached Properties",""]; +_s['533']=["topic_00000000000000C8_events--.html","TokenController Events",""]; +_s['534']=["topic_00000000000000C8_methods--.html","TokenController Methods",""]; +_s['535']=["topic_00000000000000C8_props--.html","TokenController Properties",""]; +_s['536']=["topic_00000000000000C8_vars--.html","TokenController Fields",""]; +_s['537']=["topic_00000000000000C9.html","TokenController.TokenGenerator Method",""]; +_s['538']=["topic_00000000000000CA.html","IFileService Interface",""]; +_s['539']=["topic_00000000000000CA_attached_props--.html","IFileService Attached Properties",""]; +_s['540']=["topic_00000000000000CA_events--.html","IFileService Events",""]; +_s['541']=["topic_00000000000000CA_methods--.html","IFileService Methods",""]; +_s['542']=["topic_00000000000000CA_props--.html","IFileService Properties",""]; +_s['543']=["topic_00000000000000CA_vars--.html","IFileService Fields",""]; +_s['544']=["topic_00000000000000CB.html","IFileService.GetImageAsStream Method",""]; +_s['545']=["topic_00000000000000CC.html","IFileService.GetImageAsByteArray Method",""]; +_s['546']=["topic_00000000000000CD.html","Image Class",""]; +_s['547']=["topic_00000000000000CD_attached_props--.html","Image Attached Properties",""]; +_s['548']=["topic_00000000000000CD_events--.html","Image Events",""]; +_s['549']=["topic_00000000000000CD_methods--.html","Image Methods",""]; +_s['550']=["topic_00000000000000CD_props--.html","Image Properties",""]; +_s['551']=["topic_00000000000000CD_vars--.html","Image Fields",""]; +_s['552']=["topic_00000000000000CE.html","Base64Image Field",""]; +_s['553']=["topic_00000000000000CF.html","UnterschriftController Class",""]; +_s['554']=["topic_00000000000000CF_attached_props--.html","UnterschriftController Attached Properties",""]; +_s['555']=["topic_00000000000000CF_events--.html","UnterschriftController Events",""]; +_s['556']=["topic_00000000000000CF_methods--.html","UnterschriftController Methods",""]; +_s['557']=["topic_00000000000000CF_props--.html","UnterschriftController Properties",""]; +_s['558']=["topic_00000000000000CF_vars--.html","UnterschriftController Fields",""]; +_s['559']=["topic_00000000000000D0.html","UnterschriftController.GetUnterschriftAsBase64 Method",""]; +_s['560']=["topic_00000000000000D1.html","UnterschriftController.GetUnterschrift Method",""]; +_s['561']=["topic_00000000000000D2.html","FileResult Class",""]; +_s['562']=["topic_00000000000000D2_attached_props--.html","FileResult Attached Properties",""]; +_s['563']=["topic_00000000000000D2_events--.html","FileResult Events",""]; +_s['564']=["topic_00000000000000D2_methods--.html","FileResult Methods",""]; +_s['565']=["topic_00000000000000D2_props--.html","FileResult Properties",""]; +_s['566']=["topic_00000000000000D2_vars--.html","FileResult Fields",""]; +_s['567']=["topic_00000000000000D3.html","FileResult Constructor",""]; +_s['568']=["topic_00000000000000D4.html","FileResult.ExecuteAsync Method",""]; +_s['569']=["topic_00000000000000D5.html","FileService Class",""]; +_s['570']=["topic_00000000000000D5_attached_props--.html","FileService Attached Properties",""]; +_s['571']=["topic_00000000000000D5_events--.html","FileService Events",""]; +_s['572']=["topic_00000000000000D5_methods--.html","FileService Methods",""]; +_s['573']=["topic_00000000000000D5_props--.html","FileService Properties",""]; +_s['574']=["topic_00000000000000D5_vars--.html","FileService Fields",""]; +_s['575']=["topic_00000000000000D6.html","FileService.GetImageAsStream Method",""]; +_s['576']=["topic_00000000000000D7.html","FileService.GetImageAsByteArray Method",""]; +_s['577']=["topic_00000000000000D8.html","unterschriftResult Class",""]; +_s['578']=["topic_00000000000000D8_attached_props--.html","unterschriftResult Attached Properties",""]; +_s['579']=["topic_00000000000000D8_events--.html","unterschriftResult Events",""]; +_s['580']=["topic_00000000000000D8_methods--.html","unterschriftResult Methods",""]; +_s['581']=["topic_00000000000000D8_props--.html","unterschriftResult Properties",""]; +_s['582']=["topic_00000000000000D8_vars--.html","unterschriftResult Fields",""]; +_s['583']=["topic_00000000000000D9.html","unterschriftResult Constructor",""]; +_s['584']=["topic_00000000000000DA.html","unterschriftResult.ExecuteAsync Method",""]; +_s['585']=["topic_00000000000000DB.html","WebApiApplication Class",""]; +_s['586']=["topic_00000000000000DB_attached_props--.html","WebApiApplication Attached Properties",""]; +_s['587']=["topic_00000000000000DB_events--.html","WebApiApplication Events",""]; +_s['588']=["topic_00000000000000DB_methods--.html","WebApiApplication Methods",""]; +_s['589']=["topic_00000000000000DB_props--.html","WebApiApplication Properties",""]; +_s['590']=["topic_00000000000000DB_vars--.html","WebApiApplication Fields",""]; +_s['591']=["topic_00000000000000DC.html","WebApiApplication.Application_Start Method",""]; +_s['592']=["topic_00000000000000DD.html","API_NetFramework.Models Namespace",""]; +_s['593']=["topic_00000000000000DE.html","LogLevelType Enumeration",""]; +_s['594']=["topic_00000000000000E4.html","APILogging Class",""]; +_s['595']=["topic_00000000000000E4_attached_props--.html","APILogging Attached Properties",""]; +_s['596']=["topic_00000000000000E4_events--.html","APILogging Events",""]; +_s['597']=["topic_00000000000000E4_methods--.html","APILogging Methods",""]; +_s['598']=["topic_00000000000000E4_props--.html","APILogging Properties",""]; +_s['599']=["topic_00000000000000E4_vars--.html","APILogging Fields",""]; +_s['600']=["topic_00000000000000E5.html","APILogging.initLogging Method",""]; +_s['601']=["topic_00000000000000E6.html","APILogging.Log Method",""]; +_s['602']=["topic_00000000000000E7.html","OnDocAPI_NetFramework Namespace",""]; +_s['603']=["topic_00000000000000E8.html","Startup Class",""]; +_s['604']=["topic_00000000000000E8_attached_props--.html","Startup Attached Properties",""]; +_s['605']=["topic_00000000000000E8_events--.html","Startup Events",""]; +_s['606']=["topic_00000000000000E8_methods--.html","Startup Methods",""]; +_s['607']=["topic_00000000000000E8_props--.html","Startup Properties",""]; +_s['608']=["topic_00000000000000E8_vars--.html","Startup Fields",""]; +_s['609']=["topic_00000000000000E9.html","Startup.Configuration Method",""]; +_s['610']=["topic_00000000000000EA.html","API_NetFramework Reference ",""]; diff --git a/API_NetFramework/VSdoc/search--/search_index.js b/API_NetFramework/VSdoc/search--/search_index.js index 9f32b8ef..bb2d5374 100644 --- a/API_NetFramework/VSdoc/search--/search_index.js +++ b/API_NetFramework/VSdoc/search--/search_index.js @@ -1,4 +1,4 @@  var qterms = []; - var nurls = 506; - var index = {"default":"[[0,1002],[295,1],[298,1],[301,1]]","page":"[[0,1002],[76,8],[79,8],[38,5],[95,3],[97,3],[99,3],[101,3],[103,2],[102,2],[273,1],[232,1],[215,1],[214,1],[105,1],[98,1],[284,1],[96,1],[94,1],[82,1],[54,1],[53,1],[46,1],[100,1],[303,1]]","go":"[[0,1]]","to":"[[76,8],[79,7],[95,6],[97,6],[52,5],[38,4],[101,3],[232,3],[99,3],[96,3],[94,3],[46,3],[242,3],[100,2],[98,2],[295,2],[301,2],[181,2],[83,2],[106,2],[320,2],[251,2],[248,2],[247,2],[235,2],[291,1],[292,1],[293,1],[294,1],[246,1],[245,1],[298,1],[244,1],[303,1],[309,1],[310,1],[311,1],[312,1],[313,1],[249,1],[268,1],[250,1],[257,1],[269,1],[270,1],[271,1],[272,1],[273,1],[279,1],[266,1],[265,1],[314,1],[263,1],[281,1],[282,1],[283,1],[284,1],[290,1],[261,1],[259,1],[267,1],[280,1],[333,1],[323,1],[408,1],[409,1],[415,1],[421,1],[427,1],[428,1],[434,1],[440,1],[446,1],[402,1],[452,1],[459,1],[465,1],[466,1],[472,1],[478,1],[479,1],[485,1],[491,1],[492,1],[453,1],[396,1],[390,1],[384,1],[325,1],[327,1],[328,1],[330,1],[332,1],[243,1],[339,1],[340,1],[341,1],[342,1],[343,1],[344,1],[350,1],[356,1],[357,1],[363,1],[369,1],[375,1],[376,1],[377,1],[383,1],[321,1],[0,1],[229,1],[240,1],[75,1],[82,1],[84,1],[86,1],[88,1],[90,1],[92,1],[93,1],[102,1],[103,1],[104,1],[105,1],[107,1],[113,1],[114,1],[120,1],[121,1],[122,1],[128,1],[74,1],[134,1],[68,1],[66,1],[2,1],[3,1],[9,1],[10,1],[16,1],[17,1],[23,1],[24,1],[30,1],[31,1],[37,1],[39,1],[45,1],[53,1],[54,1],[60,1],[62,1],[64,1],[65,1],[67,1],[135,1],[136,1],[142,1],[205,1],[206,1],[207,1],[208,1],[214,1],[215,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[228,1],[498,1],[230,1],[231,1],[238,1],[239,1],[204,1],[203,1],[197,1],[196,1],[143,1],[144,1],[145,1],[151,1],[153,1],[155,1],[161,1],[162,1],[163,1],[241,1],[169,1],[171,1],[172,1],[178,1],[179,1],[180,1],[187,1],[188,1],[189,1],[195,1],[170,1],[504,1]]","search":"[[1,1004],[246,2],[232,2],[235,2],[345,1],[344,1],[343,1],[342,1],[341,1],[340,1],[339,1],[338,1],[337,1],[336,1],[335,1],[334,1],[333,1],[332,1],[331,1],[330,1],[329,1],[328,1],[327,1],[326,1],[325,1],[324,1],[323,1],[322,1],[321,1],[320,1],[319,1],[346,1],[347,1],[349,1],[318,1],[376,1],[375,1],[374,1],[373,1],[372,1],[371,1],[370,1],[369,1],[368,1],[367,1],[366,1],[365,1],[364,1],[363,1],[362,1],[361,1],[360,1],[359,1],[358,1],[357,1],[356,1],[355,1],[354,1],[353,1],[352,1],[351,1],[350,1],[348,1],[317,1],[315,1],[377,1],[283,1],[282,1],[281,1],[280,1],[279,1],[278,1],[277,1],[276,1],[275,1],[274,1],[273,1],[272,1],[271,1],[270,1],[269,1],[268,1],[267,1],[266,1],[265,1],[264,1],[263,1],[262,1],[261,1],[260,1],[259,1],[258,1],[257,1],[284,1],[316,1],[285,1],[287,1],[314,1],[313,1],[312,1],[311,1],[310,1],[309,1],[308,1],[307,1],[306,1],[305,1],[304,1],[303,1],[302,1],[301,1],[300,1],[299,1],[298,1],[297,1],[296,1],[295,1],[294,1],[293,1],[292,1],[291,1],[290,1],[289,1],[288,1],[286,1],[256,1],[378,1],[380,1],[471,1],[470,1],[469,1],[468,1],[467,1],[466,1],[465,1],[464,1],[463,1],[462,1],[461,1],[460,1],[459,1],[458,1],[457,1],[456,1],[455,1],[454,1],[453,1],[452,1],[451,1],[450,1],[449,1],[448,1],[447,1],[446,1],[445,1],[472,1],[473,1],[474,1],[475,1],[503,1],[502,1],[501,1],[500,1],[499,1],[498,1],[497,1],[496,1],[495,1],[494,1],[493,1],[492,1],[491,1],[444,1],[490,1],[488,1],[487,1],[486,1],[485,1],[484,1],[483,1],[482,1],[481,1],[480,1],[479,1],[478,1],[477,1],[476,1],[489,1],[443,1],[442,1],[441,1],[408,1],[407,1],[406,1],[405,1],[404,1],[403,1],[402,1],[401,1],[400,1],[399,1],[398,1],[397,1],[396,1],[409,1],[395,1],[393,1],[392,1],[391,1],[390,1],[389,1],[388,1],[387,1],[386,1],[385,1],[384,1],[383,1],[382,1],[381,1],[394,1],[379,1],[410,1],[412,1],[440,1],[439,1],[438,1],[437,1],[436,1],[435,1],[434,1],[433,1],[432,1],[431,1],[430,1],[429,1],[428,1],[411,1],[427,1],[425,1],[424,1],[423,1],[422,1],[421,1],[420,1],[419,1],[418,1],[417,1],[416,1],[415,1],[414,1],[413,1],[426,1],[255,1],[253,1],[504,1],[91,1],[90,1],[89,1],[88,1],[87,1],[86,1],[85,1],[84,1],[83,1],[82,1],[81,1],[80,1],[79,1],[78,1],[77,1],[76,1],[75,1],[74,1],[73,1],[72,1],[71,1],[70,1],[69,1],[68,1],[67,1],[66,1],[65,1],[92,1],[93,1],[94,1],[95,1],[123,1],[122,1],[121,1],[120,1],[119,1],[118,1],[117,1],[116,1],[115,1],[114,1],[113,1],[112,1],[111,1],[64,1],[110,1],[108,1],[107,1],[106,1],[105,1],[104,1],[103,1],[102,1],[101,1],[100,1],[99,1],[98,1],[97,1],[96,1],[109,1],[124,1],[63,1],[61,1],[28,1],[27,1],[26,1],[25,1],[24,1],[23,1],[22,1],[21,1],[20,1],[19,1],[18,1],[17,1],[16,1],[15,1],[14,1],[13,1],[12,1],[11,1],[10,1],[9,1],[8,1],[7,1],[6,1],[5,1],[4,1],[3,1],[2,1],[29,1],[30,1],[31,1],[32,1],[60,1],[59,1],[58,1],[57,1],[56,1],[55,1],[54,1],[53,1],[52,1],[51,1],[50,1],[49,1],[48,1],[62,1],[47,1],[45,1],[44,1],[43,1],[42,1],[41,1],[40,1],[39,1],[38,1],[37,1],[36,1],[35,1],[34,1],[33,1],[46,1],[254,1],[125,1],[127,1],[217,1],[216,1],[215,1],[214,1],[213,1],[212,1],[211,1],[210,1],[209,1],[208,1],[207,1],[206,1],[205,1],[204,1],[203,1],[202,1],[201,1],[200,1],[199,1],[198,1],[197,1],[196,1],[195,1],[194,1],[193,1],[192,1],[191,1],[218,1],[219,1],[220,1],[221,1],[252,1],[251,1],[250,1],[249,1],[248,1],[247,1],[245,1],[244,1],[243,1],[242,1],[241,1],[240,1],[239,1],[190,1],[238,1],[236,1],[234,1],[233,1],[231,1],[230,1],[229,1],[228,1],[227,1],[226,1],[225,1],[224,1],[223,1],[222,1],[237,1],[126,1],[189,1],[187,1],[154,1],[153,1],[152,1],[151,1],[150,1],[149,1],[148,1],[147,1],[146,1],[145,1],[144,1],[143,1],[142,1],[141,1],[140,1],[139,1],[138,1],[137,1],[136,1],[135,1],[134,1],[133,1],[132,1],[131,1],[130,1],[129,1],[128,1],[155,1],[156,1],[157,1],[158,1],[186,1],[185,1],[184,1],[183,1],[182,1],[181,1],[180,1],[179,1],[178,1],[177,1],[176,1],[175,1],[174,1],[188,1],[173,1],[171,1],[170,1],[169,1],[168,1],[167,1],[166,1],[165,1],[164,1],[163,1],[162,1],[161,1],[160,1],[159,1],[172,1],[505,1]]","logo":"[[1,1],[344,1],[343,1],[342,1],[341,1],[340,1],[339,1],[338,1],[337,1],[336,1],[335,1],[334,1],[333,1],[332,1],[331,1],[330,1],[329,1],[328,1],[327,1],[326,1],[325,1],[324,1],[323,1],[322,1],[321,1],[320,1],[319,1],[318,1],[345,1],[346,1],[347,1],[348,1],[376,1],[375,1],[374,1],[373,1],[372,1],[371,1],[370,1],[369,1],[368,1],[367,1],[366,1],[365,1],[364,1],[317,1],[363,1],[361,1],[360,1],[359,1],[358,1],[357,1],[356,1],[355,1],[354,1],[353,1],[352,1],[351,1],[350,1],[349,1],[362,1],[377,1],[316,1],[314,1],[281,1],[280,1],[279,1],[278,1],[277,1],[276,1],[275,1],[274,1],[273,1],[272,1],[271,1],[270,1],[269,1],[268,1],[267,1],[266,1],[265,1],[264,1],[263,1],[262,1],[261,1],[260,1],[259,1],[258,1],[257,1],[256,1],[255,1],[282,1],[283,1],[284,1],[285,1],[313,1],[312,1],[311,1],[310,1],[309,1],[308,1],[307,1],[306,1],[305,1],[304,1],[303,1],[302,1],[301,1],[315,1],[300,1],[298,1],[297,1],[296,1],[295,1],[294,1],[293,1],[292,1],[291,1],[290,1],[289,1],[288,1],[287,1],[286,1],[299,1],[378,1],[379,1],[380,1],[471,1],[470,1],[469,1],[468,1],[467,1],[466,1],[465,1],[464,1],[463,1],[462,1],[461,1],[460,1],[459,1],[458,1],[457,1],[456,1],[455,1],[454,1],[453,1],[452,1],[451,1],[450,1],[449,1],[448,1],[447,1],[446,1],[445,1],[472,1],[473,1],[474,1],[475,1],[503,1],[502,1],[501,1],[500,1],[499,1],[498,1],[497,1],[496,1],[495,1],[494,1],[493,1],[492,1],[491,1],[444,1],[490,1],[488,1],[487,1],[486,1],[485,1],[484,1],[483,1],[482,1],[481,1],[480,1],[479,1],[478,1],[477,1],[476,1],[489,1],[443,1],[442,1],[441,1],[408,1],[407,1],[406,1],[405,1],[404,1],[403,1],[402,1],[401,1],[400,1],[399,1],[398,1],[397,1],[396,1],[409,1],[395,1],[393,1],[392,1],[391,1],[390,1],[389,1],[388,1],[387,1],[386,1],[385,1],[384,1],[383,1],[382,1],[381,1],[394,1],[254,1],[410,1],[412,1],[440,1],[439,1],[438,1],[437,1],[436,1],[435,1],[434,1],[433,1],[432,1],[431,1],[430,1],[429,1],[428,1],[411,1],[427,1],[425,1],[424,1],[423,1],[422,1],[421,1],[420,1],[419,1],[418,1],[417,1],[416,1],[415,1],[414,1],[413,1],[426,1],[504,1],[253,1],[251,1],[91,1],[90,1],[89,1],[88,1],[87,1],[86,1],[85,1],[84,1],[83,1],[82,1],[81,1],[80,1],[79,1],[78,1],[77,1],[76,1],[75,1],[74,1],[73,1],[72,1],[71,1],[70,1],[69,1],[68,1],[67,1],[66,1],[65,1],[92,1],[93,1],[94,1],[95,1],[123,1],[122,1],[121,1],[120,1],[119,1],[118,1],[117,1],[116,1],[115,1],[114,1],[113,1],[112,1],[111,1],[64,1],[110,1],[108,1],[107,1],[106,1],[105,1],[104,1],[103,1],[102,1],[101,1],[100,1],[99,1],[98,1],[97,1],[96,1],[109,1],[124,1],[63,1],[61,1],[28,1],[27,1],[26,1],[25,1],[24,1],[23,1],[22,1],[21,1],[20,1],[19,1],[18,1],[17,1],[16,1],[15,1],[14,1],[13,1],[12,1],[11,1],[10,1],[9,1],[8,1],[7,1],[6,1],[5,1],[4,1],[3,1],[2,1],[29,1],[30,1],[31,1],[32,1],[60,1],[59,1],[58,1],[57,1],[56,1],[55,1],[54,1],[53,1],[52,1],[51,1],[50,1],[49,1],[48,1],[62,1],[47,1],[45,1],[44,1],[43,1],[42,1],[41,1],[40,1],[39,1],[38,1],[37,1],[36,1],[35,1],[34,1],[33,1],[46,1],[125,1],[126,1],[127,1],[218,1],[217,1],[216,1],[215,1],[214,1],[213,1],[212,1],[211,1],[210,1],[209,1],[208,1],[207,1],[206,1],[205,1],[204,1],[203,1],[202,1],[201,1],[200,1],[199,1],[198,1],[197,1],[196,1],[195,1],[194,1],[193,1],[192,1],[219,1],[220,1],[221,1],[222,1],[250,1],[249,1],[248,1],[247,1],[246,1],[245,1],[244,1],[243,1],[242,1],[241,1],[240,1],[239,1],[238,1],[191,1],[237,1],[235,1],[234,1],[233,1],[232,1],[231,1],[230,1],[229,1],[228,1],[227,1],[226,1],[225,1],[224,1],[223,1],[236,1],[190,1],[189,1],[188,1],[155,1],[154,1],[153,1],[152,1],[151,1],[150,1],[149,1],[148,1],[147,1],[146,1],[145,1],[144,1],[143,1],[156,1],[142,1],[140,1],[139,1],[138,1],[137,1],[136,1],[135,1],[134,1],[133,1],[132,1],[131,1],[130,1],[129,1],[128,1],[141,1],[252,1],[157,1],[159,1],[187,1],[186,1],[185,1],[184,1],[183,1],[182,1],[181,1],[180,1],[179,1],[178,1],[177,1],[176,1],[175,1],[158,1],[174,1],[172,1],[171,1],[170,1],[169,1],[168,1],[167,1],[166,1],[165,1],[164,1],[163,1],[162,1],[161,1],[160,1],[173,1],[505,1]]","document":"[[320,2],[1,1],[344,1],[343,1],[342,1],[341,1],[340,1],[339,1],[338,1],[337,1],[336,1],[335,1],[334,1],[333,1],[332,1],[331,1],[330,1],[329,1],[328,1],[327,1],[326,1],[325,1],[324,1],[323,1],[322,1],[321,1],[319,1],[318,1],[345,1],[346,1],[347,1],[348,1],[376,1],[375,1],[374,1],[373,1],[372,1],[371,1],[370,1],[369,1],[368,1],[367,1],[366,1],[365,1],[364,1],[317,1],[363,1],[361,1],[360,1],[359,1],[358,1],[357,1],[356,1],[355,1],[354,1],[353,1],[352,1],[351,1],[350,1],[349,1],[362,1],[377,1],[316,1],[314,1],[281,1],[280,1],[279,1],[278,1],[277,1],[276,1],[275,1],[274,1],[273,1],[272,1],[271,1],[270,1],[269,1],[268,1],[267,1],[266,1],[265,1],[264,1],[263,1],[262,1],[261,1],[260,1],[259,1],[258,1],[257,1],[256,1],[255,1],[282,1],[283,1],[284,1],[285,1],[313,1],[312,1],[311,1],[310,1],[309,1],[308,1],[307,1],[306,1],[305,1],[304,1],[303,1],[302,1],[301,1],[315,1],[300,1],[298,1],[297,1],[296,1],[295,1],[294,1],[293,1],[292,1],[291,1],[290,1],[289,1],[288,1],[287,1],[286,1],[299,1],[378,1],[379,1],[380,1],[471,1],[470,1],[469,1],[468,1],[467,1],[466,1],[465,1],[464,1],[463,1],[462,1],[461,1],[460,1],[459,1],[458,1],[457,1],[456,1],[455,1],[454,1],[453,1],[452,1],[451,1],[450,1],[449,1],[448,1],[447,1],[446,1],[445,1],[472,1],[473,1],[474,1],[475,1],[503,1],[502,1],[501,1],[500,1],[499,1],[498,1],[497,1],[496,1],[495,1],[494,1],[493,1],[492,1],[491,1],[444,1],[490,1],[488,1],[487,1],[486,1],[485,1],[484,1],[483,1],[482,1],[481,1],[480,1],[479,1],[478,1],[477,1],[476,1],[489,1],[443,1],[442,1],[441,1],[408,1],[407,1],[406,1],[405,1],[404,1],[403,1],[402,1],[401,1],[400,1],[399,1],[398,1],[397,1],[396,1],[409,1],[395,1],[393,1],[392,1],[391,1],[390,1],[389,1],[388,1],[387,1],[386,1],[385,1],[384,1],[383,1],[382,1],[381,1],[394,1],[254,1],[410,1],[412,1],[440,1],[439,1],[438,1],[437,1],[436,1],[435,1],[434,1],[433,1],[432,1],[431,1],[430,1],[429,1],[428,1],[411,1],[427,1],[425,1],[424,1],[423,1],[422,1],[421,1],[420,1],[419,1],[418,1],[417,1],[416,1],[415,1],[414,1],[413,1],[426,1],[504,1],[253,1],[251,1],[91,1],[90,1],[89,1],[88,1],[87,1],[86,1],[85,1],[84,1],[83,1],[82,1],[81,1],[80,1],[79,1],[78,1],[77,1],[76,1],[75,1],[74,1],[73,1],[72,1],[71,1],[70,1],[69,1],[68,1],[67,1],[66,1],[65,1],[92,1],[93,1],[94,1],[95,1],[123,1],[122,1],[121,1],[120,1],[119,1],[118,1],[117,1],[116,1],[115,1],[114,1],[113,1],[112,1],[111,1],[64,1],[110,1],[108,1],[107,1],[106,1],[105,1],[104,1],[103,1],[102,1],[101,1],[100,1],[99,1],[98,1],[97,1],[96,1],[109,1],[124,1],[63,1],[61,1],[28,1],[27,1],[26,1],[25,1],[24,1],[23,1],[22,1],[21,1],[20,1],[19,1],[18,1],[17,1],[16,1],[15,1],[14,1],[13,1],[12,1],[11,1],[10,1],[9,1],[8,1],[7,1],[6,1],[5,1],[4,1],[3,1],[2,1],[29,1],[30,1],[31,1],[32,1],[60,1],[59,1],[58,1],[57,1],[56,1],[55,1],[54,1],[53,1],[52,1],[51,1],[50,1],[49,1],[48,1],[62,1],[47,1],[45,1],[44,1],[43,1],[42,1],[41,1],[40,1],[39,1],[38,1],[37,1],[36,1],[35,1],[34,1],[33,1],[46,1],[125,1],[126,1],[127,1],[218,1],[217,1],[216,1],[215,1],[214,1],[213,1],[212,1],[211,1],[210,1],[209,1],[208,1],[207,1],[206,1],[205,1],[204,1],[203,1],[202,1],[201,1],[200,1],[199,1],[198,1],[197,1],[196,1],[195,1],[194,1],[193,1],[192,1],[219,1],[220,1],[221,1],[222,1],[250,1],[249,1],[248,1],[247,1],[246,1],[245,1],[244,1],[243,1],[242,1],[241,1],[240,1],[239,1],[238,1],[191,1],[237,1],[235,1],[234,1],[233,1],[232,1],[231,1],[230,1],[229,1],[228,1],[227,1],[226,1],[225,1],[224,1],[223,1],[236,1],[190,1],[189,1],[188,1],[155,1],[154,1],[153,1],[152,1],[151,1],[150,1],[149,1],[148,1],[147,1],[146,1],[145,1],[144,1],[143,1],[156,1],[142,1],[140,1],[139,1],[138,1],[137,1],[136,1],[135,1],[134,1],[133,1],[132,1],[131,1],[130,1],[129,1],[128,1],[141,1],[252,1],[157,1],[159,1],[187,1],[186,1],[185,1],[184,1],[183,1],[182,1],[181,1],[180,1],[179,1],[178,1],[177,1],[176,1],[175,1],[158,1],[174,1],[172,1],[171,1],[170,1],[169,1],[168,1],[167,1],[166,1],[165,1],[164,1],[163,1],[162,1],[161,1],[160,1],[173,1],[505,1]]","write":"[[1,1],[344,1],[343,1],[342,1],[341,1],[340,1],[339,1],[338,1],[337,1],[336,1],[335,1],[334,1],[333,1],[332,1],[331,1],[330,1],[329,1],[328,1],[327,1],[326,1],[325,1],[324,1],[323,1],[322,1],[321,1],[320,1],[319,1],[318,1],[345,1],[346,1],[347,1],[348,1],[376,1],[375,1],[374,1],[373,1],[372,1],[371,1],[370,1],[369,1],[368,1],[367,1],[366,1],[365,1],[364,1],[317,1],[363,1],[361,1],[360,1],[359,1],[358,1],[357,1],[356,1],[355,1],[354,1],[353,1],[352,1],[351,1],[350,1],[349,1],[362,1],[377,1],[316,1],[314,1],[281,1],[280,1],[279,1],[278,1],[277,1],[276,1],[275,1],[274,1],[273,1],[272,1],[271,1],[270,1],[269,1],[268,1],[267,1],[266,1],[265,1],[264,1],[263,1],[262,1],[261,1],[260,1],[259,1],[258,1],[257,1],[256,1],[255,1],[282,1],[283,1],[284,1],[285,1],[313,1],[312,1],[311,1],[310,1],[309,1],[308,1],[307,1],[306,1],[305,1],[304,1],[303,1],[302,1],[301,1],[315,1],[300,1],[298,1],[297,1],[296,1],[295,1],[294,1],[293,1],[292,1],[291,1],[290,1],[289,1],[288,1],[287,1],[286,1],[299,1],[378,1],[379,1],[380,1],[471,1],[470,1],[469,1],[468,1],[467,1],[466,1],[465,1],[464,1],[463,1],[462,1],[461,1],[460,1],[459,1],[458,1],[457,1],[456,1],[455,1],[454,1],[453,1],[452,1],[451,1],[450,1],[449,1],[448,1],[447,1],[446,1],[445,1],[472,1],[473,1],[474,1],[475,1],[503,1],[502,1],[501,1],[500,1],[499,1],[498,1],[497,1],[496,1],[495,1],[494,1],[493,1],[492,1],[491,1],[444,1],[490,1],[488,1],[487,1],[486,1],[485,1],[484,1],[483,1],[482,1],[481,1],[480,1],[479,1],[478,1],[477,1],[476,1],[489,1],[443,1],[442,1],[441,1],[408,1],[407,1],[406,1],[405,1],[404,1],[403,1],[402,1],[401,1],[400,1],[399,1],[398,1],[397,1],[396,1],[409,1],[395,1],[393,1],[392,1],[391,1],[390,1],[389,1],[388,1],[387,1],[386,1],[385,1],[384,1],[383,1],[382,1],[381,1],[394,1],[254,1],[410,1],[412,1],[440,1],[439,1],[438,1],[437,1],[436,1],[435,1],[434,1],[433,1],[432,1],[431,1],[430,1],[429,1],[428,1],[411,1],[427,1],[425,1],[424,1],[423,1],[422,1],[421,1],[420,1],[419,1],[418,1],[417,1],[416,1],[415,1],[414,1],[413,1],[426,1],[504,1],[253,1],[251,1],[91,1],[90,1],[89,1],[88,1],[87,1],[86,1],[85,1],[84,1],[83,1],[82,1],[81,1],[80,1],[79,1],[78,1],[77,1],[76,1],[75,1],[74,1],[73,1],[72,1],[71,1],[70,1],[69,1],[68,1],[67,1],[66,1],[65,1],[92,1],[93,1],[94,1],[95,1],[123,1],[122,1],[121,1],[120,1],[119,1],[118,1],[117,1],[116,1],[115,1],[114,1],[113,1],[112,1],[111,1],[64,1],[110,1],[108,1],[107,1],[106,1],[105,1],[104,1],[103,1],[102,1],[101,1],[100,1],[99,1],[98,1],[97,1],[96,1],[109,1],[124,1],[63,1],[61,1],[28,1],[27,1],[26,1],[25,1],[24,1],[23,1],[22,1],[21,1],[20,1],[19,1],[18,1],[17,1],[16,1],[15,1],[14,1],[13,1],[12,1],[11,1],[10,1],[9,1],[8,1],[7,1],[6,1],[5,1],[4,1],[3,1],[2,1],[29,1],[30,1],[31,1],[32,1],[60,1],[59,1],[58,1],[57,1],[56,1],[55,1],[54,1],[53,1],[52,1],[51,1],[50,1],[49,1],[48,1],[62,1],[47,1],[45,1],[44,1],[43,1],[42,1],[41,1],[40,1],[39,1],[38,1],[37,1],[36,1],[35,1],[34,1],[33,1],[46,1],[125,1],[126,1],[127,1],[218,1],[217,1],[216,1],[215,1],[214,1],[213,1],[212,1],[211,1],[210,1],[209,1],[208,1],[207,1],[206,1],[205,1],[204,1],[203,1],[202,1],[201,1],[200,1],[199,1],[198,1],[197,1],[196,1],[195,1],[194,1],[193,1],[192,1],[219,1],[220,1],[221,1],[222,1],[250,1],[249,1],[248,1],[247,1],[246,1],[245,1],[244,1],[243,1],[242,1],[241,1],[240,1],[239,1],[238,1],[191,1],[237,1],[235,1],[234,1],[233,1],[232,1],[231,1],[230,1],[229,1],[228,1],[227,1],[226,1],[225,1],[224,1],[223,1],[236,1],[190,1],[189,1],[188,1],[155,1],[154,1],[153,1],[152,1],[151,1],[150,1],[149,1],[148,1],[147,1],[146,1],[145,1],[144,1],[143,1],[156,1],[142,1],[140,1],[139,1],[138,1],[137,1],[136,1],[135,1],[134,1],[133,1],[132,1],[131,1],[130,1],[129,1],[128,1],[141,1],[252,1],[157,1],[159,1],[187,1],[186,1],[185,1],[184,1],[183,1],[182,1],[181,1],[180,1],[179,1],[178,1],[177,1],[176,1],[175,1],[158,1],[174,1],[172,1],[171,1],[170,1],[169,1],[168,1],[167,1],[166,1],[165,1],[164,1],[163,1],[162,1],[161,1],[160,1],[173,1],[505,1]]","getcsscustomproperty":"[[1,1],[344,1],[343,1],[342,1],[341,1],[340,1],[339,1],[338,1],[337,1],[336,1],[335,1],[334,1],[333,1],[332,1],[331,1],[330,1],[329,1],[328,1],[327,1],[326,1],[325,1],[324,1],[323,1],[322,1],[321,1],[320,1],[319,1],[318,1],[345,1],[346,1],[347,1],[348,1],[376,1],[375,1],[374,1],[373,1],[372,1],[371,1],[370,1],[369,1],[368,1],[367,1],[366,1],[365,1],[364,1],[317,1],[363,1],[361,1],[360,1],[359,1],[358,1],[357,1],[356,1],[355,1],[354,1],[353,1],[352,1],[351,1],[350,1],[349,1],[362,1],[377,1],[316,1],[314,1],[281,1],[280,1],[279,1],[278,1],[277,1],[276,1],[275,1],[274,1],[273,1],[272,1],[271,1],[270,1],[269,1],[268,1],[267,1],[266,1],[265,1],[264,1],[263,1],[262,1],[261,1],[260,1],[259,1],[258,1],[257,1],[256,1],[255,1],[282,1],[283,1],[284,1],[285,1],[313,1],[312,1],[311,1],[310,1],[309,1],[308,1],[307,1],[306,1],[305,1],[304,1],[303,1],[302,1],[301,1],[315,1],[300,1],[298,1],[297,1],[296,1],[295,1],[294,1],[293,1],[292,1],[291,1],[290,1],[289,1],[288,1],[287,1],[286,1],[299,1],[378,1],[379,1],[380,1],[471,1],[470,1],[469,1],[468,1],[467,1],[466,1],[465,1],[464,1],[463,1],[462,1],[461,1],[460,1],[459,1],[458,1],[457,1],[456,1],[455,1],[454,1],[453,1],[452,1],[451,1],[450,1],[449,1],[448,1],[447,1],[446,1],[445,1],[472,1],[473,1],[474,1],[475,1],[503,1],[502,1],[501,1],[500,1],[499,1],[498,1],[497,1],[496,1],[495,1],[494,1],[493,1],[492,1],[491,1],[444,1],[490,1],[488,1],[487,1],[486,1],[485,1],[484,1],[483,1],[482,1],[481,1],[480,1],[479,1],[478,1],[477,1],[476,1],[489,1],[443,1],[442,1],[441,1],[408,1],[407,1],[406,1],[405,1],[404,1],[403,1],[402,1],[401,1],[400,1],[399,1],[398,1],[397,1],[396,1],[409,1],[395,1],[393,1],[392,1],[391,1],[390,1],[389,1],[388,1],[387,1],[386,1],[385,1],[384,1],[383,1],[382,1],[381,1],[394,1],[254,1],[410,1],[412,1],[440,1],[439,1],[438,1],[437,1],[436,1],[435,1],[434,1],[433,1],[432,1],[431,1],[430,1],[429,1],[428,1],[411,1],[427,1],[425,1],[424,1],[423,1],[422,1],[421,1],[420,1],[419,1],[418,1],[417,1],[416,1],[415,1],[414,1],[413,1],[426,1],[504,1],[253,1],[251,1],[91,1],[90,1],[89,1],[88,1],[87,1],[86,1],[85,1],[84,1],[83,1],[82,1],[81,1],[80,1],[79,1],[78,1],[77,1],[76,1],[75,1],[74,1],[73,1],[72,1],[71,1],[70,1],[69,1],[68,1],[67,1],[66,1],[65,1],[92,1],[93,1],[94,1],[95,1],[123,1],[122,1],[121,1],[120,1],[119,1],[118,1],[117,1],[116,1],[115,1],[114,1],[113,1],[112,1],[111,1],[64,1],[110,1],[108,1],[107,1],[106,1],[105,1],[104,1],[103,1],[102,1],[101,1],[100,1],[99,1],[98,1],[97,1],[96,1],[109,1],[124,1],[63,1],[61,1],[28,1],[27,1],[26,1],[25,1],[24,1],[23,1],[22,1],[21,1],[20,1],[19,1],[18,1],[17,1],[16,1],[15,1],[14,1],[13,1],[12,1],[11,1],[10,1],[9,1],[8,1],[7,1],[6,1],[5,1],[4,1],[3,1],[2,1],[29,1],[30,1],[31,1],[32,1],[60,1],[59,1],[58,1],[57,1],[56,1],[55,1],[54,1],[53,1],[52,1],[51,1],[50,1],[49,1],[48,1],[62,1],[47,1],[45,1],[44,1],[43,1],[42,1],[41,1],[40,1],[39,1],[38,1],[37,1],[36,1],[35,1],[34,1],[33,1],[46,1],[125,1],[126,1],[127,1],[218,1],[217,1],[216,1],[215,1],[214,1],[213,1],[212,1],[211,1],[210,1],[209,1],[208,1],[207,1],[206,1],[205,1],[204,1],[203,1],[202,1],[201,1],[200,1],[199,1],[198,1],[197,1],[196,1],[195,1],[194,1],[193,1],[192,1],[219,1],[220,1],[221,1],[222,1],[250,1],[249,1],[248,1],[247,1],[246,1],[245,1],[244,1],[243,1],[242,1],[241,1],[240,1],[239,1],[238,1],[191,1],[237,1],[235,1],[234,1],[233,1],[232,1],[231,1],[230,1],[229,1],[228,1],[227,1],[226,1],[225,1],[224,1],[223,1],[236,1],[190,1],[189,1],[188,1],[155,1],[154,1],[153,1],[152,1],[151,1],[150,1],[149,1],[148,1],[147,1],[146,1],[145,1],[144,1],[143,1],[156,1],[142,1],[140,1],[139,1],[138,1],[137,1],[136,1],[135,1],[134,1],[133,1],[132,1],[131,1],[130,1],[129,1],[128,1],[141,1],[252,1],[157,1],[159,1],[187,1],[186,1],[185,1],[184,1],[183,1],[182,1],[181,1],[180,1],[179,1],[178,1],[177,1],[176,1],[175,1],[158,1],[174,1],[172,1],[171,1],[170,1],[169,1],[168,1],[167,1],[166,1],[165,1],[164,1],[163,1],[162,1],[161,1],[160,1],[173,1],[505,1]]","headertopcustomlinehtml":"[[1,1],[344,1],[343,1],[342,1],[341,1],[340,1],[339,1],[338,1],[337,1],[336,1],[335,1],[334,1],[333,1],[332,1],[331,1],[330,1],[329,1],[328,1],[327,1],[326,1],[325,1],[324,1],[323,1],[322,1],[321,1],[320,1],[319,1],[318,1],[345,1],[346,1],[347,1],[348,1],[376,1],[375,1],[374,1],[373,1],[372,1],[371,1],[370,1],[369,1],[368,1],[367,1],[366,1],[365,1],[364,1],[317,1],[363,1],[361,1],[360,1],[359,1],[358,1],[357,1],[356,1],[355,1],[354,1],[353,1],[352,1],[351,1],[350,1],[349,1],[362,1],[377,1],[316,1],[314,1],[281,1],[280,1],[279,1],[278,1],[277,1],[276,1],[275,1],[274,1],[273,1],[272,1],[271,1],[270,1],[269,1],[268,1],[267,1],[266,1],[265,1],[264,1],[263,1],[262,1],[261,1],[260,1],[259,1],[258,1],[257,1],[256,1],[255,1],[282,1],[283,1],[284,1],[285,1],[313,1],[312,1],[311,1],[310,1],[309,1],[308,1],[307,1],[306,1],[305,1],[304,1],[303,1],[302,1],[301,1],[315,1],[300,1],[298,1],[297,1],[296,1],[295,1],[294,1],[293,1],[292,1],[291,1],[290,1],[289,1],[288,1],[287,1],[286,1],[299,1],[378,1],[379,1],[380,1],[471,1],[470,1],[469,1],[468,1],[467,1],[466,1],[465,1],[464,1],[463,1],[462,1],[461,1],[460,1],[459,1],[458,1],[457,1],[456,1],[455,1],[454,1],[453,1],[452,1],[451,1],[450,1],[449,1],[448,1],[447,1],[446,1],[445,1],[472,1],[473,1],[474,1],[475,1],[503,1],[502,1],[501,1],[500,1],[499,1],[498,1],[497,1],[496,1],[495,1],[494,1],[493,1],[492,1],[491,1],[444,1],[490,1],[488,1],[487,1],[486,1],[485,1],[484,1],[483,1],[482,1],[481,1],[480,1],[479,1],[478,1],[477,1],[476,1],[489,1],[443,1],[442,1],[441,1],[408,1],[407,1],[406,1],[405,1],[404,1],[403,1],[402,1],[401,1],[400,1],[399,1],[398,1],[397,1],[396,1],[409,1],[395,1],[393,1],[392,1],[391,1],[390,1],[389,1],[388,1],[387,1],[386,1],[385,1],[384,1],[383,1],[382,1],[381,1],[394,1],[254,1],[410,1],[412,1],[440,1],[439,1],[438,1],[437,1],[436,1],[435,1],[434,1],[433,1],[432,1],[431,1],[430,1],[429,1],[428,1],[411,1],[427,1],[425,1],[424,1],[423,1],[422,1],[421,1],[420,1],[419,1],[418,1],[417,1],[416,1],[415,1],[414,1],[413,1],[426,1],[504,1],[253,1],[251,1],[91,1],[90,1],[89,1],[88,1],[87,1],[86,1],[85,1],[84,1],[83,1],[82,1],[81,1],[80,1],[79,1],[78,1],[77,1],[76,1],[75,1],[74,1],[73,1],[72,1],[71,1],[70,1],[69,1],[68,1],[67,1],[66,1],[65,1],[92,1],[93,1],[94,1],[95,1],[123,1],[122,1],[121,1],[120,1],[119,1],[118,1],[117,1],[116,1],[115,1],[114,1],[113,1],[112,1],[111,1],[64,1],[110,1],[108,1],[107,1],[106,1],[105,1],[104,1],[103,1],[102,1],[101,1],[100,1],[99,1],[98,1],[97,1],[96,1],[109,1],[124,1],[63,1],[61,1],[28,1],[27,1],[26,1],[25,1],[24,1],[23,1],[22,1],[21,1],[20,1],[19,1],[18,1],[17,1],[16,1],[15,1],[14,1],[13,1],[12,1],[11,1],[10,1],[9,1],[8,1],[7,1],[6,1],[5,1],[4,1],[3,1],[2,1],[29,1],[30,1],[31,1],[32,1],[60,1],[59,1],[58,1],[57,1],[56,1],[55,1],[54,1],[53,1],[52,1],[51,1],[50,1],[49,1],[48,1],[62,1],[47,1],[45,1],[44,1],[43,1],[42,1],[41,1],[40,1],[39,1],[38,1],[37,1],[36,1],[35,1],[34,1],[33,1],[46,1],[125,1],[126,1],[127,1],[218,1],[217,1],[216,1],[215,1],[214,1],[213,1],[212,1],[211,1],[210,1],[209,1],[208,1],[207,1],[206,1],[205,1],[204,1],[203,1],[202,1],[201,1],[200,1],[199,1],[198,1],[197,1],[196,1],[195,1],[194,1],[193,1],[192,1],[219,1],[220,1],[221,1],[222,1],[250,1],[249,1],[248,1],[247,1],[246,1],[245,1],[244,1],[243,1],[242,1],[241,1],[240,1],[239,1],[238,1],[191,1],[237,1],[235,1],[234,1],[233,1],[232,1],[231,1],[230,1],[229,1],[228,1],[227,1],[226,1],[225,1],[224,1],[223,1],[236,1],[190,1],[189,1],[188,1],[155,1],[154,1],[153,1],[152,1],[151,1],[150,1],[149,1],[148,1],[147,1],[146,1],[145,1],[144,1],[143,1],[156,1],[142,1],[140,1],[139,1],[138,1],[137,1],[136,1],[135,1],[134,1],[133,1],[132,1],[131,1],[130,1],[129,1],[128,1],[141,1],[252,1],[157,1],[159,1],[187,1],[186,1],[185,1],[184,1],[183,1],[182,1],[181,1],[180,1],[179,1],[178,1],[177,1],[176,1],[175,1],[158,1],[174,1],[172,1],[171,1],[170,1],[169,1],[168,1],[167,1],[166,1],[165,1],[164,1],[163,1],[162,1],[161,1],[160,1],[173,1],[505,1]]","api_netframework":"[[505,1009],[106,1003],[214,1003],[53,1003],[38,1003],[2,1003],[332,1003],[52,7],[155,6],[122,6],[128,5],[107,5],[208,5],[114,5],[203,3],[204,3],[205,3],[384,3],[206,3],[207,3],[377,3],[232,3],[383,3],[230,3],[231,3],[376,3],[197,3],[221,3],[222,3],[223,3],[224,3],[225,3],[226,3],[227,3],[228,3],[229,3],[215,3],[375,3],[189,3],[195,3],[142,3],[143,3],[144,3],[145,3],[415,3],[151,3],[153,3],[409,3],[408,3],[161,3],[162,3],[163,3],[328,3],[402,3],[169,3],[170,3],[171,3],[172,3],[178,3],[179,3],[180,3],[181,3],[396,3],[187,3],[188,3],[369,3],[390,3],[196,3],[238,3],[241,3],[240,3],[284,3],[350,3],[290,3],[291,3],[292,3],[293,3],[294,3],[295,3],[344,3],[301,3],[302,3],[303,3],[343,3],[342,3],[341,3],[340,3],[339,3],[309,3],[310,3],[311,3],[312,3],[313,3],[314,3],[320,3],[321,3],[333,3],[323,3],[325,3],[327,3],[283,3],[239,3],[282,3],[280,3],[421,3],[242,3],[243,3],[244,3],[245,3],[246,3],[247,3],[248,3],[249,3],[250,3],[251,3],[504,3],[363,3],[257,3],[259,3],[261,3],[263,3],[265,3],[266,3],[267,3],[268,3],[269,3],[270,3],[271,3],[272,3],[273,3],[357,3],[356,3],[279,3],[281,3],[136,3],[330,3],[466,3],[76,3],[440,3],[472,3],[485,3],[105,3],[453,3],[30,3],[452,3],[31,3],[104,3],[103,3],[102,3],[82,3],[83,3],[84,3],[465,3],[100,3],[478,3],[39,3],[90,3],[86,3],[92,3],[93,3],[75,3],[94,3],[96,3],[446,3],[479,3],[45,3],[98,3],[46,3],[37,3],[24,3],[74,3],[23,3],[3,3],[134,3],[60,3],[62,3],[427,3],[64,3],[9,3],[65,3],[428,3],[66,3],[67,3],[68,3],[113,3],[498,3],[459,3],[10,3],[88,3],[16,3],[121,3],[120,3],[434,3],[17,3],[135,3],[492,3],[54,3],[491,3],[470,2],[475,2],[365,2],[364,2],[360,2],[471,2],[474,2],[359,2],[469,2],[468,2],[473,2],[362,2],[467,2],[361,2],[482,2],[477,2],[493,2],[494,2],[495,2],[496,2],[497,2],[338,2],[337,2],[490,2],[336,2],[334,2],[499,2],[500,2],[501,2],[502,2],[503,2],[331,2],[335,2],[476,2],[489,2],[346,2],[358,2],[355,2],[354,2],[480,2],[481,2],[483,2],[353,2],[345,2],[352,2],[349,2],[484,2],[486,2],[487,2],[488,2],[348,2],[347,2],[351,2],[423,2],[371,2],[464,2],[407,2],[406,2],[435,2],[404,2],[403,2],[436,2],[437,2],[438,2],[439,2],[401,2],[400,2],[399,2],[398,2],[397,2],[441,2],[433,2],[442,2],[432,2],[411,2],[422,2],[420,2],[419,2],[424,2],[425,2],[426,2],[418,2],[417,2],[416,2],[414,2],[429,2],[413,2],[430,2],[412,2],[431,2],[410,2],[443,2],[395,2],[394,2],[374,2],[373,2],[372,2],[454,2],[455,2],[456,2],[457,2],[370,2],[458,2],[368,2],[367,2],[460,2],[461,2],[462,2],[463,2],[451,2],[450,2],[449,2],[378,2],[393,2],[392,2],[391,2],[444,2],[389,2],[388,2],[387,2],[366,2],[445,2],[385,2],[382,2],[447,2],[448,2],[381,2],[380,2],[379,2],[386,2],[405,2],[253,2],[326,2],[109,2],[108,2],[101,2],[99,2],[97,2],[95,2],[91,2],[89,2],[110,2],[87,2],[81,2],[80,2],[79,2],[78,2],[77,2],[73,2],[72,2],[71,2],[85,2],[70,2],[111,2],[115,2],[140,2],[139,2],[138,2],[137,2],[133,2],[132,2],[131,2],[130,2],[112,2],[129,2],[126,2],[125,2],[124,2],[123,2],[119,2],[118,2],[117,2],[116,2],[127,2],[141,2],[69,2],[61,2],[27,2],[26,2],[25,2],[22,2],[21,2],[20,2],[19,2],[18,2],[28,2],[15,2],[13,2],[12,2],[11,2],[8,2],[7,2],[6,2],[5,2],[4,2],[14,2],[63,2],[29,2],[33,2],[59,2],[58,2],[57,2],[56,2],[55,2],[51,2],[50,2],[49,2],[32,2],[48,2],[44,2],[43,2],[42,2],[41,2],[40,2],[36,2],[35,2],[34,2],[47,2],[329,2],[146,2],[148,2],[278,2],[277,2],[276,2],[275,2],[274,2],[264,2],[262,2],[260,2],[285,2],[258,2],[255,2],[254,2],[252,2],[237,2],[236,2],[235,2],[234,2],[233,2],[256,2],[220,2],[286,2],[288,2],[324,2],[322,2],[319,2],[318,2],[317,2],[316,2],[315,2],[308,2],[287,2],[307,2],[305,2],[304,2],[300,2],[299,2],[298,2],[297,2],[296,2],[289,2],[306,2],[147,2],[219,2],[217,2],[176,2],[175,2],[174,2],[173,2],[168,2],[167,2],[166,2],[165,2],[177,2],[164,2],[159,2],[158,2],[157,2],[156,2],[154,2],[152,2],[150,2],[149,2],[160,2],[218,2],[182,2],[184,2],[216,2],[213,2],[212,2],[211,2],[210,2],[209,2],[202,2],[201,2],[183,2],[200,2],[198,2],[194,2],[193,2],[192,2],[191,2],[190,2],[186,2],[185,2],[199,2],[1,1]]","reference":"[[505,1003],[344,1],[343,1],[342,1],[341,1],[340,1],[339,1],[338,1],[337,1],[336,1],[335,1],[334,1],[333,1],[332,1],[331,1],[330,1],[329,1],[328,1],[327,1],[326,1],[325,1],[324,1],[323,1],[322,1],[321,1],[320,1],[319,1],[318,1],[345,1],[346,1],[347,1],[348,1],[376,1],[375,1],[374,1],[373,1],[372,1],[371,1],[370,1],[369,1],[368,1],[367,1],[366,1],[365,1],[364,1],[317,1],[363,1],[361,1],[360,1],[359,1],[358,1],[357,1],[356,1],[355,1],[354,1],[353,1],[352,1],[351,1],[350,1],[349,1],[362,1],[377,1],[316,1],[314,1],[281,1],[280,1],[279,1],[278,1],[277,1],[276,1],[275,1],[274,1],[273,1],[272,1],[271,1],[270,1],[269,1],[268,1],[267,1],[266,1],[265,1],[264,1],[263,1],[262,1],[261,1],[260,1],[259,1],[258,1],[257,1],[256,1],[255,1],[282,1],[283,1],[284,1],[285,1],[313,1],[312,1],[311,1],[310,1],[309,1],[308,1],[307,1],[306,1],[305,1],[304,1],[303,1],[302,1],[301,1],[315,1],[300,1],[298,1],[297,1],[296,1],[295,1],[294,1],[293,1],[292,1],[291,1],[290,1],[289,1],[288,1],[287,1],[286,1],[299,1],[378,1],[379,1],[380,1],[471,1],[470,1],[469,1],[468,1],[467,1],[466,1],[465,1],[464,1],[463,1],[462,1],[461,1],[460,1],[459,1],[458,1],[457,1],[456,1],[455,1],[454,1],[453,1],[452,1],[451,1],[450,1],[449,1],[448,1],[447,1],[446,1],[445,1],[472,1],[473,1],[474,1],[475,1],[503,1],[502,1],[501,1],[500,1],[499,1],[498,1],[497,1],[496,1],[495,1],[494,1],[493,1],[492,1],[491,1],[444,1],[490,1],[488,1],[487,1],[486,1],[485,1],[484,1],[483,1],[482,1],[481,1],[480,1],[479,1],[478,1],[477,1],[476,1],[489,1],[443,1],[442,1],[441,1],[408,1],[407,1],[406,1],[405,1],[404,1],[403,1],[402,1],[401,1],[400,1],[399,1],[398,1],[397,1],[396,1],[409,1],[395,1],[393,1],[392,1],[391,1],[390,1],[389,1],[388,1],[387,1],[386,1],[385,1],[384,1],[383,1],[382,1],[381,1],[394,1],[254,1],[410,1],[412,1],[440,1],[439,1],[438,1],[437,1],[436,1],[435,1],[434,1],[433,1],[432,1],[431,1],[430,1],[429,1],[428,1],[411,1],[427,1],[425,1],[424,1],[423,1],[422,1],[421,1],[420,1],[419,1],[418,1],[417,1],[416,1],[415,1],[414,1],[413,1],[426,1],[504,1],[253,1],[251,1],[91,1],[90,1],[89,1],[88,1],[87,1],[86,1],[85,1],[84,1],[83,1],[82,1],[81,1],[80,1],[79,1],[78,1],[77,1],[76,1],[75,1],[74,1],[73,1],[72,1],[71,1],[70,1],[69,1],[68,1],[67,1],[66,1],[65,1],[92,1],[93,1],[94,1],[95,1],[123,1],[122,1],[121,1],[120,1],[119,1],[118,1],[117,1],[116,1],[115,1],[114,1],[113,1],[112,1],[111,1],[64,1],[110,1],[108,1],[107,1],[106,1],[105,1],[104,1],[103,1],[102,1],[101,1],[100,1],[99,1],[98,1],[97,1],[96,1],[109,1],[124,1],[63,1],[61,1],[28,1],[27,1],[26,1],[25,1],[24,1],[23,1],[22,1],[21,1],[20,1],[19,1],[18,1],[17,1],[16,1],[15,1],[14,1],[13,1],[12,1],[11,1],[10,1],[9,1],[8,1],[7,1],[6,1],[5,1],[4,1],[3,1],[2,1],[29,1],[30,1],[31,1],[32,1],[60,1],[59,1],[58,1],[57,1],[56,1],[55,1],[54,1],[53,1],[52,1],[51,1],[50,1],[49,1],[48,1],[62,1],[47,1],[45,1],[44,1],[43,1],[42,1],[41,1],[40,1],[39,1],[38,1],[37,1],[36,1],[35,1],[34,1],[33,1],[46,1],[125,1],[126,1],[127,1],[218,1],[217,1],[216,1],[215,1],[214,1],[213,1],[212,1],[211,1],[210,1],[209,1],[208,1],[207,1],[206,1],[205,1],[204,1],[203,1],[202,1],[201,1],[200,1],[199,1],[198,1],[197,1],[196,1],[195,1],[194,1],[193,1],[192,1],[219,1],[220,1],[221,1],[222,1],[250,1],[249,1],[248,1],[247,1],[246,1],[245,1],[244,1],[243,1],[242,1],[241,1],[240,1],[239,1],[238,1],[191,1],[237,1],[235,1],[234,1],[233,1],[232,1],[231,1],[230,1],[229,1],[228,1],[227,1],[226,1],[225,1],[224,1],[223,1],[236,1],[190,1],[189,1],[188,1],[155,1],[154,1],[153,1],[152,1],[151,1],[150,1],[149,1],[148,1],[147,1],[146,1],[145,1],[144,1],[143,1],[156,1],[142,1],[140,1],[139,1],[138,1],[137,1],[136,1],[135,1],[134,1],[133,1],[132,1],[131,1],[130,1],[129,1],[128,1],[141,1],[252,1],[157,1],[159,1],[187,1],[186,1],[185,1],[184,1],[183,1],[182,1],[181,1],[180,1],[179,1],[178,1],[177,1],[176,1],[175,1],[158,1],[174,1],[172,1],[171,1],[170,1],[169,1],[168,1],[167,1],[166,1],[165,1],[164,1],[163,1],[162,1],[161,1],[160,1],[173,1],[1,1]]","cancel":"[[1,1],[344,1],[343,1],[342,1],[341,1],[340,1],[339,1],[338,1],[337,1],[336,1],[335,1],[334,1],[333,1],[332,1],[331,1],[330,1],[329,1],[328,1],[327,1],[326,1],[325,1],[324,1],[323,1],[322,1],[321,1],[320,1],[319,1],[318,1],[345,1],[346,1],[347,1],[348,1],[376,1],[375,1],[374,1],[373,1],[372,1],[371,1],[370,1],[369,1],[368,1],[367,1],[366,1],[365,1],[364,1],[317,1],[363,1],[361,1],[360,1],[359,1],[358,1],[357,1],[356,1],[355,1],[354,1],[353,1],[352,1],[351,1],[350,1],[349,1],[362,1],[377,1],[316,1],[314,1],[281,1],[280,1],[279,1],[278,1],[277,1],[276,1],[275,1],[274,1],[273,1],[272,1],[271,1],[270,1],[269,1],[268,1],[267,1],[266,1],[265,1],[264,1],[263,1],[262,1],[261,1],[260,1],[259,1],[258,1],[257,1],[256,1],[255,1],[282,1],[283,1],[284,1],[285,1],[313,1],[312,1],[311,1],[310,1],[309,1],[308,1],[307,1],[306,1],[305,1],[304,1],[303,1],[302,1],[301,1],[315,1],[300,1],[298,1],[297,1],[296,1],[295,1],[294,1],[293,1],[292,1],[291,1],[290,1],[289,1],[288,1],[287,1],[286,1],[299,1],[378,1],[379,1],[380,1],[471,1],[470,1],[469,1],[468,1],[467,1],[466,1],[465,1],[464,1],[463,1],[462,1],[461,1],[460,1],[459,1],[458,1],[457,1],[456,1],[455,1],[454,1],[453,1],[452,1],[451,1],[450,1],[449,1],[448,1],[447,1],[446,1],[445,1],[472,1],[473,1],[474,1],[475,1],[503,1],[502,1],[501,1],[500,1],[499,1],[498,1],[497,1],[496,1],[495,1],[494,1],[493,1],[492,1],[491,1],[444,1],[490,1],[488,1],[487,1],[486,1],[485,1],[484,1],[483,1],[482,1],[481,1],[480,1],[479,1],[478,1],[477,1],[476,1],[489,1],[443,1],[442,1],[441,1],[408,1],[407,1],[406,1],[405,1],[404,1],[403,1],[402,1],[401,1],[400,1],[399,1],[398,1],[397,1],[396,1],[409,1],[395,1],[393,1],[392,1],[391,1],[390,1],[389,1],[388,1],[387,1],[386,1],[385,1],[384,1],[383,1],[382,1],[381,1],[394,1],[254,1],[410,1],[412,1],[440,1],[439,1],[438,1],[437,1],[436,1],[435,1],[434,1],[433,1],[432,1],[431,1],[430,1],[429,1],[428,1],[411,1],[427,1],[425,1],[424,1],[423,1],[422,1],[421,1],[420,1],[419,1],[418,1],[417,1],[416,1],[415,1],[414,1],[413,1],[426,1],[504,1],[253,1],[251,1],[91,1],[90,1],[89,1],[88,1],[87,1],[86,1],[85,1],[84,1],[83,1],[82,1],[81,1],[80,1],[79,1],[78,1],[77,1],[76,1],[75,1],[74,1],[73,1],[72,1],[71,1],[70,1],[69,1],[68,1],[67,1],[66,1],[65,1],[92,1],[93,1],[94,1],[95,1],[123,1],[122,1],[121,1],[120,1],[119,1],[118,1],[117,1],[116,1],[115,1],[114,1],[113,1],[112,1],[111,1],[64,1],[110,1],[108,1],[107,1],[106,1],[105,1],[104,1],[103,1],[102,1],[101,1],[100,1],[99,1],[98,1],[97,1],[96,1],[109,1],[124,1],[63,1],[61,1],[28,1],[27,1],[26,1],[25,1],[24,1],[23,1],[22,1],[21,1],[20,1],[19,1],[18,1],[17,1],[16,1],[15,1],[14,1],[13,1],[12,1],[11,1],[10,1],[9,1],[8,1],[7,1],[6,1],[5,1],[4,1],[3,1],[2,1],[29,1],[30,1],[31,1],[32,1],[60,1],[59,1],[58,1],[57,1],[56,1],[55,1],[54,1],[53,1],[52,1],[51,1],[50,1],[49,1],[48,1],[62,1],[47,1],[45,1],[44,1],[43,1],[42,1],[41,1],[40,1],[39,1],[38,1],[37,1],[36,1],[35,1],[34,1],[33,1],[46,1],[125,1],[126,1],[127,1],[218,1],[217,1],[216,1],[215,1],[214,1],[213,1],[212,1],[211,1],[210,1],[209,1],[208,1],[207,1],[206,1],[205,1],[204,1],[203,1],[202,1],[201,1],[200,1],[199,1],[198,1],[197,1],[196,1],[195,1],[194,1],[193,1],[192,1],[219,1],[220,1],[221,1],[222,1],[250,1],[249,1],[248,1],[247,1],[246,1],[245,1],[244,1],[243,1],[242,1],[241,1],[240,1],[239,1],[238,1],[191,1],[237,1],[235,1],[234,1],[233,1],[232,1],[231,1],[230,1],[229,1],[228,1],[227,1],[226,1],[225,1],[224,1],[223,1],[236,1],[190,1],[189,1],[188,1],[155,1],[154,1],[153,1],[152,1],[151,1],[150,1],[149,1],[148,1],[147,1],[146,1],[145,1],[144,1],[143,1],[156,1],[142,1],[140,1],[139,1],[138,1],[137,1],[136,1],[135,1],[134,1],[133,1],[132,1],[131,1],[130,1],[129,1],[128,1],[141,1],[252,1],[157,1],[159,1],[187,1],[186,1],[185,1],[184,1],[183,1],[182,1],[181,1],[180,1],[179,1],[178,1],[177,1],[176,1],[175,1],[158,1],[174,1],[172,1],[171,1],[170,1],[169,1],[168,1],[167,1],[166,1],[165,1],[164,1],[163,1],[162,1],[161,1],[160,1],[173,1],[505,1]]","results":"[[1,1]]","for":"[[76,8],[79,8],[232,6],[38,4],[85,3],[235,3],[91,3],[246,3],[89,3],[87,3],[106,2],[236,2],[215,2],[245,2],[46,2],[219,2],[242,1],[243,1],[240,1],[244,1],[249,1],[295,1],[224,1],[298,1],[223,1],[1,1],[105,1],[172,1],[301,1],[93,1],[92,1],[90,1],[88,1],[86,1],[84,1],[82,1],[54,1],[53,1],[45,1],[42,1],[39,1],[181,1],[302,1]]","generated":"[[181,2],[106,2],[1,1],[345,1],[344,1],[343,1],[342,1],[341,1],[340,1],[339,1],[338,1],[337,1],[336,1],[335,1],[334,1],[333,1],[332,1],[331,1],[330,1],[329,1],[328,1],[327,1],[326,1],[325,1],[324,1],[323,1],[322,1],[321,1],[320,1],[346,1],[347,1],[348,1],[349,1],[376,1],[375,1],[374,1],[373,1],[372,1],[371,1],[370,1],[369,1],[368,1],[367,1],[366,1],[365,1],[364,1],[363,1],[362,1],[361,1],[360,1],[359,1],[358,1],[357,1],[356,1],[355,1],[354,1],[353,1],[352,1],[351,1],[350,1],[319,1],[318,1],[317,1],[316,1],[283,1],[282,1],[281,1],[280,1],[279,1],[278,1],[277,1],[276,1],[275,1],[274,1],[273,1],[272,1],[271,1],[284,1],[270,1],[268,1],[267,1],[266,1],[265,1],[264,1],[263,1],[262,1],[261,1],[260,1],[259,1],[258,1],[257,1],[256,1],[269,1],[377,1],[285,1],[287,1],[315,1],[314,1],[313,1],[312,1],[311,1],[310,1],[309,1],[308,1],[307,1],[306,1],[305,1],[304,1],[303,1],[286,1],[302,1],[300,1],[299,1],[298,1],[297,1],[296,1],[295,1],[294,1],[293,1],[292,1],[291,1],[290,1],[289,1],[288,1],[301,1],[378,1],[379,1],[380,1],[471,1],[470,1],[469,1],[468,1],[467,1],[466,1],[465,1],[464,1],[463,1],[462,1],[461,1],[460,1],[459,1],[458,1],[457,1],[456,1],[455,1],[454,1],[453,1],[452,1],[451,1],[450,1],[449,1],[448,1],[447,1],[446,1],[445,1],[472,1],[473,1],[474,1],[475,1],[503,1],[502,1],[501,1],[500,1],[499,1],[498,1],[497,1],[496,1],[495,1],[494,1],[493,1],[492,1],[491,1],[444,1],[490,1],[488,1],[487,1],[486,1],[485,1],[484,1],[483,1],[482,1],[481,1],[480,1],[479,1],[478,1],[477,1],[476,1],[489,1],[443,1],[442,1],[441,1],[408,1],[407,1],[406,1],[405,1],[404,1],[403,1],[402,1],[401,1],[400,1],[399,1],[398,1],[397,1],[396,1],[409,1],[395,1],[393,1],[392,1],[391,1],[390,1],[389,1],[388,1],[387,1],[386,1],[385,1],[384,1],[383,1],[382,1],[381,1],[394,1],[255,1],[410,1],[412,1],[440,1],[439,1],[438,1],[437,1],[436,1],[435,1],[434,1],[433,1],[432,1],[431,1],[430,1],[429,1],[428,1],[411,1],[427,1],[425,1],[424,1],[423,1],[422,1],[421,1],[420,1],[419,1],[418,1],[417,1],[416,1],[415,1],[414,1],[413,1],[426,1],[254,1],[253,1],[252,1],[91,1],[90,1],[89,1],[88,1],[87,1],[86,1],[85,1],[84,1],[83,1],[82,1],[81,1],[80,1],[79,1],[78,1],[77,1],[76,1],[75,1],[74,1],[73,1],[72,1],[71,1],[70,1],[69,1],[68,1],[67,1],[66,1],[65,1],[92,1],[93,1],[94,1],[95,1],[124,1],[123,1],[122,1],[121,1],[120,1],[119,1],[118,1],[117,1],[116,1],[115,1],[114,1],[113,1],[112,1],[64,1],[111,1],[109,1],[108,1],[107,1],[105,1],[104,1],[103,1],[102,1],[101,1],[100,1],[99,1],[98,1],[97,1],[96,1],[110,1],[125,1],[63,1],[61,1],[28,1],[27,1],[26,1],[25,1],[24,1],[23,1],[22,1],[21,1],[20,1],[19,1],[18,1],[17,1],[16,1],[15,1],[14,1],[13,1],[12,1],[11,1],[10,1],[9,1],[8,1],[7,1],[6,1],[5,1],[4,1],[3,1],[2,1],[29,1],[30,1],[31,1],[32,1],[60,1],[59,1],[58,1],[57,1],[56,1],[55,1],[54,1],[53,1],[52,1],[51,1],[50,1],[49,1],[48,1],[62,1],[47,1],[45,1],[44,1],[43,1],[42,1],[41,1],[40,1],[39,1],[38,1],[37,1],[36,1],[35,1],[34,1],[33,1],[46,1],[504,1],[126,1],[128,1],[219,1],[218,1],[217,1],[216,1],[215,1],[214,1],[213,1],[212,1],[211,1],[210,1],[209,1],[208,1],[207,1],[206,1],[205,1],[204,1],[203,1],[202,1],[201,1],[200,1],[199,1],[198,1],[197,1],[196,1],[195,1],[194,1],[193,1],[220,1],[221,1],[222,1],[223,1],[251,1],[250,1],[249,1],[248,1],[247,1],[246,1],[245,1],[244,1],[243,1],[242,1],[241,1],[240,1],[239,1],[192,1],[238,1],[236,1],[235,1],[234,1],[233,1],[232,1],[231,1],[230,1],[229,1],[228,1],[227,1],[226,1],[225,1],[224,1],[237,1],[127,1],[191,1],[189,1],[155,1],[154,1],[153,1],[152,1],[151,1],[150,1],[149,1],[148,1],[147,1],[146,1],[145,1],[144,1],[143,1],[142,1],[141,1],[140,1],[139,1],[138,1],[137,1],[136,1],[135,1],[134,1],[133,1],[132,1],[131,1],[130,1],[129,1],[156,1],[157,1],[158,1],[159,1],[188,1],[187,1],[186,1],[185,1],[184,1],[183,1],[182,1],[180,1],[179,1],[178,1],[177,1],[176,1],[175,1],[190,1],[174,1],[172,1],[171,1],[170,1],[169,1],[168,1],[167,1],[166,1],[165,1],[164,1],[163,1],[162,1],[161,1],[160,1],[173,1],[505,1]]","with":"[[38,5],[76,5],[79,5],[52,5],[219,4],[215,4],[91,3],[87,3],[229,2],[230,2],[231,2],[303,2],[284,2],[93,2],[90,2],[92,2],[295,2],[86,2],[85,2],[273,2],[89,2],[346,1],[331,1],[345,1],[344,1],[343,1],[332,1],[333,1],[336,1],[335,1],[342,1],[341,1],[340,1],[339,1],[337,1],[347,1],[334,1],[338,1],[1,1],[349,1],[378,1],[377,1],[376,1],[375,1],[374,1],[373,1],[372,1],[371,1],[370,1],[369,1],[368,1],[367,1],[366,1],[365,1],[348,1],[364,1],[362,1],[361,1],[360,1],[359,1],[358,1],[357,1],[356,1],[355,1],[354,1],[353,1],[352,1],[351,1],[350,1],[330,1],[363,1],[329,1],[323,1],[327,1],[292,1],[291,1],[290,1],[289,1],[288,1],[287,1],[286,1],[285,1],[283,1],[282,1],[281,1],[280,1],[279,1],[278,1],[277,1],[276,1],[275,1],[274,1],[272,1],[271,1],[270,1],[269,1],[268,1],[267,1],[266,1],[265,1],[264,1],[293,1],[294,1],[296,1],[297,1],[326,1],[325,1],[324,1],[379,1],[322,1],[321,1],[320,1],[319,1],[318,1],[317,1],[316,1],[315,1],[314,1],[328,1],[313,1],[311,1],[310,1],[309,1],[308,1],[307,1],[306,1],[305,1],[304,1],[302,1],[301,1],[300,1],[299,1],[298,1],[312,1],[380,1],[387,1],[382,1],[472,1],[471,1],[470,1],[469,1],[468,1],[467,1],[466,1],[465,1],[464,1],[463,1],[462,1],[461,1],[460,1],[459,1],[458,1],[457,1],[456,1],[455,1],[454,1],[453,1],[452,1],[451,1],[450,1],[449,1],[448,1],[447,1],[446,1],[473,1],[445,1],[474,1],[476,1],[503,1],[502,1],[501,1],[500,1],[499,1],[498,1],[497,1],[496,1],[495,1],[494,1],[493,1],[492,1],[491,1],[490,1],[489,1],[488,1],[487,1],[486,1],[485,1],[484,1],[483,1],[482,1],[481,1],[480,1],[479,1],[478,1],[477,1],[475,1],[444,1],[443,1],[442,1],[409,1],[408,1],[407,1],[406,1],[405,1],[404,1],[403,1],[402,1],[401,1],[400,1],[399,1],[398,1],[397,1],[396,1],[395,1],[394,1],[393,1],[392,1],[391,1],[390,1],[389,1],[388,1],[263,1],[386,1],[385,1],[384,1],[383,1],[410,1],[411,1],[412,1],[413,1],[441,1],[440,1],[439,1],[438,1],[437,1],[436,1],[435,1],[434,1],[433,1],[432,1],[431,1],[430,1],[429,1],[381,1],[428,1],[426,1],[425,1],[424,1],[423,1],[422,1],[421,1],[420,1],[419,1],[418,1],[417,1],[416,1],[415,1],[414,1],[427,1],[262,1],[253,1],[260,1],[100,1],[99,1],[98,1],[97,1],[96,1],[95,1],[94,1],[88,1],[84,1],[83,1],[82,1],[81,1],[101,1],[80,1],[77,1],[75,1],[74,1],[73,1],[72,1],[71,1],[70,1],[69,1],[68,1],[67,1],[66,1],[65,1],[78,1],[102,1],[103,1],[104,1],[131,1],[130,1],[129,1],[128,1],[127,1],[126,1],[125,1],[124,1],[123,1],[122,1],[121,1],[120,1],[119,1],[118,1],[117,1],[116,1],[115,1],[114,1],[113,1],[112,1],[111,1],[110,1],[109,1],[108,1],[107,1],[106,1],[105,1],[64,1],[132,1],[63,1],[61,1],[27,1],[26,1],[25,1],[24,1],[23,1],[22,1],[21,1],[20,1],[19,1],[18,1],[17,1],[16,1],[28,1],[15,1],[13,1],[12,1],[11,1],[10,1],[9,1],[8,1],[7,1],[6,1],[5,1],[4,1],[3,1],[2,1],[14,1],[29,1],[30,1],[31,1],[60,1],[59,1],[58,1],[57,1],[56,1],[55,1],[54,1],[53,1],[51,1],[50,1],[49,1],[48,1],[47,1],[46,1],[45,1],[44,1],[43,1],[42,1],[41,1],[40,1],[39,1],[37,1],[36,1],[35,1],[34,1],[33,1],[32,1],[62,1],[133,1],[134,1],[135,1],[225,1],[224,1],[223,1],[222,1],[221,1],[220,1],[218,1],[217,1],[216,1],[214,1],[213,1],[212,1],[226,1],[211,1],[209,1],[208,1],[207,1],[206,1],[205,1],[204,1],[203,1],[202,1],[201,1],[200,1],[199,1],[198,1],[210,1],[227,1],[228,1],[232,1],[259,1],[258,1],[257,1],[256,1],[255,1],[254,1],[504,1],[252,1],[251,1],[250,1],[249,1],[248,1],[247,1],[246,1],[245,1],[244,1],[243,1],[242,1],[241,1],[240,1],[239,1],[238,1],[237,1],[236,1],[235,1],[234,1],[233,1],[197,1],[196,1],[195,1],[194,1],[162,1],[161,1],[160,1],[159,1],[158,1],[157,1],[156,1],[155,1],[154,1],[153,1],[152,1],[151,1],[150,1],[149,1],[148,1],[147,1],[146,1],[145,1],[144,1],[143,1],[142,1],[141,1],[140,1],[139,1],[138,1],[137,1],[136,1],[163,1],[261,1],[164,1],[166,1],[193,1],[192,1],[191,1],[190,1],[189,1],[188,1],[187,1],[186,1],[185,1],[184,1],[183,1],[182,1],[181,1],[180,1],[179,1],[178,1],[177,1],[176,1],[175,1],[174,1],[173,1],[172,1],[171,1],[170,1],[169,1],[168,1],[167,1],[165,1],[505,1]]","vsdocman":"[[1,1],[344,1],[343,1],[342,1],[341,1],[340,1],[339,1],[338,1],[337,1],[336,1],[335,1],[334,1],[333,1],[332,1],[331,1],[330,1],[329,1],[328,1],[327,1],[326,1],[325,1],[324,1],[323,1],[322,1],[321,1],[320,1],[319,1],[318,1],[345,1],[346,1],[347,1],[348,1],[376,1],[375,1],[374,1],[373,1],[372,1],[371,1],[370,1],[369,1],[368,1],[367,1],[366,1],[365,1],[364,1],[317,1],[363,1],[361,1],[360,1],[359,1],[358,1],[357,1],[356,1],[355,1],[354,1],[353,1],[352,1],[351,1],[350,1],[349,1],[362,1],[377,1],[316,1],[314,1],[281,1],[280,1],[279,1],[278,1],[277,1],[276,1],[275,1],[274,1],[273,1],[272,1],[271,1],[270,1],[269,1],[268,1],[267,1],[266,1],[265,1],[264,1],[263,1],[262,1],[261,1],[260,1],[259,1],[258,1],[257,1],[256,1],[255,1],[282,1],[283,1],[284,1],[285,1],[313,1],[312,1],[311,1],[310,1],[309,1],[308,1],[307,1],[306,1],[305,1],[304,1],[303,1],[302,1],[301,1],[315,1],[300,1],[298,1],[297,1],[296,1],[295,1],[294,1],[293,1],[292,1],[291,1],[290,1],[289,1],[288,1],[287,1],[286,1],[299,1],[378,1],[379,1],[380,1],[471,1],[470,1],[469,1],[468,1],[467,1],[466,1],[465,1],[464,1],[463,1],[462,1],[461,1],[460,1],[459,1],[458,1],[457,1],[456,1],[455,1],[454,1],[453,1],[452,1],[451,1],[450,1],[449,1],[448,1],[447,1],[446,1],[445,1],[472,1],[473,1],[474,1],[475,1],[503,1],[502,1],[501,1],[500,1],[499,1],[498,1],[497,1],[496,1],[495,1],[494,1],[493,1],[492,1],[491,1],[444,1],[490,1],[488,1],[487,1],[486,1],[485,1],[484,1],[483,1],[482,1],[481,1],[480,1],[479,1],[478,1],[477,1],[476,1],[489,1],[443,1],[442,1],[441,1],[408,1],[407,1],[406,1],[405,1],[404,1],[403,1],[402,1],[401,1],[400,1],[399,1],[398,1],[397,1],[396,1],[409,1],[395,1],[393,1],[392,1],[391,1],[390,1],[389,1],[388,1],[387,1],[386,1],[385,1],[384,1],[383,1],[382,1],[381,1],[394,1],[254,1],[410,1],[412,1],[440,1],[439,1],[438,1],[437,1],[436,1],[435,1],[434,1],[433,1],[432,1],[431,1],[430,1],[429,1],[428,1],[411,1],[427,1],[425,1],[424,1],[423,1],[422,1],[421,1],[420,1],[419,1],[418,1],[417,1],[416,1],[415,1],[414,1],[413,1],[426,1],[504,1],[253,1],[251,1],[91,1],[90,1],[89,1],[88,1],[87,1],[86,1],[85,1],[84,1],[83,1],[82,1],[81,1],[80,1],[79,1],[78,1],[77,1],[76,1],[75,1],[74,1],[73,1],[72,1],[71,1],[70,1],[69,1],[68,1],[67,1],[66,1],[65,1],[92,1],[93,1],[94,1],[95,1],[123,1],[122,1],[121,1],[120,1],[119,1],[118,1],[117,1],[116,1],[115,1],[114,1],[113,1],[112,1],[111,1],[64,1],[110,1],[108,1],[107,1],[106,1],[105,1],[104,1],[103,1],[102,1],[101,1],[100,1],[99,1],[98,1],[97,1],[96,1],[109,1],[124,1],[63,1],[61,1],[28,1],[27,1],[26,1],[25,1],[24,1],[23,1],[22,1],[21,1],[20,1],[19,1],[18,1],[17,1],[16,1],[15,1],[14,1],[13,1],[12,1],[11,1],[10,1],[9,1],[8,1],[7,1],[6,1],[5,1],[4,1],[3,1],[2,1],[29,1],[30,1],[31,1],[32,1],[60,1],[59,1],[58,1],[57,1],[56,1],[55,1],[54,1],[53,1],[52,1],[51,1],[50,1],[49,1],[48,1],[62,1],[47,1],[45,1],[44,1],[43,1],[42,1],[41,1],[40,1],[39,1],[38,1],[37,1],[36,1],[35,1],[34,1],[33,1],[46,1],[125,1],[126,1],[127,1],[218,1],[217,1],[216,1],[215,1],[214,1],[213,1],[212,1],[211,1],[210,1],[209,1],[208,1],[207,1],[206,1],[205,1],[204,1],[203,1],[202,1],[201,1],[200,1],[199,1],[198,1],[197,1],[196,1],[195,1],[194,1],[193,1],[192,1],[219,1],[220,1],[221,1],[222,1],[250,1],[249,1],[248,1],[247,1],[246,1],[245,1],[244,1],[243,1],[242,1],[241,1],[240,1],[239,1],[238,1],[191,1],[237,1],[235,1],[234,1],[233,1],[232,1],[231,1],[230,1],[229,1],[228,1],[227,1],[226,1],[225,1],[224,1],[223,1],[236,1],[190,1],[189,1],[188,1],[155,1],[154,1],[153,1],[152,1],[151,1],[150,1],[149,1],[148,1],[147,1],[146,1],[145,1],[144,1],[143,1],[156,1],[142,1],[140,1],[139,1],[138,1],[137,1],[136,1],[135,1],[134,1],[133,1],[132,1],[131,1],[130,1],[129,1],[128,1],[141,1],[252,1],[157,1],[159,1],[187,1],[186,1],[185,1],[184,1],[183,1],[182,1],[181,1],[180,1],[179,1],[178,1],[177,1],[176,1],[175,1],[158,1],[174,1],[172,1],[171,1],[170,1],[169,1],[168,1],[167,1],[166,1],[165,1],[164,1],[163,1],[162,1],[161,1],[160,1],[173,1],[505,1]]","namespace":"[[2,1002],[332,1002],[214,1002],[53,1002],[106,1002],[38,1002],[267,2],[229,2],[230,2],[231,2],[232,2],[238,2],[272,2],[239,2],[271,2],[240,2],[241,2],[242,2],[243,2],[244,2],[245,2],[270,2],[246,2],[269,2],[248,2],[249,2],[250,2],[251,2],[257,2],[259,2],[261,2],[263,2],[265,2],[266,2],[268,2],[247,2],[228,2],[227,2],[187,2],[181,2],[180,2],[179,2],[178,2],[172,2],[188,2],[171,2],[169,2],[163,2],[162,2],[161,2],[155,2],[153,2],[170,2],[273,2],[189,2],[196,2],[226,2],[225,2],[224,2],[223,2],[222,2],[221,2],[195,2],[215,2],[207,2],[206,2],[205,2],[204,2],[203,2],[197,2],[208,2],[279,2],[281,2],[151,2],[363,2],[369,2],[375,2],[376,2],[377,2],[383,2],[384,2],[390,2],[396,2],[402,2],[408,2],[409,2],[415,2],[421,2],[427,2],[428,2],[434,2],[498,2],[492,2],[491,2],[485,2],[479,2],[478,2],[357,2],[472,2],[465,2],[459,2],[453,2],[452,2],[446,2],[440,2],[466,2],[280,2],[356,2],[344,2],[282,2],[283,2],[284,2],[290,2],[291,2],[292,2],[293,2],[294,2],[295,2],[301,2],[302,2],[303,2],[309,2],[310,2],[311,2],[312,2],[313,2],[343,2],[342,2],[341,2],[340,2],[339,2],[333,2],[350,2],[330,2],[327,2],[325,2],[323,2],[321,2],[320,2],[314,2],[328,2],[145,2],[504,2],[143,2],[86,2],[88,2],[90,2],[92,2],[93,2],[37,2],[96,2],[98,2],[100,2],[102,2],[103,2],[104,2],[105,2],[107,2],[17,2],[113,2],[114,2],[16,2],[120,2],[84,2],[121,2],[83,2],[23,2],[39,2],[45,2],[46,2],[144,2],[52,2],[54,2],[31,2],[30,2],[60,2],[62,2],[64,2],[65,2],[66,2],[67,2],[68,2],[74,2],[24,2],[75,2],[76,2],[82,2],[122,2],[94,2],[9,2],[135,2],[10,2],[3,2],[128,2],[142,2],[136,2],[134,2],[27,1],[386,1],[387,1],[489,1],[388,1],[493,1],[4,1],[28,1],[494,1],[382,1],[5,1],[490,1],[495,1],[385,1],[389,1],[26,1],[486,1],[403,1],[487,1],[401,1],[400,1],[399,1],[488,1],[398,1],[397,1],[25,1],[395,1],[394,1],[393,1],[392,1],[391,1],[381,1],[380,1],[462,1],[378,1],[359,1],[500,1],[358,1],[501,1],[34,1],[35,1],[355,1],[354,1],[353,1],[352,1],[351,1],[36,1],[349,1],[348,1],[502,1],[360,1],[361,1],[362,1],[33,1],[6,1],[29,1],[496,1],[497,1],[374,1],[373,1],[372,1],[379,1],[371,1],[32,1],[368,1],[367,1],[366,1],[365,1],[364,1],[499,1],[370,1],[404,1],[407,1],[406,1],[444,1],[443,1],[442,1],[441,1],[439,1],[438,1],[445,1],[437,1],[467,1],[468,1],[435,1],[469,1],[433,1],[432,1],[436,1],[15,1],[447,1],[448,1],[461,1],[460,1],[12,1],[458,1],[457,1],[456,1],[455,1],[454,1],[13,1],[14,1],[451,1],[464,1],[11,1],[450,1],[449,1],[431,1],[470,1],[471,1],[473,1],[418,1],[417,1],[416,1],[21,1],[414,1],[413,1],[412,1],[411,1],[410,1],[481,1],[22,1],[482,1],[483,1],[484,1],[463,1],[419,1],[405,1],[420,1],[480,1],[474,1],[430,1],[429,1],[18,1],[19,1],[426,1],[425,1],[475,1],[424,1],[476,1],[423,1],[477,1],[422,1],[8,1],[7,1],[20,1],[347,1],[324,1],[345,1],[117,1],[118,1],[119,1],[202,1],[201,1],[200,1],[199,1],[198,1],[123,1],[124,1],[125,1],[194,1],[193,1],[192,1],[191,1],[209,1],[210,1],[211,1],[212,1],[235,1],[234,1],[233,1],[108,1],[109,1],[110,1],[111,1],[190,1],[112,1],[219,1],[218,1],[217,1],[216,1],[115,1],[116,1],[213,1],[220,1],[126,1],[127,1],[186,1],[138,1],[139,1],[160,1],[159,1],[158,1],[157,1],[156,1],[137,1],[140,1],[141,1],[152,1],[150,1],[149,1],[148,1],[147,1],[146,1],[154,1],[236,1],[164,1],[166,1],[185,1],[184,1],[183,1],[182,1],[129,1],[130,1],[131,1],[165,1],[132,1],[176,1],[175,1],[174,1],[173,1],[133,1],[168,1],[167,1],[177,1],[237,1],[101,1],[99,1],[318,1],[317,1],[316,1],[315,1],[55,1],[56,1],[57,1],[319,1],[58,1],[308,1],[307,1],[306,1],[305,1],[304,1],[61,1],[300,1],[59,1],[299,1],[51,1],[50,1],[40,1],[41,1],[42,1],[43,1],[338,1],[337,1],[336,1],[322,1],[335,1],[44,1],[331,1],[329,1],[47,1],[48,1],[326,1],[49,1],[334,1],[346,1],[298,1],[296,1],[81,1],[264,1],[262,1],[85,1],[260,1],[258,1],[87,1],[80,1],[256,1],[254,1],[503,1],[252,1],[89,1],[91,1],[95,1],[97,1],[255,1],[297,1],[79,1],[77,1],[63,1],[289,1],[288,1],[287,1],[286,1],[285,1],[69,1],[78,1],[70,1],[72,1],[73,1],[278,1],[277,1],[276,1],[275,1],[274,1],[71,1],[253,1]]","syntaxhighlighter":"[[2,1],[345,1],[344,1],[343,1],[342,1],[341,1],[340,1],[339,1],[338,1],[337,1],[336,1],[335,1],[334,1],[333,1],[332,1],[331,1],[330,1],[329,1],[328,1],[327,1],[326,1],[325,1],[324,1],[323,1],[322,1],[321,1],[320,1],[319,1],[346,1],[347,1],[348,1],[349,1],[377,1],[376,1],[375,1],[374,1],[373,1],[372,1],[371,1],[370,1],[369,1],[368,1],[367,1],[366,1],[365,1],[318,1],[364,1],[362,1],[361,1],[360,1],[359,1],[358,1],[357,1],[356,1],[355,1],[354,1],[353,1],[352,1],[351,1],[350,1],[363,1],[378,1],[317,1],[315,1],[282,1],[281,1],[280,1],[279,1],[278,1],[277,1],[276,1],[275,1],[274,1],[273,1],[272,1],[271,1],[270,1],[269,1],[268,1],[267,1],[266,1],[265,1],[264,1],[263,1],[262,1],[261,1],[260,1],[259,1],[258,1],[257,1],[256,1],[283,1],[284,1],[285,1],[286,1],[314,1],[313,1],[312,1],[311,1],[310,1],[309,1],[308,1],[307,1],[306,1],[305,1],[304,1],[303,1],[302,1],[316,1],[301,1],[299,1],[298,1],[297,1],[296,1],[295,1],[294,1],[293,1],[292,1],[291,1],[290,1],[289,1],[288,1],[287,1],[300,1],[255,1],[379,1],[381,1],[471,1],[470,1],[469,1],[468,1],[467,1],[466,1],[465,1],[464,1],[463,1],[462,1],[461,1],[460,1],[459,1],[458,1],[457,1],[456,1],[455,1],[454,1],[453,1],[452,1],[451,1],[450,1],[449,1],[448,1],[447,1],[446,1],[445,1],[472,1],[473,1],[474,1],[475,1],[503,1],[502,1],[501,1],[500,1],[499,1],[498,1],[497,1],[496,1],[495,1],[494,1],[493,1],[492,1],[491,1],[444,1],[490,1],[488,1],[487,1],[486,1],[485,1],[484,1],[483,1],[482,1],[481,1],[480,1],[479,1],[478,1],[477,1],[476,1],[489,1],[380,1],[443,1],[441,1],[408,1],[407,1],[406,1],[405,1],[404,1],[403,1],[402,1],[401,1],[400,1],[399,1],[398,1],[397,1],[396,1],[395,1],[394,1],[393,1],[392,1],[391,1],[390,1],[389,1],[388,1],[387,1],[386,1],[385,1],[384,1],[383,1],[382,1],[409,1],[410,1],[411,1],[412,1],[440,1],[439,1],[438,1],[437,1],[436,1],[435,1],[434,1],[433,1],[432,1],[431,1],[430,1],[429,1],[428,1],[442,1],[427,1],[425,1],[424,1],[423,1],[422,1],[421,1],[420,1],[419,1],[418,1],[417,1],[416,1],[415,1],[414,1],[413,1],[426,1],[254,1],[253,1],[252,1],[92,1],[91,1],[90,1],[89,1],[88,1],[87,1],[86,1],[85,1],[84,1],[83,1],[82,1],[81,1],[80,1],[79,1],[78,1],[77,1],[76,1],[75,1],[74,1],[73,1],[72,1],[71,1],[70,1],[69,1],[68,1],[67,1],[66,1],[93,1],[94,1],[95,1],[96,1],[124,1],[123,1],[122,1],[121,1],[120,1],[119,1],[118,1],[117,1],[116,1],[115,1],[114,1],[113,1],[112,1],[65,1],[111,1],[109,1],[108,1],[107,1],[106,1],[105,1],[104,1],[103,1],[102,1],[101,1],[100,1],[99,1],[98,1],[97,1],[110,1],[125,1],[64,1],[62,1],[29,1],[28,1],[27,1],[26,1],[25,1],[24,1],[23,1],[22,1],[21,1],[20,1],[19,1],[18,1],[17,1],[16,1],[15,1],[14,1],[13,1],[12,1],[11,1],[10,1],[9,1],[8,1],[7,1],[6,1],[5,1],[4,1],[3,1],[30,1],[31,1],[32,1],[33,1],[61,1],[60,1],[59,1],[58,1],[57,1],[56,1],[55,1],[54,1],[53,1],[52,1],[51,1],[50,1],[49,1],[63,1],[48,1],[46,1],[45,1],[44,1],[43,1],[42,1],[41,1],[40,1],[39,1],[38,1],[37,1],[36,1],[35,1],[34,1],[47,1],[126,1],[127,1],[128,1],[219,1],[218,1],[217,1],[216,1],[215,1],[214,1],[213,1],[212,1],[211,1],[210,1],[209,1],[208,1],[207,1],[206,1],[205,1],[204,1],[203,1],[202,1],[201,1],[200,1],[199,1],[198,1],[197,1],[196,1],[195,1],[194,1],[193,1],[220,1],[221,1],[222,1],[223,1],[251,1],[250,1],[249,1],[248,1],[247,1],[246,1],[245,1],[244,1],[243,1],[242,1],[241,1],[240,1],[239,1],[192,1],[238,1],[236,1],[235,1],[234,1],[233,1],[232,1],[231,1],[230,1],[229,1],[228,1],[227,1],[226,1],[225,1],[224,1],[237,1],[191,1],[190,1],[189,1],[156,1],[155,1],[154,1],[153,1],[152,1],[151,1],[150,1],[149,1],[148,1],[147,1],[146,1],[145,1],[144,1],[157,1],[143,1],[141,1],[140,1],[139,1],[138,1],[137,1],[136,1],[135,1],[134,1],[133,1],[132,1],[131,1],[130,1],[129,1],[142,1],[504,1],[158,1],[160,1],[188,1],[187,1],[186,1],[185,1],[184,1],[183,1],[182,1],[181,1],[180,1],[179,1],[178,1],[177,1],[176,1],[159,1],[175,1],[173,1],[172,1],[171,1],[170,1],[169,1],[168,1],[167,1],[166,1],[165,1],[164,1],[163,1],[162,1],[161,1],[174,1],[505,1]]","all":"[[247,5],[79,3],[76,3],[93,2],[92,2],[2,1],[337,1],[338,1],[339,1],[341,1],[336,1],[342,1],[343,1],[344,1],[345,1],[340,1],[335,1],[333,1],[346,1],[332,1],[331,1],[330,1],[329,1],[328,1],[327,1],[326,1],[325,1],[324,1],[323,1],[322,1],[334,1],[347,1],[348,1],[349,1],[377,1],[376,1],[375,1],[374,1],[373,1],[372,1],[371,1],[370,1],[369,1],[368,1],[367,1],[366,1],[365,1],[321,1],[364,1],[362,1],[361,1],[360,1],[359,1],[358,1],[357,1],[356,1],[355,1],[354,1],[353,1],[352,1],[351,1],[350,1],[363,1],[320,1],[319,1],[318,1],[285,1],[284,1],[283,1],[282,1],[281,1],[280,1],[279,1],[278,1],[277,1],[276,1],[275,1],[274,1],[273,1],[286,1],[272,1],[270,1],[269,1],[268,1],[267,1],[266,1],[265,1],[264,1],[263,1],[262,1],[261,1],[260,1],[259,1],[258,1],[271,1],[378,1],[287,1],[289,1],[317,1],[316,1],[315,1],[314,1],[313,1],[312,1],[311,1],[310,1],[309,1],[308,1],[307,1],[306,1],[305,1],[288,1],[304,1],[302,1],[301,1],[300,1],[299,1],[298,1],[297,1],[296,1],[295,1],[294,1],[293,1],[292,1],[291,1],[290,1],[303,1],[379,1],[382,1],[381,1],[471,1],[470,1],[469,1],[468,1],[467,1],[466,1],[465,1],[464,1],[463,1],[462,1],[461,1],[460,1],[459,1],[458,1],[457,1],[456,1],[455,1],[454,1],[453,1],[452,1],[451,1],[450,1],[449,1],[448,1],[447,1],[446,1],[445,1],[472,1],[473,1],[474,1],[475,1],[503,1],[502,1],[501,1],[500,1],[499,1],[498,1],[497,1],[496,1],[495,1],[494,1],[493,1],[492,1],[491,1],[444,1],[490,1],[488,1],[487,1],[486,1],[485,1],[484,1],[483,1],[482,1],[481,1],[480,1],[479,1],[478,1],[477,1],[476,1],[489,1],[380,1],[443,1],[441,1],[408,1],[407,1],[406,1],[405,1],[404,1],[403,1],[402,1],[401,1],[400,1],[399,1],[398,1],[397,1],[396,1],[395,1],[394,1],[393,1],[392,1],[391,1],[390,1],[389,1],[388,1],[387,1],[386,1],[385,1],[384,1],[383,1],[257,1],[409,1],[410,1],[411,1],[412,1],[440,1],[439,1],[438,1],[437,1],[436,1],[435,1],[434,1],[433,1],[432,1],[431,1],[430,1],[429,1],[428,1],[442,1],[427,1],[425,1],[424,1],[423,1],[422,1],[421,1],[420,1],[419,1],[418,1],[417,1],[416,1],[415,1],[414,1],[413,1],[426,1],[256,1],[253,1],[254,1],[96,1],[95,1],[94,1],[91,1],[90,1],[89,1],[88,1],[87,1],[86,1],[85,1],[84,1],[83,1],[82,1],[81,1],[80,1],[78,1],[77,1],[75,1],[74,1],[73,1],[72,1],[71,1],[70,1],[69,1],[68,1],[67,1],[66,1],[97,1],[65,1],[98,1],[100,1],[127,1],[126,1],[125,1],[124,1],[123,1],[122,1],[121,1],[120,1],[119,1],[118,1],[117,1],[116,1],[115,1],[114,1],[113,1],[112,1],[111,1],[110,1],[109,1],[108,1],[107,1],[106,1],[105,1],[104,1],[103,1],[102,1],[101,1],[99,1],[64,1],[63,1],[62,1],[29,1],[28,1],[27,1],[26,1],[25,1],[24,1],[23,1],[22,1],[21,1],[20,1],[19,1],[18,1],[17,1],[16,1],[15,1],[14,1],[13,1],[12,1],[11,1],[10,1],[9,1],[8,1],[7,1],[6,1],[5,1],[4,1],[3,1],[30,1],[31,1],[32,1],[33,1],[61,1],[60,1],[59,1],[58,1],[57,1],[56,1],[55,1],[54,1],[53,1],[52,1],[51,1],[50,1],[49,1],[128,1],[48,1],[46,1],[45,1],[44,1],[43,1],[42,1],[41,1],[40,1],[39,1],[38,1],[37,1],[36,1],[35,1],[34,1],[47,1],[255,1],[129,1],[131,1],[221,1],[220,1],[219,1],[218,1],[217,1],[216,1],[215,1],[214,1],[213,1],[212,1],[211,1],[210,1],[209,1],[208,1],[207,1],[206,1],[205,1],[204,1],[203,1],[202,1],[201,1],[200,1],[199,1],[198,1],[197,1],[196,1],[195,1],[222,1],[194,1],[223,1],[225,1],[504,1],[252,1],[251,1],[250,1],[249,1],[248,1],[246,1],[245,1],[244,1],[243,1],[242,1],[241,1],[240,1],[239,1],[238,1],[237,1],[236,1],[235,1],[234,1],[233,1],[232,1],[231,1],[230,1],[229,1],[228,1],[227,1],[226,1],[224,1],[193,1],[192,1],[191,1],[158,1],[157,1],[156,1],[155,1],[154,1],[153,1],[152,1],[151,1],[150,1],[149,1],[148,1],[147,1],[146,1],[145,1],[144,1],[143,1],[142,1],[141,1],[140,1],[139,1],[138,1],[137,1],[136,1],[135,1],[134,1],[133,1],[132,1],[159,1],[160,1],[161,1],[162,1],[190,1],[189,1],[188,1],[187,1],[186,1],[185,1],[184,1],[183,1],[182,1],[181,1],[180,1],[179,1],[178,1],[130,1],[177,1],[175,1],[174,1],[173,1],[172,1],[171,1],[170,1],[169,1],[168,1],[167,1],[166,1],[165,1],[164,1],[163,1],[176,1],[505,1]]","assembly":"[[2,1],[273,1],[279,1],[280,1],[281,1],[282,1],[283,1],[284,1],[290,1],[291,1],[272,1],[292,1],[294,1],[295,1],[301,1],[302,1],[303,1],[309,1],[310,1],[311,1],[312,1],[293,1],[271,1],[270,1],[269,1],[239,1],[240,1],[241,1],[242,1],[243,1],[244,1],[245,1],[246,1],[247,1],[248,1],[249,1],[250,1],[251,1],[257,1],[259,1],[261,1],[263,1],[265,1],[266,1],[267,1],[268,1],[313,1],[314,1],[320,1],[321,1],[402,1],[408,1],[409,1],[415,1],[421,1],[427,1],[428,1],[434,1],[440,1],[446,1],[452,1],[453,1],[459,1],[465,1],[466,1],[472,1],[478,1],[479,1],[485,1],[491,1],[492,1],[396,1],[238,1],[390,1],[383,1],[323,1],[325,1],[327,1],[328,1],[330,1],[332,1],[333,1],[339,1],[340,1],[341,1],[342,1],[343,1],[344,1],[350,1],[356,1],[357,1],[363,1],[369,1],[375,1],[376,1],[377,1],[384,1],[498,1],[232,1],[230,1],[75,1],[76,1],[82,1],[83,1],[84,1],[86,1],[88,1],[90,1],[92,1],[74,1],[93,1],[96,1],[98,1],[100,1],[102,1],[103,1],[104,1],[105,1],[106,1],[107,1],[94,1],[68,1],[67,1],[66,1],[3,1],[9,1],[10,1],[16,1],[17,1],[23,1],[24,1],[30,1],[31,1],[37,1],[38,1],[39,1],[45,1],[46,1],[52,1],[53,1],[54,1],[60,1],[62,1],[64,1],[65,1],[113,1],[114,1],[120,1],[121,1],[189,1],[195,1],[196,1],[197,1],[203,1],[204,1],[205,1],[206,1],[207,1],[208,1],[214,1],[215,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[228,1],[229,1],[188,1],[231,1],[187,1],[180,1],[122,1],[128,1],[134,1],[135,1],[136,1],[142,1],[143,1],[144,1],[145,1],[151,1],[153,1],[155,1],[161,1],[162,1],[163,1],[169,1],[170,1],[171,1],[172,1],[178,1],[179,1],[181,1],[504,1]]","edokaapi_netframework":"[[2,2],[273,2],[279,2],[280,2],[281,2],[282,2],[283,2],[284,2],[290,2],[291,2],[272,2],[292,2],[294,2],[295,2],[301,2],[302,2],[303,2],[309,2],[310,2],[311,2],[312,2],[293,2],[271,2],[270,2],[269,2],[239,2],[240,2],[241,2],[242,2],[243,2],[244,2],[245,2],[246,2],[247,2],[248,2],[249,2],[250,2],[251,2],[257,2],[259,2],[261,2],[263,2],[265,2],[266,2],[267,2],[268,2],[313,2],[314,2],[320,2],[321,2],[402,2],[408,2],[409,2],[415,2],[421,2],[427,2],[428,2],[434,2],[440,2],[446,2],[452,2],[453,2],[459,2],[465,2],[466,2],[472,2],[478,2],[479,2],[485,2],[491,2],[492,2],[396,2],[238,2],[390,2],[383,2],[323,2],[325,2],[327,2],[328,2],[330,2],[332,2],[333,2],[339,2],[340,2],[341,2],[342,2],[343,2],[344,2],[350,2],[356,2],[357,2],[363,2],[369,2],[375,2],[376,2],[377,2],[384,2],[498,2],[232,2],[230,2],[75,2],[76,2],[82,2],[83,2],[84,2],[86,2],[88,2],[90,2],[92,2],[74,2],[93,2],[96,2],[98,2],[100,2],[102,2],[103,2],[104,2],[105,2],[106,2],[107,2],[94,2],[68,2],[67,2],[66,2],[3,2],[9,2],[10,2],[16,2],[17,2],[23,2],[24,2],[30,2],[31,2],[37,2],[38,2],[39,2],[45,2],[46,2],[52,2],[53,2],[54,2],[60,2],[62,2],[64,2],[65,2],[113,2],[114,2],[120,2],[121,2],[189,2],[195,2],[196,2],[197,2],[203,2],[204,2],[205,2],[206,2],[207,2],[208,2],[214,2],[215,2],[221,2],[222,2],[223,2],[224,2],[225,2],[226,2],[227,2],[228,2],[229,2],[188,2],[231,2],[187,2],[180,2],[122,2],[128,2],[134,2],[135,2],[136,2],[142,2],[143,2],[144,2],[145,2],[151,2],[153,2],[155,2],[161,2],[162,2],[163,2],[169,2],[170,2],[171,2],[172,2],[178,2],[179,2],[181,2],[504,2]]","in":"[[247,8],[76,7],[232,6],[249,6],[79,5],[350,4],[248,4],[344,4],[94,4],[95,4],[96,4],[97,4],[98,4],[99,4],[100,4],[242,4],[101,4],[281,3],[122,3],[266,3],[151,3],[121,3],[265,3],[120,3],[153,3],[155,3],[263,3],[415,3],[261,3],[161,3],[162,3],[282,3],[163,3],[259,3],[369,3],[409,3],[280,3],[135,3],[267,3],[268,3],[134,3],[273,3],[363,3],[128,3],[434,3],[136,3],[428,3],[427,3],[421,3],[272,3],[270,3],[142,3],[408,3],[279,3],[143,3],[144,3],[145,3],[269,3],[271,3],[333,3],[171,3],[170,3],[207,3],[208,3],[240,3],[239,3],[384,3],[383,3],[238,3],[214,3],[215,3],[235,3],[375,3],[377,3],[221,3],[222,3],[223,3],[224,3],[225,3],[226,3],[227,3],[228,3],[229,3],[230,3],[231,3],[206,3],[205,3],[204,3],[203,3],[440,3],[172,3],[257,3],[402,3],[178,3],[179,3],[180,3],[181,3],[504,3],[251,3],[250,3],[169,3],[187,3],[189,3],[396,3],[246,3],[245,3],[195,3],[196,3],[197,3],[244,3],[390,3],[243,3],[241,3],[188,3],[2,3],[283,3],[376,3],[472,3],[492,3],[323,3],[17,3],[52,3],[53,3],[54,3],[303,3],[491,3],[284,3],[465,3],[60,3],[301,3],[62,3],[16,3],[64,3],[65,3],[23,3],[466,3],[46,3],[45,3],[309,3],[24,3],[320,3],[341,3],[342,3],[485,3],[343,3],[30,3],[31,3],[340,3],[314,3],[313,3],[479,3],[37,3],[38,3],[39,3],[478,3],[312,3],[311,3],[310,3],[67,3],[68,3],[66,3],[325,3],[90,3],[290,3],[92,3],[93,3],[102,3],[103,3],[104,3],[328,3],[105,3],[330,3],[106,3],[107,3],[356,3],[357,3],[446,3],[332,3],[3,3],[113,3],[114,3],[291,3],[339,3],[88,3],[295,3],[327,3],[459,3],[498,3],[10,3],[9,3],[74,3],[75,3],[292,3],[321,3],[293,3],[453,3],[82,3],[83,3],[84,3],[452,3],[86,3],[294,3],[236,2],[302,2],[347,2],[337,1],[374,1],[336,1],[338,1],[371,1],[346,1],[359,1],[358,1],[361,1],[362,1],[364,1],[365,1],[366,1],[355,1],[354,1],[367,1],[353,1],[368,1],[352,1],[351,1],[370,1],[372,1],[349,1],[348,1],[373,1],[345,1],[360,1],[407,1],[379,1],[471,1],[470,1],[469,1],[468,1],[467,1],[464,1],[463,1],[462,1],[461,1],[460,1],[458,1],[457,1],[456,1],[455,1],[454,1],[451,1],[450,1],[449,1],[448,1],[447,1],[445,1],[473,1],[444,1],[474,1],[476,1],[503,1],[502,1],[501,1],[500,1],[499,1],[497,1],[496,1],[495,1],[494,1],[493,1],[490,1],[489,1],[488,1],[487,1],[486,1],[484,1],[483,1],[482,1],[481,1],[480,1],[477,1],[475,1],[443,1],[442,1],[441,1],[405,1],[404,1],[403,1],[401,1],[400,1],[399,1],[398,1],[397,1],[395,1],[394,1],[393,1],[392,1],[391,1],[389,1],[388,1],[387,1],[386,1],[385,1],[382,1],[381,1],[380,1],[406,1],[410,1],[411,1],[412,1],[439,1],[438,1],[437,1],[436,1],[435,1],[433,1],[432,1],[431,1],[430,1],[429,1],[378,1],[426,1],[424,1],[423,1],[422,1],[420,1],[419,1],[418,1],[417,1],[416,1],[414,1],[413,1],[425,1],[335,1],[253,1],[331,1],[112,1],[111,1],[110,1],[109,1],[108,1],[91,1],[89,1],[87,1],[85,1],[81,1],[80,1],[78,1],[77,1],[73,1],[72,1],[71,1],[70,1],[115,1],[69,1],[116,1],[118,1],[146,1],[141,1],[140,1],[139,1],[138,1],[137,1],[133,1],[132,1],[131,1],[130,1],[129,1],[127,1],[126,1],[125,1],[124,1],[123,1],[119,1],[117,1],[63,1],[61,1],[59,1],[26,1],[25,1],[22,1],[21,1],[20,1],[19,1],[18,1],[15,1],[14,1],[13,1],[12,1],[11,1],[8,1],[7,1],[6,1],[5,1],[4,1],[27,1],[28,1],[29,1],[32,1],[58,1],[57,1],[56,1],[55,1],[51,1],[50,1],[49,1],[48,1],[147,1],[47,1],[43,1],[42,1],[41,1],[40,1],[36,1],[35,1],[34,1],[33,1],[44,1],[148,1],[149,1],[150,1],[286,1],[285,1],[278,1],[277,1],[276,1],[275,1],[274,1],[264,1],[262,1],[260,1],[258,1],[256,1],[255,1],[254,1],[252,1],[237,1],[234,1],[287,1],[288,1],[289,1],[296,1],[329,1],[326,1],[324,1],[322,1],[319,1],[318,1],[317,1],[316,1],[233,1],[315,1],[307,1],[306,1],[305,1],[304,1],[300,1],[299,1],[298,1],[297,1],[308,1],[334,1],[220,1],[218,1],[177,1],[176,1],[175,1],[174,1],[173,1],[168,1],[167,1],[166,1],[165,1],[164,1],[160,1],[159,1],[158,1],[157,1],[156,1],[154,1],[152,1],[182,1],[183,1],[184,1],[185,1],[217,1],[216,1],[213,1],[212,1],[211,1],[210,1],[209,1],[202,1],[219,1],[201,1],[199,1],[198,1],[194,1],[193,1],[192,1],[191,1],[190,1],[186,1],[200,1],[505,1]]","dll":"[[2,1],[273,1],[279,1],[280,1],[281,1],[282,1],[283,1],[284,1],[290,1],[291,1],[272,1],[292,1],[294,1],[295,1],[301,1],[302,1],[303,1],[309,1],[310,1],[311,1],[312,1],[293,1],[271,1],[270,1],[269,1],[239,1],[240,1],[241,1],[242,1],[243,1],[244,1],[245,1],[246,1],[247,1],[248,1],[249,1],[250,1],[251,1],[257,1],[259,1],[261,1],[263,1],[265,1],[266,1],[267,1],[268,1],[313,1],[314,1],[320,1],[321,1],[402,1],[408,1],[409,1],[415,1],[421,1],[427,1],[428,1],[434,1],[440,1],[446,1],[452,1],[453,1],[459,1],[465,1],[466,1],[472,1],[478,1],[479,1],[485,1],[491,1],[492,1],[396,1],[238,1],[390,1],[383,1],[323,1],[325,1],[327,1],[328,1],[330,1],[332,1],[333,1],[339,1],[340,1],[341,1],[342,1],[343,1],[344,1],[350,1],[356,1],[357,1],[363,1],[369,1],[375,1],[376,1],[377,1],[384,1],[498,1],[232,1],[230,1],[75,1],[76,1],[82,1],[83,1],[84,1],[86,1],[88,1],[90,1],[92,1],[74,1],[93,1],[96,1],[98,1],[100,1],[102,1],[103,1],[104,1],[105,1],[106,1],[107,1],[94,1],[68,1],[67,1],[66,1],[3,1],[9,1],[10,1],[16,1],[17,1],[23,1],[24,1],[30,1],[31,1],[37,1],[38,1],[39,1],[45,1],[46,1],[52,1],[53,1],[54,1],[60,1],[62,1],[64,1],[65,1],[113,1],[114,1],[120,1],[121,1],[189,1],[195,1],[196,1],[197,1],[203,1],[204,1],[205,1],[206,1],[207,1],[208,1],[214,1],[215,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[228,1],[229,1],[188,1],[231,1],[187,1],[180,1],[122,1],[128,1],[134,1],[135,1],[136,1],[142,1],[143,1],[144,1],[145,1],[151,1],[153,1],[155,1],[161,1],[162,1],[163,1],[169,1],[170,1],[171,1],[172,1],[178,1],[179,1],[181,1],[504,1]]","classes":"[[2,1],[38,1],[53,1],[106,1],[214,1],[332,1]]","name":"[[206,1007],[143,1007],[171,1007],[188,1006],[251,9],[264,7],[262,7],[260,5],[258,5],[187,5],[261,4],[181,4],[263,4],[197,3],[303,3],[172,3],[128,3],[106,3],[232,3],[114,3],[54,3],[284,3],[39,3],[42,3],[255,3],[273,3],[249,2],[118,2],[122,2],[126,2],[314,2],[132,2],[140,2],[215,2],[155,2],[159,2],[163,2],[167,2],[332,2],[266,2],[265,2],[185,2],[246,2],[208,2],[201,2],[212,2],[136,2],[107,2],[485,2],[459,2],[38,2],[45,2],[111,2],[84,2],[86,2],[88,2],[90,2],[94,2],[68,2],[98,2],[100,2],[96,2],[377,2],[366,1],[449,1],[456,1],[331,1],[380,1],[462,1],[469,1],[472,1],[482,1],[446,1],[488,1],[329,1],[326,1],[495,1],[324,1],[322,1],[317,1],[498,1],[475,1],[443,1],[333,1],[439,1],[369,1],[393,1],[373,1],[399,1],[387,1],[405,1],[361,1],[360,1],[409,1],[307,1],[412,1],[354,1],[347,1],[418,1],[421,1],[424,1],[381,1],[433,1],[344,1],[434,1],[336,1],[367,1],[2,1],[214,1],[302,1],[85,1],[79,1],[76,1],[72,1],[71,1],[63,1],[61,1],[58,1],[57,1],[53,1],[87,1],[49,1],[34,1],[31,1],[27,1],[24,1],[20,1],[17,1],[13,1],[10,1],[6,1],[3,1],[46,1],[306,1],[89,1],[95,1],[298,1],[295,1],[288,1],[287,1],[277,1],[276,1],[254,1],[236,1],[235,1],[219,1],[91,1],[501,1],[189,1],[176,1],[175,1],[154,1],[152,1],[148,1],[145,1],[101,1],[99,1],[97,1],[193,1],[505,1]]","description":"[[45,5],[232,3],[273,3],[251,3],[284,3],[172,3],[54,3],[303,3],[114,2],[106,2],[377,2],[332,2],[79,2],[76,2],[68,2],[314,2],[181,2],[128,2],[485,2],[38,2],[459,2],[215,2],[197,2],[276,1],[347,1],[344,1],[336,1],[277,1],[333,1],[287,1],[331,1],[324,1],[326,1],[322,1],[288,1],[317,1],[295,1],[354,1],[307,1],[306,1],[298,1],[329,1],[302,1],[369,1],[361,1],[498,1],[495,1],[488,1],[482,1],[475,1],[472,1],[469,1],[462,1],[456,1],[449,1],[446,1],[443,1],[439,1],[434,1],[360,1],[433,1],[421,1],[418,1],[412,1],[409,1],[405,1],[399,1],[393,1],[387,1],[381,1],[380,1],[373,1],[264,1],[367,1],[366,1],[424,1],[262,1],[2,1],[258,1],[99,1],[97,1],[95,1],[91,1],[89,1],[87,1],[85,1],[72,1],[71,1],[63,1],[61,1],[58,1],[57,1],[101,1],[53,1],[46,1],[42,1],[39,1],[34,1],[31,1],[27,1],[24,1],[20,1],[17,1],[13,1],[10,1],[6,1],[3,1],[49,1],[104,1],[107,1],[111,1],[255,1],[254,1],[236,1],[235,1],[501,1],[219,1],[214,1],[212,1],[208,1],[201,1],[193,1],[189,1],[185,1],[176,1],[175,1],[167,1],[163,1],[159,1],[155,1],[154,1],[152,1],[148,1],[145,1],[140,1],[136,1],[132,1],[126,1],[122,1],[118,1],[260,1],[505,1]]","bundleconfig":"[[3,1006],[4,1004],[5,1004],[6,1004],[7,1004],[8,1004],[9,1003],[2,1]]","filterconfig":"[[10,1006],[11,1004],[12,1004],[13,1004],[14,1004],[15,1004],[16,1003],[2,1]]","routeconfig":"[[17,1006],[18,1004],[19,1004],[20,1004],[21,1004],[22,1004],[23,1003],[2,1]]","swaggerconfig":"[[24,1006],[25,1004],[26,1004],[27,1004],[28,1004],[29,1004],[30,1003],[2,1]]","webapiapplication":"[[498,1006],[493,1004],[494,1004],[495,1004],[496,1004],[497,1004],[499,1004],[500,1004],[501,1004],[502,1004],[503,1004],[504,1003],[2,1]]","webapiconfig":"[[31,1006],[32,1004],[33,1004],[34,1004],[35,1004],[36,1004],[37,1003],[2,1]]","top":"[[284,3],[273,3],[251,3],[303,3],[232,3],[172,3],[54,3],[215,2],[314,2],[332,2],[197,2],[181,2],[377,2],[114,2],[106,2],[68,2],[128,2],[38,2],[485,2],[459,2],[443,1],[354,1],[347,1],[462,1],[344,1],[336,1],[333,1],[469,1],[472,1],[475,1],[307,1],[482,1],[306,1],[488,1],[298,1],[495,1],[295,1],[288,1],[498,1],[317,1],[360,1],[361,1],[366,1],[434,1],[433,1],[446,1],[424,1],[421,1],[418,1],[412,1],[449,1],[409,1],[439,1],[405,1],[399,1],[393,1],[387,1],[287,1],[381,1],[380,1],[373,1],[369,1],[367,1],[456,1],[2,1],[236,1],[276,1],[107,1],[79,1],[76,1],[72,1],[71,1],[58,1],[57,1],[53,1],[49,1],[46,1],[111,1],[42,1],[34,1],[31,1],[27,1],[24,1],[20,1],[17,1],[13,1],[10,1],[6,1],[3,1],[39,1],[118,1],[122,1],[126,1],[255,1],[254,1],[501,1],[235,1],[219,1],[214,1],[212,1],[208,1],[201,1],[193,1],[189,1],[185,1],[176,1],[175,1],[167,1],[163,1],[159,1],[155,1],[148,1],[145,1],[140,1],[136,1],[132,1],[277,1],[505,1]]","applies":"[[2,1],[273,1],[279,1],[280,1],[281,1],[282,1],[283,1],[284,1],[290,1],[291,1],[272,1],[292,1],[294,1],[295,1],[301,1],[303,1],[309,1],[310,1],[311,1],[312,1],[313,1],[293,1],[271,1],[270,1],[269,1],[239,1],[240,1],[241,1],[242,1],[243,1],[244,1],[245,1],[246,1],[247,1],[248,1],[249,1],[250,1],[251,1],[257,1],[259,1],[261,1],[263,1],[265,1],[266,1],[267,1],[268,1],[314,1],[238,1],[320,1],[323,1],[408,1],[409,1],[415,1],[421,1],[427,1],[428,1],[434,1],[440,1],[446,1],[402,1],[452,1],[459,1],[465,1],[466,1],[472,1],[478,1],[479,1],[485,1],[491,1],[492,1],[453,1],[396,1],[390,1],[384,1],[325,1],[327,1],[328,1],[330,1],[332,1],[333,1],[339,1],[340,1],[341,1],[342,1],[343,1],[344,1],[350,1],[356,1],[357,1],[363,1],[369,1],[375,1],[376,1],[377,1],[383,1],[321,1],[232,1],[231,1],[230,1],[75,1],[76,1],[82,1],[83,1],[84,1],[86,1],[88,1],[90,1],[92,1],[74,1],[93,1],[96,1],[98,1],[100,1],[102,1],[103,1],[104,1],[105,1],[106,1],[107,1],[94,1],[68,1],[67,1],[66,1],[3,1],[9,1],[10,1],[16,1],[17,1],[23,1],[24,1],[30,1],[31,1],[37,1],[38,1],[39,1],[45,1],[46,1],[52,1],[53,1],[54,1],[60,1],[62,1],[64,1],[65,1],[113,1],[114,1],[120,1],[121,1],[189,1],[195,1],[196,1],[197,1],[203,1],[204,1],[205,1],[206,1],[207,1],[208,1],[214,1],[215,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[228,1],[229,1],[188,1],[498,1],[187,1],[180,1],[122,1],[128,1],[134,1],[135,1],[136,1],[142,1],[143,1],[144,1],[145,1],[151,1],[153,1],[155,1],[161,1],[162,1],[163,1],[169,1],[170,1],[171,1],[172,1],[178,1],[179,1],[181,1],[504,1]]","net":"[[2,1],[273,1],[279,1],[280,1],[281,1],[282,1],[283,1],[284,1],[290,1],[291,1],[272,1],[292,1],[294,1],[295,1],[301,1],[303,1],[309,1],[310,1],[311,1],[312,1],[313,1],[293,1],[271,1],[270,1],[269,1],[239,1],[240,1],[241,1],[242,1],[243,1],[244,1],[245,1],[246,1],[247,1],[248,1],[249,1],[250,1],[251,1],[257,1],[259,1],[261,1],[263,1],[265,1],[266,1],[267,1],[268,1],[314,1],[238,1],[320,1],[323,1],[408,1],[409,1],[415,1],[421,1],[427,1],[428,1],[434,1],[440,1],[446,1],[402,1],[452,1],[459,1],[465,1],[466,1],[472,1],[478,1],[479,1],[485,1],[491,1],[492,1],[453,1],[396,1],[390,1],[384,1],[325,1],[327,1],[328,1],[330,1],[332,1],[333,1],[339,1],[340,1],[341,1],[342,1],[343,1],[344,1],[350,1],[356,1],[357,1],[363,1],[369,1],[375,1],[376,1],[377,1],[383,1],[321,1],[232,1],[231,1],[230,1],[75,1],[76,1],[82,1],[83,1],[84,1],[86,1],[88,1],[90,1],[92,1],[74,1],[93,1],[96,1],[98,1],[100,1],[102,1],[103,1],[104,1],[105,1],[106,1],[107,1],[94,1],[68,1],[67,1],[66,1],[3,1],[9,1],[10,1],[16,1],[17,1],[23,1],[24,1],[30,1],[31,1],[37,1],[38,1],[39,1],[45,1],[46,1],[52,1],[53,1],[54,1],[60,1],[62,1],[64,1],[65,1],[113,1],[114,1],[120,1],[121,1],[189,1],[195,1],[196,1],[197,1],[203,1],[204,1],[205,1],[206,1],[207,1],[208,1],[214,1],[215,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[228,1],[229,1],[188,1],[498,1],[187,1],[180,1],[122,1],[128,1],[134,1],[135,1],[136,1],[142,1],[143,1],[144,1],[145,1],[151,1],[153,1],[155,1],[161,1],[162,1],[163,1],[169,1],[170,1],[171,1],[172,1],[178,1],[179,1],[181,1],[504,1]]","frameworksupported":"[[2,1],[273,1],[279,1],[280,1],[281,1],[282,1],[283,1],[284,1],[290,1],[291,1],[272,1],[292,1],[294,1],[295,1],[301,1],[303,1],[309,1],[310,1],[311,1],[312,1],[313,1],[293,1],[271,1],[270,1],[269,1],[239,1],[240,1],[241,1],[242,1],[243,1],[244,1],[245,1],[246,1],[247,1],[248,1],[249,1],[250,1],[251,1],[257,1],[259,1],[261,1],[263,1],[265,1],[266,1],[267,1],[268,1],[314,1],[238,1],[320,1],[323,1],[408,1],[409,1],[415,1],[421,1],[427,1],[428,1],[434,1],[440,1],[446,1],[402,1],[452,1],[459,1],[465,1],[466,1],[472,1],[478,1],[479,1],[485,1],[491,1],[492,1],[453,1],[396,1],[390,1],[384,1],[325,1],[327,1],[328,1],[330,1],[332,1],[333,1],[339,1],[340,1],[341,1],[342,1],[343,1],[344,1],[350,1],[356,1],[357,1],[363,1],[369,1],[375,1],[376,1],[377,1],[383,1],[321,1],[232,1],[231,1],[230,1],[75,1],[76,1],[82,1],[83,1],[84,1],[86,1],[88,1],[90,1],[92,1],[74,1],[93,1],[96,1],[98,1],[100,1],[102,1],[103,1],[104,1],[105,1],[106,1],[107,1],[94,1],[68,1],[67,1],[66,1],[3,1],[9,1],[10,1],[16,1],[17,1],[23,1],[24,1],[30,1],[31,1],[37,1],[38,1],[39,1],[45,1],[46,1],[52,1],[53,1],[54,1],[60,1],[62,1],[64,1],[65,1],[113,1],[114,1],[120,1],[121,1],[189,1],[195,1],[196,1],[197,1],[203,1],[204,1],[205,1],[206,1],[207,1],[208,1],[214,1],[215,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[228,1],[229,1],[188,1],[498,1],[187,1],[180,1],[122,1],[128,1],[134,1],[135,1],[136,1],[142,1],[143,1],[144,1],[145,1],[151,1],[153,1],[155,1],[161,1],[162,1],[163,1],[169,1],[170,1],[171,1],[172,1],[178,1],[179,1],[181,1],[504,1]]","4":"[[2,10],[273,10],[279,10],[280,10],[281,10],[282,10],[283,10],[284,10],[290,10],[291,10],[272,10],[292,10],[294,10],[295,10],[301,10],[303,10],[309,10],[310,10],[311,10],[312,10],[313,10],[293,10],[271,10],[270,10],[269,10],[239,10],[240,10],[241,10],[242,10],[243,10],[244,10],[245,10],[246,10],[247,10],[248,10],[249,10],[250,10],[251,10],[257,10],[259,10],[261,10],[263,10],[265,10],[266,10],[267,10],[268,10],[314,10],[238,10],[320,10],[323,10],[408,10],[409,10],[415,10],[421,10],[427,10],[428,10],[434,10],[440,10],[446,10],[402,10],[452,10],[459,10],[465,10],[466,10],[472,10],[478,10],[479,10],[485,10],[491,10],[492,10],[453,10],[396,10],[390,10],[384,10],[325,10],[327,10],[328,10],[330,10],[332,10],[333,10],[339,10],[340,10],[341,10],[342,10],[343,10],[344,10],[350,10],[356,10],[357,10],[363,10],[369,10],[375,10],[376,10],[377,10],[383,10],[321,10],[232,10],[231,10],[230,10],[75,10],[76,10],[82,10],[83,10],[84,10],[86,10],[88,10],[90,10],[92,10],[74,10],[93,10],[96,10],[98,10],[100,10],[102,10],[103,10],[104,10],[105,10],[106,10],[107,10],[94,10],[68,10],[67,10],[66,10],[3,10],[9,10],[10,10],[16,10],[17,10],[23,10],[24,10],[30,10],[31,10],[37,10],[38,10],[39,10],[45,10],[46,10],[52,10],[53,10],[54,10],[60,10],[62,10],[64,10],[65,10],[113,10],[114,10],[120,10],[121,10],[189,10],[195,10],[196,10],[197,10],[203,10],[204,10],[205,10],[206,10],[207,10],[208,10],[214,10],[215,10],[221,10],[222,10],[223,10],[224,10],[225,10],[226,10],[227,10],[228,10],[229,10],[188,10],[498,10],[187,10],[180,10],[122,10],[128,10],[134,10],[135,10],[136,10],[142,10],[143,10],[144,10],[145,10],[151,10],[153,10],[155,10],[161,10],[162,10],[163,10],[169,10],[170,10],[171,10],[172,10],[178,10],[179,10],[181,10],[504,10]]","5":"[[2,3],[273,3],[279,3],[280,3],[281,3],[282,3],[283,3],[284,3],[290,3],[291,3],[272,3],[292,3],[294,3],[295,3],[301,3],[303,3],[309,3],[310,3],[311,3],[312,3],[313,3],[293,3],[271,3],[270,3],[269,3],[239,3],[240,3],[241,3],[242,3],[243,3],[244,3],[245,3],[246,3],[247,3],[248,3],[249,3],[250,3],[251,3],[257,3],[259,3],[261,3],[263,3],[265,3],[266,3],[267,3],[268,3],[314,3],[238,3],[320,3],[323,3],[408,3],[409,3],[415,3],[421,3],[427,3],[428,3],[434,3],[440,3],[446,3],[402,3],[452,3],[459,3],[465,3],[466,3],[472,3],[478,3],[479,3],[485,3],[491,3],[492,3],[453,3],[396,3],[390,3],[384,3],[325,3],[327,3],[328,3],[330,3],[332,3],[333,3],[339,3],[340,3],[341,3],[342,3],[343,3],[344,3],[350,3],[356,3],[357,3],[363,3],[369,3],[375,3],[376,3],[377,3],[383,3],[321,3],[232,3],[231,3],[230,3],[75,3],[76,3],[82,3],[83,3],[84,3],[86,3],[88,3],[90,3],[92,3],[74,3],[93,3],[96,3],[98,3],[100,3],[102,3],[103,3],[104,3],[105,3],[106,3],[107,3],[94,3],[68,3],[67,3],[66,3],[3,3],[9,3],[10,3],[16,3],[17,3],[23,3],[24,3],[30,3],[31,3],[37,3],[38,3],[39,3],[45,3],[46,3],[52,3],[53,3],[54,3],[60,3],[62,3],[64,3],[65,3],[113,3],[114,3],[120,3],[121,3],[189,3],[195,3],[196,3],[197,3],[203,3],[204,3],[205,3],[206,3],[207,3],[208,3],[214,3],[215,3],[221,3],[222,3],[223,3],[224,3],[225,3],[226,3],[227,3],[228,3],[229,3],[188,3],[498,3],[187,3],[180,3],[122,3],[128,3],[134,3],[135,3],[136,3],[142,3],[143,3],[144,3],[145,3],[151,3],[153,3],[155,3],[161,3],[162,3],[163,3],[169,3],[170,3],[171,3],[172,3],[178,3],[179,3],[181,3],[504,3]]","1":"[[2,3],[273,3],[279,3],[280,3],[281,3],[282,3],[283,3],[284,3],[290,3],[291,3],[272,3],[292,3],[294,3],[295,3],[301,3],[303,3],[309,3],[310,3],[311,3],[312,3],[313,3],[293,3],[271,3],[270,3],[269,3],[239,3],[240,3],[241,3],[242,3],[243,3],[244,3],[245,3],[246,3],[247,3],[248,3],[249,3],[250,3],[251,3],[257,3],[259,3],[261,3],[263,3],[265,3],[266,3],[267,3],[268,3],[314,3],[238,3],[320,3],[323,3],[408,3],[409,3],[415,3],[421,3],[427,3],[428,3],[434,3],[440,3],[446,3],[402,3],[452,3],[459,3],[465,3],[466,3],[472,3],[478,3],[479,3],[485,3],[491,3],[492,3],[453,3],[396,3],[390,3],[384,3],[325,3],[327,3],[328,3],[330,3],[332,3],[333,3],[339,3],[340,3],[341,3],[342,3],[343,3],[344,3],[350,3],[356,3],[357,3],[363,3],[369,3],[375,3],[376,3],[377,3],[383,3],[321,3],[498,3],[232,3],[230,3],[75,3],[76,3],[82,3],[83,3],[84,3],[86,3],[88,3],[90,3],[92,3],[93,3],[94,3],[96,3],[98,3],[100,3],[102,3],[103,3],[104,3],[105,3],[106,3],[107,3],[113,3],[74,3],[114,3],[68,3],[66,3],[3,3],[9,3],[10,3],[16,3],[17,3],[23,3],[24,3],[30,3],[31,3],[37,3],[38,3],[39,3],[45,3],[46,3],[52,3],[53,3],[54,3],[60,3],[62,3],[64,3],[65,3],[67,3],[231,3],[120,3],[122,3],[189,3],[195,3],[196,3],[197,3],[203,3],[204,3],[205,3],[206,3],[207,3],[208,3],[214,3],[215,3],[221,3],[222,3],[223,3],[224,3],[225,3],[226,3],[227,3],[228,3],[229,3],[188,3],[121,3],[187,3],[180,3],[128,3],[134,3],[135,3],[136,3],[142,3],[143,3],[144,3],[145,3],[151,3],[181,3],[153,3],[161,3],[162,3],[163,3],[169,3],[170,3],[171,3],[172,3],[178,3],[179,3],[155,3],[504,3],[302,1]]","2":"[[2,3],[273,3],[279,3],[280,3],[281,3],[282,3],[283,3],[284,3],[290,3],[291,3],[272,3],[292,3],[294,3],[295,3],[301,3],[303,3],[309,3],[310,3],[311,3],[312,3],[313,3],[293,3],[271,3],[270,3],[269,3],[239,3],[240,3],[241,3],[242,3],[243,3],[244,3],[245,3],[246,3],[247,3],[248,3],[249,3],[250,3],[251,3],[257,3],[259,3],[261,3],[263,3],[265,3],[266,3],[267,3],[268,3],[314,3],[238,3],[320,3],[323,3],[408,3],[409,3],[415,3],[421,3],[427,3],[428,3],[434,3],[440,3],[446,3],[402,3],[452,3],[459,3],[465,3],[466,3],[472,3],[478,3],[479,3],[485,3],[491,3],[492,3],[453,3],[396,3],[390,3],[384,3],[325,3],[327,3],[328,3],[330,3],[332,3],[333,3],[339,3],[340,3],[341,3],[342,3],[343,3],[344,3],[350,3],[356,3],[357,3],[363,3],[369,3],[375,3],[376,3],[377,3],[383,3],[321,3],[232,3],[231,3],[230,3],[75,3],[76,3],[82,3],[83,3],[84,3],[86,3],[88,3],[90,3],[92,3],[74,3],[93,3],[96,3],[98,3],[100,3],[102,3],[103,3],[104,3],[105,3],[106,3],[107,3],[94,3],[68,3],[67,3],[66,3],[3,3],[9,3],[10,3],[16,3],[17,3],[23,3],[24,3],[30,3],[31,3],[37,3],[38,3],[39,3],[45,3],[46,3],[52,3],[53,3],[54,3],[60,3],[62,3],[64,3],[65,3],[113,3],[114,3],[120,3],[121,3],[189,3],[195,3],[196,3],[197,3],[203,3],[204,3],[205,3],[206,3],[207,3],[208,3],[214,3],[215,3],[221,3],[222,3],[223,3],[224,3],[225,3],[226,3],[227,3],[228,3],[229,3],[188,3],[498,3],[187,3],[180,3],[122,3],[128,3],[134,3],[135,3],[136,3],[142,3],[143,3],[144,3],[145,3],[151,3],[153,3],[155,3],[161,3],[162,3],[163,3],[169,3],[170,3],[171,3],[172,3],[178,3],[179,3],[181,3],[504,3]]","6":"[[2,3],[273,3],[279,3],[280,3],[281,3],[282,3],[283,3],[284,3],[290,3],[291,3],[272,3],[292,3],[294,3],[295,3],[301,3],[303,3],[309,3],[310,3],[311,3],[312,3],[313,3],[293,3],[271,3],[270,3],[269,3],[239,3],[240,3],[241,3],[242,3],[243,3],[244,3],[245,3],[246,3],[247,3],[248,3],[249,3],[250,3],[251,3],[257,3],[259,3],[261,3],[263,3],[265,3],[266,3],[267,3],[268,3],[314,3],[238,3],[320,3],[323,3],[408,3],[409,3],[415,3],[421,3],[427,3],[428,3],[434,3],[440,3],[446,3],[402,3],[452,3],[459,3],[465,3],[466,3],[472,3],[478,3],[479,3],[485,3],[491,3],[492,3],[453,3],[396,3],[390,3],[384,3],[325,3],[327,3],[328,3],[330,3],[332,3],[333,3],[339,3],[340,3],[341,3],[342,3],[343,3],[344,3],[350,3],[356,3],[357,3],[363,3],[369,3],[375,3],[376,3],[377,3],[383,3],[321,3],[232,3],[231,3],[230,3],[75,3],[76,3],[82,3],[83,3],[84,3],[86,3],[88,3],[90,3],[92,3],[74,3],[93,3],[96,3],[98,3],[100,3],[102,3],[103,3],[104,3],[105,3],[106,3],[107,3],[94,3],[68,3],[67,3],[66,3],[3,3],[9,3],[10,3],[16,3],[17,3],[23,3],[24,3],[30,3],[31,3],[37,3],[38,3],[39,3],[45,3],[46,3],[52,3],[53,3],[54,3],[60,3],[62,3],[64,3],[65,3],[113,3],[114,3],[120,3],[121,3],[189,3],[195,3],[196,3],[197,3],[203,3],[204,3],[205,3],[206,3],[207,3],[208,3],[214,3],[215,3],[221,3],[222,3],[223,3],[224,3],[225,3],[226,3],[227,3],[228,3],[229,3],[188,3],[498,3],[187,3],[180,3],[122,3],[128,3],[134,3],[135,3],[136,3],[142,3],[143,3],[144,3],[145,3],[151,3],[153,3],[155,3],[161,3],[162,3],[163,3],[169,3],[170,3],[171,3],[172,3],[178,3],[179,3],[181,3],[504,3]]","7":"[[2,3],[273,3],[279,3],[280,3],[281,3],[282,3],[283,3],[284,3],[290,3],[291,3],[272,3],[292,3],[294,3],[295,3],[301,3],[303,3],[309,3],[310,3],[311,3],[312,3],[313,3],[293,3],[271,3],[270,3],[269,3],[239,3],[240,3],[241,3],[242,3],[243,3],[244,3],[245,3],[246,3],[247,3],[248,3],[249,3],[250,3],[251,3],[257,3],[259,3],[261,3],[263,3],[265,3],[266,3],[267,3],[268,3],[314,3],[238,3],[320,3],[323,3],[408,3],[409,3],[415,3],[421,3],[427,3],[428,3],[434,3],[440,3],[446,3],[402,3],[452,3],[459,3],[465,3],[466,3],[472,3],[478,3],[479,3],[485,3],[491,3],[492,3],[453,3],[396,3],[390,3],[384,3],[325,3],[327,3],[328,3],[330,3],[332,3],[333,3],[339,3],[340,3],[341,3],[342,3],[343,3],[344,3],[350,3],[356,3],[357,3],[363,3],[369,3],[375,3],[376,3],[377,3],[383,3],[321,3],[232,3],[231,3],[230,3],[75,3],[76,3],[82,3],[83,3],[84,3],[86,3],[88,3],[90,3],[92,3],[74,3],[93,3],[96,3],[98,3],[100,3],[102,3],[103,3],[104,3],[105,3],[106,3],[107,3],[94,3],[68,3],[67,3],[66,3],[3,3],[9,3],[10,3],[16,3],[17,3],[23,3],[24,3],[30,3],[31,3],[37,3],[38,3],[39,3],[45,3],[46,3],[52,3],[53,3],[54,3],[60,3],[62,3],[64,3],[65,3],[113,3],[114,3],[120,3],[121,3],[189,3],[195,3],[196,3],[197,3],[203,3],[204,3],[205,3],[206,3],[207,3],[208,3],[214,3],[215,3],[221,3],[222,3],[223,3],[224,3],[225,3],[226,3],[227,3],[228,3],[229,3],[188,3],[498,3],[187,3],[180,3],[122,3],[128,3],[134,3],[135,3],[136,3],[142,3],[143,3],[144,3],[145,3],[151,3],[153,3],[155,3],[161,3],[162,3],[163,3],[169,3],[170,3],[171,3],[172,3],[178,3],[179,3],[181,3],[504,3]]","8":"[[2,1],[273,1],[279,1],[280,1],[281,1],[282,1],[283,1],[284,1],[290,1],[291,1],[272,1],[292,1],[294,1],[295,1],[301,1],[303,1],[309,1],[310,1],[311,1],[312,1],[313,1],[293,1],[271,1],[270,1],[269,1],[239,1],[240,1],[241,1],[242,1],[243,1],[244,1],[245,1],[246,1],[247,1],[248,1],[249,1],[250,1],[251,1],[257,1],[259,1],[261,1],[263,1],[265,1],[266,1],[267,1],[268,1],[314,1],[238,1],[320,1],[323,1],[408,1],[409,1],[415,1],[421,1],[427,1],[428,1],[434,1],[440,1],[446,1],[402,1],[452,1],[459,1],[465,1],[466,1],[472,1],[478,1],[479,1],[485,1],[491,1],[492,1],[453,1],[396,1],[390,1],[384,1],[325,1],[327,1],[328,1],[330,1],[332,1],[333,1],[339,1],[340,1],[341,1],[342,1],[343,1],[344,1],[350,1],[356,1],[357,1],[363,1],[369,1],[375,1],[376,1],[377,1],[383,1],[321,1],[232,1],[231,1],[230,1],[75,1],[76,1],[82,1],[83,1],[84,1],[86,1],[88,1],[90,1],[92,1],[74,1],[93,1],[96,1],[98,1],[100,1],[102,1],[103,1],[104,1],[105,1],[106,1],[107,1],[94,1],[68,1],[67,1],[66,1],[3,1],[9,1],[10,1],[16,1],[17,1],[23,1],[24,1],[30,1],[31,1],[37,1],[38,1],[39,1],[45,1],[46,1],[52,1],[53,1],[54,1],[60,1],[62,1],[64,1],[65,1],[113,1],[114,1],[120,1],[121,1],[189,1],[195,1],[196,1],[197,1],[203,1],[204,1],[205,1],[206,1],[207,1],[208,1],[214,1],[215,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[228,1],[229,1],[188,1],[498,1],[187,1],[180,1],[122,1],[128,1],[134,1],[135,1],[136,1],[142,1],[143,1],[144,1],[145,1],[151,1],[153,1],[155,1],[161,1],[162,1],[163,1],[169,1],[170,1],[171,1],[172,1],[178,1],[179,1],[181,1],[504,1]]","this":"[[76,25],[79,21],[38,11],[52,9],[242,8],[249,8],[284,7],[303,7],[98,7],[100,7],[96,7],[273,7],[94,7],[93,6],[88,6],[92,6],[215,6],[83,6],[39,6],[84,6],[82,6],[45,6],[46,6],[295,6],[86,6],[103,6],[90,6],[181,6],[95,6],[231,6],[232,6],[105,6],[104,6],[251,6],[101,6],[99,6],[97,6],[102,6],[144,5],[143,5],[122,5],[142,5],[145,5],[428,5],[121,5],[427,5],[241,5],[283,5],[281,5],[240,5],[282,5],[239,5],[128,5],[136,5],[280,5],[279,5],[135,5],[363,5],[134,5],[272,5],[434,5],[440,5],[271,5],[155,5],[269,5],[179,5],[180,5],[208,5],[207,5],[206,5],[402,5],[504,5],[187,5],[188,5],[189,5],[178,5],[375,5],[396,5],[195,5],[196,5],[197,5],[248,5],[247,5],[246,5],[245,5],[244,5],[203,5],[250,5],[257,5],[390,5],[408,5],[151,5],[268,5],[153,5],[421,5],[120,5],[267,5],[266,5],[265,5],[263,5],[161,5],[162,5],[163,5],[415,5],[369,5],[261,5],[243,5],[333,5],[169,5],[170,5],[171,5],[172,5],[259,5],[409,5],[270,5],[384,5],[205,5],[383,5],[343,5],[485,5],[344,5],[30,5],[31,5],[229,5],[228,5],[314,5],[313,5],[479,5],[37,5],[478,5],[312,5],[311,5],[310,5],[309,5],[227,5],[342,5],[320,5],[24,5],[23,5],[3,5],[330,5],[230,5],[328,5],[9,5],[10,5],[498,5],[327,5],[472,5],[339,5],[340,5],[16,5],[17,5],[323,5],[492,5],[491,5],[341,5],[321,5],[325,5],[377,5],[226,5],[350,5],[225,5],[75,5],[294,5],[293,5],[453,5],[204,5],[107,5],[452,5],[292,5],[291,5],[290,5],[113,5],[114,5],[238,5],[446,5],[357,5],[356,5],[74,5],[376,5],[224,5],[223,5],[54,5],[60,5],[301,5],[62,5],[459,5],[222,5],[465,5],[466,5],[64,5],[65,5],[66,5],[67,5],[68,5],[221,5],[87,3],[85,3],[89,3],[91,3],[106,2],[42,2],[219,2],[2,1],[361,1],[373,1],[336,1],[337,1],[338,1],[345,1],[346,1],[347,1],[348,1],[349,1],[351,1],[352,1],[353,1],[354,1],[355,1],[358,1],[359,1],[360,1],[362,1],[364,1],[365,1],[366,1],[367,1],[368,1],[370,1],[371,1],[372,1],[374,1],[378,1],[411,1],[380,1],[471,1],[470,1],[469,1],[468,1],[467,1],[464,1],[463,1],[462,1],[461,1],[460,1],[458,1],[457,1],[456,1],[455,1],[454,1],[451,1],[450,1],[449,1],[448,1],[447,1],[445,1],[473,1],[444,1],[474,1],[476,1],[503,1],[502,1],[501,1],[500,1],[499,1],[497,1],[496,1],[495,1],[494,1],[493,1],[490,1],[489,1],[488,1],[487,1],[486,1],[484,1],[483,1],[482,1],[481,1],[480,1],[477,1],[475,1],[379,1],[443,1],[441,1],[406,1],[405,1],[404,1],[403,1],[401,1],[400,1],[399,1],[398,1],[397,1],[395,1],[394,1],[393,1],[392,1],[391,1],[389,1],[388,1],[387,1],[386,1],[385,1],[382,1],[381,1],[407,1],[442,1],[410,1],[413,1],[439,1],[438,1],[437,1],[436,1],[435,1],[433,1],[432,1],[431,1],[430,1],[429,1],[426,1],[425,1],[424,1],[423,1],[422,1],[420,1],[419,1],[418,1],[417,1],[416,1],[414,1],[412,1],[335,1],[253,1],[332,1],[118,1],[117,1],[116,1],[115,1],[112,1],[111,1],[110,1],[109,1],[108,1],[81,1],[80,1],[78,1],[77,1],[73,1],[72,1],[71,1],[70,1],[119,1],[69,1],[123,1],[125,1],[150,1],[149,1],[148,1],[147,1],[146,1],[141,1],[140,1],[139,1],[138,1],[137,1],[133,1],[132,1],[131,1],[130,1],[129,1],[127,1],[126,1],[124,1],[63,1],[61,1],[59,1],[26,1],[25,1],[22,1],[21,1],[20,1],[19,1],[18,1],[15,1],[14,1],[13,1],[12,1],[11,1],[8,1],[7,1],[6,1],[5,1],[4,1],[27,1],[28,1],[29,1],[32,1],[58,1],[57,1],[56,1],[55,1],[53,1],[51,1],[50,1],[49,1],[152,1],[48,1],[44,1],[43,1],[41,1],[40,1],[36,1],[35,1],[34,1],[33,1],[47,1],[154,1],[156,1],[157,1],[288,1],[287,1],[286,1],[285,1],[278,1],[277,1],[276,1],[275,1],[274,1],[264,1],[262,1],[260,1],[258,1],[256,1],[255,1],[254,1],[252,1],[289,1],[296,1],[297,1],[298,1],[331,1],[329,1],[326,1],[324,1],[322,1],[319,1],[318,1],[317,1],[237,1],[316,1],[308,1],[307,1],[306,1],[305,1],[304,1],[302,1],[300,1],[299,1],[315,1],[334,1],[236,1],[234,1],[185,1],[184,1],[183,1],[182,1],[177,1],[176,1],[175,1],[174,1],[173,1],[168,1],[167,1],[166,1],[165,1],[164,1],[160,1],[159,1],[158,1],[186,1],[190,1],[191,1],[192,1],[233,1],[220,1],[218,1],[217,1],[216,1],[214,1],[213,1],[212,1],[235,1],[211,1],[209,1],[202,1],[201,1],[200,1],[199,1],[198,1],[194,1],[193,1],[210,1],[505,1]]","article":"[[2,1],[345,1],[344,1],[343,1],[342,1],[341,1],[340,1],[339,1],[338,1],[337,1],[336,1],[335,1],[334,1],[333,1],[332,1],[331,1],[330,1],[329,1],[328,1],[327,1],[326,1],[325,1],[324,1],[323,1],[322,1],[321,1],[320,1],[319,1],[346,1],[347,1],[348,1],[349,1],[377,1],[376,1],[375,1],[374,1],[373,1],[372,1],[371,1],[370,1],[369,1],[368,1],[367,1],[366,1],[365,1],[318,1],[364,1],[362,1],[361,1],[360,1],[359,1],[358,1],[357,1],[356,1],[355,1],[354,1],[353,1],[352,1],[351,1],[350,1],[363,1],[378,1],[317,1],[315,1],[282,1],[281,1],[280,1],[279,1],[278,1],[277,1],[276,1],[275,1],[274,1],[273,1],[272,1],[271,1],[270,1],[269,1],[268,1],[267,1],[266,1],[265,1],[264,1],[263,1],[262,1],[261,1],[260,1],[259,1],[258,1],[257,1],[256,1],[283,1],[284,1],[285,1],[286,1],[314,1],[313,1],[312,1],[311,1],[310,1],[309,1],[308,1],[307,1],[306,1],[305,1],[304,1],[303,1],[302,1],[316,1],[301,1],[299,1],[298,1],[297,1],[296,1],[295,1],[294,1],[293,1],[292,1],[291,1],[290,1],[289,1],[288,1],[287,1],[300,1],[255,1],[379,1],[381,1],[471,1],[470,1],[469,1],[468,1],[467,1],[466,1],[465,1],[464,1],[463,1],[462,1],[461,1],[460,1],[459,1],[458,1],[457,1],[456,1],[455,1],[454,1],[453,1],[452,1],[451,1],[450,1],[449,1],[448,1],[447,1],[446,1],[445,1],[472,1],[473,1],[474,1],[475,1],[503,1],[502,1],[501,1],[500,1],[499,1],[498,1],[497,1],[496,1],[495,1],[494,1],[493,1],[492,1],[491,1],[444,1],[490,1],[488,1],[487,1],[486,1],[485,1],[484,1],[483,1],[482,1],[481,1],[480,1],[479,1],[478,1],[477,1],[476,1],[489,1],[380,1],[443,1],[441,1],[408,1],[407,1],[406,1],[405,1],[404,1],[403,1],[402,1],[401,1],[400,1],[399,1],[398,1],[397,1],[396,1],[395,1],[394,1],[393,1],[392,1],[391,1],[390,1],[389,1],[388,1],[387,1],[386,1],[385,1],[384,1],[383,1],[382,1],[409,1],[410,1],[411,1],[412,1],[440,1],[439,1],[438,1],[437,1],[436,1],[435,1],[434,1],[433,1],[432,1],[431,1],[430,1],[429,1],[428,1],[442,1],[427,1],[425,1],[424,1],[423,1],[422,1],[421,1],[420,1],[419,1],[418,1],[417,1],[416,1],[415,1],[414,1],[413,1],[426,1],[254,1],[253,1],[252,1],[92,1],[91,1],[90,1],[89,1],[88,1],[87,1],[86,1],[85,1],[84,1],[83,1],[82,1],[81,1],[80,1],[79,1],[78,1],[77,1],[76,1],[75,1],[74,1],[73,1],[72,1],[71,1],[70,1],[69,1],[68,1],[67,1],[66,1],[93,1],[94,1],[95,1],[96,1],[124,1],[123,1],[122,1],[121,1],[120,1],[119,1],[118,1],[117,1],[116,1],[115,1],[114,1],[113,1],[112,1],[65,1],[111,1],[109,1],[108,1],[107,1],[106,1],[105,1],[104,1],[103,1],[102,1],[101,1],[100,1],[99,1],[98,1],[97,1],[110,1],[125,1],[64,1],[62,1],[29,1],[28,1],[27,1],[26,1],[25,1],[24,1],[23,1],[22,1],[21,1],[20,1],[19,1],[18,1],[17,1],[16,1],[15,1],[14,1],[13,1],[12,1],[11,1],[10,1],[9,1],[8,1],[7,1],[6,1],[5,1],[4,1],[3,1],[30,1],[31,1],[32,1],[33,1],[61,1],[60,1],[59,1],[58,1],[57,1],[56,1],[55,1],[54,1],[53,1],[52,1],[51,1],[50,1],[49,1],[63,1],[48,1],[46,1],[45,1],[44,1],[43,1],[42,1],[41,1],[40,1],[39,1],[38,1],[37,1],[36,1],[35,1],[34,1],[47,1],[126,1],[127,1],[128,1],[219,1],[218,1],[217,1],[216,1],[215,1],[214,1],[213,1],[212,1],[211,1],[210,1],[209,1],[208,1],[207,1],[206,1],[205,1],[204,1],[203,1],[202,1],[201,1],[200,1],[199,1],[198,1],[197,1],[196,1],[195,1],[194,1],[193,1],[220,1],[221,1],[222,1],[223,1],[251,1],[250,1],[249,1],[248,1],[247,1],[246,1],[245,1],[244,1],[243,1],[242,1],[241,1],[240,1],[239,1],[192,1],[238,1],[236,1],[235,1],[234,1],[233,1],[232,1],[231,1],[230,1],[229,1],[228,1],[227,1],[226,1],[225,1],[224,1],[237,1],[191,1],[190,1],[189,1],[156,1],[155,1],[154,1],[153,1],[152,1],[151,1],[150,1],[149,1],[148,1],[147,1],[146,1],[145,1],[144,1],[157,1],[143,1],[141,1],[140,1],[139,1],[138,1],[137,1],[136,1],[135,1],[134,1],[133,1],[132,1],[131,1],[130,1],[129,1],[142,1],[504,1],[158,1],[160,1],[188,1],[187,1],[186,1],[185,1],[184,1],[183,1],[182,1],[181,1],[180,1],[179,1],[178,1],[177,1],[176,1],[159,1],[175,1],[173,1],[172,1],[171,1],[170,1],[169,1],[168,1],[167,1],[166,1],[165,1],[164,1],[163,1],[162,1],[161,1],[174,1],[505,1]]","definition":"[[2,1],[345,1],[344,1],[343,1],[342,1],[341,1],[340,1],[339,1],[338,1],[337,1],[336,1],[335,1],[334,1],[333,1],[332,1],[331,1],[330,1],[329,1],[328,1],[327,1],[326,1],[325,1],[324,1],[323,1],[322,1],[321,1],[320,1],[319,1],[346,1],[347,1],[348,1],[349,1],[377,1],[376,1],[375,1],[374,1],[373,1],[372,1],[371,1],[370,1],[369,1],[368,1],[367,1],[366,1],[365,1],[318,1],[364,1],[362,1],[361,1],[360,1],[359,1],[358,1],[357,1],[356,1],[355,1],[354,1],[353,1],[352,1],[351,1],[350,1],[363,1],[378,1],[317,1],[315,1],[282,1],[281,1],[280,1],[279,1],[278,1],[277,1],[276,1],[275,1],[274,1],[273,1],[272,1],[271,1],[270,1],[269,1],[268,1],[267,1],[266,1],[265,1],[264,1],[263,1],[262,1],[261,1],[260,1],[259,1],[258,1],[257,1],[256,1],[283,1],[284,1],[285,1],[286,1],[314,1],[313,1],[312,1],[311,1],[310,1],[309,1],[308,1],[307,1],[306,1],[305,1],[304,1],[303,1],[302,1],[316,1],[301,1],[299,1],[298,1],[297,1],[296,1],[295,1],[294,1],[293,1],[292,1],[291,1],[290,1],[289,1],[288,1],[287,1],[300,1],[255,1],[379,1],[381,1],[471,1],[470,1],[469,1],[468,1],[467,1],[466,1],[465,1],[464,1],[463,1],[462,1],[461,1],[460,1],[459,1],[458,1],[457,1],[456,1],[455,1],[454,1],[453,1],[452,1],[451,1],[450,1],[449,1],[448,1],[447,1],[446,1],[445,1],[472,1],[473,1],[474,1],[475,1],[503,1],[502,1],[501,1],[500,1],[499,1],[498,1],[497,1],[496,1],[495,1],[494,1],[493,1],[492,1],[491,1],[444,1],[490,1],[488,1],[487,1],[486,1],[485,1],[484,1],[483,1],[482,1],[481,1],[480,1],[479,1],[478,1],[477,1],[476,1],[489,1],[380,1],[443,1],[441,1],[408,1],[407,1],[406,1],[405,1],[404,1],[403,1],[402,1],[401,1],[400,1],[399,1],[398,1],[397,1],[396,1],[395,1],[394,1],[393,1],[392,1],[391,1],[390,1],[389,1],[388,1],[387,1],[386,1],[385,1],[384,1],[383,1],[382,1],[409,1],[410,1],[411,1],[412,1],[440,1],[439,1],[438,1],[437,1],[436,1],[435,1],[434,1],[433,1],[432,1],[431,1],[430,1],[429,1],[428,1],[442,1],[427,1],[425,1],[424,1],[423,1],[422,1],[421,1],[420,1],[419,1],[418,1],[417,1],[416,1],[415,1],[414,1],[413,1],[426,1],[254,1],[253,1],[252,1],[92,1],[91,1],[90,1],[89,1],[88,1],[87,1],[86,1],[85,1],[84,1],[83,1],[82,1],[81,1],[80,1],[79,1],[78,1],[77,1],[76,1],[75,1],[74,1],[73,1],[72,1],[71,1],[70,1],[69,1],[68,1],[67,1],[66,1],[93,1],[94,1],[95,1],[96,1],[124,1],[123,1],[122,1],[121,1],[120,1],[119,1],[118,1],[117,1],[116,1],[115,1],[114,1],[113,1],[112,1],[65,1],[111,1],[109,1],[108,1],[107,1],[106,1],[105,1],[104,1],[103,1],[102,1],[101,1],[100,1],[99,1],[98,1],[97,1],[110,1],[125,1],[64,1],[62,1],[29,1],[28,1],[27,1],[26,1],[25,1],[24,1],[23,1],[22,1],[21,1],[20,1],[19,1],[18,1],[17,1],[16,1],[15,1],[14,1],[13,1],[12,1],[11,1],[10,1],[9,1],[8,1],[7,1],[6,1],[5,1],[4,1],[3,1],[30,1],[31,1],[32,1],[33,1],[61,1],[60,1],[59,1],[58,1],[57,1],[56,1],[55,1],[54,1],[53,1],[52,1],[51,1],[50,1],[49,1],[63,1],[48,1],[46,1],[45,1],[44,1],[43,1],[42,1],[41,1],[40,1],[39,1],[38,1],[37,1],[36,1],[35,1],[34,1],[47,1],[126,1],[127,1],[128,1],[219,1],[218,1],[217,1],[216,1],[215,1],[214,1],[213,1],[212,1],[211,1],[210,1],[209,1],[208,1],[207,1],[206,1],[205,1],[204,1],[203,1],[202,1],[201,1],[200,1],[199,1],[198,1],[197,1],[196,1],[195,1],[194,1],[193,1],[220,1],[221,1],[222,1],[223,1],[251,1],[250,1],[249,1],[248,1],[247,1],[246,1],[245,1],[244,1],[243,1],[242,1],[241,1],[240,1],[239,1],[192,1],[238,1],[236,1],[235,1],[234,1],[233,1],[232,1],[231,1],[230,1],[229,1],[228,1],[227,1],[226,1],[225,1],[224,1],[237,1],[191,1],[190,1],[189,1],[156,1],[155,1],[154,1],[153,1],[152,1],[151,1],[150,1],[149,1],[148,1],[147,1],[146,1],[145,1],[144,1],[157,1],[143,1],[141,1],[140,1],[139,1],[138,1],[137,1],[136,1],[135,1],[134,1],[133,1],[132,1],[131,1],[130,1],[129,1],[142,1],[504,1],[158,1],[160,1],[188,1],[187,1],[186,1],[185,1],[184,1],[183,1],[182,1],[181,1],[180,1],[179,1],[178,1],[177,1],[176,1],[159,1],[175,1],[173,1],[172,1],[171,1],[170,1],[169,1],[168,1],[167,1],[166,1],[165,1],[164,1],[163,1],[162,1],[161,1],[174,1],[505,1]]","class":"[[181,1010],[273,1008],[232,1008],[295,1007],[46,1007],[303,1007],[215,1007],[284,1007],[314,1007],[208,1006],[446,1006],[3,1006],[76,1006],[459,1006],[54,1006],[68,1006],[434,1006],[197,1006],[333,1006],[189,1006],[409,1006],[344,1006],[107,1006],[114,1006],[172,1006],[122,1006],[163,1006],[128,1006],[377,1006],[155,1006],[136,1006],[472,1006],[39,1006],[369,1006],[24,1006],[31,1006],[251,1006],[485,1006],[498,1006],[17,1006],[10,1006],[38,6],[279,2],[238,2],[320,2],[221,2],[348,1],[347,1],[346,1],[345,1],[275,1],[349,1],[343,1],[350,1],[277,1],[342,1],[341,1],[340,1],[339,1],[338,1],[337,1],[278,1],[336,1],[276,1],[293,1],[351,1],[352,1],[367,1],[366,1],[268,1],[269,1],[365,1],[270,1],[364,1],[363,1],[362,1],[274,1],[361,1],[360,1],[359,1],[358,1],[357,1],[272,1],[356,1],[355,1],[354,1],[353,1],[271,1],[335,1],[329,1],[331,1],[309,1],[308,1],[307,1],[306,1],[286,1],[305,1],[287,1],[304,1],[288,1],[301,1],[300,1],[299,1],[298,1],[297,1],[289,1],[296,1],[290,1],[294,1],[291,1],[310,1],[311,1],[312,1],[285,1],[330,1],[292,1],[328,1],[327,1],[326,1],[280,1],[325,1],[324,1],[323,1],[334,1],[322,1],[281,1],[319,1],[318,1],[282,1],[317,1],[368,1],[315,1],[283,1],[313,1],[321,1],[316,1],[380,1],[371,1],[470,1],[469,1],[468,1],[467,1],[466,1],[465,1],[464,1],[463,1],[462,1],[461,1],[460,1],[471,1],[458,1],[456,1],[455,1],[454,1],[453,1],[452,1],[451,1],[450,1],[449,1],[448,1],[447,1],[445,1],[457,1],[473,1],[474,1],[475,1],[502,1],[501,1],[500,1],[499,1],[497,1],[496,1],[495,1],[494,1],[493,1],[492,1],[491,1],[490,1],[489,1],[488,1],[487,1],[486,1],[484,1],[483,1],[482,1],[481,1],[480,1],[479,1],[478,1],[477,1],[476,1],[444,1],[443,1],[442,1],[441,1],[397,1],[396,1],[395,1],[394,1],[393,1],[392,1],[391,1],[390,1],[389,1],[388,1],[387,1],[386,1],[385,1],[384,1],[383,1],[382,1],[381,1],[267,1],[379,1],[378,1],[376,1],[375,1],[374,1],[373,1],[372,1],[398,1],[370,1],[399,1],[401,1],[440,1],[439,1],[438,1],[437,1],[436,1],[435,1],[433,1],[432,1],[431,1],[430,1],[429,1],[421,1],[415,1],[414,1],[413,1],[412,1],[411,1],[410,1],[408,1],[407,1],[406,1],[405,1],[404,1],[403,1],[402,1],[400,1],[266,1],[252,1],[264,1],[94,1],[93,1],[92,1],[91,1],[90,1],[89,1],[88,1],[87,1],[86,1],[85,1],[84,1],[95,1],[83,1],[81,1],[80,1],[79,1],[78,1],[77,1],[75,1],[74,1],[73,1],[72,1],[71,1],[70,1],[82,1],[69,1],[96,1],[98,1],[126,1],[125,1],[124,1],[123,1],[121,1],[120,1],[119,1],[118,1],[117,1],[116,1],[115,1],[97,1],[113,1],[111,1],[110,1],[109,1],[108,1],[105,1],[104,1],[103,1],[102,1],[101,1],[100,1],[99,1],[112,1],[127,1],[67,1],[65,1],[30,1],[29,1],[28,1],[27,1],[26,1],[25,1],[23,1],[22,1],[21,1],[20,1],[19,1],[32,1],[18,1],[15,1],[14,1],[13,1],[12,1],[11,1],[9,1],[8,1],[7,1],[6,1],[5,1],[4,1],[16,1],[66,1],[33,1],[35,1],[64,1],[63,1],[62,1],[61,1],[60,1],[59,1],[58,1],[57,1],[56,1],[55,1],[52,1],[34,1],[51,1],[49,1],[48,1],[47,1],[45,1],[44,1],[43,1],[42,1],[41,1],[40,1],[37,1],[36,1],[50,1],[129,1],[130,1],[131,1],[233,1],[231,1],[230,1],[229,1],[228,1],[227,1],[226,1],[225,1],[224,1],[223,1],[222,1],[234,1],[220,1],[218,1],[217,1],[216,1],[213,1],[212,1],[211,1],[210,1],[209,1],[207,1],[206,1],[205,1],[219,1],[204,1],[235,1],[237,1],[263,1],[262,1],[261,1],[260,1],[259,1],[258,1],[257,1],[256,1],[255,1],[254,1],[253,1],[236,1],[503,1],[249,1],[248,1],[247,1],[246,1],[245,1],[244,1],[243,1],[242,1],[241,1],[240,1],[239,1],[250,1],[203,1],[202,1],[201,1],[167,1],[166,1],[165,1],[164,1],[162,1],[161,1],[160,1],[159,1],[158,1],[157,1],[156,1],[168,1],[145,1],[143,1],[142,1],[141,1],[140,1],[139,1],[138,1],[137,1],[135,1],[134,1],[133,1],[132,1],[144,1],[169,1],[170,1],[171,1],[200,1],[199,1],[198,1],[196,1],[195,1],[194,1],[193,1],[192,1],[191,1],[190,1],[188,1],[187,1],[186,1],[185,1],[184,1],[183,1],[182,1],[180,1],[179,1],[178,1],[177,1],[176,1],[175,1],[174,1],[173,1],[265,1],[504,1]]","vb":"[[3,4],[279,4],[280,4],[281,4],[282,4],[283,4],[284,4],[290,4],[291,4],[292,4],[293,4],[294,4],[295,4],[301,4],[303,4],[309,4],[310,4],[311,4],[312,4],[313,4],[273,4],[272,4],[271,4],[270,4],[241,4],[242,4],[243,4],[244,4],[245,4],[246,4],[247,4],[248,4],[249,4],[314,4],[250,4],[257,4],[259,4],[261,4],[263,4],[265,4],[266,4],[267,4],[268,4],[269,4],[251,4],[320,4],[321,4],[323,4],[408,4],[409,4],[415,4],[421,4],[427,4],[428,4],[434,4],[440,4],[446,4],[402,4],[452,4],[459,4],[465,4],[466,4],[472,4],[478,4],[479,4],[485,4],[491,4],[492,4],[453,4],[240,4],[396,4],[384,4],[325,4],[327,4],[328,4],[330,4],[333,4],[339,4],[340,4],[341,4],[342,4],[390,4],[343,4],[350,4],[356,4],[357,4],[363,4],[369,4],[375,4],[376,4],[377,4],[383,4],[344,4],[239,4],[238,4],[232,4],[82,4],[83,4],[84,4],[86,4],[88,4],[90,4],[92,4],[93,4],[94,4],[76,4],[96,4],[100,4],[102,4],[103,4],[104,4],[105,4],[107,4],[113,4],[114,4],[120,4],[98,4],[121,4],[75,4],[68,4],[9,4],[10,4],[16,4],[17,4],[23,4],[24,4],[30,4],[31,4],[37,4],[74,4],[39,4],[46,4],[52,4],[54,4],[60,4],[62,4],[64,4],[65,4],[66,4],[67,4],[45,4],[498,4],[122,4],[134,4],[196,4],[197,4],[203,4],[204,4],[205,4],[206,4],[207,4],[208,4],[215,4],[195,4],[221,4],[223,4],[224,4],[225,4],[226,4],[227,4],[228,4],[229,4],[230,4],[231,4],[222,4],[128,4],[189,4],[187,4],[135,4],[136,4],[142,4],[143,4],[144,4],[145,4],[151,4],[153,4],[155,4],[188,4],[161,4],[163,4],[169,4],[170,4],[171,4],[172,4],[178,4],[179,4],[180,4],[181,4],[162,4],[504,4]]","c":"[[3,8],[279,8],[280,8],[281,8],[282,8],[283,8],[284,8],[290,8],[291,8],[292,8],[293,8],[294,8],[295,8],[301,8],[303,8],[309,8],[310,8],[311,8],[312,8],[313,8],[273,8],[272,8],[271,8],[270,8],[241,8],[242,8],[243,8],[244,8],[245,8],[246,8],[247,8],[248,8],[249,8],[314,8],[250,8],[257,8],[259,8],[261,8],[263,8],[265,8],[266,8],[267,8],[268,8],[269,8],[251,8],[320,8],[321,8],[323,8],[408,8],[409,8],[415,8],[421,8],[427,8],[428,8],[434,8],[440,8],[446,8],[402,8],[452,8],[459,8],[465,8],[466,8],[472,8],[478,8],[479,8],[485,8],[491,8],[492,8],[453,8],[240,8],[396,8],[384,8],[325,8],[327,8],[328,8],[330,8],[333,8],[339,8],[340,8],[341,8],[342,8],[390,8],[343,8],[350,8],[356,8],[357,8],[363,8],[369,8],[375,8],[376,8],[377,8],[383,8],[344,8],[239,8],[238,8],[232,8],[82,8],[83,8],[84,8],[86,8],[88,8],[90,8],[92,8],[93,8],[94,8],[76,8],[96,8],[100,8],[102,8],[103,8],[104,8],[105,8],[107,8],[113,8],[114,8],[120,8],[98,8],[121,8],[75,8],[68,8],[9,8],[10,8],[16,8],[17,8],[23,8],[24,8],[30,8],[31,8],[37,8],[74,8],[39,8],[46,8],[52,8],[54,8],[60,8],[62,8],[64,8],[65,8],[66,8],[67,8],[45,8],[498,8],[122,8],[134,8],[196,8],[197,8],[203,8],[204,8],[205,8],[206,8],[207,8],[208,8],[215,8],[195,8],[221,8],[223,8],[224,8],[225,8],[226,8],[227,8],[228,8],[229,8],[230,8],[231,8],[222,8],[128,8],[189,8],[187,8],[135,8],[136,8],[142,8],[143,8],[144,8],[145,8],[151,8],[153,8],[155,8],[188,8],[161,8],[163,8],[169,8],[170,8],[171,8],[172,8],[178,8],[179,8],[180,8],[181,8],[162,8],[504,8]]","f":"[[3,4],[279,4],[280,4],[281,4],[282,4],[283,4],[284,4],[290,4],[291,4],[292,4],[293,4],[294,4],[295,4],[301,4],[303,4],[309,4],[310,4],[311,4],[312,4],[313,4],[273,4],[272,4],[271,4],[270,4],[241,4],[242,4],[243,4],[244,4],[245,4],[246,4],[247,4],[248,4],[249,4],[314,4],[250,4],[257,4],[259,4],[261,4],[263,4],[265,4],[266,4],[267,4],[268,4],[269,4],[251,4],[320,4],[321,4],[323,4],[408,4],[409,4],[415,4],[421,4],[427,4],[428,4],[434,4],[440,4],[446,4],[402,4],[452,4],[459,4],[465,4],[466,4],[472,4],[478,4],[479,4],[485,4],[491,4],[492,4],[453,4],[240,4],[396,4],[384,4],[325,4],[327,4],[328,4],[330,4],[333,4],[339,4],[340,4],[341,4],[342,4],[390,4],[343,4],[350,4],[356,4],[357,4],[363,4],[369,4],[375,4],[376,4],[377,4],[383,4],[344,4],[239,4],[238,4],[232,4],[82,4],[83,4],[84,4],[86,4],[88,4],[90,4],[92,4],[93,4],[94,4],[76,4],[96,4],[100,4],[102,4],[103,4],[104,4],[105,4],[107,4],[113,4],[114,4],[120,4],[98,4],[121,4],[75,4],[68,4],[9,4],[10,4],[16,4],[17,4],[23,4],[24,4],[30,4],[31,4],[37,4],[74,4],[39,4],[46,4],[52,4],[54,4],[60,4],[62,4],[64,4],[65,4],[66,4],[67,4],[45,4],[498,4],[122,4],[134,4],[196,4],[197,4],[203,4],[204,4],[205,4],[206,4],[207,4],[208,4],[215,4],[195,4],[221,4],[223,4],[224,4],[225,4],[226,4],[227,4],[228,4],[229,4],[230,4],[231,4],[222,4],[128,4],[189,4],[187,4],[135,4],[136,4],[142,4],[143,4],[144,4],[145,4],[151,4],[153,4],[155,4],[188,4],[161,4],[163,4],[169,4],[170,4],[171,4],[172,4],[178,4],[179,4],[180,4],[181,4],[162,4],[504,4]]","jscript":"[[83,5],[179,5],[270,5],[204,5],[268,5],[121,5],[263,5],[261,5],[223,5],[226,5],[228,5],[229,5],[230,5],[135,5],[246,5],[492,5],[245,5],[244,5],[243,5],[231,5],[241,5],[242,5],[240,5],[239,5],[249,5],[466,5],[295,4],[294,4],[301,4],[293,4],[283,4],[292,4],[303,4],[291,4],[290,4],[284,4],[282,4],[3,4],[280,4],[279,4],[273,4],[272,4],[271,4],[269,4],[309,4],[267,4],[266,4],[265,4],[259,4],[257,4],[251,4],[250,4],[281,4],[310,4],[314,4],[312,4],[390,4],[396,4],[402,4],[408,4],[409,4],[415,4],[421,4],[427,4],[428,4],[434,4],[440,4],[446,4],[452,4],[453,4],[459,4],[465,4],[472,4],[478,4],[479,4],[485,4],[491,4],[384,4],[311,4],[383,4],[376,4],[313,4],[320,4],[321,4],[323,4],[325,4],[327,4],[328,4],[330,4],[333,4],[339,4],[340,4],[341,4],[342,4],[343,4],[344,4],[350,4],[356,4],[357,4],[363,4],[369,4],[375,4],[377,4],[248,4],[238,4],[498,4],[75,4],[76,4],[82,4],[84,4],[86,4],[88,4],[90,4],[92,4],[93,4],[94,4],[96,4],[98,4],[100,4],[102,4],[103,4],[104,4],[105,4],[74,4],[68,4],[67,4],[66,4],[9,4],[10,4],[16,4],[17,4],[23,4],[24,4],[30,4],[31,4],[107,4],[37,4],[45,4],[46,4],[52,4],[54,4],[60,4],[62,4],[64,4],[65,4],[39,4],[247,4],[113,4],[120,4],[188,4],[189,4],[195,4],[196,4],[197,4],[203,4],[205,4],[206,4],[207,4],[208,4],[215,4],[221,4],[222,4],[224,4],[225,4],[227,4],[232,4],[187,4],[181,4],[180,4],[178,4],[122,4],[128,4],[134,4],[136,4],[142,4],[143,4],[144,4],[145,4],[114,4],[151,4],[155,4],[161,4],[162,4],[163,4],[169,4],[170,4],[171,4],[172,4],[153,4],[504,4]]","copy":"[[242,6],[3,4],[279,4],[280,4],[281,4],[282,4],[283,4],[284,4],[290,4],[291,4],[292,4],[293,4],[294,4],[295,4],[301,4],[303,4],[309,4],[310,4],[311,4],[312,4],[313,4],[273,4],[272,4],[271,4],[270,4],[241,4],[243,4],[244,4],[245,4],[246,4],[247,4],[248,4],[249,4],[250,4],[251,4],[257,4],[259,4],[261,4],[263,4],[265,4],[266,4],[267,4],[268,4],[269,4],[314,4],[320,4],[321,4],[323,4],[408,4],[409,4],[415,4],[421,4],[427,4],[428,4],[434,4],[440,4],[446,4],[402,4],[452,4],[459,4],[465,4],[466,4],[472,4],[478,4],[479,4],[485,4],[491,4],[492,4],[453,4],[240,4],[396,4],[384,4],[325,4],[327,4],[328,4],[330,4],[333,4],[339,4],[340,4],[341,4],[342,4],[390,4],[343,4],[350,4],[356,4],[357,4],[363,4],[369,4],[375,4],[376,4],[377,4],[383,4],[344,4],[239,4],[238,4],[232,4],[82,4],[83,4],[84,4],[86,4],[88,4],[90,4],[92,4],[93,4],[94,4],[76,4],[96,4],[100,4],[102,4],[103,4],[104,4],[105,4],[107,4],[113,4],[114,4],[120,4],[98,4],[121,4],[75,4],[68,4],[9,4],[10,4],[16,4],[17,4],[23,4],[24,4],[30,4],[31,4],[37,4],[74,4],[39,4],[46,4],[52,4],[54,4],[60,4],[62,4],[64,4],[65,4],[66,4],[67,4],[45,4],[498,4],[122,4],[134,4],[196,4],[197,4],[203,4],[204,4],[205,4],[206,4],[207,4],[208,4],[215,4],[195,4],[221,4],[223,4],[224,4],[225,4],[226,4],[227,4],[228,4],[229,4],[230,4],[231,4],[222,4],[128,4],[189,4],[187,4],[135,4],[136,4],[142,4],[143,4],[144,4],[145,4],[151,4],[153,4],[155,4],[188,4],[161,4],[163,4],[169,4],[170,4],[171,4],[172,4],[178,4],[179,4],[180,4],[181,4],[162,4],[504,4]]","public":"[[295,7],[301,7],[314,6],[107,5],[225,5],[114,5],[122,5],[128,5],[142,5],[143,5],[144,5],[155,5],[161,5],[162,5],[170,5],[171,5],[195,5],[196,5],[205,5],[206,5],[207,5],[208,5],[222,5],[224,5],[169,5],[498,5],[113,5],[409,5],[485,5],[472,5],[459,5],[446,5],[54,5],[384,5],[377,5],[376,5],[375,5],[344,5],[68,5],[333,5],[227,5],[294,4],[272,4],[271,4],[269,4],[267,4],[266,4],[313,4],[327,4],[265,4],[259,4],[257,4],[465,4],[320,4],[478,4],[479,4],[251,4],[248,4],[321,4],[232,4],[491,4],[273,4],[293,4],[279,4],[440,4],[330,4],[328,4],[292,4],[291,4],[369,4],[303,4],[290,4],[284,4],[283,4],[309,4],[310,4],[311,4],[282,4],[312,4],[325,4],[415,4],[281,4],[421,4],[434,4],[280,4],[323,4],[238,4],[3,4],[188,4],[187,4],[76,4],[181,4],[180,4],[178,4],[172,4],[163,4],[145,4],[136,4],[62,4],[134,4],[64,4],[120,4],[65,4],[66,4],[67,4],[74,4],[75,4],[189,4],[197,4],[60,4],[24,4],[23,4],[16,4],[30,4],[31,4],[37,4],[17,4],[39,4],[46,4],[215,4],[10,4],[9,4],[203,4],[221,4],[340,3],[341,3],[339,3],[342,3],[343,3],[350,3],[356,3],[402,3],[363,3],[466,3],[396,3],[453,3],[452,3],[45,3],[383,3],[52,3],[390,3],[408,3],[357,3],[82,3],[94,3],[84,3],[204,3],[250,3],[247,3],[246,3],[245,3],[244,3],[243,3],[241,3],[240,3],[239,3],[492,3],[223,3],[231,3],[230,3],[229,3],[261,3],[268,3],[263,3],[179,3],[86,3],[88,3],[90,3],[92,3],[93,3],[226,3],[96,3],[98,3],[270,3],[100,3],[298,3],[103,3],[104,3],[105,3],[121,3],[135,3],[102,3],[228,3],[242,2],[249,2],[83,2]]","language":"[[3,4],[279,4],[280,4],[281,4],[282,4],[283,4],[284,4],[290,4],[291,4],[292,4],[293,4],[294,4],[295,4],[301,4],[303,4],[309,4],[310,4],[311,4],[312,4],[313,4],[273,4],[272,4],[271,4],[270,4],[241,4],[242,4],[243,4],[244,4],[245,4],[246,4],[247,4],[248,4],[249,4],[314,4],[250,4],[257,4],[259,4],[261,4],[263,4],[265,4],[266,4],[267,4],[268,4],[269,4],[251,4],[320,4],[321,4],[323,4],[408,4],[409,4],[415,4],[421,4],[427,4],[428,4],[434,4],[440,4],[446,4],[402,4],[452,4],[459,4],[465,4],[466,4],[472,4],[478,4],[479,4],[485,4],[491,4],[492,4],[453,4],[240,4],[396,4],[384,4],[325,4],[327,4],[328,4],[330,4],[333,4],[339,4],[340,4],[341,4],[342,4],[390,4],[343,4],[350,4],[356,4],[357,4],[363,4],[369,4],[375,4],[376,4],[377,4],[383,4],[344,4],[239,4],[238,4],[232,4],[82,4],[83,4],[84,4],[86,4],[88,4],[90,4],[92,4],[93,4],[94,4],[76,4],[96,4],[100,4],[102,4],[103,4],[104,4],[105,4],[107,4],[113,4],[114,4],[120,4],[98,4],[121,4],[75,4],[68,4],[9,4],[10,4],[16,4],[17,4],[23,4],[24,4],[30,4],[31,4],[37,4],[74,4],[39,4],[46,4],[52,4],[54,4],[60,4],[62,4],[64,4],[65,4],[66,4],[67,4],[45,4],[498,4],[122,4],[134,4],[196,4],[197,4],[203,4],[204,4],[205,4],[206,4],[207,4],[208,4],[215,4],[195,4],[221,4],[223,4],[224,4],[225,4],[226,4],[227,4],[228,4],[229,4],[230,4],[231,4],[222,4],[128,4],[189,4],[187,4],[135,4],[136,4],[142,4],[143,4],[144,4],[145,4],[151,4],[153,4],[155,4],[188,4],[161,4],[163,4],[169,4],[170,4],[171,4],[172,4],[178,4],[179,4],[180,4],[181,4],[162,4],[504,4]]","is":"[[249,13],[250,12],[242,11],[232,10],[251,9],[105,9],[246,9],[247,9],[76,9],[245,9],[292,8],[284,8],[283,8],[282,8],[290,8],[291,8],[293,8],[309,8],[295,8],[301,8],[303,8],[281,8],[310,8],[311,8],[312,8],[313,8],[294,8],[280,8],[272,8],[273,8],[240,8],[241,8],[243,8],[244,8],[248,8],[257,8],[259,8],[261,8],[263,8],[265,8],[266,8],[267,8],[268,8],[269,8],[270,8],[271,8],[314,8],[279,8],[3,8],[321,8],[323,8],[408,8],[409,8],[415,8],[421,8],[427,8],[428,8],[434,8],[440,8],[446,8],[402,8],[452,8],[459,8],[465,8],[466,8],[472,8],[478,8],[479,8],[485,8],[491,8],[492,8],[453,8],[320,8],[396,8],[384,8],[325,8],[327,8],[328,8],[330,8],[333,8],[339,8],[340,8],[341,8],[342,8],[390,8],[343,8],[350,8],[356,8],[357,8],[363,8],[369,8],[375,8],[376,8],[377,8],[383,8],[344,8],[239,8],[504,8],[498,8],[83,8],[84,8],[86,8],[88,8],[90,8],[92,8],[93,8],[94,8],[96,8],[98,8],[100,8],[102,8],[103,8],[104,8],[107,8],[113,8],[114,8],[120,8],[121,8],[82,8],[75,8],[74,8],[68,8],[9,8],[10,8],[16,8],[17,8],[23,8],[24,8],[30,8],[31,8],[37,8],[122,8],[39,8],[46,8],[52,8],[54,8],[60,8],[62,8],[64,8],[65,8],[66,8],[67,8],[45,8],[238,8],[128,8],[135,8],[196,8],[197,8],[203,8],[204,8],[205,8],[206,8],[207,8],[208,8],[215,8],[195,8],[221,8],[223,8],[224,8],[225,8],[226,8],[227,8],[228,8],[229,8],[230,8],[231,8],[222,8],[134,8],[189,8],[161,8],[145,8],[142,8],[151,8],[153,8],[155,8],[136,8],[188,8],[162,8],[144,8],[163,8],[170,8],[171,8],[172,8],[178,8],[179,8],[180,8],[181,8],[187,8],[169,8],[143,8],[235,2],[38,2],[302,1],[79,1]]","not":"[[52,8],[249,5],[246,5],[135,5],[121,5],[179,5],[204,5],[270,5],[83,5],[263,5],[223,5],[261,5],[226,5],[228,5],[229,5],[268,5],[231,5],[230,5],[243,5],[242,5],[241,5],[244,5],[466,5],[239,5],[245,5],[492,5],[240,5],[301,4],[295,4],[294,4],[284,4],[293,4],[303,4],[292,4],[291,4],[290,4],[309,4],[283,4],[280,4],[281,4],[279,4],[273,4],[272,4],[271,4],[269,4],[310,4],[267,4],[266,4],[265,4],[250,4],[259,4],[251,4],[257,4],[282,4],[311,4],[320,4],[313,4],[396,4],[402,4],[408,4],[409,4],[415,4],[421,4],[427,4],[428,4],[434,4],[390,4],[440,4],[452,4],[453,4],[459,4],[465,4],[472,4],[478,4],[479,4],[485,4],[491,4],[446,4],[384,4],[383,4],[377,4],[314,4],[321,4],[323,4],[325,4],[327,4],[328,4],[330,4],[333,4],[339,4],[340,4],[341,4],[342,4],[343,4],[344,4],[350,4],[356,4],[357,4],[363,4],[369,4],[375,4],[376,4],[312,4],[3,4],[238,4],[247,4],[76,4],[82,4],[84,4],[86,4],[88,4],[90,4],[92,4],[93,4],[94,4],[96,4],[98,4],[100,4],[102,4],[103,4],[104,4],[105,4],[107,4],[75,4],[74,4],[68,4],[67,4],[9,4],[10,4],[16,4],[17,4],[23,4],[24,4],[30,4],[31,4],[113,4],[37,4],[45,4],[46,4],[54,4],[60,4],[62,4],[64,4],[65,4],[66,4],[39,4],[248,4],[114,4],[122,4],[189,4],[195,4],[196,4],[197,4],[203,4],[205,4],[206,4],[207,4],[208,4],[215,4],[221,4],[222,4],[224,4],[225,4],[227,4],[232,4],[498,4],[188,4],[187,4],[181,4],[180,4],[128,4],[134,4],[136,4],[142,4],[143,4],[144,4],[145,4],[151,4],[120,4],[153,4],[161,4],[162,4],[163,4],[169,4],[170,4],[171,4],[172,4],[178,4],[155,4],[504,4]]","supported":"[[232,6],[241,5],[242,5],[279,4],[280,4],[281,4],[282,4],[283,4],[284,4],[290,4],[291,4],[292,4],[294,4],[273,4],[295,4],[301,4],[303,4],[309,4],[310,4],[311,4],[312,4],[313,4],[293,4],[272,4],[271,4],[270,4],[240,4],[243,4],[244,4],[245,4],[246,4],[247,4],[248,4],[249,4],[250,4],[251,4],[257,4],[259,4],[261,4],[263,4],[265,4],[266,4],[267,4],[268,4],[269,4],[314,4],[3,4],[320,4],[323,4],[408,4],[409,4],[415,4],[421,4],[427,4],[428,4],[434,4],[440,4],[446,4],[402,4],[452,4],[459,4],[465,4],[466,4],[472,4],[478,4],[479,4],[485,4],[491,4],[492,4],[453,4],[321,4],[396,4],[384,4],[325,4],[327,4],[328,4],[330,4],[333,4],[339,4],[340,4],[341,4],[342,4],[390,4],[343,4],[350,4],[356,4],[357,4],[363,4],[369,4],[375,4],[376,4],[377,4],[383,4],[344,4],[239,4],[238,4],[122,4],[82,4],[83,4],[84,4],[86,4],[88,4],[90,4],[92,4],[93,4],[94,4],[76,4],[96,4],[100,4],[102,4],[103,4],[104,4],[105,4],[107,4],[113,4],[114,4],[120,4],[98,4],[121,4],[75,4],[68,4],[9,4],[10,4],[16,4],[17,4],[23,4],[24,4],[30,4],[31,4],[37,4],[74,4],[39,4],[46,4],[52,4],[54,4],[60,4],[62,4],[64,4],[65,4],[66,4],[67,4],[45,4],[498,4],[504,4],[134,4],[196,4],[197,4],[203,4],[204,4],[205,4],[206,4],[207,4],[208,4],[215,4],[195,4],[221,4],[223,4],[224,4],[225,4],[226,4],[227,4],[228,4],[229,4],[230,4],[231,4],[222,4],[128,4],[189,4],[187,4],[135,4],[136,4],[142,4],[143,4],[144,4],[145,4],[151,4],[153,4],[155,4],[188,4],[161,4],[163,4],[169,4],[170,4],[171,4],[172,4],[178,4],[179,4],[180,4],[181,4],[162,4],[236,2]]","or":"[[215,9],[295,8],[232,8],[301,8],[249,7],[245,6],[223,5],[219,5],[222,5],[93,5],[224,5],[46,5],[227,5],[246,5],[239,5],[225,5],[284,4],[290,4],[283,4],[282,4],[281,4],[291,4],[3,4],[293,4],[294,4],[298,4],[303,4],[309,4],[310,4],[292,4],[280,4],[268,4],[273,4],[247,4],[248,4],[250,4],[251,4],[257,4],[259,4],[261,4],[279,4],[263,4],[266,4],[267,4],[311,4],[269,4],[270,4],[271,4],[272,4],[265,4],[312,4],[314,4],[244,4],[402,4],[408,4],[409,4],[415,4],[421,4],[427,4],[428,4],[434,4],[440,4],[446,4],[452,4],[453,4],[459,4],[465,4],[466,4],[472,4],[478,4],[479,4],[485,4],[491,4],[492,4],[396,4],[390,4],[384,4],[383,4],[320,4],[321,4],[323,4],[325,4],[327,4],[328,4],[330,4],[333,4],[339,4],[340,4],[313,4],[341,4],[343,4],[344,4],[350,4],[356,4],[357,4],[363,4],[369,4],[375,4],[376,4],[377,4],[342,4],[243,4],[504,4],[241,4],[82,4],[83,4],[84,4],[86,4],[88,4],[90,4],[92,4],[94,4],[96,4],[98,4],[100,4],[102,4],[103,4],[104,4],[105,4],[107,4],[113,4],[114,4],[120,4],[76,4],[121,4],[75,4],[68,4],[9,4],[10,4],[16,4],[17,4],[23,4],[24,4],[30,4],[31,4],[37,4],[39,4],[45,4],[52,4],[54,4],[60,4],[62,4],[64,4],[65,4],[66,4],[67,4],[74,4],[242,4],[122,4],[134,4],[189,4],[195,4],[196,4],[197,4],[203,4],[204,4],[205,4],[206,4],[207,4],[208,4],[221,4],[226,4],[228,4],[229,4],[230,4],[231,4],[498,4],[238,4],[240,4],[128,4],[187,4],[188,4],[180,4],[135,4],[136,4],[142,4],[143,4],[144,4],[145,4],[151,4],[181,4],[155,4],[153,4],[162,4],[163,4],[169,4],[170,4],[171,4],[172,4],[178,4],[179,4],[161,4],[235,3],[38,2],[302,1],[236,1]]","no":"[[232,5],[247,5],[279,4],[280,4],[281,4],[282,4],[283,4],[284,4],[290,4],[291,4],[292,4],[293,4],[294,4],[295,4],[301,4],[303,4],[309,4],[310,4],[311,4],[312,4],[313,4],[273,4],[272,4],[271,4],[270,4],[240,4],[241,4],[242,4],[243,4],[244,4],[245,4],[246,4],[248,4],[249,4],[314,4],[250,4],[257,4],[259,4],[261,4],[263,4],[265,4],[266,4],[267,4],[268,4],[269,4],[251,4],[3,4],[320,4],[323,4],[408,4],[409,4],[415,4],[421,4],[427,4],[428,4],[434,4],[440,4],[446,4],[402,4],[452,4],[459,4],[465,4],[466,4],[472,4],[478,4],[479,4],[485,4],[491,4],[492,4],[453,4],[321,4],[396,4],[384,4],[325,4],[327,4],[328,4],[330,4],[333,4],[339,4],[340,4],[341,4],[342,4],[390,4],[343,4],[350,4],[356,4],[357,4],[363,4],[369,4],[375,4],[376,4],[377,4],[383,4],[344,4],[239,4],[238,4],[122,4],[82,4],[83,4],[84,4],[86,4],[88,4],[90,4],[92,4],[93,4],[94,4],[76,4],[96,4],[100,4],[102,4],[103,4],[104,4],[105,4],[107,4],[113,4],[114,4],[120,4],[98,4],[121,4],[75,4],[68,4],[9,4],[10,4],[16,4],[17,4],[23,4],[24,4],[30,4],[31,4],[37,4],[74,4],[39,4],[46,4],[52,4],[54,4],[60,4],[62,4],[64,4],[65,4],[66,4],[67,4],[45,4],[498,4],[504,4],[134,4],[196,4],[197,4],[203,4],[204,4],[205,4],[206,4],[207,4],[208,4],[215,4],[195,4],[221,4],[223,4],[224,4],[225,4],[226,4],[227,4],[228,4],[229,4],[230,4],[231,4],[222,4],[128,4],[189,4],[187,4],[135,4],[136,4],[142,4],[143,4],[144,4],[145,4],[151,4],[153,4],[155,4],[188,4],[161,4],[163,4],[169,4],[170,4],[171,4],[172,4],[178,4],[179,4],[180,4],[181,4],[162,4],[235,1]]","code":"[[3,4],[279,4],[280,4],[281,4],[282,4],[283,4],[284,4],[290,4],[291,4],[292,4],[293,4],[294,4],[295,4],[301,4],[303,4],[309,4],[310,4],[311,4],[312,4],[313,4],[273,4],[272,4],[271,4],[270,4],[241,4],[242,4],[243,4],[244,4],[245,4],[246,4],[247,4],[248,4],[249,4],[314,4],[250,4],[257,4],[259,4],[261,4],[263,4],[265,4],[266,4],[267,4],[268,4],[269,4],[251,4],[320,4],[321,4],[323,4],[408,4],[409,4],[415,4],[421,4],[427,4],[428,4],[434,4],[440,4],[446,4],[402,4],[452,4],[459,4],[465,4],[466,4],[472,4],[478,4],[479,4],[485,4],[491,4],[492,4],[453,4],[240,4],[396,4],[384,4],[325,4],[327,4],[328,4],[330,4],[333,4],[339,4],[340,4],[341,4],[342,4],[390,4],[343,4],[350,4],[356,4],[357,4],[363,4],[369,4],[375,4],[376,4],[377,4],[383,4],[344,4],[239,4],[238,4],[232,4],[82,4],[83,4],[84,4],[86,4],[88,4],[90,4],[92,4],[93,4],[94,4],[76,4],[96,4],[100,4],[102,4],[103,4],[104,4],[105,4],[107,4],[113,4],[114,4],[120,4],[98,4],[121,4],[75,4],[68,4],[9,4],[10,4],[16,4],[17,4],[23,4],[24,4],[30,4],[31,4],[37,4],[74,4],[39,4],[46,4],[52,4],[54,4],[60,4],[62,4],[64,4],[65,4],[66,4],[67,4],[45,4],[498,4],[122,4],[134,4],[196,4],[197,4],[203,4],[204,4],[205,4],[206,4],[207,4],[208,4],[215,4],[195,4],[221,4],[223,4],[224,4],[225,4],[226,4],[227,4],[228,4],[229,4],[230,4],[231,4],[222,4],[128,4],[189,4],[187,4],[135,4],[136,4],[142,4],[143,4],[144,4],[145,4],[151,4],[153,4],[155,4],[188,4],[161,4],[163,4],[169,4],[170,4],[171,4],[172,4],[178,4],[179,4],[180,4],[181,4],[162,4],[504,4]]","example":"[[46,5],[3,4],[279,4],[280,4],[281,4],[282,4],[283,4],[284,4],[290,4],[291,4],[273,4],[292,4],[294,4],[295,4],[301,4],[303,4],[309,4],[310,4],[311,4],[312,4],[313,4],[293,4],[272,4],[271,4],[270,4],[241,4],[242,4],[243,4],[244,4],[245,4],[246,4],[247,4],[248,4],[249,4],[314,4],[250,4],[257,4],[259,4],[261,4],[263,4],[265,4],[266,4],[267,4],[268,4],[269,4],[251,4],[320,4],[321,4],[323,4],[408,4],[409,4],[415,4],[421,4],[427,4],[428,4],[434,4],[440,4],[446,4],[402,4],[452,4],[459,4],[465,4],[466,4],[472,4],[478,4],[479,4],[485,4],[491,4],[492,4],[453,4],[240,4],[396,4],[384,4],[325,4],[327,4],[328,4],[330,4],[333,4],[339,4],[340,4],[341,4],[342,4],[390,4],[343,4],[350,4],[356,4],[357,4],[363,4],[369,4],[375,4],[376,4],[377,4],[383,4],[344,4],[239,4],[238,4],[232,4],[83,4],[84,4],[86,4],[88,4],[90,4],[92,4],[93,4],[94,4],[96,4],[98,4],[100,4],[102,4],[103,4],[104,4],[105,4],[107,4],[113,4],[114,4],[120,4],[82,4],[76,4],[75,4],[74,4],[9,4],[10,4],[16,4],[17,4],[23,4],[24,4],[30,4],[31,4],[37,4],[121,4],[39,4],[52,4],[54,4],[60,4],[62,4],[64,4],[65,4],[66,4],[67,4],[68,4],[45,4],[498,4],[122,4],[134,4],[196,4],[197,4],[203,4],[204,4],[205,4],[206,4],[207,4],[208,4],[215,4],[195,4],[221,4],[223,4],[224,4],[225,4],[226,4],[227,4],[228,4],[229,4],[230,4],[231,4],[222,4],[128,4],[189,4],[187,4],[135,4],[136,4],[142,4],[143,4],[144,4],[145,4],[151,4],[153,4],[155,4],[188,4],[161,4],[163,4],[169,4],[170,4],[171,4],[172,4],[178,4],[179,4],[180,4],[181,4],[162,4],[504,4],[38,1]]","available":"[[3,4],[279,4],[280,4],[281,4],[282,4],[283,4],[284,4],[290,4],[291,4],[292,4],[293,4],[294,4],[295,4],[301,4],[303,4],[309,4],[310,4],[311,4],[312,4],[313,4],[273,4],[272,4],[271,4],[270,4],[241,4],[242,4],[243,4],[244,4],[245,4],[246,4],[247,4],[248,4],[249,4],[314,4],[250,4],[257,4],[259,4],[261,4],[263,4],[265,4],[266,4],[267,4],[268,4],[269,4],[251,4],[320,4],[321,4],[323,4],[408,4],[409,4],[415,4],[421,4],[427,4],[428,4],[434,4],[440,4],[446,4],[402,4],[452,4],[459,4],[465,4],[466,4],[472,4],[478,4],[479,4],[485,4],[491,4],[492,4],[453,4],[240,4],[396,4],[384,4],[325,4],[327,4],[328,4],[330,4],[333,4],[339,4],[340,4],[341,4],[342,4],[390,4],[343,4],[350,4],[356,4],[357,4],[363,4],[369,4],[375,4],[376,4],[377,4],[383,4],[344,4],[239,4],[238,4],[232,4],[82,4],[83,4],[84,4],[86,4],[88,4],[90,4],[92,4],[93,4],[94,4],[76,4],[96,4],[100,4],[102,4],[103,4],[104,4],[105,4],[107,4],[113,4],[114,4],[120,4],[98,4],[121,4],[75,4],[68,4],[9,4],[10,4],[16,4],[17,4],[23,4],[24,4],[30,4],[31,4],[37,4],[74,4],[39,4],[46,4],[52,4],[54,4],[60,4],[62,4],[64,4],[65,4],[66,4],[67,4],[45,4],[498,4],[122,4],[134,4],[196,4],[197,4],[203,4],[204,4],[205,4],[206,4],[207,4],[208,4],[215,4],[195,4],[221,4],[223,4],[224,4],[225,4],[226,4],[227,4],[228,4],[229,4],[230,4],[231,4],[222,4],[128,4],[189,4],[187,4],[135,4],[136,4],[142,4],[143,4],[144,4],[145,4],[151,4],[153,4],[155,4],[188,4],[161,4],[163,4],[169,4],[170,4],[171,4],[172,4],[178,4],[179,4],[180,4],[181,4],[162,4],[504,4]]","ref":"[[3,1],[215,1],[232,1],[251,1],[273,1],[284,1],[295,1],[303,1],[314,1],[333,1],[344,1],[369,1],[377,1],[409,1],[434,1],[446,1],[459,1],[472,1],[208,1],[485,1],[197,1],[181,1],[10,1],[17,1],[24,1],[31,1],[39,1],[46,1],[54,1],[68,1],[76,1],[107,1],[114,1],[122,1],[128,1],[136,1],[155,1],[163,1],[172,1],[189,1],[498,1]]","methods":"[[501,1003],[148,1003],[175,1003],[424,1003],[418,1003],[412,1003],[405,1003],[235,1003],[399,1003],[393,1003],[449,1003],[387,1003],[366,1003],[360,1003],[347,1003],[254,1003],[336,1003],[317,1003],[276,1003],[306,1003],[287,1003],[380,1003],[456,1003],[443,1003],[298,1003],[57,1003],[49,1003],[475,1003],[42,1003],[482,1003],[34,1003],[469,1003],[79,1003],[27,1003],[488,1003],[462,1003],[20,1003],[13,1003],[495,1003],[6,1003],[71,1003],[372,1002],[353,1002],[125,1002],[192,1002],[166,1002],[184,1002],[139,1002],[158,1002],[200,1002],[110,1002],[211,1002],[117,1002],[218,1002],[131,1002],[431,1002],[437,1002],[314,1],[492,1],[333,1],[466,1],[485,1],[446,1],[421,1],[303,1],[377,1],[472,1],[459,1],[344,1],[409,1],[245,1],[284,1],[223,1],[204,1],[179,1],[172,1],[145,1],[135,1],[121,1],[83,1],[76,1],[68,1],[54,1],[46,1],[39,1],[31,1],[24,1],[17,1],[10,1],[226,1],[295,1],[228,1],[230,1],[273,1],[270,1],[268,1],[263,1],[261,1],[251,1],[249,1],[246,1],[498,1],[244,1],[243,1],[242,1],[241,1],[240,1],[239,1],[232,1],[231,1],[229,1],[3,1]]","registerbundles":"[[9,1006],[6,1],[3,1]]","bundlecollection":"[[9,5],[6,1],[3,1]]","see":"[[3,1],[346,1],[345,1],[344,1],[343,1],[342,1],[341,1],[340,1],[339,1],[338,1],[337,1],[336,1],[335,1],[334,1],[333,1],[331,1],[330,1],[329,1],[328,1],[327,1],[326,1],[325,1],[324,1],[323,1],[322,1],[321,1],[320,1],[319,1],[347,1],[318,1],[348,1],[350,1],[377,1],[376,1],[375,1],[374,1],[373,1],[372,1],[371,1],[370,1],[369,1],[368,1],[367,1],[366,1],[365,1],[364,1],[363,1],[362,1],[361,1],[360,1],[359,1],[358,1],[357,1],[356,1],[355,1],[354,1],[353,1],[352,1],[351,1],[349,1],[378,1],[317,1],[315,1],[283,1],[282,1],[281,1],[280,1],[279,1],[278,1],[277,1],[276,1],[275,1],[274,1],[273,1],[272,1],[271,1],[270,1],[269,1],[268,1],[267,1],[266,1],[265,1],[264,1],[263,1],[262,1],[261,1],[260,1],[259,1],[258,1],[257,1],[284,1],[316,1],[285,1],[287,1],[314,1],[313,1],[312,1],[311,1],[310,1],[309,1],[308,1],[307,1],[306,1],[305,1],[304,1],[303,1],[302,1],[301,1],[300,1],[299,1],[298,1],[297,1],[296,1],[295,1],[294,1],[293,1],[292,1],[291,1],[290,1],[289,1],[288,1],[286,1],[379,1],[380,1],[381,1],[471,1],[470,1],[469,1],[468,1],[467,1],[466,1],[465,1],[464,1],[463,1],[462,1],[461,1],[460,1],[459,1],[458,1],[457,1],[456,1],[455,1],[454,1],[453,1],[452,1],[451,1],[450,1],[449,1],[448,1],[447,1],[446,1],[445,1],[472,1],[444,1],[473,1],[475,1],[502,1],[501,1],[500,1],[499,1],[498,1],[497,1],[496,1],[495,1],[494,1],[493,1],[492,1],[491,1],[490,1],[489,1],[488,1],[487,1],[486,1],[485,1],[484,1],[483,1],[482,1],[481,1],[480,1],[479,1],[478,1],[477,1],[476,1],[474,1],[443,1],[442,1],[441,1],[408,1],[407,1],[406,1],[405,1],[404,1],[403,1],[402,1],[401,1],[400,1],[399,1],[398,1],[397,1],[396,1],[395,1],[394,1],[393,1],[392,1],[391,1],[390,1],[389,1],[388,1],[387,1],[386,1],[385,1],[384,1],[383,1],[382,1],[409,1],[410,1],[411,1],[412,1],[440,1],[439,1],[438,1],[437,1],[436,1],[435,1],[434,1],[433,1],[432,1],[431,1],[430,1],[429,1],[428,1],[256,1],[427,1],[425,1],[424,1],[423,1],[422,1],[421,1],[420,1],[419,1],[418,1],[417,1],[416,1],[415,1],[414,1],[413,1],[426,1],[503,1],[255,1],[253,1],[94,1],[93,1],[92,1],[91,1],[90,1],[89,1],[88,1],[87,1],[86,1],[85,1],[84,1],[83,1],[82,1],[81,1],[80,1],[79,1],[78,1],[77,1],[76,1],[75,1],[74,1],[73,1],[72,1],[71,1],[70,1],[69,1],[68,1],[95,1],[67,1],[96,1],[98,1],[126,1],[125,1],[124,1],[123,1],[122,1],[121,1],[120,1],[119,1],[118,1],[117,1],[116,1],[115,1],[114,1],[113,1],[112,1],[111,1],[110,1],[109,1],[108,1],[107,1],[105,1],[104,1],[103,1],[102,1],[101,1],[100,1],[99,1],[97,1],[127,1],[66,1],[64,1],[30,1],[29,1],[28,1],[27,1],[26,1],[25,1],[24,1],[23,1],[22,1],[21,1],[20,1],[19,1],[18,1],[17,1],[16,1],[15,1],[14,1],[13,1],[12,1],[11,1],[10,1],[9,1],[8,1],[7,1],[6,1],[5,1],[4,1],[31,1],[65,1],[32,1],[34,1],[63,1],[62,1],[61,1],[60,1],[59,1],[58,1],[57,1],[56,1],[55,1],[54,1],[52,1],[51,1],[50,1],[49,1],[48,1],[47,1],[46,1],[45,1],[44,1],[43,1],[42,1],[41,1],[40,1],[39,1],[37,1],[36,1],[35,1],[33,1],[128,1],[129,1],[130,1],[221,1],[220,1],[219,1],[218,1],[217,1],[216,1],[215,1],[213,1],[212,1],[211,1],[210,1],[209,1],[208,1],[207,1],[206,1],[205,1],[204,1],[203,1],[202,1],[201,1],[200,1],[199,1],[198,1],[197,1],[196,1],[195,1],[194,1],[222,1],[193,1],[223,1],[225,1],[252,1],[251,1],[250,1],[249,1],[248,1],[247,1],[246,1],[245,1],[244,1],[243,1],[242,1],[241,1],[240,1],[239,1],[238,1],[237,1],[236,1],[235,1],[234,1],[233,1],[232,1],[231,1],[230,1],[229,1],[228,1],[227,1],[226,1],[224,1],[192,1],[191,1],[190,1],[157,1],[156,1],[155,1],[154,1],[153,1],[152,1],[151,1],[150,1],[149,1],[148,1],[147,1],[146,1],[145,1],[144,1],[143,1],[142,1],[141,1],[140,1],[139,1],[138,1],[137,1],[136,1],[135,1],[134,1],[133,1],[132,1],[131,1],[158,1],[159,1],[160,1],[161,1],[189,1],[188,1],[187,1],[186,1],[185,1],[184,1],[183,1],[182,1],[181,1],[180,1],[179,1],[178,1],[177,1],[254,1],[176,1],[174,1],[173,1],[172,1],[171,1],[170,1],[169,1],[168,1],[167,1],[166,1],[165,1],[164,1],[163,1],[162,1],[175,1],[504,1]]","also":"[[3,1],[346,1],[345,1],[344,1],[343,1],[342,1],[341,1],[340,1],[339,1],[338,1],[337,1],[336,1],[335,1],[334,1],[333,1],[331,1],[330,1],[329,1],[328,1],[327,1],[326,1],[325,1],[324,1],[323,1],[322,1],[321,1],[320,1],[319,1],[347,1],[318,1],[348,1],[350,1],[377,1],[376,1],[375,1],[374,1],[373,1],[372,1],[371,1],[370,1],[369,1],[368,1],[367,1],[366,1],[365,1],[364,1],[363,1],[362,1],[361,1],[360,1],[359,1],[358,1],[357,1],[356,1],[355,1],[354,1],[353,1],[352,1],[351,1],[349,1],[378,1],[317,1],[315,1],[283,1],[282,1],[281,1],[280,1],[279,1],[278,1],[277,1],[276,1],[275,1],[274,1],[273,1],[272,1],[271,1],[270,1],[269,1],[268,1],[267,1],[266,1],[265,1],[264,1],[263,1],[262,1],[261,1],[260,1],[259,1],[258,1],[257,1],[284,1],[316,1],[285,1],[287,1],[314,1],[313,1],[312,1],[311,1],[310,1],[309,1],[308,1],[307,1],[306,1],[305,1],[304,1],[303,1],[302,1],[301,1],[300,1],[299,1],[298,1],[297,1],[296,1],[295,1],[294,1],[293,1],[292,1],[291,1],[290,1],[289,1],[288,1],[286,1],[379,1],[380,1],[381,1],[471,1],[470,1],[469,1],[468,1],[467,1],[466,1],[465,1],[464,1],[463,1],[462,1],[461,1],[460,1],[459,1],[458,1],[457,1],[456,1],[455,1],[454,1],[453,1],[452,1],[451,1],[450,1],[449,1],[448,1],[447,1],[446,1],[445,1],[472,1],[444,1],[473,1],[475,1],[502,1],[501,1],[500,1],[499,1],[498,1],[497,1],[496,1],[495,1],[494,1],[493,1],[492,1],[491,1],[490,1],[489,1],[488,1],[487,1],[486,1],[485,1],[484,1],[483,1],[482,1],[481,1],[480,1],[479,1],[478,1],[477,1],[476,1],[474,1],[443,1],[442,1],[441,1],[408,1],[407,1],[406,1],[405,1],[404,1],[403,1],[402,1],[401,1],[400,1],[399,1],[398,1],[397,1],[396,1],[395,1],[394,1],[393,1],[392,1],[391,1],[390,1],[389,1],[388,1],[387,1],[386,1],[385,1],[384,1],[383,1],[382,1],[409,1],[410,1],[411,1],[412,1],[440,1],[439,1],[438,1],[437,1],[436,1],[435,1],[434,1],[433,1],[432,1],[431,1],[430,1],[429,1],[428,1],[256,1],[427,1],[425,1],[424,1],[423,1],[422,1],[421,1],[420,1],[419,1],[418,1],[417,1],[416,1],[415,1],[414,1],[413,1],[426,1],[503,1],[255,1],[253,1],[94,1],[93,1],[92,1],[91,1],[90,1],[89,1],[88,1],[87,1],[86,1],[85,1],[84,1],[83,1],[82,1],[81,1],[80,1],[79,1],[78,1],[77,1],[76,1],[75,1],[74,1],[73,1],[72,1],[71,1],[70,1],[69,1],[68,1],[95,1],[67,1],[96,1],[98,1],[126,1],[125,1],[124,1],[123,1],[122,1],[121,1],[120,1],[119,1],[118,1],[117,1],[116,1],[115,1],[114,1],[113,1],[112,1],[111,1],[110,1],[109,1],[108,1],[107,1],[105,1],[104,1],[103,1],[102,1],[101,1],[100,1],[99,1],[97,1],[127,1],[66,1],[64,1],[30,1],[29,1],[28,1],[27,1],[26,1],[25,1],[24,1],[23,1],[22,1],[21,1],[20,1],[19,1],[18,1],[17,1],[16,1],[15,1],[14,1],[13,1],[12,1],[11,1],[10,1],[9,1],[8,1],[7,1],[6,1],[5,1],[4,1],[31,1],[65,1],[32,1],[34,1],[63,1],[62,1],[61,1],[60,1],[59,1],[58,1],[57,1],[56,1],[55,1],[54,1],[52,1],[51,1],[50,1],[49,1],[48,1],[47,1],[46,1],[45,1],[44,1],[43,1],[42,1],[41,1],[40,1],[39,1],[37,1],[36,1],[35,1],[33,1],[128,1],[129,1],[130,1],[221,1],[220,1],[219,1],[218,1],[217,1],[216,1],[215,1],[213,1],[212,1],[211,1],[210,1],[209,1],[208,1],[207,1],[206,1],[205,1],[204,1],[203,1],[202,1],[201,1],[200,1],[199,1],[198,1],[197,1],[196,1],[195,1],[194,1],[222,1],[193,1],[223,1],[225,1],[252,1],[251,1],[250,1],[249,1],[248,1],[247,1],[246,1],[245,1],[244,1],[243,1],[242,1],[241,1],[240,1],[239,1],[238,1],[237,1],[236,1],[235,1],[234,1],[233,1],[232,1],[231,1],[230,1],[229,1],[228,1],[227,1],[226,1],[224,1],[192,1],[191,1],[190,1],[157,1],[156,1],[155,1],[154,1],[153,1],[152,1],[151,1],[150,1],[149,1],[148,1],[147,1],[146,1],[145,1],[144,1],[143,1],[142,1],[141,1],[140,1],[139,1],[138,1],[137,1],[136,1],[135,1],[134,1],[133,1],[132,1],[131,1],[158,1],[159,1],[160,1],[161,1],[189,1],[188,1],[187,1],[186,1],[185,1],[184,1],[183,1],[182,1],[181,1],[180,1],[179,1],[178,1],[177,1],[254,1],[176,1],[174,1],[173,1],[172,1],[171,1],[170,1],[169,1],[168,1],[167,1],[166,1],[165,1],[164,1],[163,1],[162,1],[175,1],[504,1]]","attached":"[[4,1002],[315,1002],[334,1002],[345,1002],[351,1002],[358,1002],[364,1002],[370,1002],[378,1002],[385,1002],[391,1002],[397,1002],[403,1002],[410,1002],[416,1002],[422,1002],[429,1002],[435,1002],[441,1002],[447,1002],[454,1002],[460,1002],[467,1002],[473,1002],[480,1002],[486,1002],[304,1002],[493,1002],[296,1002],[274,1002],[11,1002],[18,1002],[25,1002],[32,1002],[40,1002],[47,1002],[55,1002],[69,1002],[77,1002],[108,1002],[115,1002],[123,1002],[129,1002],[137,1002],[146,1002],[156,1002],[164,1002],[173,1002],[182,1002],[190,1002],[198,1002],[209,1002],[216,1002],[233,1002],[252,1002],[285,1002],[499,1002]]","properties":"[[121,1005],[118,1004],[255,1003],[126,1003],[132,1003],[159,1003],[167,1003],[381,1003],[176,1003],[373,1003],[185,1003],[367,1003],[361,1003],[201,1003],[354,1003],[212,1003],[219,1003],[236,1003],[307,1003],[277,1003],[193,1003],[111,1003],[140,1003],[288,1003],[72,1003],[58,1003],[370,1002],[467,1002],[470,1002],[364,1002],[473,1002],[476,1002],[358,1002],[480,1002],[483,1002],[351,1002],[348,1002],[486,1002],[345,1002],[337,1002],[489,1002],[334,1002],[318,1002],[315,1002],[493,1002],[304,1002],[496,1002],[299,1002],[463,1002],[460,1002],[378,1002],[457,1002],[438,1002],[429,1002],[425,1002],[441,1002],[422,1002],[419,1002],[444,1002],[416,1002],[413,1002],[447,1002],[435,1002],[410,1002],[296,1002],[403,1002],[400,1002],[397,1002],[394,1002],[391,1002],[388,1002],[450,1002],[385,1002],[454,1002],[406,1002],[432,1002],[4,1002],[285,1002],[149,1002],[137,1002],[129,1002],[123,1002],[115,1002],[108,1002],[80,1002],[77,1002],[69,1002],[55,1002],[50,1002],[47,1002],[43,1002],[40,1002],[35,1002],[32,1002],[28,1002],[25,1002],[21,1002],[18,1002],[14,1002],[11,1002],[7,1002],[156,1002],[164,1002],[146,1002],[502,1002],[216,1002],[198,1002],[233,1002],[190,1002],[252,1002],[182,1002],[499,1002],[173,1002],[274,1002],[209,1002],[114,2],[273,1],[215,1],[303,1],[251,1],[301,1],[284,1],[232,1],[298,1],[208,1],[68,1],[172,1],[197,1],[107,1],[369,1],[122,1],[189,1],[128,1],[136,1],[377,1],[295,1],[181,1],[155,1],[54,1],[163,1]]","the":"[[79,39],[76,36],[215,21],[219,21],[232,21],[235,14],[38,13],[246,10],[236,10],[255,10],[90,9],[91,9],[99,9],[249,9],[95,9],[250,9],[251,9],[101,9],[89,9],[97,9],[88,8],[96,8],[86,8],[100,8],[84,7],[94,7],[98,7],[105,6],[85,6],[93,6],[87,6],[247,5],[298,5],[92,5],[263,5],[245,5],[266,4],[261,4],[301,4],[83,4],[248,4],[265,4],[46,4],[42,4],[451,3],[352,3],[351,3],[349,3],[348,3],[347,3],[353,3],[346,3],[482,3],[338,3],[337,3],[336,3],[483,3],[335,3],[334,3],[345,3],[319,3],[354,3],[358,3],[379,3],[378,3],[374,3],[373,3],[372,3],[371,3],[370,3],[355,3],[368,3],[366,3],[365,3],[364,3],[362,3],[361,3],[360,3],[359,3],[367,3],[318,3],[317,3],[316,3],[490,3],[493,3],[285,3],[494,3],[495,3],[496,3],[497,3],[278,3],[277,3],[276,3],[499,3],[275,3],[274,3],[500,3],[501,3],[286,3],[380,3],[287,3],[289,3],[315,3],[308,3],[307,3],[306,3],[305,3],[304,3],[484,3],[486,3],[300,3],[487,3],[488,3],[299,3],[489,3],[297,3],[296,3],[288,3],[381,3],[385,3],[454,3],[462,3],[463,3],[464,3],[467,3],[468,3],[469,3],[470,3],[471,3],[473,3],[474,3],[475,3],[476,3],[477,3],[435,3],[433,3],[461,3],[432,3],[460,3],[457,3],[450,3],[449,3],[448,3],[447,3],[445,3],[444,3],[443,3],[442,3],[455,3],[441,3],[439,3],[456,3],[438,3],[437,3],[436,3],[458,3],[480,3],[431,3],[430,3],[403,3],[401,3],[400,3],[399,3],[398,3],[397,3],[395,3],[394,3],[393,3],[392,3],[391,3],[389,3],[388,3],[387,3],[386,3],[404,3],[405,3],[406,3],[407,3],[429,3],[426,3],[425,3],[424,3],[423,3],[422,3],[420,3],[382,3],[419,3],[417,3],[416,3],[414,3],[413,3],[412,3],[481,3],[410,3],[418,3],[411,3],[4,3],[146,3],[112,3],[111,3],[110,3],[109,3],[108,3],[104,3],[103,3],[115,3],[102,3],[81,3],[80,3],[78,3],[77,3],[73,3],[72,3],[71,3],[82,3],[70,3],[116,3],[118,3],[141,3],[140,3],[139,3],[138,3],[137,3],[133,3],[132,3],[117,3],[131,3],[129,3],[127,3],[126,3],[125,3],[124,3],[123,3],[119,3],[130,3],[69,3],[59,3],[58,3],[26,3],[25,3],[22,3],[21,3],[20,3],[19,3],[18,3],[27,3],[15,3],[13,3],[12,3],[11,3],[8,3],[7,3],[6,3],[5,3],[14,3],[28,3],[29,3],[32,3],[57,3],[56,3],[55,3],[51,3],[50,3],[49,3],[48,3],[47,3],[45,3],[44,3],[43,3],[41,3],[40,3],[36,3],[35,3],[34,3],[33,3],[147,3],[148,3],[503,3],[150,3],[200,3],[201,3],[202,3],[209,3],[210,3],[211,3],[212,3],[213,3],[216,3],[217,3],[149,3],[199,3],[220,3],[233,3],[234,3],[237,3],[242,3],[243,3],[244,3],[502,3],[252,3],[253,3],[254,3],[256,3],[223,3],[198,3],[218,3],[174,3],[194,3],[166,3],[165,3],[164,3],[160,3],[173,3],[159,3],[158,3],[157,3],[167,3],[175,3],[176,3],[168,3],[156,3],[193,3],[192,3],[191,3],[190,3],[177,3],[185,3],[186,3],[183,3],[182,3],[184,3],[279,2],[241,2],[295,2],[259,2],[273,2],[106,2],[229,2],[224,2],[181,2],[214,2],[320,2],[222,2],[54,2],[53,2],[225,2],[314,2],[267,2],[230,2],[227,2],[226,1],[240,1],[39,1],[239,1],[284,1],[238,1],[228,1],[221,1],[231,1],[257,1],[302,1],[270,1],[268,1],[303,1]]","following":"[[298,2],[387,1],[386,1],[385,1],[382,1],[381,1],[380,1],[388,1],[379,1],[374,1],[373,1],[372,1],[371,1],[370,1],[368,1],[378,1],[367,1],[389,1],[392,1],[410,1],[407,1],[406,1],[405,1],[404,1],[403,1],[391,1],[401,1],[399,1],[398,1],[397,1],[395,1],[394,1],[393,1],[400,1],[411,1],[366,1],[364,1],[335,1],[334,1],[319,1],[318,1],[317,1],[316,1],[336,1],[315,1],[307,1],[306,1],[305,1],[304,1],[301,1],[300,1],[308,1],[365,1],[337,1],[345,1],[362,1],[361,1],[360,1],[359,1],[358,1],[355,1],[338,1],[354,1],[352,1],[351,1],[349,1],[348,1],[347,1],[346,1],[353,1],[299,1],[412,1],[414,1],[477,1],[476,1],[475,1],[474,1],[473,1],[471,1],[480,1],[470,1],[468,1],[467,1],[464,1],[463,1],[462,1],[461,1],[469,1],[460,1],[481,1],[483,1],[501,1],[500,1],[499,1],[497,1],[496,1],[495,1],[482,1],[494,1],[490,1],[489,1],[488,1],[487,1],[486,1],[484,1],[493,1],[413,1],[458,1],[456,1],[432,1],[431,1],[430,1],[429,1],[426,1],[425,1],[433,1],[424,1],[422,1],[420,1],[419,1],[418,1],[417,1],[416,1],[423,1],[457,1],[435,1],[437,1],[455,1],[454,1],[451,1],[450,1],[449,1],[448,1],[436,1],[447,1],[444,1],[443,1],[442,1],[441,1],[439,1],[438,1],[445,1],[502,1],[4,1],[296,1],[108,1],[81,1],[80,1],[79,1],[78,1],[77,1],[109,1],[73,1],[71,1],[70,1],[69,1],[59,1],[58,1],[57,1],[72,1],[56,1],[110,1],[112,1],[132,1],[131,1],[130,1],[129,1],[127,1],[126,1],[111,1],[125,1],[123,1],[119,1],[118,1],[117,1],[116,1],[115,1],[124,1],[133,1],[55,1],[50,1],[22,1],[21,1],[20,1],[19,1],[18,1],[15,1],[25,1],[14,1],[12,1],[11,1],[8,1],[7,1],[6,1],[5,1],[13,1],[51,1],[26,1],[28,1],[49,1],[48,1],[47,1],[44,1],[43,1],[42,1],[27,1],[41,1],[36,1],[35,1],[34,1],[33,1],[32,1],[29,1],[40,1],[297,1],[137,1],[139,1],[235,1],[234,1],[233,1],[220,1],[219,1],[218,1],[236,1],[217,1],[213,1],[212,1],[211,1],[210,1],[209,1],[202,1],[216,1],[201,1],[237,1],[253,1],[295,1],[289,1],[288,1],[287,1],[286,1],[285,1],[252,1],[278,1],[276,1],[275,1],[274,1],[256,1],[255,1],[254,1],[277,1],[138,1],[200,1],[198,1],[165,1],[164,1],[160,1],[159,1],[158,1],[157,1],[166,1],[156,1],[149,1],[148,1],[147,1],[146,1],[141,1],[140,1],[150,1],[199,1],[167,1],[173,1],[194,1],[193,1],[192,1],[191,1],[190,1],[186,1],[168,1],[185,1],[183,1],[182,1],[177,1],[176,1],[175,1],[174,1],[184,1],[503,1]]","tables":"[[4,1],[370,1],[371,1],[372,1],[373,1],[374,1],[378,1],[379,1],[380,1],[381,1],[382,1],[385,1],[386,1],[387,1],[388,1],[389,1],[391,1],[392,1],[410,1],[407,1],[406,1],[405,1],[404,1],[403,1],[368,1],[401,1],[399,1],[398,1],[397,1],[395,1],[394,1],[393,1],[400,1],[367,1],[366,1],[365,1],[336,1],[335,1],[334,1],[319,1],[318,1],[317,1],[337,1],[316,1],[308,1],[307,1],[306,1],[305,1],[304,1],[300,1],[315,1],[411,1],[338,1],[346,1],[364,1],[362,1],[361,1],[360,1],[359,1],[358,1],[345,1],[355,1],[353,1],[352,1],[351,1],[349,1],[348,1],[347,1],[354,1],[412,1],[413,1],[414,1],[477,1],[476,1],[475,1],[474,1],[473,1],[471,1],[480,1],[470,1],[468,1],[467,1],[464,1],[463,1],[462,1],[461,1],[469,1],[460,1],[481,1],[483,1],[501,1],[500,1],[499,1],[497,1],[496,1],[495,1],[482,1],[494,1],[490,1],[489,1],[488,1],[487,1],[486,1],[484,1],[493,1],[299,1],[458,1],[456,1],[432,1],[431,1],[430,1],[429,1],[426,1],[425,1],[433,1],[424,1],[422,1],[420,1],[419,1],[418,1],[417,1],[416,1],[423,1],[457,1],[435,1],[437,1],[455,1],[454,1],[451,1],[450,1],[449,1],[448,1],[436,1],[447,1],[444,1],[443,1],[442,1],[441,1],[439,1],[438,1],[445,1],[502,1],[298,1],[296,1],[57,1],[58,1],[59,1],[69,1],[70,1],[71,1],[72,1],[73,1],[77,1],[78,1],[79,1],[80,1],[81,1],[108,1],[109,1],[110,1],[111,1],[131,1],[130,1],[129,1],[127,1],[126,1],[125,1],[56,1],[124,1],[119,1],[118,1],[117,1],[116,1],[115,1],[112,1],[123,1],[55,1],[51,1],[50,1],[22,1],[21,1],[20,1],[19,1],[18,1],[15,1],[25,1],[14,1],[12,1],[11,1],[8,1],[7,1],[6,1],[5,1],[13,1],[132,1],[26,1],[28,1],[49,1],[48,1],[47,1],[44,1],[43,1],[42,1],[27,1],[41,1],[36,1],[35,1],[34,1],[33,1],[32,1],[29,1],[40,1],[133,1],[137,1],[138,1],[234,1],[233,1],[220,1],[219,1],[218,1],[217,1],[235,1],[216,1],[212,1],[211,1],[210,1],[209,1],[202,1],[201,1],[213,1],[200,1],[236,1],[252,1],[289,1],[288,1],[287,1],[286,1],[285,1],[278,1],[237,1],[277,1],[275,1],[274,1],[256,1],[255,1],[254,1],[253,1],[276,1],[297,1],[199,1],[194,1],[164,1],[160,1],[159,1],[158,1],[157,1],[156,1],[165,1],[150,1],[148,1],[147,1],[146,1],[141,1],[140,1],[139,1],[149,1],[198,1],[166,1],[168,1],[193,1],[192,1],[191,1],[190,1],[186,1],[185,1],[167,1],[184,1],[182,1],[177,1],[176,1],[175,1],[174,1],[173,1],[183,1],[503,1]]","list":"[[4,1],[379,1],[378,1],[374,1],[373,1],[372,1],[371,1],[370,1],[368,1],[367,1],[366,1],[365,1],[364,1],[362,1],[361,1],[360,1],[380,1],[359,1],[381,1],[385,1],[403,1],[401,1],[400,1],[399,1],[398,1],[397,1],[395,1],[394,1],[393,1],[392,1],[391,1],[389,1],[388,1],[387,1],[386,1],[382,1],[404,1],[358,1],[354,1],[318,1],[317,1],[316,1],[315,1],[308,1],[307,1],[306,1],[305,1],[304,1],[300,1],[299,1],[298,1],[297,1],[296,1],[289,1],[319,1],[355,1],[322,1],[326,1],[353,1],[352,1],[351,1],[349,1],[348,1],[347,1],[346,1],[345,1],[338,1],[337,1],[336,1],[335,1],[334,1],[331,1],[329,1],[324,1],[405,1],[406,1],[407,1],[476,1],[475,1],[474,1],[473,1],[471,1],[470,1],[469,1],[468,1],[467,1],[464,1],[463,1],[462,1],[461,1],[460,1],[458,1],[477,1],[457,1],[480,1],[482,1],[501,1],[500,1],[499,1],[497,1],[496,1],[495,1],[494,1],[493,1],[490,1],[489,1],[488,1],[487,1],[486,1],[484,1],[483,1],[481,1],[456,1],[455,1],[454,1],[426,1],[425,1],[424,1],[423,1],[422,1],[420,1],[419,1],[418,1],[417,1],[416,1],[414,1],[413,1],[412,1],[411,1],[410,1],[429,1],[430,1],[431,1],[432,1],[451,1],[450,1],[449,1],[448,1],[447,1],[445,1],[444,1],[288,1],[443,1],[441,1],[439,1],[438,1],[437,1],[436,1],[435,1],[433,1],[442,1],[287,1],[286,1],[285,1],[89,1],[87,1],[85,1],[81,1],[80,1],[79,1],[78,1],[77,1],[73,1],[72,1],[71,1],[70,1],[69,1],[63,1],[61,1],[91,1],[59,1],[95,1],[99,1],[126,1],[125,1],[124,1],[123,1],[119,1],[118,1],[117,1],[116,1],[115,1],[112,1],[111,1],[110,1],[109,1],[108,1],[101,1],[97,1],[58,1],[57,1],[56,1],[25,1],[22,1],[21,1],[20,1],[19,1],[18,1],[15,1],[14,1],[13,1],[12,1],[11,1],[8,1],[7,1],[6,1],[5,1],[26,1],[27,1],[28,1],[29,1],[55,1],[51,1],[50,1],[49,1],[48,1],[47,1],[44,1],[127,1],[43,1],[41,1],[40,1],[36,1],[35,1],[34,1],[33,1],[32,1],[42,1],[502,1],[129,1],[131,1],[220,1],[219,1],[218,1],[217,1],[216,1],[213,1],[212,1],[211,1],[210,1],[209,1],[202,1],[201,1],[200,1],[199,1],[198,1],[233,1],[194,1],[234,1],[236,1],[278,1],[277,1],[276,1],[275,1],[274,1],[264,1],[262,1],[260,1],[258,1],[256,1],[255,1],[254,1],[253,1],[252,1],[237,1],[235,1],[193,1],[192,1],[191,1],[156,1],[154,1],[152,1],[150,1],[149,1],[148,1],[147,1],[146,1],[141,1],[140,1],[139,1],[138,1],[137,1],[133,1],[132,1],[157,1],[158,1],[159,1],[160,1],[190,1],[186,1],[185,1],[184,1],[183,1],[182,1],[177,1],[130,1],[176,1],[174,1],[173,1],[168,1],[167,1],[166,1],[165,1],[164,1],[175,1],[503,1]]","members":"[[4,1],[370,1],[371,1],[372,1],[373,1],[374,1],[378,1],[379,1],[380,1],[381,1],[382,1],[385,1],[386,1],[387,1],[388,1],[389,1],[391,1],[392,1],[410,1],[407,1],[406,1],[405,1],[404,1],[403,1],[368,1],[401,1],[399,1],[398,1],[397,1],[395,1],[394,1],[393,1],[400,1],[367,1],[366,1],[365,1],[336,1],[335,1],[334,1],[319,1],[318,1],[317,1],[337,1],[316,1],[308,1],[307,1],[306,1],[305,1],[304,1],[300,1],[315,1],[411,1],[338,1],[346,1],[364,1],[362,1],[361,1],[360,1],[359,1],[358,1],[345,1],[355,1],[353,1],[352,1],[351,1],[349,1],[348,1],[347,1],[354,1],[412,1],[413,1],[414,1],[477,1],[476,1],[475,1],[474,1],[473,1],[471,1],[480,1],[470,1],[468,1],[467,1],[464,1],[463,1],[462,1],[461,1],[469,1],[460,1],[481,1],[483,1],[501,1],[500,1],[499,1],[497,1],[496,1],[495,1],[482,1],[494,1],[490,1],[489,1],[488,1],[487,1],[486,1],[484,1],[493,1],[299,1],[458,1],[456,1],[432,1],[431,1],[430,1],[429,1],[426,1],[425,1],[433,1],[424,1],[422,1],[420,1],[419,1],[418,1],[417,1],[416,1],[423,1],[457,1],[435,1],[437,1],[455,1],[454,1],[451,1],[450,1],[449,1],[448,1],[436,1],[447,1],[444,1],[443,1],[442,1],[441,1],[439,1],[438,1],[445,1],[502,1],[298,1],[296,1],[57,1],[58,1],[59,1],[69,1],[70,1],[71,1],[72,1],[73,1],[77,1],[78,1],[79,1],[80,1],[81,1],[108,1],[109,1],[110,1],[111,1],[131,1],[130,1],[129,1],[127,1],[126,1],[125,1],[56,1],[124,1],[119,1],[118,1],[117,1],[116,1],[115,1],[112,1],[123,1],[55,1],[51,1],[50,1],[22,1],[21,1],[20,1],[19,1],[18,1],[15,1],[25,1],[14,1],[12,1],[11,1],[8,1],[7,1],[6,1],[5,1],[13,1],[132,1],[26,1],[28,1],[49,1],[48,1],[47,1],[44,1],[43,1],[42,1],[27,1],[41,1],[36,1],[35,1],[34,1],[33,1],[32,1],[29,1],[40,1],[133,1],[137,1],[138,1],[234,1],[233,1],[220,1],[219,1],[218,1],[217,1],[235,1],[216,1],[212,1],[211,1],[210,1],[209,1],[202,1],[201,1],[213,1],[200,1],[236,1],[252,1],[289,1],[288,1],[287,1],[286,1],[285,1],[278,1],[237,1],[277,1],[275,1],[274,1],[256,1],[255,1],[254,1],[253,1],[276,1],[297,1],[199,1],[194,1],[164,1],[160,1],[159,1],[158,1],[157,1],[156,1],[165,1],[150,1],[148,1],[147,1],[146,1],[141,1],[140,1],[139,1],[149,1],[198,1],[166,1],[168,1],[193,1],[192,1],[191,1],[190,1],[186,1],[185,1],[167,1],[184,1],[182,1],[177,1],[176,1],[175,1],[174,1],[173,1],[183,1],[503,1]]","exposed":"[[4,1],[370,1],[371,1],[372,1],[373,1],[374,1],[378,1],[379,1],[380,1],[381,1],[382,1],[385,1],[386,1],[387,1],[388,1],[389,1],[391,1],[392,1],[410,1],[407,1],[406,1],[405,1],[404,1],[403,1],[368,1],[401,1],[399,1],[398,1],[397,1],[395,1],[394,1],[393,1],[400,1],[367,1],[366,1],[365,1],[336,1],[335,1],[334,1],[319,1],[318,1],[317,1],[337,1],[316,1],[308,1],[307,1],[306,1],[305,1],[304,1],[300,1],[315,1],[411,1],[338,1],[346,1],[364,1],[362,1],[361,1],[360,1],[359,1],[358,1],[345,1],[355,1],[353,1],[352,1],[351,1],[349,1],[348,1],[347,1],[354,1],[412,1],[413,1],[414,1],[477,1],[476,1],[475,1],[474,1],[473,1],[471,1],[480,1],[470,1],[468,1],[467,1],[464,1],[463,1],[462,1],[461,1],[469,1],[460,1],[481,1],[483,1],[501,1],[500,1],[499,1],[497,1],[496,1],[495,1],[482,1],[494,1],[490,1],[489,1],[488,1],[487,1],[486,1],[484,1],[493,1],[299,1],[458,1],[456,1],[432,1],[431,1],[430,1],[429,1],[426,1],[425,1],[433,1],[424,1],[422,1],[420,1],[419,1],[418,1],[417,1],[416,1],[423,1],[457,1],[435,1],[437,1],[455,1],[454,1],[451,1],[450,1],[449,1],[448,1],[436,1],[447,1],[444,1],[443,1],[442,1],[441,1],[439,1],[438,1],[445,1],[502,1],[298,1],[296,1],[57,1],[58,1],[59,1],[69,1],[70,1],[71,1],[72,1],[73,1],[77,1],[78,1],[79,1],[80,1],[81,1],[108,1],[109,1],[110,1],[111,1],[131,1],[130,1],[129,1],[127,1],[126,1],[125,1],[56,1],[124,1],[119,1],[118,1],[117,1],[116,1],[115,1],[112,1],[123,1],[55,1],[51,1],[50,1],[22,1],[21,1],[20,1],[19,1],[18,1],[15,1],[25,1],[14,1],[12,1],[11,1],[8,1],[7,1],[6,1],[5,1],[13,1],[132,1],[26,1],[28,1],[49,1],[48,1],[47,1],[44,1],[43,1],[42,1],[27,1],[41,1],[36,1],[35,1],[34,1],[33,1],[32,1],[29,1],[40,1],[133,1],[137,1],[138,1],[234,1],[233,1],[220,1],[219,1],[218,1],[217,1],[235,1],[216,1],[212,1],[211,1],[210,1],[209,1],[202,1],[201,1],[213,1],[200,1],[236,1],[252,1],[289,1],[288,1],[287,1],[286,1],[285,1],[278,1],[237,1],[277,1],[275,1],[274,1],[256,1],[255,1],[254,1],[253,1],[276,1],[297,1],[199,1],[194,1],[164,1],[160,1],[159,1],[158,1],[157,1],[156,1],[165,1],[150,1],[148,1],[147,1],[146,1],[141,1],[140,1],[139,1],[149,1],[198,1],[166,1],[168,1],[193,1],[192,1],[191,1],[190,1],[186,1],[185,1],[167,1],[184,1],[182,1],[177,1],[176,1],[175,1],[174,1],[173,1],[183,1],[503,1]]","by":"[[235,2],[232,2],[79,2],[236,2],[4,1],[382,1],[381,1],[380,1],[379,1],[378,1],[373,1],[372,1],[371,1],[370,1],[368,1],[367,1],[374,1],[385,1],[386,1],[387,1],[406,1],[405,1],[404,1],[403,1],[401,1],[400,1],[399,1],[366,1],[398,1],[395,1],[394,1],[393,1],[392,1],[391,1],[389,1],[388,1],[397,1],[365,1],[362,1],[407,1],[334,1],[319,1],[318,1],[317,1],[316,1],[315,1],[335,1],[308,1],[306,1],[305,1],[304,1],[300,1],[299,1],[298,1],[307,1],[364,1],[336,1],[338,1],[361,1],[360,1],[359,1],[358,1],[355,1],[354,1],[337,1],[353,1],[351,1],[349,1],[348,1],[347,1],[346,1],[345,1],[352,1],[410,1],[411,1],[412,1],[476,1],[475,1],[474,1],[473,1],[471,1],[470,1],[477,1],[469,1],[467,1],[464,1],[463,1],[462,1],[461,1],[460,1],[468,1],[480,1],[481,1],[482,1],[501,1],[500,1],[499,1],[497,1],[496,1],[495,1],[494,1],[493,1],[490,1],[489,1],[488,1],[487,1],[486,1],[484,1],[483,1],[458,1],[297,1],[457,1],[455,1],[430,1],[429,1],[426,1],[425,1],[424,1],[423,1],[431,1],[422,1],[419,1],[418,1],[417,1],[416,1],[414,1],[413,1],[420,1],[432,1],[433,1],[435,1],[454,1],[451,1],[450,1],[449,1],[448,1],[447,1],[445,1],[444,1],[443,1],[442,1],[441,1],[439,1],[438,1],[437,1],[436,1],[456,1],[296,1],[288,1],[502,1],[83,1],[81,1],[80,1],[78,1],[77,1],[76,1],[108,1],[73,1],[71,1],[70,1],[69,1],[59,1],[58,1],[57,1],[72,1],[56,1],[109,1],[111,1],[131,1],[130,1],[129,1],[127,1],[126,1],[125,1],[110,1],[124,1],[119,1],[118,1],[117,1],[116,1],[115,1],[112,1],[123,1],[132,1],[55,1],[50,1],[22,1],[21,1],[20,1],[19,1],[18,1],[15,1],[25,1],[14,1],[12,1],[11,1],[8,1],[7,1],[6,1],[5,1],[13,1],[51,1],[26,1],[28,1],[49,1],[48,1],[47,1],[44,1],[43,1],[42,1],[27,1],[41,1],[36,1],[35,1],[34,1],[33,1],[32,1],[29,1],[40,1],[133,1],[137,1],[138,1],[237,1],[234,1],[233,1],[220,1],[219,1],[218,1],[241,1],[217,1],[213,1],[212,1],[211,1],[210,1],[209,1],[202,1],[216,1],[201,1],[243,1],[245,1],[287,1],[286,1],[285,1],[278,1],[277,1],[276,1],[244,1],[275,1],[256,1],[255,1],[254,1],[253,1],[252,1],[247,1],[274,1],[200,1],[199,1],[198,1],[164,1],[160,1],[159,1],[158,1],[157,1],[156,1],[165,1],[150,1],[148,1],[147,1],[146,1],[141,1],[140,1],[139,1],[149,1],[166,1],[167,1],[168,1],[194,1],[193,1],[192,1],[191,1],[190,1],[186,1],[185,1],[184,1],[183,1],[182,1],[177,1],[176,1],[175,1],[174,1],[173,1],[289,1],[503,1]]","type":"[[259,1016],[94,1014],[100,1014],[98,1014],[96,1014],[153,1012],[330,1012],[79,17],[76,16],[93,15],[301,14],[250,12],[247,11],[246,10],[170,8],[260,7],[248,7],[258,6],[251,6],[269,6],[235,6],[264,6],[180,5],[242,5],[239,5],[249,5],[241,5],[232,5],[262,5],[101,5],[95,5],[97,5],[99,5],[295,4],[83,4],[298,4],[85,3],[91,3],[89,3],[87,3],[84,2],[92,2],[90,2],[106,2],[88,2],[86,2],[263,2],[257,2],[255,2],[175,2],[317,2],[148,2],[267,2],[387,1],[389,1],[385,1],[382,1],[364,1],[362,1],[361,1],[360,1],[388,1],[386,1],[372,1],[371,1],[380,1],[379,1],[365,1],[378,1],[359,1],[374,1],[366,1],[367,1],[373,1],[368,1],[370,1],[381,1],[358,1],[4,1],[354,1],[304,1],[305,1],[306,1],[307,1],[308,1],[314,1],[315,1],[316,1],[318,1],[319,1],[322,1],[324,1],[326,1],[329,1],[331,1],[334,1],[335,1],[336,1],[337,1],[338,1],[345,1],[346,1],[347,1],[348,1],[391,1],[349,1],[351,1],[352,1],[353,1],[355,1],[392,1],[405,1],[394,1],[473,1],[471,1],[470,1],[469,1],[468,1],[467,1],[464,1],[463,1],[462,1],[461,1],[460,1],[458,1],[457,1],[456,1],[455,1],[454,1],[451,1],[474,1],[475,1],[476,1],[477,1],[501,1],[500,1],[499,1],[497,1],[496,1],[495,1],[494,1],[493,1],[450,1],[490,1],[488,1],[487,1],[486,1],[484,1],[483,1],[482,1],[481,1],[480,1],[489,1],[449,1],[448,1],[447,1],[418,1],[417,1],[416,1],[414,1],[413,1],[412,1],[411,1],[410,1],[419,1],[407,1],[404,1],[403,1],[401,1],[400,1],[399,1],[398,1],[397,1],[395,1],[406,1],[393,1],[420,1],[423,1],[445,1],[444,1],[443,1],[442,1],[441,1],[439,1],[438,1],[437,1],[422,1],[436,1],[433,1],[432,1],[431,1],[430,1],[429,1],[426,1],[425,1],[424,1],[435,1],[300,1],[256,1],[297,1],[109,1],[108,1],[81,1],[80,1],[78,1],[77,1],[110,1],[73,1],[71,1],[70,1],[69,1],[59,1],[58,1],[57,1],[72,1],[111,1],[112,1],[115,1],[137,1],[133,1],[132,1],[131,1],[130,1],[129,1],[127,1],[126,1],[125,1],[124,1],[123,1],[119,1],[118,1],[117,1],[116,1],[56,1],[138,1],[55,1],[50,1],[22,1],[21,1],[20,1],[19,1],[18,1],[15,1],[25,1],[14,1],[12,1],[11,1],[8,1],[7,1],[6,1],[5,1],[13,1],[26,1],[27,1],[28,1],[49,1],[48,1],[47,1],[44,1],[43,1],[42,1],[41,1],[40,1],[38,1],[36,1],[35,1],[34,1],[33,1],[32,1],[29,1],[51,1],[139,1],[140,1],[141,1],[236,1],[234,1],[233,1],[220,1],[219,1],[218,1],[237,1],[217,1],[213,1],[212,1],[211,1],[210,1],[209,1],[202,1],[216,1],[243,1],[244,1],[245,1],[296,1],[289,1],[288,1],[287,1],[286,1],[285,1],[278,1],[277,1],[276,1],[275,1],[274,1],[502,1],[254,1],[253,1],[252,1],[201,1],[200,1],[199,1],[198,1],[165,1],[164,1],[163,1],[160,1],[159,1],[158,1],[157,1],[156,1],[154,1],[152,1],[150,1],[149,1],[147,1],[146,1],[145,1],[166,1],[299,1],[167,1],[172,1],[194,1],[193,1],[192,1],[191,1],[190,1],[186,1],[185,1],[184,1],[183,1],[182,1],[181,1],[177,1],[176,1],[174,1],[173,1],[168,1],[503,1]]","events":"[[5,1002],[316,1002],[335,1002],[346,1002],[352,1002],[359,1002],[365,1002],[371,1002],[379,1002],[386,1002],[392,1002],[398,1002],[404,1002],[411,1002],[417,1002],[423,1002],[430,1002],[436,1002],[442,1002],[448,1002],[455,1002],[461,1002],[468,1002],[474,1002],[481,1002],[487,1002],[305,1002],[494,1002],[297,1002],[275,1002],[12,1002],[19,1002],[26,1002],[33,1002],[41,1002],[48,1002],[56,1002],[70,1002],[78,1002],[109,1002],[116,1002],[124,1002],[130,1002],[138,1002],[147,1002],[157,1002],[165,1002],[174,1002],[183,1002],[191,1002],[199,1002],[210,1002],[217,1002],[234,1002],[253,1002],[286,1002],[500,1002]]","fields":"[[439,1003],[433,1003],[8,1002],[319,1002],[338,1002],[349,1002],[355,1002],[362,1002],[368,1002],[374,1002],[382,1002],[389,1002],[395,1002],[401,1002],[414,1002],[308,1002],[420,1002],[426,1002],[445,1002],[451,1002],[458,1002],[464,1002],[471,1002],[477,1002],[484,1002],[490,1002],[407,1002],[497,1002],[300,1002],[141,1002],[15,1002],[22,1002],[29,1002],[36,1002],[44,1002],[51,1002],[59,1002],[73,1002],[81,1002],[112,1002],[119,1002],[127,1002],[133,1002],[150,1002],[503,1002],[220,1002],[168,1002],[177,1002],[186,1002],[194,1002],[289,1002],[202,1002],[213,1002],[160,1002],[237,1002],[256,1002],[278,1002],[301,1],[295,1],[434,1],[302,1],[298,1]]","method":"[[9,1002],[329,1002],[328,1002],[327,1002],[326,1002],[325,1002],[324,1002],[323,1002],[322,1002],[321,1002],[330,1002],[313,1002],[311,1002],[301,1002],[294,1002],[293,1002],[292,1002],[283,1002],[282,1002],[281,1002],[272,1002],[312,1002],[271,1002],[331,1002],[340,1002],[479,1002],[478,1002],[466,1002],[453,1002],[452,1002],[428,1002],[427,1002],[415,1002],[408,1002],[339,1002],[402,1002],[390,1002],[383,1002],[363,1002],[357,1002],[356,1002],[350,1002],[343,1002],[342,1002],[341,1002],[396,1002],[492,1002],[250,1002],[248,1002],[91,1002],[90,1002],[89,1002],[88,1002],[87,1002],[86,1002],[85,1002],[84,1002],[83,1002],[92,1002],[82,1002],[67,1002],[66,1002],[65,1002],[52,1002],[45,1002],[37,1002],[30,1002],[23,1002],[16,1002],[75,1002],[249,1002],[93,1002],[95,1002],[247,1002],[246,1002],[245,1002],[244,1002],[243,1002],[180,1002],[154,1002],[153,1002],[152,1002],[94,1002],[151,1002],[104,1002],[103,1002],[102,1002],[101,1002],[100,1002],[99,1002],[98,1002],[97,1002],[96,1002],[105,1002],[504,1002]]","shared":"[[9,1],[103,1],[102,1],[100,1],[98,1],[96,1],[94,1],[93,1],[92,1],[90,1],[104,1],[88,1],[84,1],[83,1],[82,1],[52,1],[45,1],[37,1],[30,1],[23,1],[16,1],[86,1],[105,1]]","sub":"[[9,1],[120,1],[134,1],[178,1],[187,1],[203,1],[221,1],[238,1],[103,1],[257,1],[261,1],[263,1],[279,1],[290,1],[309,1],[320,1],[465,1],[259,1],[100,1],[98,1],[96,1],[16,1],[23,1],[30,1],[37,1],[52,1],[60,1],[62,1],[75,1],[82,1],[83,1],[84,1],[86,1],[88,1],[90,1],[92,1],[93,1],[94,1],[491,1],[504,1]]","_":"[[408,11],[246,8],[86,7],[90,7],[249,7],[263,6],[96,6],[88,6],[84,6],[100,6],[94,5],[250,5],[93,5],[98,5],[261,5],[340,4],[343,4],[342,4],[491,4],[92,4],[390,4],[341,4],[245,3],[350,3],[339,3],[259,3],[356,3],[363,3],[105,3],[103,3],[383,3],[83,3],[82,3],[396,3],[402,3],[52,3],[452,3],[453,3],[465,3],[357,3],[323,2],[325,2],[321,2],[327,2],[9,2],[330,2],[320,2],[466,2],[328,2],[311,2],[257,2],[178,2],[16,2],[23,2],[37,2],[45,2],[62,2],[66,2],[67,2],[75,2],[102,2],[104,2],[151,2],[153,2],[492,2],[180,2],[187,2],[243,2],[244,2],[247,2],[248,2],[271,2],[279,2],[281,2],[290,2],[292,2],[301,2],[309,2],[314,1]]","byval":"[[408,9],[246,7],[90,6],[86,6],[249,5],[100,5],[96,5],[263,5],[88,5],[84,5],[98,4],[94,4],[93,4],[250,4],[261,4],[92,3],[491,3],[340,2],[341,2],[342,2],[343,2],[105,2],[83,2],[103,2],[465,2],[245,2],[259,2],[82,2],[321,1],[320,1],[328,1],[323,1],[325,1],[330,1],[327,1],[357,1],[350,1],[356,1],[311,1],[363,1],[383,1],[390,1],[396,1],[402,1],[452,1],[453,1],[466,1],[339,1],[309,1],[9,1],[292,1],[16,1],[23,1],[37,1],[45,1],[52,1],[62,1],[66,1],[67,1],[75,1],[102,1],[104,1],[151,1],[153,1],[178,1],[180,1],[187,1],[243,1],[244,1],[247,1],[248,1],[257,1],[271,1],[279,1],[281,1],[290,1],[301,1],[492,1]]","bundles":"[[9,5]]","as":"[[408,10],[250,9],[246,8],[249,7],[247,6],[90,6],[86,6],[100,6],[98,5],[52,5],[263,5],[88,5],[96,5],[84,5],[94,4],[93,4],[232,4],[236,4],[261,4],[342,3],[105,3],[99,3],[245,3],[491,3],[101,3],[340,3],[341,3],[343,3],[45,3],[92,3],[241,2],[466,2],[243,2],[244,2],[465,2],[390,2],[239,2],[248,2],[452,2],[402,2],[259,2],[396,2],[240,2],[453,2],[271,2],[292,2],[350,2],[356,2],[357,2],[363,2],[383,2],[339,2],[281,2],[330,2],[327,2],[325,2],[323,2],[321,2],[311,2],[301,2],[328,2],[242,2],[492,2],[76,2],[153,2],[82,2],[83,2],[180,2],[151,2],[102,2],[103,2],[67,2],[66,2],[79,2],[104,2],[121,1],[135,1],[142,1],[143,1],[144,1],[320,1],[313,1],[312,1],[113,1],[228,1],[75,1],[375,1],[479,1],[478,1],[16,1],[23,1],[37,1],[62,1],[440,1],[428,1],[427,1],[415,1],[64,1],[65,1],[384,1],[74,1],[376,1],[310,1],[309,1],[161,1],[294,1],[187,1],[188,1],[195,1],[196,1],[204,1],[205,1],[206,1],[257,1],[207,1],[223,1],[224,1],[225,1],[226,1],[231,1],[230,1],[229,1],[222,1],[179,1],[178,1],[171,1],[293,1],[162,1],[291,1],[290,1],[283,1],[282,1],[169,1],[280,1],[279,1],[272,1],[170,1],[270,1],[269,1],[268,1],[267,1],[266,1],[265,1],[227,1],[9,1]]","static":"[[9,3],[104,3],[103,3],[102,3],[100,3],[98,3],[96,3],[94,3],[93,3],[92,3],[90,3],[88,3],[86,3],[84,3],[82,3],[52,3],[45,3],[37,3],[30,3],[23,3],[16,3],[105,3],[83,2],[76,1],[46,1],[39,1],[31,1],[434,1]]","void":"[[9,2],[103,2],[100,2],[98,2],[96,2],[94,2],[93,2],[92,2],[90,2],[88,2],[504,2],[84,2],[83,2],[82,2],[75,2],[52,2],[37,2],[30,2],[23,2],[16,2],[86,2],[207,1],[222,1],[224,1],[376,1],[227,1],[375,1],[206,1],[225,1],[205,1],[169,1],[195,1],[171,1],[170,1],[162,1],[161,1],[144,1],[143,1],[142,1],[384,1],[196,1],[113,1]]","function":"[[247,2],[222,2],[328,2],[207,2],[206,2],[205,2],[330,2],[196,2],[195,2],[339,2],[340,2],[180,2],[341,2],[171,2],[170,2],[169,2],[224,2],[282,2],[225,2],[327,2],[281,2],[292,2],[272,2],[271,2],[293,2],[294,2],[301,2],[311,2],[250,2],[312,2],[248,2],[313,2],[321,2],[323,2],[325,2],[227,2],[161,2],[162,2],[151,2],[396,2],[153,2],[408,2],[415,2],[427,2],[67,2],[390,2],[66,2],[428,2],[452,2],[453,2],[45,2],[478,2],[479,2],[65,2],[384,2],[402,2],[376,2],[144,2],[143,2],[142,2],[342,2],[383,2],[113,2],[105,2],[343,2],[350,2],[102,2],[356,2],[357,2],[363,2],[375,2],[104,2],[283,2],[320,1],[310,1],[309,1],[465,1],[466,1],[291,1],[491,1],[9,1],[280,1],[96,1],[94,1],[93,1],[92,1],[90,1],[88,1],[86,1],[84,1],[82,1],[75,1],[74,1],[64,1],[62,1],[60,1],[52,1],[37,1],[30,1],[23,1],[16,1],[98,1],[100,1],[103,1],[120,1],[279,1],[269,1],[267,1],[266,1],[265,1],[259,1],[257,1],[249,1],[492,1],[290,1],[246,1],[244,1],[243,1],[238,1],[221,1],[203,1],[188,1],[187,1],[178,1],[134,1],[245,1],[504,1]]","parameters":"[[52,5],[246,2],[91,2],[90,2],[87,2],[86,2],[76,2],[79,2],[327,1],[325,1],[323,1],[321,1],[320,1],[311,1],[301,1],[328,1],[292,1],[290,1],[281,1],[279,1],[271,1],[263,1],[261,1],[259,1],[309,1],[330,1],[342,1],[340,1],[466,1],[465,1],[453,1],[452,1],[408,1],[402,1],[396,1],[339,1],[390,1],[363,1],[357,1],[356,1],[350,1],[343,1],[257,1],[341,1],[383,1],[250,1],[9,1],[248,1],[93,1],[92,1],[89,1],[88,1],[85,1],[84,1],[83,1],[94,1],[82,1],[67,1],[66,1],[62,1],[45,1],[37,1],[23,1],[16,1],[75,1],[96,1],[98,1],[100,1],[247,1],[491,1],[245,1],[244,1],[243,1],[223,1],[219,1],[215,1],[187,1],[180,1],[178,1],[153,1],[151,1],[105,1],[104,1],[103,1],[102,1],[249,1],[492,1]]","registerglobalfilters":"[[16,1006],[13,1],[10,1]]","globalfiltercollection":"[[16,5],[13,1],[10,1]]","filters":"[[16,5]]","registerroutes":"[[23,1006],[20,1],[17,1]]","routecollection":"[[23,5],[20,1],[17,1]]","routes":"[[23,5]]","register":"[[30,1006],[37,1006],[52,1006],[24,1],[27,1],[31,1],[34,1],[46,1],[49,1]]","httpconfiguration":"[[88,1008],[84,1008],[86,1008],[96,1008],[98,1008],[94,1008],[100,1008],[90,1008],[62,1007],[76,16],[79,16],[102,6],[103,6],[64,6],[82,6],[93,6],[105,6],[92,6],[104,5],[178,5],[83,5],[37,5],[52,5],[89,2],[87,2],[91,2],[85,2],[95,2],[97,2],[99,2],[101,2],[34,1],[46,1],[54,1],[172,1],[61,1],[63,1],[49,1],[31,1]]","config":"[[37,5],[104,5],[103,5],[102,5],[100,5],[98,5],[96,5],[94,5],[93,5],[92,5],[90,5],[88,5],[86,5],[84,5],[82,5],[62,5],[52,5],[105,5],[178,5],[83,4]]","areas":"[[38,1002],[214,1002],[106,1002],[53,1002],[52,6],[155,5],[122,5],[208,4],[128,4],[114,4],[107,4],[505,4],[279,2],[266,2],[265,2],[263,2],[161,2],[162,2],[163,2],[261,2],[259,2],[257,2],[169,2],[170,2],[171,2],[172,2],[178,2],[179,2],[267,2],[268,2],[153,2],[269,2],[282,2],[281,2],[280,2],[134,2],[135,2],[136,2],[224,2],[180,2],[142,2],[144,2],[145,2],[273,2],[272,2],[271,2],[270,2],[151,2],[143,2],[283,2],[181,2],[250,2],[205,2],[206,2],[207,2],[232,2],[231,2],[39,2],[215,2],[230,2],[229,2],[228,2],[227,2],[226,2],[221,2],[222,2],[223,2],[204,2],[203,2],[238,2],[239,2],[249,2],[248,2],[247,2],[187,2],[188,2],[189,2],[246,2],[251,2],[245,2],[243,2],[242,2],[195,2],[196,2],[197,2],[241,2],[240,2],[244,2],[284,2],[225,2],[303,2],[100,2],[98,2],[321,2],[64,2],[65,2],[96,2],[66,2],[94,2],[93,2],[92,2],[67,2],[68,2],[75,2],[320,2],[88,2],[309,2],[86,2],[310,2],[84,2],[83,2],[82,2],[311,2],[312,2],[313,2],[314,2],[76,2],[90,2],[102,2],[74,2],[294,2],[293,2],[292,2],[325,2],[120,2],[121,2],[103,2],[295,2],[291,2],[290,2],[323,2],[60,2],[113,2],[328,2],[62,2],[301,2],[302,2],[45,2],[46,2],[105,2],[330,2],[104,2],[327,2],[54,2],[329,1],[316,1],[234,1],[317,1],[318,1],[319,1],[237,1],[324,1],[322,1],[233,1],[236,1],[235,1],[326,1],[285,1],[253,1],[308,1],[287,1],[288,1],[289,1],[278,1],[277,1],[276,1],[275,1],[296,1],[297,1],[274,1],[298,1],[299,1],[315,1],[300,1],[262,1],[304,1],[260,1],[305,1],[258,1],[306,1],[256,1],[255,1],[254,1],[286,1],[252,1],[307,1],[264,1],[50,1],[191,1],[219,1],[101,1],[108,1],[109,1],[110,1],[111,1],[112,1],[44,1],[115,1],[116,1],[117,1],[99,1],[118,1],[43,1],[123,1],[124,1],[125,1],[126,1],[127,1],[42,1],[129,1],[130,1],[131,1],[119,1],[97,1],[95,1],[91,1],[51,1],[48,1],[47,1],[55,1],[56,1],[57,1],[58,1],[59,1],[61,1],[63,1],[69,1],[70,1],[71,1],[72,1],[73,1],[77,1],[78,1],[79,1],[80,1],[81,1],[85,1],[87,1],[89,1],[132,1],[133,1],[137,1],[138,1],[183,1],[184,1],[331,1],[186,1],[190,1],[49,1],[192,1],[193,1],[194,1],[198,1],[199,1],[200,1],[201,1],[202,1],[40,1],[209,1],[210,1],[211,1],[212,1],[213,1],[216,1],[217,1],[218,1],[182,1],[220,1],[177,1],[175,1],[139,1],[140,1],[141,1],[146,1],[147,1],[148,1],[149,1],[150,1],[152,1],[154,1],[41,1],[156,1],[157,1],[158,1],[159,1],[160,1],[164,1],[165,1],[166,1],[167,1],[168,1],[173,1],[174,1],[176,1],[185,1]]","helppage":"[[38,1002],[214,1002],[106,1002],[53,1002],[52,6],[155,5],[122,5],[208,4],[128,4],[114,4],[107,4],[505,4],[279,2],[266,2],[265,2],[263,2],[161,2],[162,2],[163,2],[261,2],[259,2],[257,2],[169,2],[170,2],[171,2],[172,2],[178,2],[179,2],[267,2],[268,2],[153,2],[269,2],[282,2],[281,2],[280,2],[134,2],[135,2],[136,2],[224,2],[180,2],[142,2],[144,2],[145,2],[273,2],[272,2],[271,2],[270,2],[151,2],[143,2],[283,2],[181,2],[250,2],[205,2],[206,2],[207,2],[232,2],[231,2],[39,2],[215,2],[230,2],[229,2],[228,2],[227,2],[226,2],[221,2],[222,2],[223,2],[204,2],[203,2],[238,2],[239,2],[249,2],[248,2],[247,2],[187,2],[188,2],[189,2],[246,2],[251,2],[245,2],[243,2],[242,2],[195,2],[196,2],[197,2],[241,2],[240,2],[244,2],[284,2],[225,2],[303,2],[100,2],[98,2],[321,2],[64,2],[65,2],[96,2],[66,2],[94,2],[93,2],[92,2],[67,2],[68,2],[75,2],[320,2],[88,2],[309,2],[86,2],[310,2],[84,2],[83,2],[82,2],[311,2],[312,2],[313,2],[314,2],[76,2],[90,2],[102,2],[74,2],[294,2],[293,2],[292,2],[325,2],[120,2],[121,2],[103,2],[295,2],[291,2],[290,2],[323,2],[60,2],[113,2],[328,2],[62,2],[301,2],[302,2],[45,2],[46,2],[105,2],[330,2],[104,2],[327,2],[54,2],[329,1],[316,1],[234,1],[317,1],[318,1],[319,1],[237,1],[324,1],[322,1],[233,1],[236,1],[235,1],[326,1],[285,1],[253,1],[308,1],[287,1],[288,1],[289,1],[278,1],[277,1],[276,1],[275,1],[296,1],[297,1],[274,1],[298,1],[299,1],[315,1],[300,1],[262,1],[304,1],[260,1],[305,1],[258,1],[306,1],[256,1],[255,1],[254,1],[286,1],[252,1],[307,1],[264,1],[50,1],[191,1],[219,1],[101,1],[108,1],[109,1],[110,1],[111,1],[112,1],[44,1],[115,1],[116,1],[117,1],[99,1],[118,1],[43,1],[123,1],[124,1],[125,1],[126,1],[127,1],[42,1],[129,1],[130,1],[131,1],[119,1],[97,1],[95,1],[91,1],[51,1],[48,1],[47,1],[55,1],[56,1],[57,1],[58,1],[59,1],[61,1],[63,1],[69,1],[70,1],[71,1],[72,1],[73,1],[77,1],[78,1],[79,1],[80,1],[81,1],[85,1],[87,1],[89,1],[132,1],[133,1],[137,1],[138,1],[183,1],[184,1],[331,1],[186,1],[190,1],[49,1],[192,1],[193,1],[194,1],[198,1],[199,1],[200,1],[201,1],[202,1],[40,1],[209,1],[210,1],[211,1],[212,1],[213,1],[216,1],[217,1],[218,1],[182,1],[220,1],[177,1],[175,1],[139,1],[140,1],[141,1],[146,1],[147,1],[148,1],[149,1],[150,1],[152,1],[154,1],[41,1],[156,1],[157,1],[158,1],[159,1],[160,1],[164,1],[165,1],[166,1],[167,1],[168,1],[173,1],[174,1],[176,1],[185,1]]","apidescriptionextensions":"[[39,1006],[40,1004],[41,1004],[42,1004],[43,1004],[44,1004],[45,1003],[38,1]]","helppagearearegistration":"[[68,1006],[69,1004],[70,1004],[71,1004],[72,1004],[73,1004],[74,1003],[75,1003],[38,1]]","helppageconfig":"[[46,1006],[47,1004],[48,1004],[49,1004],[50,1004],[51,1004],[52,1003],[38,1]]","use":"[[76,4],[79,4],[95,3],[97,3],[99,3],[101,3],[38,1],[46,1],[94,1],[96,1],[98,1],[100,1],[106,1],[181,1],[242,1]]","customize":"[[38,1],[46,1]]","help":"[[76,8],[79,8],[38,5],[95,3],[97,3],[99,3],[101,3],[103,2],[102,2],[273,1],[232,1],[215,1],[214,1],[105,1],[98,1],[284,1],[96,1],[94,1],[82,1],[54,1],[53,1],[46,1],[100,1],[303,1]]","you":"[[38,2],[46,2]]","can":"[[38,2],[46,2]]","set":"[[195,3],[375,3],[227,3],[225,3],[224,3],[222,3],[207,3],[206,3],[205,3],[196,3],[376,3],[384,3],[170,3],[169,3],[162,3],[161,3],[144,3],[143,3],[142,3],[113,3],[171,3],[46,1],[38,1]]","a":"[[38,7],[264,5],[262,5],[260,5],[258,5],[52,4],[232,4],[251,4],[295,3],[303,2],[301,2],[298,2],[273,2],[314,2],[246,2],[245,2],[249,2],[242,2],[106,2],[235,2],[243,1],[45,1],[46,1],[163,1],[284,1],[279,1],[181,1],[263,1],[244,1],[221,1],[261,1],[259,1],[236,1],[257,1],[238,1],[215,1],[320,1]]","custom":"[[38,2],[46,1],[314,1]]","idocumentationprovider":"[[82,5],[314,5],[38,2],[46,1],[76,1],[79,1]]","supply":"[[38,1],[46,1]]","documentation":"[[205,1007],[196,1007],[169,1007],[142,1007],[38,3],[314,2],[82,2],[111,1],[219,1],[215,1],[212,1],[208,1],[46,1],[201,1],[197,1],[76,1],[193,1],[189,1],[79,1],[167,1],[163,1],[159,1],[224,1],[140,1],[136,1],[132,1],[128,1],[126,1],[122,1],[118,1],[114,1],[107,1],[155,1]]","provide":"[[242,2],[46,1],[38,1]]","samples":"[[232,8],[76,4],[79,4],[235,4],[95,3],[97,3],[99,3],[101,3],[236,3],[38,2],[244,2],[243,2],[245,2],[242,1],[241,1],[100,1],[98,1],[96,1],[94,1],[46,1],[240,1],[246,1]]","requests":"[[38,1],[46,1],[53,1],[54,1],[76,1],[79,1],[83,1],[215,1],[219,1],[229,1]]","responses":"[[38,1],[46,1],[76,1],[79,1],[83,1],[215,1],[219,1],[230,1]]","helppageconfigurationextensions":"[[76,1006],[77,1004],[78,1004],[79,1004],[80,1004],[81,1004],[90,1003],[95,1003],[96,1003],[97,1003],[98,1003],[102,1003],[100,1003],[101,1003],[94,1003],[103,1003],[99,1003],[93,1003],[105,1003],[91,1003],[104,1003],[89,1003],[88,1003],[87,1003],[86,1003],[85,1003],[84,1003],[83,1003],[82,1003],[92,1003],[38,1]]","helppagesamplegenerator":"[[232,1008],[242,1008],[238,1007],[233,1004],[234,1004],[235,1004],[236,1004],[237,1004],[248,1003],[247,1003],[246,1003],[245,1003],[244,1003],[243,1003],[250,1003],[240,1003],[239,1003],[249,1003],[241,1003],[103,5],[102,5],[79,1],[76,1],[38,1]]","will":"[[247,7],[232,5],[76,5],[79,5],[97,3],[235,3],[101,3],[99,3],[95,3],[38,2],[98,1],[94,1],[100,1],[83,1],[54,1],[53,1],[236,1],[242,1],[96,1],[295,1]]","generate":"[[38,1],[232,1]]","helppagesamplekey":"[[251,1014],[260,1012],[262,1012],[258,1012],[264,1012],[259,1007],[257,1007],[263,1006],[261,1006],[256,1004],[254,1004],[253,1004],[252,1004],[255,1004],[268,1003],[269,1003],[270,1003],[267,1003],[272,1003],[265,1003],[271,1003],[266,1003],[240,5],[239,5],[38,1]]","used":"[[249,4],[232,3],[38,2],[236,2],[76,1],[79,1],[83,1],[235,1],[239,1],[240,1],[251,1],[302,1]]","identify":"[[38,1],[251,1]]","place":"[[38,1],[251,1]]","where":"[[38,1],[251,1]]","sample":"[[76,9],[79,9],[88,7],[247,7],[84,7],[93,7],[86,7],[92,7],[90,7],[38,6],[235,3],[91,3],[87,3],[85,3],[89,3],[232,3],[246,2],[215,2],[103,2],[102,2],[83,2],[219,2],[229,1],[230,1],[302,1],[245,1],[249,1],[250,1],[251,1],[273,1],[284,1],[295,1],[303,1]]","should":"[[52,4],[38,1],[251,1]]","be":"[[247,5],[52,4],[38,1],[76,1],[79,1],[83,1],[232,1],[235,1],[251,1],[295,1],[298,1],[301,1]]","applied":"[[38,1],[251,1]]","imagesample":"[[273,1009],[279,1007],[274,1004],[275,1004],[276,1004],[277,1004],[278,1004],[280,1003],[281,1003],[282,1003],[283,1003],[38,2]]","represents":"[[38,3],[76,1],[79,1],[105,1],[214,1],[215,1],[273,1],[284,1],[303,1]]","an":"[[76,5],[79,5],[38,4],[242,4],[99,3],[97,3],[95,3],[101,3],[232,2],[295,2],[301,2],[105,2],[235,2],[298,1],[284,1],[279,1],[273,1],[248,1],[247,1],[39,1],[93,1],[215,1],[214,1],[100,1],[42,1],[98,1],[45,1],[96,1],[94,1],[314,1]]","image":"[[434,1006],[429,1004],[430,1004],[431,1004],[432,1004],[433,1004],[435,1004],[436,1004],[437,1004],[438,1004],[439,1004],[38,1],[273,1],[279,1],[332,1],[440,1]]","on":"[[258,5],[264,5],[262,5],[260,5],[251,4],[38,3],[105,2],[79,2],[76,2],[214,1],[257,1],[284,1],[259,1],[261,1],[263,1],[273,1],[215,1],[303,1]]","there":"[[38,3],[273,1],[284,1],[303,1]]","s":"[[38,3],[273,1],[284,1],[303,1]]","display":"[[38,3],[273,1],[284,1],[303,1]]","template":"[[38,3],[273,1],[284,1],[303,1]]","named":"[[38,3],[273,1],[284,1],[303,1]]","associated":"[[38,3],[215,3],[219,3],[229,1],[230,1],[231,1],[273,1],[284,1],[303,1]]","invalidsample":"[[284,1008],[290,1006],[285,1004],[286,1004],[287,1004],[288,1004],[289,1004],[291,1003],[292,1003],[293,1003],[294,1003],[250,4],[38,2]]","invalid":"[[38,1],[284,1]]","objectgenerator":"[[295,1006],[296,1004],[297,1004],[298,1004],[299,1004],[300,1004],[301,1003],[38,1],[232,1],[235,1],[247,1]]","create":"[[38,1],[232,1],[235,1],[247,1],[295,1]]","object":"[[84,1007],[90,1007],[86,1007],[88,1007],[250,11],[384,8],[247,8],[301,7],[242,6],[76,6],[79,6],[292,5],[281,5],[311,5],[241,5],[240,5],[271,5],[230,5],[229,5],[93,5],[92,5],[232,5],[235,4],[243,4],[244,4],[245,4],[246,4],[83,4],[295,2],[89,2],[87,2],[91,2],[85,2],[251,1],[273,1],[276,1],[284,1],[287,1],[236,1],[298,1],[303,1],[306,1],[254,1],[38,1]]","of":"[[76,8],[79,8],[101,6],[99,6],[242,5],[249,5],[232,4],[98,4],[100,4],[52,4],[246,3],[263,3],[261,3],[97,3],[95,3],[96,3],[91,3],[90,3],[89,3],[88,3],[94,3],[251,2],[266,2],[255,2],[265,2],[84,2],[86,2],[279,2],[301,2],[239,2],[295,2],[235,2],[245,1],[320,1],[244,1],[268,1],[314,1],[250,1],[270,1],[273,1],[243,1],[298,1],[248,1],[38,1],[229,1],[240,1],[39,1],[42,1],[45,1],[83,1],[93,1],[106,1],[121,1],[135,1],[179,1],[181,1],[204,1],[215,1],[221,1],[223,1],[226,1],[228,1],[466,1],[230,1],[231,1],[236,1],[238,1],[241,1],[492,1]]","given":"[[232,2],[235,2],[295,2],[301,2],[38,1],[106,1],[172,1],[243,1],[244,1],[298,1]]","and":"[[262,4],[76,4],[79,4],[260,4],[264,4],[251,3],[258,3],[85,3],[87,3],[261,2],[263,2],[242,2],[295,2],[243,1],[270,1],[259,1],[298,1],[301,1],[249,1],[247,1],[246,1],[245,1],[244,1],[268,1],[38,1],[240,1],[466,1],[83,1],[84,1],[86,1],[93,1],[105,1],[121,1],[135,1],[179,1],[241,1],[204,1],[226,1],[228,1],[229,1],[230,1],[231,1],[232,1],[235,1],[239,1],[223,1],[492,1]]","populate":"[[38,1],[295,1]]","it":"[[232,2],[235,2],[247,2],[295,2],[38,1],[298,1],[301,1]]","data":"[[491,5],[295,1],[38,1]]","textsample":"[[303,1008],[309,1006],[304,1004],[305,1004],[306,1004],[307,1004],[308,1004],[310,1003],[311,1003],[312,1003],[313,1003],[52,4],[38,2]]","preformatted":"[[38,1],[303,1]]","text":"[[310,1006],[309,5],[303,2],[38,1],[307,1]]","xmldocumentationprovider":"[[314,1008],[320,1007],[315,1004],[316,1004],[317,1004],[318,1004],[319,1004],[322,1003],[329,1003],[328,1003],[327,1003],[326,1003],[331,1003],[324,1003],[323,1003],[330,1003],[321,1003],[325,1003],[38,1]]","that":"[[232,6],[215,5],[219,4],[236,4],[246,2],[76,2],[79,2],[235,2],[38,1],[242,1],[241,1],[240,1],[239,1],[223,1],[225,1],[247,1],[222,1],[214,1],[105,1],[83,1],[54,1],[53,1],[227,1],[314,1]]","reads":"[[38,1],[314,1]]","api":"[[66,1006],[341,8],[342,8],[343,8],[248,5],[215,5],[383,4],[363,4],[339,4],[357,4],[356,4],[350,4],[396,4],[402,4],[408,4],[340,4],[390,4],[249,4],[453,4],[219,4],[245,4],[244,4],[243,4],[452,4],[54,1],[57,1],[76,1],[79,1],[105,1],[314,1],[222,1],[223,1],[229,1],[230,1],[214,1],[38,1]]","from":"[[122,5],[126,5],[132,3],[107,3],[111,3],[114,3],[118,3],[128,3],[155,3],[159,3],[208,3],[212,3],[301,2],[295,2],[298,2],[38,1],[314,1]]","xml":"[[38,1],[314,1],[320,1]]","file":"[[38,1],[314,1]]","enumerations":"[[38,1]]","sampledirection":"[[261,1012],[263,1012],[270,1011],[302,1002],[245,8],[246,8],[249,8],[251,6],[262,5],[264,5],[258,4],[260,4],[232,3],[235,3],[255,2],[38,1]]","indicates":"[[38,1],[302,1]]","whether":"[[38,1],[245,1],[246,1],[249,1],[302,1]]","request":"[[491,5],[76,5],[79,5],[219,3],[215,3],[95,3],[97,3],[85,3],[87,3],[89,2],[86,2],[245,2],[302,2],[84,2],[235,2],[232,2],[88,1],[249,1],[246,1],[243,1],[224,1],[225,1],[96,1],[94,1],[91,1],[226,1],[38,1]]","response":"[[99,3],[76,3],[79,3],[101,3],[245,2],[235,2],[232,2],[302,2],[91,2],[90,2],[249,1],[100,1],[89,1],[244,1],[88,1],[246,1],[98,1],[38,1]]","getfriendlyid":"[[45,1006],[42,1],[39,1]]","apidescription":"[[222,1016],[45,7],[232,7],[235,7],[243,6],[244,6],[248,6],[245,5],[249,5],[39,2],[42,2],[215,2],[219,2],[105,1]]","generates":"[[39,1],[42,1],[45,1],[106,1],[172,1],[295,1],[298,1],[301,1]]","uri":"[[52,4],[39,1],[42,1],[45,1],[215,1],[219,1],[223,1],[295,1],[298,1],[301,1]]","friendly":"[[39,1],[42,1],[45,1]]","id":"[[340,5],[343,5],[45,3],[39,2],[42,2],[105,1]]","e":"[[39,1],[42,1],[45,1]]","g":"[[39,1],[42,1],[45,1]]","get":"[[265,4],[310,4],[64,4],[291,4],[280,4],[269,4],[267,4],[266,4],[188,4],[225,3],[227,3],[229,3],[230,3],[231,3],[239,3],[222,3],[241,3],[242,3],[224,3],[268,3],[270,3],[375,3],[240,3],[223,3],[384,3],[207,3],[74,3],[113,3],[121,3],[135,3],[142,3],[143,3],[144,3],[161,3],[376,3],[169,3],[162,3],[171,3],[179,3],[195,3],[196,3],[204,3],[205,3],[206,3],[170,3],[228,2],[226,2],[45,1],[42,1],[39,1]]","values":"[[135,1005],[39,1],[42,1],[45,1],[128,1],[132,1]]","id_name":"[[39,1],[42,1],[45,1]]","instead":"[[39,1],[42,1],[45,1]]","getvalues":"[[39,1],[42,1],[45,1]]","extension":"[[45,3],[103,3],[102,3],[100,3],[98,3],[96,3],[94,3],[104,3],[93,3],[90,3],[88,3],[86,3],[84,3],[82,3],[92,3],[105,3],[83,2]]","_public":"[[45,1],[249,1],[250,1],[339,1],[340,1],[341,1],[342,1],[343,1],[247,1],[350,1],[357,1],[363,1],[383,1],[390,1],[396,1],[402,1],[408,1],[356,1],[452,1],[242,1],[105,1],[52,1],[82,1],[83,1],[84,1],[86,1],[88,1],[90,1],[181,1],[92,1],[94,1],[96,1],[98,1],[100,1],[102,1],[103,1],[104,1],[93,1],[453,1]]","string":"[[90,1023],[100,1023],[96,1023],[86,1023],[263,1020],[261,1020],[88,1015],[84,1015],[94,1015],[98,1015],[408,45],[76,21],[79,21],[377,12],[246,12],[366,12],[380,12],[249,12],[360,12],[340,10],[342,10],[341,10],[465,10],[343,10],[336,9],[333,9],[205,8],[206,8],[224,8],[171,8],[196,8],[376,8],[144,8],[143,8],[142,8],[375,8],[52,8],[169,8],[260,6],[262,6],[264,6],[265,6],[266,6],[258,6],[251,6],[45,6],[291,6],[232,6],[188,6],[310,6],[74,6],[235,6],[280,6],[330,5],[328,5],[327,5],[325,5],[323,5],[321,5],[350,5],[356,5],[357,5],[363,5],[383,5],[396,5],[402,5],[440,5],[452,5],[453,5],[339,5],[320,5],[491,5],[313,5],[66,5],[67,5],[85,5],[87,5],[89,5],[91,5],[95,5],[97,5],[99,5],[101,5],[105,5],[153,5],[179,5],[187,5],[151,5],[309,5],[231,5],[268,5],[279,5],[283,5],[294,5],[290,5],[344,4],[347,4],[405,3],[399,3],[443,2],[446,2],[449,2],[57,2],[459,2],[54,2],[295,1],[485,1],[298,1],[314,1],[301,1],[303,1],[181,1],[284,1],[273,1]]","return":"[[249,2],[45,1],[321,1],[323,1],[325,1],[327,1],[328,1],[330,1],[339,1],[340,1],[341,1],[342,1],[343,1],[350,1],[313,1],[356,1],[363,1],[383,1],[390,1],[396,1],[402,1],[408,1],[415,1],[427,1],[428,1],[452,1],[453,1],[466,1],[478,1],[357,1],[312,1],[311,1],[301,1],[65,1],[66,1],[67,1],[93,1],[102,1],[104,1],[105,1],[151,1],[153,1],[180,1],[232,1],[235,1],[243,1],[244,1],[245,1],[246,1],[247,1],[248,1],[250,1],[271,1],[272,1],[281,1],[282,1],[283,1],[292,1],[293,1],[294,1],[479,1],[492,1]]","value":"[[144,1010],[250,7],[162,3],[169,3],[170,3],[171,3],[376,3],[375,3],[195,3],[196,3],[206,3],[207,3],[224,3],[225,3],[227,3],[249,3],[205,3],[161,3],[222,3],[384,3],[143,3],[142,3],[113,3],[245,2],[301,2],[246,2],[327,1],[325,1],[323,1],[321,1],[313,1],[312,1],[311,1],[310,1],[328,1],[302,1],[298,1],[295,1],[294,1],[293,1],[292,1],[291,1],[478,1],[330,1],[340,1],[383,1],[390,1],[396,1],[402,1],[408,1],[363,1],[415,1],[357,1],[427,1],[428,1],[440,1],[283,1],[356,1],[452,1],[453,1],[350,1],[466,1],[343,1],[342,1],[341,1],[339,1],[282,1],[45,1],[280,1],[223,1],[204,1],[188,1],[180,1],[179,1],[153,1],[151,1],[140,1],[136,1],[135,1],[121,1],[105,1],[104,1],[102,1],[74,1],[67,1],[66,1],[65,1],[64,1],[226,1],[228,1],[229,1],[230,1],[272,1],[271,1],[270,1],[269,1],[268,1],[267,1],[266,1],[265,1],[479,1],[281,1],[248,1],[244,1],[243,1],[242,1],[241,1],[240,1],[239,1],[235,1],[232,1],[231,1],[247,1],[492,1]]","suppressmessage":"[[52,8],[247,4],[250,4],[242,3],[249,3]]","microsoft":"[[52,8],[247,4],[250,4],[242,3],[249,3]]","globalization":"[[52,4]]","ca1303":"[[52,4]]","do":"[[52,4]]","pass":"[[52,4]]","literals":"[[52,8]]","localized":"[[52,8]]","messageid":"[[52,8]]","edoka":"[[52,4]]","ctor":"[[52,4]]","system":"[[52,4]]","justification":"[[52,8],[247,4],[250,4],[242,3],[249,3]]","end":"[[52,4]]","users":"[[52,4]]","may":"[[52,4]]","choose":"[[52,4]]","merge":"[[52,4]]","existing":"[[52,4]]","resources":"[[52,4]]","naming":"[[52,4]]","ca2204":"[[52,4]]","spelled":"[[52,4]]","correctly":"[[52,4]]","bsonspec":"[[52,4]]","part":"[[52,4],[99,3],[101,3],[76,2],[79,2],[98,1],[100,1]]","controllers":"[[53,1002],[332,1002],[415,2],[409,2],[408,2],[492,2],[402,2],[396,2],[390,2],[383,2],[377,2],[376,2],[375,2],[369,2],[363,2],[384,2],[421,2],[427,2],[428,2],[434,2],[440,2],[446,2],[452,2],[453,2],[459,2],[465,2],[466,2],[472,2],[478,2],[479,2],[485,2],[491,2],[357,2],[356,2],[505,2],[343,2],[54,2],[67,2],[339,2],[350,2],[333,2],[341,2],[340,2],[62,2],[66,2],[342,2],[64,2],[344,2],[60,2],[65,2],[449,1],[352,1],[451,1],[63,1],[454,1],[455,1],[450,1],[448,1],[444,1],[445,1],[443,1],[442,1],[441,1],[439,1],[438,1],[437,1],[436,1],[435,1],[433,1],[432,1],[431,1],[430,1],[429,1],[447,1],[456,1],[460,1],[458,1],[490,1],[489,1],[488,1],[487,1],[486,1],[55,1],[484,1],[483,1],[482,1],[481,1],[480,1],[56,1],[57,1],[477,1],[457,1],[476,1],[474,1],[473,1],[58,1],[471,1],[470,1],[469,1],[468,1],[467,1],[59,1],[464,1],[463,1],[462,1],[461,1],[61,1],[475,1],[426,1],[422,1],[424,1],[386,1],[385,1],[382,1],[381,1],[380,1],[379,1],[378,1],[345,1],[346,1],[374,1],[373,1],[372,1],[371,1],[370,1],[387,1],[347,1],[367,1],[366,1],[365,1],[364,1],[348,1],[362,1],[361,1],[360,1],[359,1],[358,1],[349,1],[355,1],[354,1],[353,1],[368,1],[425,1],[388,1],[391,1],[423,1],[351,1],[334,1],[420,1],[419,1],[418,1],[417,1],[416,1],[335,1],[414,1],[413,1],[412,1],[411,1],[410,1],[389,1],[336,1],[407,1],[406,1],[338,1],[404,1],[403,1],[401,1],[400,1],[399,1],[398,1],[397,1],[395,1],[394,1],[393,1],[392,1],[337,1],[405,1]]","helpcontroller":"[[54,1008],[60,1006],[62,1006],[61,1005],[63,1005],[55,1004],[56,1004],[57,1004],[58,1004],[59,1004],[64,1003],[65,1003],[66,1003],[67,1003],[53,1]]","controller":"[[54,5],[409,4],[264,3],[262,3],[251,3],[263,2],[261,2],[260,2],[258,2],[265,2],[255,1],[246,1],[100,1],[98,1],[96,1],[94,1],[90,1],[88,1],[86,1],[84,1],[249,1],[53,1]]","handle":"[[53,1],[54,1]]","inherits":"[[54,1],[68,1],[107,1],[114,1],[122,1],[128,1],[155,1],[181,1],[208,1],[333,1],[344,1],[377,1],[409,1],[446,1],[498,1]]","extends":"[[54,1],[68,1],[107,1],[114,1],[122,1],[128,1],[155,1],[181,1],[208,1],[333,1],[344,1],[377,1],[409,1],[446,1],[498,1]]","constructors":"[[54,1],[114,1],[128,1],[172,1],[181,1],[197,1],[215,1],[232,1],[251,1],[273,1],[284,1],[303,1],[314,1],[459,1],[485,1]]","configuration":"[[64,1006],[54,1],[58,1],[104,1]]","index":"[[65,1006],[415,1006],[54,1],[57,1],[387,1],[393,1],[409,1],[412,1]]","resourcemodel":"[[67,1006],[57,1],[54,1]]","constructor":"[[60,1002],[320,1002],[309,1002],[290,1002],[279,1002],[264,1002],[263,1002],[262,1002],[261,1002],[260,1002],[465,1002],[258,1002],[259,1002],[238,1002],[221,1002],[203,1002],[187,1002],[178,1002],[134,1002],[120,1002],[63,1002],[62,1002],[61,1002],[257,1002],[491,1002],[295,1],[298,1],[301,1]]","new":"[[258,5],[262,5],[264,5],[260,5],[251,4],[259,2],[257,2],[238,2],[263,2],[221,2],[279,2],[320,2],[261,2],[290,1],[309,1],[314,1],[273,1],[60,1],[232,1],[215,1],[203,1],[187,1],[178,1],[134,1],[120,1],[62,1],[465,1],[491,1]]","overload":"[[61,1],[326,1],[324,1],[322,1],[264,1],[262,1],[260,1],[258,1],[154,1],[329,1],[152,1],[99,1],[97,1],[95,1],[91,1],[89,1],[87,1],[85,1],[63,1],[101,1],[331,1]]","property":"[[228,1006],[64,1005],[225,1005],[226,1005],[227,1005],[229,1005],[230,1005],[231,1005],[239,1005],[240,1005],[241,1005],[242,1005],[265,1005],[266,1005],[267,1005],[268,1005],[269,1005],[270,1005],[280,1005],[291,1005],[310,1005],[375,1005],[224,1005],[376,1005],[223,1005],[170,1005],[74,1005],[113,1005],[121,1005],[135,1005],[142,1005],[143,1005],[144,1005],[161,1005],[162,1005],[169,1005],[384,1005],[171,1005],[179,1005],[188,1005],[195,1005],[196,1005],[204,1005],[205,1005],[206,1005],[207,1005],[222,1005],[215,1],[219,1]]","actionresult":"[[65,5],[66,5],[67,5],[415,5]]","apiid":"[[66,5]]","modelname":"[[67,5]]","arearegistration":"[[68,4]]","areaname":"[[74,1006],[72,1],[68,1]]","registerarea":"[[75,1006],[71,1],[68,1]]","arearegistrationcontext":"[[75,5],[71,1],[68,1]]","readonly":"[[74,1],[226,1],[228,1]]","overrides":"[[74,1],[75,1],[271,1],[272,1],[281,1],[282,1],[283,1],[292,1],[293,1],[294,1],[311,1],[312,1],[313,1]]","override":"[[74,1],[75,1],[242,1],[271,1],[272,1],[281,1],[282,1],[283,1],[292,1],[293,1],[294,1],[311,1],[312,1],[313,1]]","context":"[[75,5]]","gethelppageapimodel":"[[105,1006],[79,1],[76,1]]","gets":"[[215,10],[219,10],[232,8],[255,5],[251,5],[236,4],[235,4],[76,3],[79,3],[223,1],[267,1],[266,1],[265,1],[102,1],[247,1],[245,1],[244,1],[243,1],[242,1],[241,1],[222,1],[240,1],[104,1],[105,1],[268,1],[231,1],[230,1],[229,1],[228,1],[227,1],[226,1],[225,1],[224,1],[239,1],[270,1]]","model":"[[76,3],[79,3],[105,2],[106,2],[215,2],[104,1],[163,1],[172,1],[214,1],[219,1],[231,1]]","displayed":"[[76,1],[79,1],[105,1],[214,1],[215,1]]","initialized":"[[76,1],[79,1],[105,1]]","first":"[[76,1],[79,1],[105,1],[232,1],[235,1],[247,1]]","call":"[[76,1],[79,1],[105,1]]","cached":"[[76,1],[79,1],[105,1]]","subsequent":"[[76,1],[79,1],[105,1]]","calls":"[[76,1],[79,1],[105,1]]","gethelppagesamplegenerator":"[[102,1006],[79,1],[76,1]]","generator":"[[76,3],[79,3],[102,2],[103,2],[104,1]]","getmodeldescriptiongenerator":"[[104,1006],[79,1],[76,1]]","setactualrequesttype":"[[94,1006],[96,1006],[95,1004],[97,1004],[76,2],[79,2]]","specifies":"[[76,4],[79,4],[95,3],[97,3],[99,3],[101,3],[94,1],[96,1],[98,1],[100,1]]","actual":"[[76,4],[79,4],[95,3],[97,3],[99,3],[101,3],[94,1],[96,1],[98,1],[100,1],[232,1],[235,1],[248,1]]","objectcontent":"[[76,4],[79,4],[95,3],[97,3],[99,3],[101,3],[94,1],[96,1],[98,1],[100,1],[232,1],[235,1],[248,1]]","t":"[[295,6],[298,6],[301,6],[76,4],[79,4],[95,3],[97,3],[99,3],[101,3],[94,1],[96,1],[98,1],[100,1],[232,1],[235,1],[248,1]]","passed":"[[95,3],[97,3],[76,2],[79,2],[94,1],[96,1],[232,1],[235,1],[248,1]]","httprequestmessage":"[[491,5],[76,4],[79,4],[95,3],[97,3],[99,3],[101,3],[232,3],[235,2],[94,1],[96,1],[98,1],[485,1],[236,1],[239,1],[248,1],[249,1],[100,1]]","action":"[[76,8],[79,8],[262,3],[251,3],[101,3],[264,3],[97,3],[95,3],[91,3],[99,3],[89,3],[85,3],[87,3],[266,2],[258,2],[84,2],[249,2],[263,2],[90,2],[235,2],[232,2],[86,2],[100,2],[98,2],[88,2],[96,2],[94,2],[260,2],[261,2],[246,1],[248,1],[255,1],[93,1]]","information":"[[76,4],[79,4],[95,3],[97,3],[99,3],[101,3],[94,1],[96,1],[98,1],[100,1]]","produce":"[[76,5],[79,5],[95,3],[97,3],[99,3],[101,3],[83,1],[94,1],[96,1],[98,1],[100,1]]","more":"[[76,4],[79,4],[95,3],[97,3],[99,3],[101,3],[94,1],[96,1],[98,1],[100,1]]","accurate":"[[76,4],[79,4],[95,3],[97,3],[99,3],[101,3],[94,1],[96,1],[98,1],[100,1]]","params":"[[76,4],[79,4],[85,1],[86,1],[87,1],[89,1],[90,1],[91,1],[95,1],[96,1],[97,1],[99,1],[100,1],[101,1]]","setactualresponsetype":"[[98,1006],[100,1006],[99,1004],[101,1004],[76,2],[79,2]]","returned":"[[99,3],[101,3],[76,2],[79,2],[98,1],[100,1]]","setdocumentationprovider":"[[82,1006],[79,1],[76,1]]","sets":"[[76,9],[79,9],[219,5],[215,5],[85,3],[87,3],[89,3],[91,3],[224,1],[223,1],[222,1],[103,1],[93,1],[90,1],[225,1],[88,1],[86,1],[84,1],[83,1],[82,1],[92,1],[227,1]]","provider":"[[82,2],[79,1],[76,1]]","sethelppagesamplegenerator":"[[103,1006],[79,1],[76,1]]","setsampleformediatype":"[[92,1006],[79,1],[76,1]]","mediatypeheadervalue":"[[84,1007],[259,1007],[86,1007],[257,1007],[88,1007],[90,1007],[263,1006],[76,6],[267,6],[79,6],[92,5],[93,5],[229,5],[230,5],[250,5],[246,4],[243,4],[244,4],[245,4],[264,3],[262,3],[251,3],[260,3],[258,3],[91,2],[87,2],[89,2],[235,2],[85,2],[232,2]]","directly":"[[76,6],[79,6],[85,3],[87,3],[89,3],[91,3],[232,2],[236,1],[235,1],[93,1],[90,1],[240,1],[88,1],[86,1],[84,1],[92,1],[246,1]]","actions":"[[76,2],[79,2],[92,1],[93,1],[232,1],[236,1],[240,1]]","specified":"[[76,6],[79,6],[85,3],[87,3],[89,3],[91,3],[84,1],[86,1],[88,1],[90,1],[92,1],[93,1]]","media":"[[76,6],[79,6],[260,4],[258,4],[251,4],[264,4],[85,3],[262,3],[87,3],[89,3],[91,3],[263,2],[259,2],[257,2],[267,2],[93,2],[92,2],[90,2],[88,2],[86,2],[84,2],[246,1],[250,1],[243,1],[255,1],[245,1],[244,1]]","setsamplefortype":"[[93,1006],[79,1],[76,1]]","setsampleobjects":"[[83,1005],[79,1],[76,1]]","idictionary":"[[229,5],[230,5],[239,5],[240,5],[241,5],[83,4],[243,4],[244,4],[245,4],[295,2],[298,2],[301,2],[76,1],[79,1]]","typeobject":"[[76,1],[79,1]]","objects":"[[232,3],[236,3],[83,2],[76,1],[79,1],[240,1],[241,1],[242,1]]","formatters":"[[249,5],[232,3],[236,2],[76,1],[79,1],[83,1],[235,1],[241,1],[242,1],[247,1]]","setsamplerequest":"[[84,1006],[86,1006],[85,1004],[87,1004],[76,2],[79,2]]","setsampleresponse":"[[88,1006],[90,1006],[89,1004],[91,1004],[76,2],[79,2]]","specific":"[[91,2],[76,1],[79,1],[89,1],[90,1]]","documentationprovider":"[[82,5]]","sampleobjects":"[[241,1005],[83,4],[232,2],[235,1],[236,1],[247,1]]","does":"[[83,1],[270,1],[268,1],[263,1],[261,1],[249,1],[246,1],[245,1],[244,1],[243,1],[242,1],[241,1],[240,1],[239,1],[231,1],[230,1],[229,1],[228,1],[226,1],[223,1],[204,1],[179,1],[135,1],[121,1],[466,1],[492,1]]","support":"[[83,1],[270,1],[268,1],[263,1],[261,1],[249,1],[246,1],[245,1],[244,1],[243,1],[242,1],[241,1],[240,1],[239,1],[231,1],[230,1],[229,1],[228,1],[226,1],[223,1],[204,1],[179,1],[135,1],[121,1],[466,1],[492,1]]","generic":"[[242,4],[83,1],[270,1],[268,1],[263,1],[261,1],[249,1],[246,1],[245,1],[244,1],[243,1],[241,1],[240,1],[239,1],[231,1],[230,1],[229,1],[228,1],[226,1],[223,1],[204,1],[179,1],[135,1],[121,1],[466,1],[492,1]]","types":"[[301,6],[298,6],[295,6],[242,4],[239,2],[83,1],[270,1],[268,1],[263,1],[261,1],[249,1],[246,1],[245,1],[244,1],[243,1],[241,1],[240,1],[236,1],[232,1],[231,1],[230,1],[229,1],[228,1],[226,1],[223,1],[204,1],[179,1],[172,1],[135,1],[121,1],[106,1],[466,1],[492,1]]","mediatype":"[[267,1006],[84,5],[86,5],[88,5],[90,5],[92,5],[93,5],[250,5],[257,5],[259,5],[246,4],[263,4],[251,1],[255,1]]","controllername":"[[265,1006],[84,5],[86,5],[88,5],[90,5],[94,5],[96,5],[98,5],[100,5],[246,4],[249,4],[261,4],[263,4],[251,1],[255,1]]","actionname":"[[266,1006],[84,5],[86,5],[88,5],[90,5],[94,5],[96,5],[98,5],[100,5],[246,4],[249,4],[261,4],[263,4],[251,1],[255,1]]","paramarray":"[[86,1],[90,1],[96,1],[100,1]]","parameternames":"[[268,1005],[86,5],[90,5],[96,5],[100,5],[246,4],[249,4],[261,4],[263,4],[251,1],[255,1]]","array":"[[86,2],[90,2],[96,2],[100,2],[428,1],[479,1]]","parameter":"[[262,3],[251,3],[264,3],[263,2],[261,2],[260,2],[258,2],[249,2],[86,1],[255,1],[246,1],[232,1],[226,1],[219,1],[215,1],[100,1],[96,1],[93,1],[90,1],[235,1],[268,1]]","names":"[[251,3],[262,3],[264,3],[258,2],[260,2],[261,2],[263,2],[86,1],[90,1],[96,1],[100,1],[246,1],[249,1],[255,1],[268,1]]","samplegenerator":"[[103,5]]","modeldescriptiongenerator":"[[172,1007],[178,1006],[173,1004],[174,1004],[175,1004],[176,1004],[177,1004],[179,1003],[180,1003],[104,6],[106,1]]","apidescriptionid":"[[105,5]]","helppageapimodel":"[[215,1008],[221,1007],[216,1004],[217,1004],[218,1004],[219,1004],[220,1004],[222,1003],[229,1003],[228,1003],[227,1003],[226,1003],[231,1003],[224,1003],[223,1003],[230,1003],[225,1003],[105,6],[214,1]]","modeldescriptions":"[[106,1002],[155,5],[122,5],[107,4],[128,4],[208,4],[114,4],[169,2],[189,2],[188,2],[142,2],[143,2],[144,2],[145,2],[187,2],[181,2],[153,2],[136,2],[180,2],[179,2],[178,2],[161,2],[162,2],[163,2],[172,2],[171,2],[151,2],[135,2],[170,2],[205,2],[203,2],[120,2],[195,2],[134,2],[196,2],[197,2],[121,2],[206,2],[207,2],[204,2],[113,2],[177,1],[209,1],[210,1],[175,1],[174,1],[173,1],[211,1],[212,1],[176,1],[193,1],[182,1],[184,1],[185,1],[186,1],[202,1],[201,1],[200,1],[199,1],[198,1],[190,1],[192,1],[194,1],[183,1],[191,1],[160,1],[167,1],[131,1],[130,1],[129,1],[127,1],[126,1],[125,1],[124,1],[123,1],[132,1],[119,1],[117,1],[116,1],[115,1],[112,1],[111,1],[110,1],[109,1],[108,1],[118,1],[168,1],[133,1],[138,1],[166,1],[165,1],[164,1],[213,1],[159,1],[158,1],[157,1],[156,1],[137,1],[154,1],[150,1],[149,1],[148,1],[147,1],[146,1],[141,1],[140,1],[139,1],[152,1],[505,1]]","collectionmodeldescription":"[[107,1007],[108,1004],[109,1004],[110,1004],[111,1004],[112,1004],[113,1003],[106,1]]","complextypemodeldescription":"[[114,1008],[120,1006],[115,1004],[116,1004],[117,1004],[118,1004],[119,1004],[121,1003],[106,1]]","dictionarymodeldescription":"[[122,1007],[123,1004],[124,1004],[125,1004],[126,1004],[127,1004],[106,1],[155,1]]","enumtypemodeldescription":"[[128,1008],[134,1006],[129,1004],[130,1004],[131,1004],[132,1004],[133,1004],[135,1003],[106,1]]","enumvaluedescription":"[[136,1006],[137,1004],[138,1004],[139,1004],[140,1004],[141,1004],[142,1003],[143,1003],[144,1003],[135,5],[106,1]]","keyvaluepairmodeldescription":"[[155,1007],[156,1004],[157,1004],[158,1004],[159,1004],[160,1004],[161,1003],[162,1003],[122,7],[126,2],[106,1]]","modeldescription":"[[163,1006],[165,1004],[168,1004],[167,1004],[166,1004],[164,1004],[171,1003],[170,1003],[169,1003],[225,9],[227,9],[161,8],[162,8],[128,8],[208,8],[207,8],[114,8],[113,8],[155,8],[107,8],[179,5],[180,5],[122,4],[159,3],[212,3],[111,3],[118,3],[126,3],[132,3],[215,2],[219,2],[106,2],[181,1]]","describes":"[[215,4],[219,4],[106,1],[163,1],[222,1],[223,1],[225,1],[227,1]]","descriptions":"[[215,2],[219,2],[106,1],[172,1],[226,1],[228,1]]","modelnameattribute":"[[181,1007],[187,1006],[182,1004],[183,1004],[184,1004],[185,1004],[186,1004],[188,1003],[106,1]]","attribute":"[[195,8],[181,5],[106,1]]","change":"[[106,1],[181,1]]","parameterannotation":"[[189,1006],[190,1004],[191,1004],[192,1004],[193,1004],[194,1004],[195,1003],[196,1003],[204,5],[106,1]]","parameterdescription":"[[197,1007],[203,1006],[198,1004],[199,1004],[200,1004],[201,1004],[202,1004],[207,1003],[204,1003],[205,1003],[206,1003],[223,6],[228,5],[121,5],[226,5],[215,1],[219,1],[106,1]]","simpletypemodeldescription":"[[208,1007],[209,1004],[210,1004],[211,1004],[212,1004],[213,1004],[106,1]]","interfaces":"[[106,1],[332,1]]","imodeldocumentationprovider":"[[145,1006],[146,1004],[147,1004],[148,1004],[149,1004],[150,1004],[151,1003],[152,1003],[153,1003],[154,1003],[314,4],[106,1]]","inherited":"[[122,5],[126,5],[181,4],[107,3],[111,3],[114,3],[118,3],[128,3],[132,3],[155,3],[159,3],[208,3],[212,3]]","elementdescription":"[[113,1007],[111,1],[107,1]]","modeltype":"[[170,1007],[180,5],[107,1],[111,1],[114,1],[118,1],[122,1],[126,1],[128,1],[132,1],[155,1],[159,1],[163,1],[167,1],[208,1],[212,1]]","inheritance":"[[107,1],[114,1],[122,1],[128,1],[155,1],[208,1]]","hierarchy":"[[107,1],[114,1],[122,1],[128,1],[155,1],[208,1]]","collection":"[[223,6],[121,5],[135,5],[204,5],[231,5],[249,4],[215,1],[219,1],[232,1],[235,1],[242,1]]","keymodeldescription":"[[161,1007],[122,1],[126,1],[155,1],[159,1]]","valuemodeldescription":"[[162,1007],[122,1],[126,1],[155,1],[159,1]]","interface":"[[145,1006],[421,1006],[426,1],[425,1],[424,1],[423,1],[422,1],[420,1],[419,1],[418,1],[427,1],[417,1],[154,1],[153,1],[152,1],[151,1],[150,1],[149,1],[148,1],[147,1],[146,1],[416,1],[428,1]]","getdocumentation":"[[331,1007],[329,1007],[326,1007],[324,1007],[322,1007],[328,1006],[325,1006],[323,1006],[321,1006],[153,1006],[151,1006],[330,1006],[154,1004],[152,1004],[317,5],[314,5],[148,2],[145,2]]","memberinfo":"[[151,1007],[328,1007],[145,1],[148,1],[152,1],[154,1],[314,1],[317,1],[322,1],[324,1],[326,1],[329,1],[331,1]]","member":"[[151,5],[328,5]]","mustinherit":"[[163,1]]","abstract":"[[163,3]]","generatedmodels":"[[179,1005],[176,1],[172,1]]","getorcreatemodeldescription":"[[180,1006],[175,1],[172,1]]","dictionary":"[[179,5]]","attributeusage":"[[181,4]]","attributetargets":"[[181,12]]","struct":"[[181,4]]","enum":"[[181,4],[295,1],[298,1],[301,1]]","allowmultiple":"[[181,4]]","false":"[[181,8]]","notinheritable":"[[181,1]]","sealed":"[[181,2]]","final":"[[181,1]]","annotationattribute":"[[195,1007],[193,1],[189,1]]","annotations":"[[204,1005],[201,1],[197,1]]","typedescription":"[[207,1007],[201,1],[197,1]]","models":"[[214,1002],[230,2],[229,2],[228,2],[227,2],[226,2],[225,2],[224,2],[231,2],[223,2],[221,2],[215,2],[222,2],[220,1],[219,1],[218,1],[217,1],[216,1],[505,1]]","initializes":"[[215,1],[221,1],[232,1],[238,1],[273,1],[279,1],[314,1],[320,1]]","instance":"[[215,1],[221,1],[232,1],[238,1],[273,1],[279,1],[314,1],[320,1]]","errormessages":"[[231,1005],[219,1],[215,1]]","error":"[[215,1],[219,1],[231,1]]","messages":"[[215,1],[219,1],[231,1]]","requestbodyparameters":"[[226,1005],[219,1],[215,1]]","body":"[[232,3],[235,3],[215,2],[219,2],[225,1],[226,1],[243,1],[244,1],[245,1]]","requestdocumentation":"[[224,1007],[219,1],[215,1]]","requestmodeldescription":"[[225,1007],[219,1],[215,1]]","resourcedescription":"[[227,1007],[219,1],[215,1]]","resource":"[[215,2],[219,2],[227,1],[228,1]]","resourceproperties":"[[228,1005],[219,1],[215,1]]","samplerequests":"[[229,1005],[219,1],[215,1]]","sampleresponses":"[[230,1005],[219,1],[215,1]]","uriparameters":"[[223,1005],[219,1],[215,1]]","ilist":"[[226,5],[228,5],[242,5],[295,3],[298,3],[301,3]]","actionsamples":"[[240,1005],[232,2],[235,1],[236,1],[246,1]]","are":"[[232,4],[236,3],[235,1],[239,1],[240,1],[241,1],[246,1]]","certain":"[[232,1],[236,1],[240,1]]","actualhttpmessagetypes":"[[239,1005],[236,1],[232,1]]","clr":"[[259,2],[260,2],[232,1],[236,1],[239,1],[246,1],[251,1],[258,1],[262,1],[264,1]]","content":"[[232,1],[236,1],[239,1]]","httpresponsemessage":"[[466,4],[492,4],[232,2],[235,1],[236,1],[239,1],[249,1]]","sampleobjectfactories":"[[242,1007],[247,5],[232,2],[235,1],[236,1]]","factories":"[[232,2],[235,1],[236,1],[242,1],[247,1]]","serialize":"[[232,1],[236,1],[242,1]]","processed":"[[232,1],[236,1],[242,1]]","order":"[[232,1],[236,1],[242,1]]","stopping":"[[232,1],[236,1],[242,1]]","when":"[[232,2],[235,1],[236,1],[242,1],[249,1]]","factory":"[[232,1],[236,1],[242,1]]","successfully":"[[232,1],[236,1],[242,1]]","returns":"[[232,1],[236,1],[242,1]]","non":"[[232,1],[236,1],[242,1]]","serialized":"[[232,2],[235,1],[236,1],[241,1],[247,1]]","getactionsample":"[[246,1005],[235,1],[232,1]]","ienumerable":"[[261,1006],[263,1006],[246,4],[249,4],[232,2],[235,2],[251,2],[258,2],[260,2],[262,2],[264,2],[295,2],[298,2],[301,2]]","mediatypeformatter":"[[250,5],[246,4],[249,4],[232,3],[235,3]]","provided":"[[232,1],[235,1],[246,1]]","through":"[[232,1],[235,1],[246,1]]","getsample":"[[245,1005],[235,1],[232,1]]","getsampleobject":"[[247,1006],[235,1],[232,1]]","look":"[[232,1],[235,1],[247,1]]","at":"[[232,1],[235,1],[247,1]]","if":"[[247,5],[235,1],[232,1]]","found":"[[232,1],[235,1],[247,1]]","try":"[[232,1],[235,1],[247,1]]","one":"[[232,1],[235,1],[247,1]]","using":"[[232,2],[235,2],[247,1],[250,1]]","defaultsampleobjectfactory":"[[232,1],[235,1],[247,1]]","which":"[[232,1],[235,1],[247,1]]","wraps":"[[232,1],[235,1],[247,1]]","other":"[[232,1],[235,1],[247,1]]","getsamplerequests":"[[243,1005],[235,1],[232,1]]","getsampleresponses":"[[244,1005],[235,1],[232,1]]","resolvehttprequestmessagetype":"[[248,1006],[235,1],[232,1]]","resolves":"[[232,2],[235,2],[248,1],[249,1]]","resolvetype":"[[249,1005],[235,1],[232,1]]","out":"[[232,1],[235,1],[249,1]]","writesampleobjectusingformatter":"[[250,1006],[235,1],[232,1]]","writes":"[[232,1],[235,1],[250,1]]","formatter":"[[250,7],[246,5],[232,1],[235,1]]","design":"[[247,4],[250,4],[242,3],[249,3]]","ca1006":"[[242,3]]","donotnestgenerictypesinmembersignatures":"[[242,3]]","appropriate":"[[242,3]]","nesting":"[[242,3]]","func":"[[242,7]]","remarks":"[[242,1]]","includes":"[[242,1]]","just":"[[242,1]]","generateobject":"[[301,1006],[242,1],[295,1],[298,1]]","initially":"[[242,1]]","insert":"[[242,1]]","0":"[[242,1],[302,1]]","add":"[[242,1]]","fallback":"[[242,1]]","keyed":"[[243,1],[244,1],[245,1]]","overridable":"[[245,1],[246,1],[247,1],[248,1],[249,1],[250,1],[323,1],[325,1]]","virtual":"[[245,2],[246,2],[247,2],[248,2],[249,2],[250,2],[323,2],[325,2]]","indicating":"[[245,1],[246,1],[249,1]]","matches":"[[246,1]]","ca1031":"[[247,4],[250,4]]","donotcatchgeneralexceptiontypes":"[[247,4],[250,4]]","even":"[[247,4]]","items":"[[247,4]]","throw":"[[247,4]]","problem":"[[247,4]]","visible":"[[247,4]]","missing":"[[247,4]]","ca1021":"[[249,3]]","avoidoutparameters":"[[249,3]]","only":"[[249,3]]","advanced":"[[249,3]]","scenarios":"[[249,3]]","byref":"[[249,1]]","exception":"[[250,4]]","recorded":"[[250,4]]","creates":"[[258,5],[260,5],[262,5],[264,5],[251,4],[257,1],[259,1],[261,1],[263,1]]","based":"[[258,5],[260,5],[262,5],[264,5],[251,4],[257,1],[259,1],[261,1],[263,1]]","parametertype":"[[269,1006],[255,1],[251,1]]","equals":"[[271,1006],[281,1006],[292,1006],[311,1006],[251,1],[254,1],[273,1],[276,1],[284,1],[287,1],[303,1],[306,1]]","gethashcode":"[[272,1006],[282,1006],[293,1006],[312,1006],[251,1],[254,1],[273,1],[276,1],[284,1],[287,1],[303,1],[306,1]]","lt":"[[261,1000],[263,1000]]","gt":"[[261,1000],[263,1000]]","hashset":"[[268,5]]","nullable":"[[270,5],[295,1],[298,1],[301,1]]","obj":"[[271,5],[281,5],[292,5],[311,5]]","boolean":"[[271,2],[281,2],[292,2],[311,2]]","bool":"[[271,3],[281,3],[292,3],[311,3]]","integer":"[[272,1],[282,1],[293,1],[312,1]]","int":"[[272,4],[282,4],[293,4],[312,4],[295,1],[298,1],[301,1]]","src":"[[280,1006],[279,5],[273,1],[277,1]]","tostring":"[[283,1006],[294,1006],[313,1006],[273,1],[276,1],[284,1],[287,1],[303,1],[306,1]]","url":"[[279,1]]","errormessage":"[[291,1006],[290,5],[284,1],[288,1]]","needs":"[[295,1],[298,1],[301,1]]","have":"[[295,1],[298,1],[301,1]]","settable":"[[295,1],[298,1],[301,1]]","currently":"[[295,1],[298,1],[301,1]]","supports":"[[295,1],[298,1],[301,1]]","simple":"[[295,2],[298,2],[301,2]]","datetime":"[[295,1],[298,1],[301,1]]","etc":"[[295,2],[298,2],[301,2]]","complex":"[[295,2],[298,2],[301,2]]","poco":"[[295,1],[298,1],[301,1]]","nullables":"[[295,1],[298,1],[301,1]]","arrays":"[[295,2],[298,2],[301,2]]","key":"[[295,1],[298,1],[301,1]]","pairs":"[[295,1],[298,1],[301,1]]","keyvaluepair":"[[295,1],[298,1],[301,1]]","tkey":"[[295,3],[298,3],[301,3]]","tvalue":"[[295,3],[298,3],[301,3]]","tuples":"[[295,1],[298,1],[301,1]]","tuple":"[[295,2],[298,2],[301,2]]","t1":"[[295,2],[298,2],[301,2]]","t2":"[[295,1],[298,1],[301,1]]","dictionaries":"[[295,1],[298,1],[301,1]]","anything":"[[295,2],[298,2],[301,2]]","deriving":"[[295,2],[298,2],[301,2]]","collections":"[[295,1],[298,1],[301,1]]","icollection":"[[295,3],[298,3],[301,3]]","queryables":"[[295,1],[298,1],[301,1]]","iqueryable":"[[295,2],[298,2],[301,2]]","enumeration":"[[302,1002]]","implements":"[[314,2],[459,2],[472,2],[485,2]]","httpcontrollerdescriptor":"[[321,1007],[314,1],[317,1],[322,1],[324,1],[326,1],[329,1],[331,1]]","httpactiondescriptor":"[[323,1007],[327,5],[314,2],[317,2],[322,1],[324,1],[326,1],[329,1],[331,1]]","httpparameterdescriptor":"[[325,1007],[314,1],[317,1],[322,1],[324,1],[326,1],[329,1],[331,1]]","getresponsedocumentation":"[[327,1006],[317,1],[314,1]]","documentpath":"[[320,5]]","physical":"[[320,1]]","path":"[[320,1]]","controllerdescriptor":"[[321,5]]","actiondescriptor":"[[323,5],[327,5]]","parameterdescriptor":"[[325,5]]","antwortadressecontroller":"[[333,1006],[334,1004],[335,1004],[336,1004],[337,1004],[338,1004],[339,1003],[340,1003],[341,1003],[342,1003],[343,1003],[332,1]]","archivcontroller":"[[344,1006],[345,1004],[346,1004],[347,1004],[348,1004],[349,1004],[350,1003],[356,1003],[357,1003],[363,1003],[332,1]]","documentcontroller":"[[377,1006],[381,1004],[380,1004],[379,1004],[378,1004],[368,1004],[367,1004],[382,1004],[366,1004],[364,1004],[362,1004],[361,1004],[360,1004],[359,1004],[358,1004],[365,1004],[396,1003],[390,1003],[408,1003],[383,1003],[402,1003],[384,1003],[332,1]]","fileresult":"[[459,1007],[465,1006],[454,1004],[455,1004],[456,1004],[457,1004],[458,1004],[460,1004],[461,1004],[462,1004],[463,1004],[464,1004],[466,1003],[332,1]]","fileservice":"[[472,1006],[467,1004],[468,1004],[469,1004],[470,1004],[471,1004],[473,1004],[474,1004],[475,1004],[476,1004],[477,1004],[478,1003],[479,1003],[332,1]]","homecontroller":"[[409,1006],[393,1004],[385,1004],[386,1004],[387,1004],[388,1004],[389,1004],[391,1004],[392,1004],[414,1004],[394,1004],[395,1004],[410,1004],[411,1004],[412,1004],[413,1004],[415,1003],[332,1]]","testparam":"[[369,1006],[370,1004],[351,1004],[352,1004],[353,1004],[354,1004],[355,1004],[374,1004],[371,1004],[372,1004],[373,1004],[376,1003],[375,1003],[390,5],[366,1],[360,1],[377,1],[380,1],[332,1]]","unterschriftcontroller":"[[446,1006],[441,1004],[442,1004],[443,1004],[444,1004],[445,1004],[447,1004],[448,1004],[449,1004],[450,1004],[451,1004],[452,1003],[453,1003],[332,1]]","unterschriftresult":"[[485,1007],[491,1006],[480,1004],[481,1004],[482,1004],[483,1004],[484,1004],[486,1004],[487,1004],[488,1004],[489,1004],[490,1004],[492,1003],[332,1]]","ifileservice":"[[421,1006],[416,1004],[417,1004],[418,1004],[419,1004],[420,1004],[422,1004],[423,1004],[424,1004],[425,1004],[426,1004],[427,1003],[428,1003],[472,4],[332,1]]","apicontroller":"[[333,4],[344,4],[377,4],[446,4]]","getallmitarbeiterbymitarbeiternr":"[[342,1010],[336,1],[333,1]]","getallmitarbeiterbytgnummer":"[[341,1010],[336,1],[333,1]]","getbyid":"[[340,1010],[336,1],[333,1]]","getgetall":"[[339,1006],[336,1],[333,1]]","getmitarbeiterbyid":"[[343,1010],[336,1],[333,1]]","httpget":"[[339,4],[340,4],[341,4],[342,4],[343,4],[350,4],[356,4],[357,4],[383,4],[396,4],[402,4],[452,4],[453,4]]","route":"[[339,4],[340,4],[341,4],[342,4],[343,4],[350,4],[356,4],[357,4],[363,4],[383,4],[390,4],[396,4],[402,4],[408,4],[452,4],[453,4]]","antwortadresse":"[[339,4],[340,4],[341,4],[342,4],[343,4]]","getall":"[[339,4]]","optional":"[[408,7],[339,1],[340,1],[341,1],[342,1],[343,1],[465,1]]","outformat":"[[339,5],[340,5],[341,5],[342,5],[343,5]]","json":"[[339,2],[340,2],[341,2],[342,2],[343,2]]","ihttpactionresult":"[[339,5],[453,5],[452,5],[408,5],[402,5],[396,5],[390,5],[383,5],[363,5],[357,5],[356,5],[350,5],[343,5],[342,5],[341,5],[340,5],[459,4],[485,4]]","tgnummer":"[[341,5],[452,5],[453,5]]","mitarbeiternr":"[[342,5]]","archivdocbase64":"[[356,1006],[344,1],[347,1],[399,1],[405,1]]","archivdocfromiris":"[[363,1010],[344,1],[347,1],[399,1],[405,1]]","archivdoc_from_database":"[[350,1006],[344,1],[347,1],[399,1],[405,1]]","archiviert":"[[344,1],[347,1],[350,1]]","das":"[[344,1],[347,1],[350,1]]","dokument":"[[344,1],[347,1],[350,1]]","aus":"[[350,2],[347,1],[344,1]]","ondoc":"[[344,1],[347,1],[350,1]]","onbase":"[[350,2],[347,1],[344,1]]","checkdocid":"[[357,1010],[347,1],[344,1]]","archivedocfromdatabase":"[[350,4]]","dokid":"[[350,5],[356,5],[383,5],[396,5],[402,5]]","returncode":"[[350,1]]","200":"[[350,1]]","ok":"[[350,1]]","dokumenthandle":"[[350,1]]","param1":"[[375,1007],[354,1],[369,1],[373,1]]","param2":"[[376,1007],[354,1],[369,1],[373,1]]","archivedocbase64":"[[356,4]]","dokumentid":"[[357,5],[363,5]]","gendoc":"[[408,1010],[360,1],[366,1],[377,1],[380,1]]","getdocument":"[[383,1010],[360,1],[366,1],[377,1],[380,1]]","getdocumentjsonbody":"[[390,1010],[360,1],[366,1],[377,1],[380,1]]","getdocumentpdf":"[[396,1010],[360,1],[366,1],[377,1],[380,1]]","sendtoonbase":"[[402,1010],[360,1],[366,1],[377,1],[380,1]]","pagecollection":"[[384,1007],[361,1],[367,1],[377,1],[381,1]]","httppost":"[[363,4],[390,4],[408,4]]","frombody":"[[390,4]]","tp":"[[390,5]]","onbasecontroller":"[[397,1004],[398,1004],[399,1004],[400,1004],[401,1004],[403,1004],[404,1004],[405,1004],[406,1004],[407,1004]]","partnernr":"[[408,5]]","dokumenttypnr":"[[408,5]]","tgcreator":"[[408,5]]","tgresp":"[[408,5]]","tgul":"[[408,5]]","tgur":"[[408,5]]","faksimile":"[[408,5]]","fou":"[[408,5]]","printlogo":"[[408,5]]","getimageasbytearray":"[[428,1006],[479,1006],[418,1],[421,1],[424,1],[469,1],[472,1],[475,1]]","getimageasstream":"[[427,1006],[478,1006],[418,1],[421,1],[424,1],[469,1],[472,1],[475,1]]","stream":"[[427,5],[478,5]]","byte":"[[428,5],[479,5]]","base64image":"[[440,1006],[433,1],[434,1],[439,1]]","field":"[[440,1003]]","const":"[[440,4]]","ivborw0kggoaaaansuheugaaakqaaaa0cayaaaae05mcaaaog0leqvr4no1dcxgu1r3":"[[440,4]]","ze4mjcgbalkguax44fgu1undilqs9foovqsigrhihydcicoqwbbblv4rgxeicfvqs7":"[[440,4]]","qbwtbfs1wwaoihvbk8gjnjnedoxz3":"[[440,4]]","r3d38s3szoz18qp2fl932r3z97mm3nze":"[[440,4]]","r":"[[440,4]]","d":"[[440,4]]","lom5echpuszbd":"[[440,4]]","rwaa7ajjwo4ecc5ahoacad4h4bxasxkqiixgei3qmfwonz1ifhl3zhha0gonqfhwtmbyvk":"[[440,4]]","ses5hhyp8lrrvq8aun1gfzgan":"[[440,4]]","hybqcwoy":"[[440,4]]","bgyy2ikqg2ygyztocwaygb0cl80ycahdz3bll4icjjkcanoc8dqca7ctkswcutek8j5234ucdxyquknf4kucoata1rplclcprundecx93cntbdkjwjykzzzwes4qgygcx0kti1g1":"[[440,4]]","idvfgh0ckuivkesalnvwyf0sjwoyfria9gpwtziic95uqqdibxmkgx8muihkygc":"[[440,4]]","tempa02pagtmu7byohedxzgetcsnoe0voziykgzyz4mnzbt40hcvrszcbssmedhs":"[[440,4]]","qyej8tawa0oqo21ozhikiyerlkzjgksagfuxkhglkiyula92ytrnnpima5ivekkib8bbg6xsvf7naemowtlj3lrvribwwmdmqydeifkvruqcsaaf0xs0ciy78likv5ct8ihvzdr45axhraviz9uazlobzaryo8gyyclrmiqkv5cvzxmrr9dxrrbpdzkjbn27mt8qoqljyxd3fg0zysblvmg9nbimg6ircifag62uu0encvj5zazb1ria3p54m90yjhusflzgoyjbg6phwfmi9gjscanbicze3vqkqlaabtgoxiqvahax34xnw0hsahan9us1u9wmvpx6gc8lmj1cjgwsqna":"[[440,4]]","3ge0whamab":"[[440,4]]","z37qeyvwqiqhv0iczyjnxahkjarvfftaabwc0nxamgkimk6joe2sjikmtywwalpixhtjqfje42wakwfkmrz":"[[440,4]]","hbl8l234op4auaageaknguztcai42bfi4rxmpi48ognzetlerqb8fwdj66htlt3irzo8aiep1wjsccv9i":"[[440,4]]","p7":"[[440,4]]","dwjedoyjpkk4":"[[440,4]]","qwgwfoxnyazmewunibnyxffhjvupdrzxpvf2myh":"[[440,4]]","5ofml8":"[[440,4]]","tgz2i":"[[440,4]]","ly2slfevc7krx2okeeyhthas9peb5ksrjqxs9v8pojwqnstef7z":"[[440,4]]","5totpt56mfzhxvcsbl8isdqbevm":"[[440,4]]","gpmmmn66":"[[440,4]]","wjcmhrwgwi2fghl7marpydymmol":"[[440,4]]","qrmgpbfdkpfwe9qd9ubdzamojcjysblaf":"[[440,4]]","kgfem8xqfghyapbg3psghpmapriqs8h8bopvfdbwcvsvnrkz8bcafnldiu624ttm6p2y4ot5shfkyssh5uz8q0vbyzeqpxs1i":"[[440,4]]","cmbcxb6njevuvnxri9fv3wjlhrs0mytjywauiepbryfhog7dcfeskxddc518":"[[440,4]]","fqah0m":"[[440,4]]","l7owfqfrvjjdd9o1x9kgiyuisjavzxf4g8aaafsanghwvkjj3yhj":"[[440,4]]","jtn6ugn4howf1nchrnqxakd":"[[440,4]]","ugmxglytvv":"[[440,4]]","v0nzypodx0rs1epyq":"[[440,4]]","ptzvy0c8svktfgegcax":"[[440,4]]","haec":"[[440,4]]","mswlqpgqmfvtew0pkat5vjlunf9yqjplhmj5":"[[440,4]]","v0wy":"[[440,4]]","jvomojj6wpffyu7g":"[[440,4]]","phn":"[[440,4]]","upt5s":"[[440,4]]","3x":"[[440,4]]","dctej470apqwa3cbhtpeherxj":"[[440,4]]","utoiojy":"[[440,4]]","bnaytadov6f0ch62ma62mwfahghotztmn7n7hd9lgaqd8az3b":"[[440,4]]","jzohegwfsbxaz":"[[440,4]]","w02":"[[440,4]]","hzymz":"[[440,4]]","tvl5qezkh":"[[440,4]]","q2jxzuqwbmur8a":"[[440,4]]","yqjn6nptfno0hyssjt7tejyopbdjhuo1xeuphxer4lvyfjgxhn3ethmav8smv4iwvvag1lrtb4gsjrds6ecyg6nhrpp1509vcnvobgiruxvur6fmys3sptguj2ayrellv5crqenz4bvvmsanal5aydxawnvzmd4vsqnunqo528vy8fzptli91qseyvt02m5idkqjbti2xeucn0mil2bpbqstkckys9gh3ybztxnlggxsg5hj57iiqrdximjyodqowbyijsqsfm4krklw5jxzclajparevsnv0fw5mrsq4o6ay":"[[440,4]]","ue4r2dfvuzv7anaqzkyqyfkyp2ue1p5jqwzr0crv":"[[440,4]]","rzoyrqhp4sgzbrgmhvdjzhytl0lixm60wyxdn4soyxrdus38":"[[440,4]]","jt5bq9iqvt1qrhxbnvqgewyiud8v9q":"[[440,4]]","ne9jgekqz2udzefvyzhvvidbyr5rzzz6gdashlomefet2e":"[[440,4]]","5ocoxjxvjmar8gpnkkkdnb3lac4unanmucsjdp3xlvycurpbkfhrglczwfmtfxnvjklhdjcjwahu":"[[440,4]]","4ov92r4c6ev4e7xeir0gulx0pe21noso4jfhk93k73imvcwdpgf4":"[[440,4]]","xwalxruo5aqoko":"[[440,4]]","jxjuc02ii":"[[440,4]]","l8iy4h3fv4":"[[440,4]]","tdna1hnwthoqekcqhdnjv":"[[440,4]]","b99evxnxo5nxokmio3uunjox6xch8aq":"[[440,4]]","glhpae3fiqitsvszeccv0nad5hjjaafviubtw":"[[440,4]]","12y":"[[440,4]]","watxi2yjonaal9m":"[[440,4]]","k5ckboettrsh7qvtmphfjzonlvqijhbkjsb0tn5xngwzrbdug":"[[440,4]]","rtkakjs5kchnkrmiqke3rizki":"[[440,4]]","zrkedlxbu6hirokx":"[[440,4]]","lum5powg60kftcm":"[[440,4]]","abgncudvopfsefa":"[[440,4]]","yojbg":"[[440,4]]","vp9t5fe0giwryzsmd5tki90hkmdukk245xk0":"[[440,4]]","qvogvj2eahgetlvdhsscuatm40zvsqekiquuoinpqu4wk9dqogg":"[[440,4]]","mn0ke":"[[440,4]]","i6o0hbvkz":"[[440,4]]","xiuf0t":"[[440,4]]","hnzvlvdprnqn80o11ffsf0v7cqxvpbmzoxcc972j4z":"[[440,4]]","rohzlaprgg30to1wno7czhhr":"[[440,4]]","i21vo3ppzzjojg":"[[440,4]]","cftsfw7":"[[440,4]]","wdnxeeqw":"[[440,4]]","tofyty9gxy9sbc6ehijflkmrdnkf8xmjyxg51zod2nh6uafq5mutiifbg8vkczcxv":"[[440,4]]","p":"[[440,4]]","ciwajcwppqqfnzszois2kz4ixwawh":"[[440,4]]","hl6ftrvee5mzst4mumyrqjjkaej4xtvm":"[[440,4]]","etavn0f3xiwssoq14pclx0uzv0bbonckjti":"[[440,4]]","xrbstnyh3fwwqvpbtqs2urln":"[[440,4]]","xbf8ezfbwgusaairqruwnnqdxqw1lsj3qzc":"[[440,4]]","dybbjqltpzpmmz2":"[[440,4]]","zc95bu1rgqskvbted047qjk9lhqors":"[[440,4]]","keuvftdmrpw0jhsnhiz4fz1u10foohf0k":"[[440,4]]","70xyt1ez1opmwjx6zadtkgf8pbqczfahga8lggyl84hnic73leuvt9a6vy3hy2eoxgewcpqhr2ozvge8libvrh":"[[440,4]]","sz2dea1dggn7kxhjebrx3idh59l":"[[440,4]]","28":"[[440,4]]","oasghpqfddjpdf1rysym0plwtbcyhue2npw31rkvsvcsnpy0v5w7gbw":"[[440,4]]","kklsz0gwwje4f5stvrsbxge17epnu":"[[440,4]]","5m0m0tiso4pjh0utigj2q":"[[440,4]]","ph0hamdysxyfakfabxt5ge":"[[440,4]]","c7kev3xfcqycmzqxspfp5q8rkbbv":"[[440,4]]","hvkoduzu":"[[440,4]]","gjhdcqpnritvmxuyayar0df2ec96dhkagjkqhshtfz9bung53htcjc2zrfjrkhebvvzobqajklcyrfxyn8z":"[[440,4]]","eyuppmskwrqljvp2a9gigcvn3ckncende11hlp93":"[[440,4]]","pgwpkg9xzasmfhxjdxsy0racfnmqw2iqvhzdfuxyyk3oqnb6laikjr4sv0wph3wzxl12jx4yngkdi8uosbqupayi1ipllkitwzttsxuks":"[[440,4]]","iy20ijmbskd9hjvx1wz8deqxn9mrt":"[[440,4]]","nuzz072z30vktiovcojutdywxgbiby":"[[440,4]]","kby":"[[440,4]]","bxpgcoxky1knexjbndk2tdcw3t0zmyld":"[[440,4]]","wyowbb1v0rpfveoi":"[[440,4]]","7mpoatqz1ggeocqmaqqu0p":"[[440,4]]","zlzwv5o2s6ty5le9vjt":"[[440,4]]","wx":"[[440,4]]","w1xfvyjbwmn7ycc1mfeudhdjmf1mffee8h4km":"[[440,4]]","o":"[[440,4]]","y3qvrcetx4d2lskj1jkkpue22tvmohcqu4xtyoj4ayx3wg5":"[[440,4]]","zwanwizndbl":"[[440,4]]","t6ryzdohonqlwb92haikktk9okvkum69ozejguw3htq60vqd":"[[440,4]]","ddka2xj87gizmai90ipu8lgwkmyyz48rw3rjdoqqubjanltskqbxd8cxjzqzardksiyjsqc31cc4mqtgacqhadv9zzrqmouzk0zotfj":"[[440,4]]","ewonp9nmlzhryhmmsdk0cqy0prquylhb6vvzgbuj89bsg1fab0qzdtzgaknm8eguqwoquiozicyuxijwt5lgn3zvkqwd0v381mgptzowx6b1d1g3":"[[440,4]]","ohva6ngiey5ztu03ixqnpimediq4zj16yz9cwa4gx":"[[440,4]]","pyhxl66qt2efyzll":"[[440,4]]","aplpgzlhpb":"[[440,4]]","ohcntl4wksxq5fdhsay6abpvndcec1xxkbgu55jn1f2tem87clmika2wz":"[[440,4]]","2p":"[[440,4]]","oulcuqbmwe7hy":"[[440,4]]","d4grxfo9edd0qxqhu5qtxzcebhhdk2ap":"[[440,4]]","6lgmaxm8ixzwy6u":"[[440,4]]","cxr":"[[440,4]]","4kero7gdj4o91fvjranjdcn":"[[440,4]]","qeooqeaakuece1j7oqohkymooaxwmpbsx":"[[440,4]]","mjrehp6mn4wa7mvgzhzd":"[[440,4]]","i":"[[440,4]]","chfdtf7ed0ykvllsfsve6a0lwo6pce2ajddx5zgna23g5pgdph0tf2nao6nmpjqzpuzfycqdhm5jzh3kyxvtlzncfoxkohcs9pppqbnkg4ohzf":"[[440,4]]","achjdkgunx2ygpo9l0hqc":"[[440,4]]","ckt6xxigmq0rvvhlkjtii9jxf2qgmmykswrtuwyjgx8q7pppxooz1zwm3thnkxgqxrdzfx1emaskvdwomg7sbhb":"[[440,4]]","n9jbcs7aoclwst0haqu7cynqcibh5uas0etjumchngmzbfep3mgl4zzxdl5":"[[440,4]]","zikjscualxtsrgdrapb":"[[440,4]]","mwjxchkxiquaaaaasuvork5cyii":"[[440,4]]","getunterschrift":"[[453,1010],[443,1],[446,1],[449,1]]","getunterschriftasbase64":"[[452,1010],[443,1],[446,1],[449,1]]","executeasync":"[[466,1005],[492,1005],[456,1],[459,1],[462,1],[482,1],[485,1],[488,1]]","cancellationtoken":"[[466,8],[492,8],[456,1],[459,1],[462,1],[482,1],[485,1],[488,1]]","filepath":"[[465,5]]","contenttype":"[[465,5]]","null":"[[465,2]]","task":"[[466,4],[492,4]]","memorystream":"[[491,5],[485,1]]","filename":"[[491,5]]","application_start":"[[504,1006],[495,1],[498,1],[501,1]]","httpapplication":"[[498,4]]","protected":"[[504,4]]","namespaces":"[[505,1]]"}; \ No newline at end of file + var nurls = 611; + var index = {"default":"[[0,1002],[295,1],[298,1],[301,1],[367,1],[379,1]]","page":"[[0,1002],[76,8],[79,8],[38,5],[95,3],[97,3],[99,3],[101,3],[103,2],[102,2],[273,1],[232,1],[215,1],[214,1],[105,1],[98,1],[284,1],[96,1],[94,1],[82,1],[54,1],[53,1],[46,1],[100,1],[303,1]]","go":"[[0,1]]","to":"[[76,8],[79,7],[97,6],[95,6],[52,5],[38,4],[232,3],[242,3],[46,3],[99,3],[101,3],[94,3],[96,3],[235,2],[83,2],[320,2],[301,2],[295,2],[100,2],[106,2],[98,2],[247,2],[251,2],[181,2],[248,2],[333,1],[379,1],[373,1],[367,1],[361,1],[355,1],[349,1],[321,1],[325,1],[332,1],[348,1],[347,1],[341,1],[327,1],[340,1],[328,1],[339,1],[323,1],[330,1],[311,1],[313,1],[269,1],[270,1],[271,1],[272,1],[273,1],[279,1],[280,1],[281,1],[282,1],[283,1],[314,1],[284,1],[291,1],[292,1],[293,1],[294,1],[298,1],[303,1],[309,1],[310,1],[385,1],[312,1],[290,1],[386,1],[430,1],[393,1],[538,1],[544,1],[545,1],[546,1],[552,1],[553,1],[559,1],[560,1],[561,1],[567,1],[568,1],[537,1],[569,1],[576,1],[577,1],[583,1],[584,1],[585,1],[591,1],[592,1],[594,1],[600,1],[601,1],[602,1],[575,1],[387,1],[531,1],[529,1],[399,1],[405,1],[411,1],[423,1],[424,1],[268,1],[436,1],[442,1],[443,1],[449,1],[455,1],[530,1],[461,1],[473,1],[479,1],[485,1],[491,1],[497,1],[503,1],[504,1],[510,1],[516,1],[517,1],[523,1],[467,1],[267,1],[0,1],[265,1],[88,1],[90,1],[92,1],[93,1],[102,1],[103,1],[104,1],[105,1],[107,1],[113,1],[86,1],[114,1],[121,1],[122,1],[128,1],[134,1],[135,1],[136,1],[142,1],[143,1],[144,1],[145,1],[120,1],[84,1],[82,1],[75,1],[2,1],[3,1],[9,1],[10,1],[16,1],[17,1],[23,1],[24,1],[30,1],[31,1],[37,1],[39,1],[45,1],[53,1],[54,1],[60,1],[62,1],[64,1],[65,1],[66,1],[67,1],[68,1],[74,1],[151,1],[266,1],[153,1],[161,1],[225,1],[226,1],[227,1],[228,1],[229,1],[230,1],[231,1],[238,1],[239,1],[240,1],[224,1],[241,1],[244,1],[245,1],[246,1],[603,1],[249,1],[250,1],[257,1],[259,1],[261,1],[263,1],[243,1],[223,1],[222,1],[221,1],[162,1],[163,1],[169,1],[170,1],[171,1],[172,1],[178,1],[179,1],[180,1],[187,1],[188,1],[189,1],[195,1],[196,1],[197,1],[203,1],[204,1],[205,1],[206,1],[207,1],[208,1],[214,1],[215,1],[155,1],[609,1]]","search":"[[1,1004],[232,2],[246,2],[235,2],[402,1],[403,1],[404,1],[405,1],[406,1],[407,1],[409,1],[401,1],[410,1],[411,1],[412,1],[413,1],[414,1],[415,1],[408,1],[400,1],[398,1],[416,1],[384,1],[385,1],[386,1],[387,1],[388,1],[389,1],[399,1],[390,1],[392,1],[393,1],[394,1],[395,1],[396,1],[397,1],[391,1],[383,1],[417,1],[419,1],[440,1],[441,1],[442,1],[443,1],[444,1],[445,1],[446,1],[447,1],[448,1],[449,1],[450,1],[451,1],[452,1],[453,1],[454,1],[439,1],[438,1],[437,1],[436,1],[420,1],[421,1],[422,1],[423,1],[424,1],[425,1],[426,1],[418,1],[427,1],[429,1],[430,1],[431,1],[432,1],[433,1],[434,1],[435,1],[428,1],[382,1],[380,1],[455,1],[328,1],[329,1],[330,1],[331,1],[332,1],[333,1],[327,1],[334,1],[336,1],[337,1],[338,1],[339,1],[340,1],[341,1],[335,1],[326,1],[325,1],[324,1],[309,1],[310,1],[311,1],[312,1],[313,1],[314,1],[315,1],[316,1],[317,1],[318,1],[319,1],[320,1],[321,1],[322,1],[323,1],[342,1],[343,1],[344,1],[345,1],[365,1],[366,1],[367,1],[368,1],[369,1],[370,1],[371,1],[372,1],[373,1],[374,1],[375,1],[376,1],[377,1],[378,1],[379,1],[364,1],[381,1],[363,1],[361,1],[346,1],[347,1],[348,1],[349,1],[350,1],[351,1],[352,1],[353,1],[354,1],[355,1],[356,1],[357,1],[358,1],[359,1],[360,1],[362,1],[456,1],[457,1],[458,1],[555,1],[556,1],[557,1],[558,1],[559,1],[560,1],[561,1],[562,1],[563,1],[564,1],[565,1],[566,1],[567,1],[568,1],[569,1],[554,1],[570,1],[553,1],[551,1],[536,1],[537,1],[538,1],[539,1],[540,1],[541,1],[542,1],[543,1],[544,1],[545,1],[546,1],[547,1],[548,1],[549,1],[550,1],[552,1],[571,1],[572,1],[573,1],[594,1],[595,1],[596,1],[597,1],[598,1],[599,1],[600,1],[601,1],[602,1],[603,1],[604,1],[605,1],[606,1],[607,1],[608,1],[593,1],[592,1],[591,1],[590,1],[574,1],[575,1],[576,1],[577,1],[578,1],[579,1],[580,1],[535,1],[581,1],[583,1],[584,1],[585,1],[586,1],[587,1],[588,1],[589,1],[582,1],[308,1],[534,1],[532,1],[478,1],[479,1],[480,1],[481,1],[482,1],[483,1],[484,1],[485,1],[486,1],[487,1],[488,1],[489,1],[490,1],[491,1],[492,1],[477,1],[493,1],[476,1],[474,1],[459,1],[460,1],[461,1],[462,1],[463,1],[464,1],[465,1],[466,1],[467,1],[468,1],[469,1],[470,1],[471,1],[472,1],[473,1],[475,1],[494,1],[495,1],[496,1],[517,1],[518,1],[519,1],[520,1],[521,1],[522,1],[523,1],[524,1],[525,1],[526,1],[527,1],[528,1],[529,1],[530,1],[531,1],[516,1],[515,1],[514,1],[513,1],[497,1],[498,1],[499,1],[500,1],[501,1],[502,1],[503,1],[533,1],[504,1],[506,1],[507,1],[508,1],[509,1],[510,1],[511,1],[512,1],[505,1],[307,1],[305,1],[609,1],[97,1],[98,1],[99,1],[100,1],[101,1],[102,1],[103,1],[104,1],[105,1],[106,1],[107,1],[108,1],[109,1],[110,1],[111,1],[96,1],[112,1],[95,1],[93,1],[78,1],[79,1],[80,1],[81,1],[82,1],[83,1],[84,1],[85,1],[86,1],[87,1],[88,1],[89,1],[90,1],[91,1],[92,1],[94,1],[77,1],[113,1],[115,1],[135,1],[136,1],[137,1],[138,1],[139,1],[140,1],[141,1],[142,1],[143,1],[144,1],[145,1],[146,1],[147,1],[148,1],[149,1],[134,1],[114,1],[133,1],[131,1],[116,1],[117,1],[118,1],[119,1],[120,1],[121,1],[122,1],[123,1],[124,1],[125,1],[126,1],[127,1],[128,1],[129,1],[130,1],[132,1],[150,1],[76,1],[74,1],[21,1],[22,1],[23,1],[24,1],[25,1],[26,1],[27,1],[28,1],[29,1],[30,1],[31,1],[32,1],[33,1],[34,1],[35,1],[20,1],[36,1],[19,1],[17,1],[2,1],[3,1],[4,1],[5,1],[6,1],[7,1],[8,1],[9,1],[10,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[18,1],[75,1],[37,1],[39,1],[59,1],[60,1],[61,1],[62,1],[63,1],[64,1],[65,1],[66,1],[67,1],[68,1],[69,1],[70,1],[71,1],[72,1],[73,1],[58,1],[38,1],[57,1],[55,1],[40,1],[41,1],[42,1],[43,1],[44,1],[45,1],[46,1],[47,1],[48,1],[49,1],[50,1],[51,1],[52,1],[53,1],[54,1],[56,1],[306,1],[151,1],[153,1],[252,1],[253,1],[254,1],[255,1],[256,1],[257,1],[258,1],[259,1],[260,1],[261,1],[262,1],[263,1],[264,1],[265,1],[266,1],[251,1],[267,1],[250,1],[248,1],[230,1],[231,1],[233,1],[234,1],[236,1],[237,1],[238,1],[239,1],[240,1],[241,1],[242,1],[243,1],[244,1],[245,1],[247,1],[249,1],[229,1],[268,1],[270,1],[290,1],[291,1],[292,1],[293,1],[294,1],[295,1],[296,1],[297,1],[298,1],[299,1],[300,1],[301,1],[302,1],[303,1],[304,1],[289,1],[269,1],[288,1],[286,1],[271,1],[272,1],[273,1],[274,1],[275,1],[276,1],[277,1],[278,1],[279,1],[280,1],[281,1],[282,1],[283,1],[284,1],[285,1],[287,1],[152,1],[228,1],[226,1],[173,1],[174,1],[175,1],[176,1],[177,1],[178,1],[179,1],[180,1],[181,1],[182,1],[183,1],[184,1],[185,1],[186,1],[187,1],[172,1],[188,1],[171,1],[169,1],[154,1],[155,1],[156,1],[157,1],[158,1],[159,1],[160,1],[161,1],[162,1],[163,1],[164,1],[165,1],[166,1],[167,1],[168,1],[170,1],[227,1],[189,1],[191,1],[211,1],[212,1],[213,1],[214,1],[215,1],[216,1],[217,1],[218,1],[219,1],[220,1],[221,1],[222,1],[223,1],[224,1],[225,1],[210,1],[190,1],[209,1],[207,1],[192,1],[193,1],[194,1],[195,1],[196,1],[197,1],[198,1],[199,1],[200,1],[201,1],[202,1],[203,1],[204,1],[205,1],[206,1],[208,1],[610,1]]","logo":"[[1,1],[403,1],[404,1],[405,1],[406,1],[407,1],[408,1],[409,1],[410,1],[411,1],[412,1],[413,1],[414,1],[415,1],[416,1],[417,1],[402,1],[418,1],[401,1],[399,1],[384,1],[385,1],[386,1],[387,1],[388,1],[389,1],[390,1],[391,1],[392,1],[393,1],[394,1],[395,1],[396,1],[397,1],[398,1],[400,1],[383,1],[419,1],[421,1],[441,1],[442,1],[443,1],[444,1],[445,1],[446,1],[447,1],[448,1],[449,1],[450,1],[451,1],[452,1],[453,1],[454,1],[455,1],[440,1],[420,1],[439,1],[437,1],[422,1],[423,1],[424,1],[425,1],[426,1],[427,1],[428,1],[429,1],[430,1],[431,1],[432,1],[433,1],[434,1],[435,1],[436,1],[438,1],[456,1],[382,1],[380,1],[327,1],[328,1],[329,1],[330,1],[331,1],[332,1],[333,1],[334,1],[335,1],[336,1],[337,1],[338,1],[339,1],[340,1],[341,1],[326,1],[342,1],[325,1],[323,1],[308,1],[309,1],[310,1],[311,1],[312,1],[313,1],[314,1],[315,1],[316,1],[317,1],[318,1],[319,1],[320,1],[321,1],[322,1],[324,1],[381,1],[343,1],[345,1],[365,1],[366,1],[367,1],[368,1],[369,1],[370,1],[371,1],[372,1],[373,1],[374,1],[375,1],[376,1],[377,1],[378,1],[379,1],[364,1],[344,1],[363,1],[361,1],[346,1],[347,1],[348,1],[349,1],[350,1],[351,1],[352,1],[353,1],[354,1],[355,1],[356,1],[357,1],[358,1],[359,1],[360,1],[362,1],[457,1],[458,1],[459,1],[556,1],[557,1],[558,1],[559,1],[560,1],[561,1],[562,1],[563,1],[564,1],[565,1],[566,1],[567,1],[568,1],[569,1],[570,1],[555,1],[571,1],[554,1],[552,1],[537,1],[538,1],[539,1],[540,1],[541,1],[542,1],[543,1],[544,1],[545,1],[546,1],[547,1],[548,1],[549,1],[550,1],[551,1],[553,1],[536,1],[572,1],[574,1],[594,1],[595,1],[596,1],[597,1],[598,1],[599,1],[600,1],[601,1],[602,1],[603,1],[604,1],[605,1],[606,1],[607,1],[608,1],[593,1],[573,1],[592,1],[590,1],[575,1],[576,1],[577,1],[578,1],[579,1],[580,1],[581,1],[582,1],[583,1],[584,1],[585,1],[586,1],[587,1],[588,1],[589,1],[591,1],[535,1],[534,1],[533,1],[479,1],[480,1],[481,1],[482,1],[483,1],[484,1],[485,1],[486,1],[487,1],[488,1],[489,1],[490,1],[491,1],[492,1],[493,1],[478,1],[494,1],[477,1],[475,1],[460,1],[461,1],[462,1],[463,1],[464,1],[465,1],[466,1],[467,1],[468,1],[469,1],[470,1],[471,1],[472,1],[473,1],[474,1],[476,1],[495,1],[496,1],[497,1],[518,1],[519,1],[520,1],[521,1],[522,1],[523,1],[524,1],[525,1],[526,1],[527,1],[528,1],[529,1],[530,1],[531,1],[532,1],[517,1],[516,1],[515,1],[514,1],[498,1],[499,1],[500,1],[501,1],[502,1],[503,1],[504,1],[307,1],[505,1],[507,1],[508,1],[509,1],[510,1],[511,1],[512,1],[513,1],[506,1],[306,1],[305,1],[304,1],[98,1],[99,1],[100,1],[101,1],[102,1],[103,1],[104,1],[105,1],[106,1],[107,1],[108,1],[109,1],[110,1],[111,1],[112,1],[97,1],[113,1],[96,1],[94,1],[79,1],[80,1],[81,1],[82,1],[83,1],[84,1],[85,1],[86,1],[87,1],[88,1],[89,1],[90,1],[91,1],[92,1],[93,1],[95,1],[78,1],[114,1],[116,1],[136,1],[137,1],[138,1],[139,1],[140,1],[141,1],[142,1],[143,1],[144,1],[145,1],[146,1],[147,1],[148,1],[149,1],[150,1],[135,1],[115,1],[134,1],[132,1],[117,1],[118,1],[119,1],[120,1],[121,1],[122,1],[123,1],[124,1],[125,1],[126,1],[127,1],[128,1],[129,1],[130,1],[131,1],[133,1],[77,1],[76,1],[75,1],[21,1],[22,1],[23,1],[24,1],[25,1],[26,1],[27,1],[28,1],[29,1],[30,1],[31,1],[32,1],[33,1],[34,1],[35,1],[20,1],[36,1],[19,1],[17,1],[2,1],[3,1],[4,1],[5,1],[6,1],[7,1],[8,1],[9,1],[10,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[18,1],[37,1],[38,1],[39,1],[60,1],[61,1],[62,1],[63,1],[64,1],[65,1],[66,1],[67,1],[68,1],[69,1],[70,1],[71,1],[72,1],[73,1],[74,1],[59,1],[58,1],[57,1],[56,1],[40,1],[41,1],[42,1],[43,1],[44,1],[45,1],[46,1],[151,1],[47,1],[49,1],[50,1],[51,1],[52,1],[53,1],[54,1],[55,1],[48,1],[609,1],[152,1],[154,1],[251,1],[252,1],[253,1],[254,1],[255,1],[256,1],[257,1],[258,1],[259,1],[260,1],[261,1],[262,1],[263,1],[264,1],[265,1],[250,1],[266,1],[249,1],[247,1],[232,1],[233,1],[234,1],[235,1],[236,1],[237,1],[238,1],[239,1],[240,1],[241,1],[242,1],[243,1],[244,1],[245,1],[246,1],[248,1],[231,1],[267,1],[269,1],[289,1],[290,1],[291,1],[292,1],[293,1],[294,1],[295,1],[296,1],[297,1],[298,1],[299,1],[300,1],[301,1],[302,1],[303,1],[288,1],[268,1],[287,1],[285,1],[270,1],[271,1],[272,1],[273,1],[274,1],[275,1],[276,1],[277,1],[278,1],[279,1],[280,1],[281,1],[282,1],[283,1],[284,1],[286,1],[230,1],[229,1],[228,1],[174,1],[175,1],[176,1],[177,1],[178,1],[179,1],[180,1],[181,1],[182,1],[183,1],[184,1],[185,1],[186,1],[187,1],[188,1],[173,1],[189,1],[172,1],[170,1],[155,1],[156,1],[157,1],[158,1],[159,1],[160,1],[161,1],[162,1],[163,1],[164,1],[165,1],[166,1],[167,1],[168,1],[169,1],[171,1],[190,1],[191,1],[192,1],[213,1],[214,1],[215,1],[216,1],[217,1],[218,1],[219,1],[220,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[212,1],[211,1],[210,1],[209,1],[193,1],[194,1],[195,1],[196,1],[197,1],[198,1],[199,1],[153,1],[200,1],[202,1],[203,1],[204,1],[205,1],[206,1],[207,1],[208,1],[201,1],[610,1]]","document":"[[320,2],[1,1],[404,1],[405,1],[406,1],[407,1],[408,1],[409,1],[410,1],[411,1],[412,1],[413,1],[414,1],[415,1],[416,1],[417,1],[403,1],[402,1],[401,1],[400,1],[385,1],[386,1],[387,1],[388,1],[389,1],[390,1],[391,1],[392,1],[393,1],[394,1],[395,1],[396,1],[397,1],[398,1],[399,1],[418,1],[419,1],[420,1],[421,1],[441,1],[442,1],[443,1],[444,1],[445,1],[446,1],[447,1],[448,1],[449,1],[450,1],[451,1],[452,1],[453,1],[454,1],[455,1],[440,1],[384,1],[439,1],[437,1],[422,1],[423,1],[424,1],[425,1],[426,1],[427,1],[428,1],[429,1],[430,1],[431,1],[432,1],[433,1],[434,1],[435,1],[436,1],[438,1],[383,1],[382,1],[381,1],[328,1],[329,1],[330,1],[331,1],[332,1],[333,1],[334,1],[335,1],[336,1],[337,1],[338,1],[339,1],[340,1],[341,1],[342,1],[327,1],[343,1],[326,1],[324,1],[308,1],[309,1],[310,1],[311,1],[312,1],[313,1],[314,1],[315,1],[316,1],[317,1],[318,1],[319,1],[321,1],[322,1],[323,1],[325,1],[456,1],[344,1],[346,1],[366,1],[367,1],[368,1],[369,1],[370,1],[371,1],[372,1],[373,1],[374,1],[375,1],[376,1],[377,1],[378,1],[379,1],[380,1],[365,1],[345,1],[364,1],[362,1],[347,1],[348,1],[349,1],[350,1],[351,1],[352,1],[353,1],[354,1],[355,1],[356,1],[357,1],[358,1],[359,1],[360,1],[361,1],[363,1],[457,1],[458,1],[459,1],[556,1],[557,1],[558,1],[559,1],[560,1],[561,1],[562,1],[563,1],[564,1],[565,1],[566,1],[567,1],[568,1],[569,1],[570,1],[555,1],[571,1],[554,1],[552,1],[537,1],[538,1],[539,1],[540,1],[541,1],[542,1],[543,1],[544,1],[545,1],[546,1],[547,1],[548,1],[549,1],[550,1],[551,1],[553,1],[536,1],[572,1],[574,1],[594,1],[595,1],[596,1],[597,1],[598,1],[599,1],[600,1],[601,1],[602,1],[603,1],[604,1],[605,1],[606,1],[607,1],[608,1],[593,1],[573,1],[592,1],[590,1],[575,1],[576,1],[577,1],[578,1],[579,1],[580,1],[581,1],[582,1],[583,1],[584,1],[585,1],[586,1],[587,1],[588,1],[589,1],[591,1],[535,1],[534,1],[533,1],[479,1],[480,1],[481,1],[482,1],[483,1],[484,1],[485,1],[486,1],[487,1],[488,1],[489,1],[490,1],[491,1],[492,1],[493,1],[478,1],[494,1],[477,1],[475,1],[460,1],[461,1],[462,1],[463,1],[464,1],[465,1],[466,1],[467,1],[468,1],[469,1],[470,1],[471,1],[472,1],[473,1],[474,1],[476,1],[495,1],[496,1],[497,1],[518,1],[519,1],[520,1],[521,1],[522,1],[523,1],[524,1],[525,1],[526,1],[527,1],[528,1],[529,1],[530,1],[531,1],[532,1],[517,1],[516,1],[515,1],[514,1],[498,1],[499,1],[500,1],[501,1],[502,1],[503,1],[504,1],[307,1],[505,1],[507,1],[508,1],[509,1],[510,1],[511,1],[512,1],[513,1],[506,1],[306,1],[305,1],[304,1],[98,1],[99,1],[100,1],[101,1],[102,1],[103,1],[104,1],[105,1],[106,1],[107,1],[108,1],[109,1],[110,1],[111,1],[112,1],[97,1],[113,1],[96,1],[94,1],[79,1],[80,1],[81,1],[82,1],[83,1],[84,1],[85,1],[86,1],[87,1],[88,1],[89,1],[90,1],[91,1],[92,1],[93,1],[95,1],[78,1],[114,1],[116,1],[136,1],[137,1],[138,1],[139,1],[140,1],[141,1],[142,1],[143,1],[144,1],[145,1],[146,1],[147,1],[148,1],[149,1],[150,1],[135,1],[115,1],[134,1],[132,1],[117,1],[118,1],[119,1],[120,1],[121,1],[122,1],[123,1],[124,1],[125,1],[126,1],[127,1],[128,1],[129,1],[130,1],[131,1],[133,1],[77,1],[76,1],[75,1],[21,1],[22,1],[23,1],[24,1],[25,1],[26,1],[27,1],[28,1],[29,1],[30,1],[31,1],[32,1],[33,1],[34,1],[35,1],[20,1],[36,1],[19,1],[17,1],[2,1],[3,1],[4,1],[5,1],[6,1],[7,1],[8,1],[9,1],[10,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[18,1],[37,1],[38,1],[39,1],[60,1],[61,1],[62,1],[63,1],[64,1],[65,1],[66,1],[67,1],[68,1],[69,1],[70,1],[71,1],[72,1],[73,1],[74,1],[59,1],[58,1],[57,1],[56,1],[40,1],[41,1],[42,1],[43,1],[44,1],[45,1],[46,1],[151,1],[47,1],[49,1],[50,1],[51,1],[52,1],[53,1],[54,1],[55,1],[48,1],[609,1],[152,1],[154,1],[251,1],[252,1],[253,1],[254,1],[255,1],[256,1],[257,1],[258,1],[259,1],[260,1],[261,1],[262,1],[263,1],[264,1],[265,1],[250,1],[266,1],[249,1],[247,1],[232,1],[233,1],[234,1],[235,1],[236,1],[237,1],[238,1],[239,1],[240,1],[241,1],[242,1],[243,1],[244,1],[245,1],[246,1],[248,1],[231,1],[267,1],[269,1],[289,1],[290,1],[291,1],[292,1],[293,1],[294,1],[295,1],[296,1],[297,1],[298,1],[299,1],[300,1],[301,1],[302,1],[303,1],[288,1],[268,1],[287,1],[285,1],[270,1],[271,1],[272,1],[273,1],[274,1],[275,1],[276,1],[277,1],[278,1],[279,1],[280,1],[281,1],[282,1],[283,1],[284,1],[286,1],[230,1],[229,1],[228,1],[174,1],[175,1],[176,1],[177,1],[178,1],[179,1],[180,1],[181,1],[182,1],[183,1],[184,1],[185,1],[186,1],[187,1],[188,1],[173,1],[189,1],[172,1],[170,1],[155,1],[156,1],[157,1],[158,1],[159,1],[160,1],[161,1],[162,1],[163,1],[164,1],[165,1],[166,1],[167,1],[168,1],[169,1],[171,1],[190,1],[191,1],[192,1],[213,1],[214,1],[215,1],[216,1],[217,1],[218,1],[219,1],[220,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[212,1],[211,1],[210,1],[209,1],[193,1],[194,1],[195,1],[196,1],[197,1],[198,1],[199,1],[153,1],[200,1],[202,1],[203,1],[204,1],[205,1],[206,1],[207,1],[208,1],[201,1],[610,1]]","write":"[[1,1],[403,1],[404,1],[405,1],[406,1],[407,1],[408,1],[409,1],[410,1],[411,1],[412,1],[413,1],[414,1],[415,1],[416,1],[417,1],[402,1],[418,1],[401,1],[399,1],[384,1],[385,1],[386,1],[387,1],[388,1],[389,1],[390,1],[391,1],[392,1],[393,1],[394,1],[395,1],[396,1],[397,1],[398,1],[400,1],[383,1],[419,1],[421,1],[441,1],[442,1],[443,1],[444,1],[445,1],[446,1],[447,1],[448,1],[449,1],[450,1],[451,1],[452,1],[453,1],[454,1],[455,1],[440,1],[420,1],[439,1],[437,1],[422,1],[423,1],[424,1],[425,1],[426,1],[427,1],[428,1],[429,1],[430,1],[431,1],[432,1],[433,1],[434,1],[435,1],[436,1],[438,1],[456,1],[382,1],[380,1],[327,1],[328,1],[329,1],[330,1],[331,1],[332,1],[333,1],[334,1],[335,1],[336,1],[337,1],[338,1],[339,1],[340,1],[341,1],[326,1],[342,1],[325,1],[323,1],[308,1],[309,1],[310,1],[311,1],[312,1],[313,1],[314,1],[315,1],[316,1],[317,1],[318,1],[319,1],[320,1],[321,1],[322,1],[324,1],[381,1],[343,1],[345,1],[365,1],[366,1],[367,1],[368,1],[369,1],[370,1],[371,1],[372,1],[373,1],[374,1],[375,1],[376,1],[377,1],[378,1],[379,1],[364,1],[344,1],[363,1],[361,1],[346,1],[347,1],[348,1],[349,1],[350,1],[351,1],[352,1],[353,1],[354,1],[355,1],[356,1],[357,1],[358,1],[359,1],[360,1],[362,1],[457,1],[458,1],[459,1],[556,1],[557,1],[558,1],[559,1],[560,1],[561,1],[562,1],[563,1],[564,1],[565,1],[566,1],[567,1],[568,1],[569,1],[570,1],[555,1],[571,1],[554,1],[552,1],[537,1],[538,1],[539,1],[540,1],[541,1],[542,1],[543,1],[544,1],[545,1],[546,1],[547,1],[548,1],[549,1],[550,1],[551,1],[553,1],[536,1],[572,1],[574,1],[594,1],[595,1],[596,1],[597,1],[598,1],[599,1],[600,1],[601,1],[602,1],[603,1],[604,1],[605,1],[606,1],[607,1],[608,1],[593,1],[573,1],[592,1],[590,1],[575,1],[576,1],[577,1],[578,1],[579,1],[580,1],[581,1],[582,1],[583,1],[584,1],[585,1],[586,1],[587,1],[588,1],[589,1],[591,1],[535,1],[534,1],[533,1],[479,1],[480,1],[481,1],[482,1],[483,1],[484,1],[485,1],[486,1],[487,1],[488,1],[489,1],[490,1],[491,1],[492,1],[493,1],[478,1],[494,1],[477,1],[475,1],[460,1],[461,1],[462,1],[463,1],[464,1],[465,1],[466,1],[467,1],[468,1],[469,1],[470,1],[471,1],[472,1],[473,1],[474,1],[476,1],[495,1],[496,1],[497,1],[518,1],[519,1],[520,1],[521,1],[522,1],[523,1],[524,1],[525,1],[526,1],[527,1],[528,1],[529,1],[530,1],[531,1],[532,1],[517,1],[516,1],[515,1],[514,1],[498,1],[499,1],[500,1],[501,1],[502,1],[503,1],[504,1],[307,1],[505,1],[507,1],[508,1],[509,1],[510,1],[511,1],[512,1],[513,1],[506,1],[306,1],[305,1],[304,1],[98,1],[99,1],[100,1],[101,1],[102,1],[103,1],[104,1],[105,1],[106,1],[107,1],[108,1],[109,1],[110,1],[111,1],[112,1],[97,1],[113,1],[96,1],[94,1],[79,1],[80,1],[81,1],[82,1],[83,1],[84,1],[85,1],[86,1],[87,1],[88,1],[89,1],[90,1],[91,1],[92,1],[93,1],[95,1],[78,1],[114,1],[116,1],[136,1],[137,1],[138,1],[139,1],[140,1],[141,1],[142,1],[143,1],[144,1],[145,1],[146,1],[147,1],[148,1],[149,1],[150,1],[135,1],[115,1],[134,1],[132,1],[117,1],[118,1],[119,1],[120,1],[121,1],[122,1],[123,1],[124,1],[125,1],[126,1],[127,1],[128,1],[129,1],[130,1],[131,1],[133,1],[77,1],[76,1],[75,1],[21,1],[22,1],[23,1],[24,1],[25,1],[26,1],[27,1],[28,1],[29,1],[30,1],[31,1],[32,1],[33,1],[34,1],[35,1],[20,1],[36,1],[19,1],[17,1],[2,1],[3,1],[4,1],[5,1],[6,1],[7,1],[8,1],[9,1],[10,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[18,1],[37,1],[38,1],[39,1],[60,1],[61,1],[62,1],[63,1],[64,1],[65,1],[66,1],[67,1],[68,1],[69,1],[70,1],[71,1],[72,1],[73,1],[74,1],[59,1],[58,1],[57,1],[56,1],[40,1],[41,1],[42,1],[43,1],[44,1],[45,1],[46,1],[151,1],[47,1],[49,1],[50,1],[51,1],[52,1],[53,1],[54,1],[55,1],[48,1],[609,1],[152,1],[154,1],[251,1],[252,1],[253,1],[254,1],[255,1],[256,1],[257,1],[258,1],[259,1],[260,1],[261,1],[262,1],[263,1],[264,1],[265,1],[250,1],[266,1],[249,1],[247,1],[232,1],[233,1],[234,1],[235,1],[236,1],[237,1],[238,1],[239,1],[240,1],[241,1],[242,1],[243,1],[244,1],[245,1],[246,1],[248,1],[231,1],[267,1],[269,1],[289,1],[290,1],[291,1],[292,1],[293,1],[294,1],[295,1],[296,1],[297,1],[298,1],[299,1],[300,1],[301,1],[302,1],[303,1],[288,1],[268,1],[287,1],[285,1],[270,1],[271,1],[272,1],[273,1],[274,1],[275,1],[276,1],[277,1],[278,1],[279,1],[280,1],[281,1],[282,1],[283,1],[284,1],[286,1],[230,1],[229,1],[228,1],[174,1],[175,1],[176,1],[177,1],[178,1],[179,1],[180,1],[181,1],[182,1],[183,1],[184,1],[185,1],[186,1],[187,1],[188,1],[173,1],[189,1],[172,1],[170,1],[155,1],[156,1],[157,1],[158,1],[159,1],[160,1],[161,1],[162,1],[163,1],[164,1],[165,1],[166,1],[167,1],[168,1],[169,1],[171,1],[190,1],[191,1],[192,1],[213,1],[214,1],[215,1],[216,1],[217,1],[218,1],[219,1],[220,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[212,1],[211,1],[210,1],[209,1],[193,1],[194,1],[195,1],[196,1],[197,1],[198,1],[199,1],[153,1],[200,1],[202,1],[203,1],[204,1],[205,1],[206,1],[207,1],[208,1],[201,1],[610,1]]","getcsscustomproperty":"[[1,1],[403,1],[404,1],[405,1],[406,1],[407,1],[408,1],[409,1],[410,1],[411,1],[412,1],[413,1],[414,1],[415,1],[416,1],[417,1],[402,1],[418,1],[401,1],[399,1],[384,1],[385,1],[386,1],[387,1],[388,1],[389,1],[390,1],[391,1],[392,1],[393,1],[394,1],[395,1],[396,1],[397,1],[398,1],[400,1],[383,1],[419,1],[421,1],[441,1],[442,1],[443,1],[444,1],[445,1],[446,1],[447,1],[448,1],[449,1],[450,1],[451,1],[452,1],[453,1],[454,1],[455,1],[440,1],[420,1],[439,1],[437,1],[422,1],[423,1],[424,1],[425,1],[426,1],[427,1],[428,1],[429,1],[430,1],[431,1],[432,1],[433,1],[434,1],[435,1],[436,1],[438,1],[456,1],[382,1],[380,1],[327,1],[328,1],[329,1],[330,1],[331,1],[332,1],[333,1],[334,1],[335,1],[336,1],[337,1],[338,1],[339,1],[340,1],[341,1],[326,1],[342,1],[325,1],[323,1],[308,1],[309,1],[310,1],[311,1],[312,1],[313,1],[314,1],[315,1],[316,1],[317,1],[318,1],[319,1],[320,1],[321,1],[322,1],[324,1],[381,1],[343,1],[345,1],[365,1],[366,1],[367,1],[368,1],[369,1],[370,1],[371,1],[372,1],[373,1],[374,1],[375,1],[376,1],[377,1],[378,1],[379,1],[364,1],[344,1],[363,1],[361,1],[346,1],[347,1],[348,1],[349,1],[350,1],[351,1],[352,1],[353,1],[354,1],[355,1],[356,1],[357,1],[358,1],[359,1],[360,1],[362,1],[457,1],[458,1],[459,1],[556,1],[557,1],[558,1],[559,1],[560,1],[561,1],[562,1],[563,1],[564,1],[565,1],[566,1],[567,1],[568,1],[569,1],[570,1],[555,1],[571,1],[554,1],[552,1],[537,1],[538,1],[539,1],[540,1],[541,1],[542,1],[543,1],[544,1],[545,1],[546,1],[547,1],[548,1],[549,1],[550,1],[551,1],[553,1],[536,1],[572,1],[574,1],[594,1],[595,1],[596,1],[597,1],[598,1],[599,1],[600,1],[601,1],[602,1],[603,1],[604,1],[605,1],[606,1],[607,1],[608,1],[593,1],[573,1],[592,1],[590,1],[575,1],[576,1],[577,1],[578,1],[579,1],[580,1],[581,1],[582,1],[583,1],[584,1],[585,1],[586,1],[587,1],[588,1],[589,1],[591,1],[535,1],[534,1],[533,1],[479,1],[480,1],[481,1],[482,1],[483,1],[484,1],[485,1],[486,1],[487,1],[488,1],[489,1],[490,1],[491,1],[492,1],[493,1],[478,1],[494,1],[477,1],[475,1],[460,1],[461,1],[462,1],[463,1],[464,1],[465,1],[466,1],[467,1],[468,1],[469,1],[470,1],[471,1],[472,1],[473,1],[474,1],[476,1],[495,1],[496,1],[497,1],[518,1],[519,1],[520,1],[521,1],[522,1],[523,1],[524,1],[525,1],[526,1],[527,1],[528,1],[529,1],[530,1],[531,1],[532,1],[517,1],[516,1],[515,1],[514,1],[498,1],[499,1],[500,1],[501,1],[502,1],[503,1],[504,1],[307,1],[505,1],[507,1],[508,1],[509,1],[510,1],[511,1],[512,1],[513,1],[506,1],[306,1],[305,1],[304,1],[98,1],[99,1],[100,1],[101,1],[102,1],[103,1],[104,1],[105,1],[106,1],[107,1],[108,1],[109,1],[110,1],[111,1],[112,1],[97,1],[113,1],[96,1],[94,1],[79,1],[80,1],[81,1],[82,1],[83,1],[84,1],[85,1],[86,1],[87,1],[88,1],[89,1],[90,1],[91,1],[92,1],[93,1],[95,1],[78,1],[114,1],[116,1],[136,1],[137,1],[138,1],[139,1],[140,1],[141,1],[142,1],[143,1],[144,1],[145,1],[146,1],[147,1],[148,1],[149,1],[150,1],[135,1],[115,1],[134,1],[132,1],[117,1],[118,1],[119,1],[120,1],[121,1],[122,1],[123,1],[124,1],[125,1],[126,1],[127,1],[128,1],[129,1],[130,1],[131,1],[133,1],[77,1],[76,1],[75,1],[21,1],[22,1],[23,1],[24,1],[25,1],[26,1],[27,1],[28,1],[29,1],[30,1],[31,1],[32,1],[33,1],[34,1],[35,1],[20,1],[36,1],[19,1],[17,1],[2,1],[3,1],[4,1],[5,1],[6,1],[7,1],[8,1],[9,1],[10,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[18,1],[37,1],[38,1],[39,1],[60,1],[61,1],[62,1],[63,1],[64,1],[65,1],[66,1],[67,1],[68,1],[69,1],[70,1],[71,1],[72,1],[73,1],[74,1],[59,1],[58,1],[57,1],[56,1],[40,1],[41,1],[42,1],[43,1],[44,1],[45,1],[46,1],[151,1],[47,1],[49,1],[50,1],[51,1],[52,1],[53,1],[54,1],[55,1],[48,1],[609,1],[152,1],[154,1],[251,1],[252,1],[253,1],[254,1],[255,1],[256,1],[257,1],[258,1],[259,1],[260,1],[261,1],[262,1],[263,1],[264,1],[265,1],[250,1],[266,1],[249,1],[247,1],[232,1],[233,1],[234,1],[235,1],[236,1],[237,1],[238,1],[239,1],[240,1],[241,1],[242,1],[243,1],[244,1],[245,1],[246,1],[248,1],[231,1],[267,1],[269,1],[289,1],[290,1],[291,1],[292,1],[293,1],[294,1],[295,1],[296,1],[297,1],[298,1],[299,1],[300,1],[301,1],[302,1],[303,1],[288,1],[268,1],[287,1],[285,1],[270,1],[271,1],[272,1],[273,1],[274,1],[275,1],[276,1],[277,1],[278,1],[279,1],[280,1],[281,1],[282,1],[283,1],[284,1],[286,1],[230,1],[229,1],[228,1],[174,1],[175,1],[176,1],[177,1],[178,1],[179,1],[180,1],[181,1],[182,1],[183,1],[184,1],[185,1],[186,1],[187,1],[188,1],[173,1],[189,1],[172,1],[170,1],[155,1],[156,1],[157,1],[158,1],[159,1],[160,1],[161,1],[162,1],[163,1],[164,1],[165,1],[166,1],[167,1],[168,1],[169,1],[171,1],[190,1],[191,1],[192,1],[213,1],[214,1],[215,1],[216,1],[217,1],[218,1],[219,1],[220,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[212,1],[211,1],[210,1],[209,1],[193,1],[194,1],[195,1],[196,1],[197,1],[198,1],[199,1],[153,1],[200,1],[202,1],[203,1],[204,1],[205,1],[206,1],[207,1],[208,1],[201,1],[610,1]]","headertopcustomlinehtml":"[[1,1],[403,1],[404,1],[405,1],[406,1],[407,1],[408,1],[409,1],[410,1],[411,1],[412,1],[413,1],[414,1],[415,1],[416,1],[417,1],[402,1],[418,1],[401,1],[399,1],[384,1],[385,1],[386,1],[387,1],[388,1],[389,1],[390,1],[391,1],[392,1],[393,1],[394,1],[395,1],[396,1],[397,1],[398,1],[400,1],[383,1],[419,1],[421,1],[441,1],[442,1],[443,1],[444,1],[445,1],[446,1],[447,1],[448,1],[449,1],[450,1],[451,1],[452,1],[453,1],[454,1],[455,1],[440,1],[420,1],[439,1],[437,1],[422,1],[423,1],[424,1],[425,1],[426,1],[427,1],[428,1],[429,1],[430,1],[431,1],[432,1],[433,1],[434,1],[435,1],[436,1],[438,1],[456,1],[382,1],[380,1],[327,1],[328,1],[329,1],[330,1],[331,1],[332,1],[333,1],[334,1],[335,1],[336,1],[337,1],[338,1],[339,1],[340,1],[341,1],[326,1],[342,1],[325,1],[323,1],[308,1],[309,1],[310,1],[311,1],[312,1],[313,1],[314,1],[315,1],[316,1],[317,1],[318,1],[319,1],[320,1],[321,1],[322,1],[324,1],[381,1],[343,1],[345,1],[365,1],[366,1],[367,1],[368,1],[369,1],[370,1],[371,1],[372,1],[373,1],[374,1],[375,1],[376,1],[377,1],[378,1],[379,1],[364,1],[344,1],[363,1],[361,1],[346,1],[347,1],[348,1],[349,1],[350,1],[351,1],[352,1],[353,1],[354,1],[355,1],[356,1],[357,1],[358,1],[359,1],[360,1],[362,1],[457,1],[458,1],[459,1],[556,1],[557,1],[558,1],[559,1],[560,1],[561,1],[562,1],[563,1],[564,1],[565,1],[566,1],[567,1],[568,1],[569,1],[570,1],[555,1],[571,1],[554,1],[552,1],[537,1],[538,1],[539,1],[540,1],[541,1],[542,1],[543,1],[544,1],[545,1],[546,1],[547,1],[548,1],[549,1],[550,1],[551,1],[553,1],[536,1],[572,1],[574,1],[594,1],[595,1],[596,1],[597,1],[598,1],[599,1],[600,1],[601,1],[602,1],[603,1],[604,1],[605,1],[606,1],[607,1],[608,1],[593,1],[573,1],[592,1],[590,1],[575,1],[576,1],[577,1],[578,1],[579,1],[580,1],[581,1],[582,1],[583,1],[584,1],[585,1],[586,1],[587,1],[588,1],[589,1],[591,1],[535,1],[534,1],[533,1],[479,1],[480,1],[481,1],[482,1],[483,1],[484,1],[485,1],[486,1],[487,1],[488,1],[489,1],[490,1],[491,1],[492,1],[493,1],[478,1],[494,1],[477,1],[475,1],[460,1],[461,1],[462,1],[463,1],[464,1],[465,1],[466,1],[467,1],[468,1],[469,1],[470,1],[471,1],[472,1],[473,1],[474,1],[476,1],[495,1],[496,1],[497,1],[518,1],[519,1],[520,1],[521,1],[522,1],[523,1],[524,1],[525,1],[526,1],[527,1],[528,1],[529,1],[530,1],[531,1],[532,1],[517,1],[516,1],[515,1],[514,1],[498,1],[499,1],[500,1],[501,1],[502,1],[503,1],[504,1],[307,1],[505,1],[507,1],[508,1],[509,1],[510,1],[511,1],[512,1],[513,1],[506,1],[306,1],[305,1],[304,1],[98,1],[99,1],[100,1],[101,1],[102,1],[103,1],[104,1],[105,1],[106,1],[107,1],[108,1],[109,1],[110,1],[111,1],[112,1],[97,1],[113,1],[96,1],[94,1],[79,1],[80,1],[81,1],[82,1],[83,1],[84,1],[85,1],[86,1],[87,1],[88,1],[89,1],[90,1],[91,1],[92,1],[93,1],[95,1],[78,1],[114,1],[116,1],[136,1],[137,1],[138,1],[139,1],[140,1],[141,1],[142,1],[143,1],[144,1],[145,1],[146,1],[147,1],[148,1],[149,1],[150,1],[135,1],[115,1],[134,1],[132,1],[117,1],[118,1],[119,1],[120,1],[121,1],[122,1],[123,1],[124,1],[125,1],[126,1],[127,1],[128,1],[129,1],[130,1],[131,1],[133,1],[77,1],[76,1],[75,1],[21,1],[22,1],[23,1],[24,1],[25,1],[26,1],[27,1],[28,1],[29,1],[30,1],[31,1],[32,1],[33,1],[34,1],[35,1],[20,1],[36,1],[19,1],[17,1],[2,1],[3,1],[4,1],[5,1],[6,1],[7,1],[8,1],[9,1],[10,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[18,1],[37,1],[38,1],[39,1],[60,1],[61,1],[62,1],[63,1],[64,1],[65,1],[66,1],[67,1],[68,1],[69,1],[70,1],[71,1],[72,1],[73,1],[74,1],[59,1],[58,1],[57,1],[56,1],[40,1],[41,1],[42,1],[43,1],[44,1],[45,1],[46,1],[151,1],[47,1],[49,1],[50,1],[51,1],[52,1],[53,1],[54,1],[55,1],[48,1],[609,1],[152,1],[154,1],[251,1],[252,1],[253,1],[254,1],[255,1],[256,1],[257,1],[258,1],[259,1],[260,1],[261,1],[262,1],[263,1],[264,1],[265,1],[250,1],[266,1],[249,1],[247,1],[232,1],[233,1],[234,1],[235,1],[236,1],[237,1],[238,1],[239,1],[240,1],[241,1],[242,1],[243,1],[244,1],[245,1],[246,1],[248,1],[231,1],[267,1],[269,1],[289,1],[290,1],[291,1],[292,1],[293,1],[294,1],[295,1],[296,1],[297,1],[298,1],[299,1],[300,1],[301,1],[302,1],[303,1],[288,1],[268,1],[287,1],[285,1],[270,1],[271,1],[272,1],[273,1],[274,1],[275,1],[276,1],[277,1],[278,1],[279,1],[280,1],[281,1],[282,1],[283,1],[284,1],[286,1],[230,1],[229,1],[228,1],[174,1],[175,1],[176,1],[177,1],[178,1],[179,1],[180,1],[181,1],[182,1],[183,1],[184,1],[185,1],[186,1],[187,1],[188,1],[173,1],[189,1],[172,1],[170,1],[155,1],[156,1],[157,1],[158,1],[159,1],[160,1],[161,1],[162,1],[163,1],[164,1],[165,1],[166,1],[167,1],[168,1],[169,1],[171,1],[190,1],[191,1],[192,1],[213,1],[214,1],[215,1],[216,1],[217,1],[218,1],[219,1],[220,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[212,1],[211,1],[210,1],[209,1],[193,1],[194,1],[195,1],[196,1],[197,1],[198,1],[199,1],[153,1],[200,1],[202,1],[203,1],[204,1],[205,1],[206,1],[207,1],[208,1],[201,1],[610,1]]","api_netframework":"[[610,1010],[53,1003],[214,1003],[38,1003],[592,1003],[355,1003],[106,1003],[2,1003],[52,7],[155,6],[122,6],[114,5],[128,5],[107,5],[208,5],[153,3],[225,3],[222,3],[223,3],[221,3],[215,3],[144,3],[467,3],[224,3],[226,3],[229,3],[228,3],[230,3],[231,3],[232,3],[461,3],[238,3],[239,3],[240,3],[241,3],[242,3],[243,3],[244,3],[245,3],[227,3],[207,3],[204,3],[205,3],[497,3],[151,3],[161,3],[162,3],[504,3],[163,3],[169,3],[170,3],[171,3],[172,3],[491,3],[178,3],[179,3],[180,3],[181,3],[485,3],[187,3],[189,3],[479,3],[195,3],[196,3],[197,3],[246,3],[473,3],[145,3],[203,3],[503,3],[206,3],[247,3],[250,3],[249,3],[303,3],[430,3],[309,3],[310,3],[311,3],[312,3],[313,3],[314,3],[424,3],[423,3],[320,3],[321,3],[323,3],[325,3],[327,3],[328,3],[330,3],[417,3],[411,3],[405,3],[399,3],[393,3],[361,3],[387,3],[386,3],[385,3],[367,3],[373,3],[379,3],[302,3],[301,3],[436,3],[295,3],[143,3],[251,3],[455,3],[257,3],[259,3],[261,3],[449,3],[263,3],[265,3],[266,3],[267,3],[268,3],[269,3],[270,3],[248,3],[271,3],[273,3],[443,3],[279,3],[280,3],[281,3],[282,3],[283,3],[284,3],[442,3],[290,3],[291,3],[292,3],[293,3],[294,3],[272,3],[142,3],[188,3],[23,3],[83,3],[84,3],[583,3],[86,3],[584,3],[88,3],[585,3],[90,3],[546,3],[92,3],[93,3],[94,3],[545,3],[24,3],[96,3],[544,3],[98,3],[45,3],[100,3],[102,3],[103,3],[104,3],[105,3],[30,3],[31,3],[82,3],[552,3],[569,3],[568,3],[567,3],[54,3],[575,3],[576,3],[39,3],[60,3],[561,3],[62,3],[37,3],[591,3],[560,3],[65,3],[66,3],[510,3],[67,3],[577,3],[68,3],[559,3],[74,3],[75,3],[76,3],[553,3],[64,3],[17,3],[46,3],[10,3],[9,3],[516,3],[600,3],[134,3],[135,3],[120,3],[121,3],[593,3],[113,3],[523,3],[594,3],[517,3],[136,3],[529,3],[16,3],[538,3],[601,3],[3,3],[433,2],[578,2],[579,2],[580,2],[432,2],[434,2],[435,2],[391,2],[390,2],[389,2],[599,2],[597,2],[572,2],[380,2],[441,2],[440,2],[439,2],[438,2],[573,2],[574,2],[381,2],[382,2],[383,2],[384,2],[392,2],[598,2],[437,2],[388,2],[418,2],[429,2],[394,2],[408,2],[409,2],[410,2],[587,2],[422,2],[588,2],[421,2],[586,2],[412,2],[413,2],[414,2],[420,2],[590,2],[415,2],[419,2],[416,2],[589,2],[431,2],[425,2],[427,2],[596,2],[581,2],[395,2],[428,2],[396,2],[397,2],[582,2],[426,2],[398,2],[400,2],[401,2],[402,2],[403,2],[404,2],[406,2],[407,2],[595,2],[509,2],[451,2],[570,2],[522,2],[490,2],[489,2],[488,2],[487,2],[524,2],[525,2],[526,2],[527,2],[486,2],[528,2],[484,2],[483,2],[482,2],[378,2],[481,2],[480,2],[478,2],[477,2],[521,2],[539,2],[492,2],[494,2],[511,2],[512,2],[513,2],[508,2],[507,2],[506,2],[505,2],[514,2],[515,2],[502,2],[501,2],[500,2],[499,2],[498,2],[518,2],[519,2],[520,2],[496,2],[495,2],[493,2],[540,2],[541,2],[476,2],[555,2],[556,2],[557,2],[558,2],[456,2],[454,2],[453,2],[452,2],[450,2],[448,2],[562,2],[563,2],[564,2],[565,2],[566,2],[447,2],[446,2],[445,2],[444,2],[554,2],[551,2],[550,2],[457,2],[475,2],[474,2],[472,2],[542,2],[543,2],[471,2],[470,2],[469,2],[468,2],[571,2],[466,2],[464,2],[463,2],[462,2],[547,2],[548,2],[549,2],[460,2],[459,2],[458,2],[465,2],[377,2],[305,2],[375,2],[131,2],[130,2],[129,2],[127,2],[126,2],[125,2],[124,2],[123,2],[119,2],[118,2],[117,2],[116,2],[115,2],[112,2],[111,2],[110,2],[109,2],[108,2],[101,2],[99,2],[97,2],[95,2],[91,2],[132,2],[89,2],[133,2],[138,2],[175,2],[174,2],[173,2],[168,2],[167,2],[376,2],[165,2],[164,2],[160,2],[159,2],[158,2],[157,2],[156,2],[154,2],[152,2],[150,2],[149,2],[148,2],[147,2],[146,2],[141,2],[140,2],[139,2],[137,2],[87,2],[85,2],[81,2],[34,2],[33,2],[32,2],[29,2],[28,2],[27,2],[26,2],[25,2],[22,2],[21,2],[20,2],[19,2],[18,2],[15,2],[14,2],[13,2],[12,2],[11,2],[8,2],[7,2],[6,2],[5,2],[4,2],[35,2],[36,2],[40,2],[41,2],[80,2],[79,2],[78,2],[77,2],[73,2],[72,2],[71,2],[70,2],[69,2],[63,2],[61,2],[176,2],[59,2],[57,2],[56,2],[55,2],[51,2],[50,2],[49,2],[48,2],[47,2],[44,2],[43,2],[42,2],[58,2],[177,2],[166,2],[183,2],[324,2],[322,2],[319,2],[318,2],[317,2],[316,2],[315,2],[308,2],[307,2],[306,2],[182,2],[300,2],[299,2],[298,2],[297,2],[296,2],[289,2],[288,2],[287,2],[326,2],[329,2],[331,2],[350,2],[374,2],[372,2],[371,2],[370,2],[369,2],[368,2],[366,2],[365,2],[364,2],[286,2],[363,2],[360,2],[359,2],[358,2],[357,2],[356,2],[354,2],[353,2],[352,2],[351,2],[362,2],[285,2],[304,2],[235,2],[220,2],[219,2],[184,2],[185,2],[186,2],[190,2],[191,2],[192,2],[193,2],[194,2],[198,2],[199,2],[200,2],[201,2],[202,2],[209,2],[210,2],[211,2],[212,2],[213,2],[218,2],[233,2],[234,2],[216,2],[236,2],[278,2],[277,2],[276,2],[275,2],[217,2],[264,2],[262,2],[260,2],[274,2],[258,2],[256,2],[255,2],[254,2],[253,2],[252,2],[237,2],[603,1],[604,1],[605,1],[606,1],[607,1],[608,1],[602,1],[534,1],[341,1],[348,1],[535,1],[536,1],[537,1],[532,1],[531,1],[530,1],[609,1],[332,1],[333,1],[334,1],[335,1],[336,1],[337,1],[338,1],[339,1],[340,1],[533,1],[342,1],[343,1],[344,1],[345,1],[346,1],[347,1],[349,1],[1,1]]","reference":"[[610,1003],[403,1],[404,1],[405,1],[406,1],[407,1],[408,1],[409,1],[410,1],[411,1],[412,1],[413,1],[414,1],[415,1],[416,1],[417,1],[402,1],[418,1],[401,1],[399,1],[384,1],[385,1],[386,1],[387,1],[388,1],[389,1],[390,1],[391,1],[392,1],[393,1],[394,1],[395,1],[396,1],[397,1],[398,1],[400,1],[383,1],[419,1],[421,1],[441,1],[442,1],[443,1],[444,1],[445,1],[446,1],[447,1],[448,1],[449,1],[450,1],[451,1],[452,1],[453,1],[454,1],[455,1],[440,1],[420,1],[439,1],[437,1],[422,1],[423,1],[424,1],[425,1],[426,1],[427,1],[428,1],[429,1],[430,1],[431,1],[432,1],[433,1],[434,1],[435,1],[436,1],[438,1],[456,1],[382,1],[380,1],[327,1],[328,1],[329,1],[330,1],[331,1],[332,1],[333,1],[334,1],[335,1],[336,1],[337,1],[338,1],[339,1],[340,1],[341,1],[326,1],[342,1],[325,1],[323,1],[308,1],[309,1],[310,1],[311,1],[312,1],[313,1],[314,1],[315,1],[316,1],[317,1],[318,1],[319,1],[320,1],[321,1],[322,1],[324,1],[381,1],[343,1],[345,1],[365,1],[366,1],[367,1],[368,1],[369,1],[370,1],[371,1],[372,1],[373,1],[374,1],[375,1],[376,1],[377,1],[378,1],[379,1],[364,1],[344,1],[363,1],[361,1],[346,1],[347,1],[348,1],[349,1],[350,1],[351,1],[352,1],[353,1],[354,1],[355,1],[356,1],[357,1],[358,1],[359,1],[360,1],[362,1],[457,1],[458,1],[459,1],[556,1],[557,1],[558,1],[559,1],[560,1],[561,1],[562,1],[563,1],[564,1],[565,1],[566,1],[567,1],[568,1],[569,1],[570,1],[555,1],[571,1],[554,1],[552,1],[537,1],[538,1],[539,1],[540,1],[541,1],[542,1],[543,1],[544,1],[545,1],[546,1],[547,1],[548,1],[549,1],[550,1],[551,1],[553,1],[536,1],[572,1],[574,1],[594,1],[595,1],[596,1],[597,1],[598,1],[599,1],[600,1],[601,1],[602,1],[603,1],[604,1],[605,1],[606,1],[607,1],[608,1],[593,1],[573,1],[592,1],[590,1],[575,1],[576,1],[577,1],[578,1],[579,1],[580,1],[581,1],[582,1],[583,1],[584,1],[585,1],[586,1],[587,1],[588,1],[589,1],[591,1],[535,1],[534,1],[533,1],[479,1],[480,1],[481,1],[482,1],[483,1],[484,1],[485,1],[486,1],[487,1],[488,1],[489,1],[490,1],[491,1],[492,1],[493,1],[478,1],[494,1],[477,1],[475,1],[460,1],[461,1],[462,1],[463,1],[464,1],[465,1],[466,1],[467,1],[468,1],[469,1],[470,1],[471,1],[472,1],[473,1],[474,1],[476,1],[495,1],[496,1],[497,1],[518,1],[519,1],[520,1],[521,1],[522,1],[523,1],[524,1],[525,1],[526,1],[527,1],[528,1],[529,1],[530,1],[531,1],[532,1],[517,1],[516,1],[515,1],[514,1],[498,1],[499,1],[500,1],[501,1],[502,1],[503,1],[504,1],[307,1],[505,1],[507,1],[508,1],[509,1],[510,1],[511,1],[512,1],[513,1],[506,1],[306,1],[305,1],[304,1],[98,1],[99,1],[100,1],[101,1],[102,1],[103,1],[104,1],[105,1],[106,1],[107,1],[108,1],[109,1],[110,1],[111,1],[112,1],[97,1],[113,1],[96,1],[94,1],[79,1],[80,1],[81,1],[82,1],[83,1],[84,1],[85,1],[86,1],[87,1],[88,1],[89,1],[90,1],[91,1],[92,1],[93,1],[95,1],[78,1],[114,1],[116,1],[136,1],[137,1],[138,1],[139,1],[140,1],[141,1],[142,1],[143,1],[144,1],[145,1],[146,1],[147,1],[148,1],[149,1],[150,1],[135,1],[115,1],[134,1],[132,1],[117,1],[118,1],[119,1],[120,1],[121,1],[122,1],[123,1],[124,1],[125,1],[126,1],[127,1],[128,1],[129,1],[130,1],[131,1],[133,1],[77,1],[76,1],[75,1],[21,1],[22,1],[23,1],[24,1],[25,1],[26,1],[27,1],[28,1],[29,1],[30,1],[31,1],[32,1],[33,1],[34,1],[35,1],[20,1],[36,1],[19,1],[17,1],[2,1],[3,1],[4,1],[5,1],[6,1],[7,1],[8,1],[9,1],[10,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[18,1],[37,1],[38,1],[39,1],[60,1],[61,1],[62,1],[63,1],[64,1],[65,1],[66,1],[67,1],[68,1],[69,1],[70,1],[71,1],[72,1],[73,1],[74,1],[59,1],[58,1],[57,1],[56,1],[40,1],[41,1],[42,1],[43,1],[44,1],[45,1],[46,1],[151,1],[47,1],[49,1],[50,1],[51,1],[52,1],[53,1],[54,1],[55,1],[48,1],[609,1],[152,1],[154,1],[251,1],[252,1],[253,1],[254,1],[255,1],[256,1],[257,1],[258,1],[259,1],[260,1],[261,1],[262,1],[263,1],[264,1],[265,1],[250,1],[266,1],[249,1],[247,1],[232,1],[233,1],[234,1],[235,1],[236,1],[237,1],[238,1],[239,1],[240,1],[241,1],[242,1],[243,1],[244,1],[245,1],[246,1],[248,1],[231,1],[267,1],[269,1],[289,1],[290,1],[291,1],[292,1],[293,1],[294,1],[295,1],[296,1],[297,1],[298,1],[299,1],[300,1],[301,1],[302,1],[303,1],[288,1],[268,1],[287,1],[285,1],[270,1],[271,1],[272,1],[273,1],[274,1],[275,1],[276,1],[277,1],[278,1],[279,1],[280,1],[281,1],[282,1],[283,1],[284,1],[286,1],[230,1],[229,1],[228,1],[174,1],[175,1],[176,1],[177,1],[178,1],[179,1],[180,1],[181,1],[182,1],[183,1],[184,1],[185,1],[186,1],[187,1],[188,1],[173,1],[189,1],[172,1],[170,1],[155,1],[156,1],[157,1],[158,1],[159,1],[160,1],[161,1],[162,1],[163,1],[164,1],[165,1],[166,1],[167,1],[168,1],[169,1],[171,1],[190,1],[191,1],[192,1],[213,1],[214,1],[215,1],[216,1],[217,1],[218,1],[219,1],[220,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[212,1],[211,1],[210,1],[209,1],[193,1],[194,1],[195,1],[196,1],[197,1],[198,1],[199,1],[153,1],[200,1],[202,1],[203,1],[204,1],[205,1],[206,1],[207,1],[208,1],[201,1],[1,1]]","cancel":"[[1,1],[403,1],[404,1],[405,1],[406,1],[407,1],[408,1],[409,1],[410,1],[411,1],[412,1],[413,1],[414,1],[415,1],[416,1],[417,1],[402,1],[418,1],[401,1],[399,1],[384,1],[385,1],[386,1],[387,1],[388,1],[389,1],[390,1],[391,1],[392,1],[393,1],[394,1],[395,1],[396,1],[397,1],[398,1],[400,1],[383,1],[419,1],[421,1],[441,1],[442,1],[443,1],[444,1],[445,1],[446,1],[447,1],[448,1],[449,1],[450,1],[451,1],[452,1],[453,1],[454,1],[455,1],[440,1],[420,1],[439,1],[437,1],[422,1],[423,1],[424,1],[425,1],[426,1],[427,1],[428,1],[429,1],[430,1],[431,1],[432,1],[433,1],[434,1],[435,1],[436,1],[438,1],[456,1],[382,1],[380,1],[327,1],[328,1],[329,1],[330,1],[331,1],[332,1],[333,1],[334,1],[335,1],[336,1],[337,1],[338,1],[339,1],[340,1],[341,1],[326,1],[342,1],[325,1],[323,1],[308,1],[309,1],[310,1],[311,1],[312,1],[313,1],[314,1],[315,1],[316,1],[317,1],[318,1],[319,1],[320,1],[321,1],[322,1],[324,1],[381,1],[343,1],[345,1],[365,1],[366,1],[367,1],[368,1],[369,1],[370,1],[371,1],[372,1],[373,1],[374,1],[375,1],[376,1],[377,1],[378,1],[379,1],[364,1],[344,1],[363,1],[361,1],[346,1],[347,1],[348,1],[349,1],[350,1],[351,1],[352,1],[353,1],[354,1],[355,1],[356,1],[357,1],[358,1],[359,1],[360,1],[362,1],[457,1],[458,1],[459,1],[556,1],[557,1],[558,1],[559,1],[560,1],[561,1],[562,1],[563,1],[564,1],[565,1],[566,1],[567,1],[568,1],[569,1],[570,1],[555,1],[571,1],[554,1],[552,1],[537,1],[538,1],[539,1],[540,1],[541,1],[542,1],[543,1],[544,1],[545,1],[546,1],[547,1],[548,1],[549,1],[550,1],[551,1],[553,1],[536,1],[572,1],[574,1],[594,1],[595,1],[596,1],[597,1],[598,1],[599,1],[600,1],[601,1],[602,1],[603,1],[604,1],[605,1],[606,1],[607,1],[608,1],[593,1],[573,1],[592,1],[590,1],[575,1],[576,1],[577,1],[578,1],[579,1],[580,1],[581,1],[582,1],[583,1],[584,1],[585,1],[586,1],[587,1],[588,1],[589,1],[591,1],[535,1],[534,1],[533,1],[479,1],[480,1],[481,1],[482,1],[483,1],[484,1],[485,1],[486,1],[487,1],[488,1],[489,1],[490,1],[491,1],[492,1],[493,1],[478,1],[494,1],[477,1],[475,1],[460,1],[461,1],[462,1],[463,1],[464,1],[465,1],[466,1],[467,1],[468,1],[469,1],[470,1],[471,1],[472,1],[473,1],[474,1],[476,1],[495,1],[496,1],[497,1],[518,1],[519,1],[520,1],[521,1],[522,1],[523,1],[524,1],[525,1],[526,1],[527,1],[528,1],[529,1],[530,1],[531,1],[532,1],[517,1],[516,1],[515,1],[514,1],[498,1],[499,1],[500,1],[501,1],[502,1],[503,1],[504,1],[307,1],[505,1],[507,1],[508,1],[509,1],[510,1],[511,1],[512,1],[513,1],[506,1],[306,1],[305,1],[304,1],[98,1],[99,1],[100,1],[101,1],[102,1],[103,1],[104,1],[105,1],[106,1],[107,1],[108,1],[109,1],[110,1],[111,1],[112,1],[97,1],[113,1],[96,1],[94,1],[79,1],[80,1],[81,1],[82,1],[83,1],[84,1],[85,1],[86,1],[87,1],[88,1],[89,1],[90,1],[91,1],[92,1],[93,1],[95,1],[78,1],[114,1],[116,1],[136,1],[137,1],[138,1],[139,1],[140,1],[141,1],[142,1],[143,1],[144,1],[145,1],[146,1],[147,1],[148,1],[149,1],[150,1],[135,1],[115,1],[134,1],[132,1],[117,1],[118,1],[119,1],[120,1],[121,1],[122,1],[123,1],[124,1],[125,1],[126,1],[127,1],[128,1],[129,1],[130,1],[131,1],[133,1],[77,1],[76,1],[75,1],[21,1],[22,1],[23,1],[24,1],[25,1],[26,1],[27,1],[28,1],[29,1],[30,1],[31,1],[32,1],[33,1],[34,1],[35,1],[20,1],[36,1],[19,1],[17,1],[2,1],[3,1],[4,1],[5,1],[6,1],[7,1],[8,1],[9,1],[10,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[18,1],[37,1],[38,1],[39,1],[60,1],[61,1],[62,1],[63,1],[64,1],[65,1],[66,1],[67,1],[68,1],[69,1],[70,1],[71,1],[72,1],[73,1],[74,1],[59,1],[58,1],[57,1],[56,1],[40,1],[41,1],[42,1],[43,1],[44,1],[45,1],[46,1],[151,1],[47,1],[49,1],[50,1],[51,1],[52,1],[53,1],[54,1],[55,1],[48,1],[609,1],[152,1],[154,1],[251,1],[252,1],[253,1],[254,1],[255,1],[256,1],[257,1],[258,1],[259,1],[260,1],[261,1],[262,1],[263,1],[264,1],[265,1],[250,1],[266,1],[249,1],[247,1],[232,1],[233,1],[234,1],[235,1],[236,1],[237,1],[238,1],[239,1],[240,1],[241,1],[242,1],[243,1],[244,1],[245,1],[246,1],[248,1],[231,1],[267,1],[269,1],[289,1],[290,1],[291,1],[292,1],[293,1],[294,1],[295,1],[296,1],[297,1],[298,1],[299,1],[300,1],[301,1],[302,1],[303,1],[288,1],[268,1],[287,1],[285,1],[270,1],[271,1],[272,1],[273,1],[274,1],[275,1],[276,1],[277,1],[278,1],[279,1],[280,1],[281,1],[282,1],[283,1],[284,1],[286,1],[230,1],[229,1],[228,1],[174,1],[175,1],[176,1],[177,1],[178,1],[179,1],[180,1],[181,1],[182,1],[183,1],[184,1],[185,1],[186,1],[187,1],[188,1],[173,1],[189,1],[172,1],[170,1],[155,1],[156,1],[157,1],[158,1],[159,1],[160,1],[161,1],[162,1],[163,1],[164,1],[165,1],[166,1],[167,1],[168,1],[169,1],[171,1],[190,1],[191,1],[192,1],[213,1],[214,1],[215,1],[216,1],[217,1],[218,1],[219,1],[220,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[212,1],[211,1],[210,1],[209,1],[193,1],[194,1],[195,1],[196,1],[197,1],[198,1],[199,1],[153,1],[200,1],[202,1],[203,1],[204,1],[205,1],[206,1],[207,1],[208,1],[201,1],[610,1]]","results":"[[1,1]]","for":"[[76,8],[79,8],[232,6],[38,4],[85,3],[235,3],[91,3],[246,3],[89,3],[87,3],[106,2],[236,2],[215,2],[245,2],[46,2],[219,2],[242,1],[243,1],[240,1],[244,1],[249,1],[295,1],[224,1],[298,1],[223,1],[1,1],[105,1],[172,1],[301,1],[93,1],[92,1],[90,1],[88,1],[86,1],[84,1],[82,1],[54,1],[53,1],[45,1],[42,1],[39,1],[181,1],[302,1]]","generated":"[[106,2],[181,2],[1,1],[405,1],[406,1],[407,1],[408,1],[409,1],[410,1],[411,1],[412,1],[413,1],[414,1],[415,1],[416,1],[417,1],[404,1],[418,1],[403,1],[401,1],[386,1],[387,1],[388,1],[389,1],[390,1],[391,1],[392,1],[393,1],[394,1],[395,1],[396,1],[397,1],[398,1],[399,1],[400,1],[402,1],[419,1],[420,1],[421,1],[441,1],[442,1],[443,1],[444,1],[445,1],[446,1],[447,1],[448,1],[449,1],[450,1],[451,1],[452,1],[453,1],[454,1],[455,1],[440,1],[385,1],[439,1],[437,1],[422,1],[423,1],[424,1],[425,1],[426,1],[427,1],[428,1],[429,1],[430,1],[431,1],[432,1],[433,1],[434,1],[435,1],[436,1],[438,1],[384,1],[383,1],[382,1],[328,1],[329,1],[330,1],[331,1],[332,1],[333,1],[334,1],[335,1],[336,1],[337,1],[338,1],[339,1],[340,1],[341,1],[342,1],[327,1],[343,1],[326,1],[324,1],[309,1],[310,1],[311,1],[312,1],[313,1],[314,1],[315,1],[316,1],[317,1],[318,1],[319,1],[320,1],[321,1],[322,1],[323,1],[325,1],[344,1],[345,1],[346,1],[367,1],[368,1],[369,1],[370,1],[371,1],[372,1],[373,1],[374,1],[375,1],[376,1],[377,1],[378,1],[379,1],[380,1],[381,1],[366,1],[365,1],[364,1],[363,1],[347,1],[348,1],[349,1],[350,1],[351,1],[352,1],[353,1],[456,1],[354,1],[356,1],[357,1],[358,1],[359,1],[360,1],[361,1],[362,1],[355,1],[457,1],[458,1],[459,1],[556,1],[557,1],[558,1],[559,1],[560,1],[561,1],[562,1],[563,1],[564,1],[565,1],[566,1],[567,1],[568,1],[569,1],[570,1],[555,1],[571,1],[554,1],[552,1],[537,1],[538,1],[539,1],[540,1],[541,1],[542,1],[543,1],[544,1],[545,1],[546,1],[547,1],[548,1],[549,1],[550,1],[551,1],[553,1],[536,1],[572,1],[574,1],[594,1],[595,1],[596,1],[597,1],[598,1],[599,1],[600,1],[601,1],[602,1],[603,1],[604,1],[605,1],[606,1],[607,1],[608,1],[593,1],[573,1],[592,1],[590,1],[575,1],[576,1],[577,1],[578,1],[579,1],[580,1],[581,1],[582,1],[583,1],[584,1],[585,1],[586,1],[587,1],[588,1],[589,1],[591,1],[535,1],[534,1],[533,1],[479,1],[480,1],[481,1],[482,1],[483,1],[484,1],[485,1],[486,1],[487,1],[488,1],[489,1],[490,1],[491,1],[492,1],[493,1],[478,1],[494,1],[477,1],[475,1],[460,1],[461,1],[462,1],[463,1],[464,1],[465,1],[466,1],[467,1],[468,1],[469,1],[470,1],[471,1],[472,1],[473,1],[474,1],[476,1],[495,1],[496,1],[497,1],[518,1],[519,1],[520,1],[521,1],[522,1],[523,1],[524,1],[525,1],[526,1],[527,1],[528,1],[529,1],[530,1],[531,1],[532,1],[517,1],[516,1],[515,1],[514,1],[498,1],[499,1],[500,1],[501,1],[502,1],[503,1],[504,1],[308,1],[505,1],[507,1],[508,1],[509,1],[510,1],[511,1],[512,1],[513,1],[506,1],[307,1],[305,1],[609,1],[97,1],[98,1],[99,1],[100,1],[101,1],[102,1],[103,1],[104,1],[105,1],[107,1],[108,1],[109,1],[110,1],[111,1],[112,1],[96,1],[113,1],[95,1],[93,1],[78,1],[79,1],[80,1],[81,1],[82,1],[83,1],[84,1],[85,1],[86,1],[87,1],[88,1],[89,1],[90,1],[91,1],[92,1],[94,1],[77,1],[114,1],[116,1],[136,1],[137,1],[138,1],[139,1],[140,1],[141,1],[142,1],[143,1],[144,1],[145,1],[146,1],[147,1],[148,1],[149,1],[150,1],[135,1],[115,1],[134,1],[132,1],[117,1],[118,1],[119,1],[120,1],[121,1],[122,1],[123,1],[124,1],[125,1],[126,1],[127,1],[128,1],[129,1],[130,1],[131,1],[133,1],[151,1],[76,1],[74,1],[21,1],[22,1],[23,1],[24,1],[25,1],[26,1],[27,1],[28,1],[29,1],[30,1],[31,1],[32,1],[33,1],[34,1],[35,1],[20,1],[36,1],[19,1],[17,1],[2,1],[3,1],[4,1],[5,1],[6,1],[7,1],[8,1],[9,1],[10,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[18,1],[75,1],[37,1],[39,1],[59,1],[60,1],[61,1],[62,1],[63,1],[64,1],[65,1],[66,1],[67,1],[68,1],[69,1],[70,1],[71,1],[72,1],[73,1],[58,1],[38,1],[57,1],[55,1],[40,1],[41,1],[42,1],[43,1],[44,1],[45,1],[46,1],[47,1],[48,1],[49,1],[50,1],[51,1],[52,1],[53,1],[54,1],[56,1],[152,1],[153,1],[154,1],[252,1],[253,1],[254,1],[255,1],[256,1],[257,1],[258,1],[259,1],[260,1],[261,1],[262,1],[263,1],[264,1],[265,1],[266,1],[251,1],[267,1],[250,1],[248,1],[233,1],[234,1],[235,1],[236,1],[237,1],[238,1],[239,1],[240,1],[241,1],[242,1],[243,1],[244,1],[245,1],[246,1],[247,1],[249,1],[232,1],[268,1],[270,1],[290,1],[291,1],[292,1],[293,1],[294,1],[295,1],[296,1],[297,1],[298,1],[299,1],[300,1],[301,1],[302,1],[303,1],[304,1],[289,1],[269,1],[288,1],[286,1],[271,1],[272,1],[273,1],[274,1],[275,1],[276,1],[277,1],[278,1],[279,1],[280,1],[281,1],[282,1],[283,1],[284,1],[285,1],[287,1],[231,1],[230,1],[229,1],[174,1],[175,1],[176,1],[177,1],[178,1],[179,1],[180,1],[182,1],[183,1],[184,1],[185,1],[186,1],[187,1],[188,1],[189,1],[173,1],[190,1],[172,1],[170,1],[155,1],[156,1],[157,1],[158,1],[159,1],[160,1],[161,1],[162,1],[163,1],[164,1],[165,1],[166,1],[167,1],[168,1],[169,1],[171,1],[191,1],[192,1],[193,1],[214,1],[215,1],[216,1],[217,1],[218,1],[219,1],[220,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[228,1],[213,1],[212,1],[211,1],[210,1],[194,1],[195,1],[196,1],[197,1],[198,1],[199,1],[200,1],[306,1],[201,1],[203,1],[204,1],[205,1],[206,1],[207,1],[208,1],[209,1],[202,1],[610,1]]","with":"[[38,5],[79,5],[52,5],[76,5],[215,4],[219,4],[87,3],[91,3],[273,2],[85,2],[229,2],[231,2],[284,2],[93,2],[92,2],[90,2],[89,2],[230,2],[295,2],[86,2],[303,2],[439,1],[408,1],[445,1],[407,1],[406,1],[405,1],[446,1],[404,1],[403,1],[402,1],[401,1],[400,1],[399,1],[398,1],[397,1],[396,1],[447,1],[448,1],[395,1],[394,1],[449,1],[450,1],[451,1],[452,1],[453,1],[454,1],[455,1],[393,1],[456,1],[409,1],[410,1],[411,1],[444,1],[438,1],[437,1],[436,1],[435,1],[434,1],[433,1],[432,1],[431,1],[430,1],[441,1],[429,1],[428,1],[427,1],[426,1],[440,1],[425,1],[442,1],[423,1],[422,1],[421,1],[420,1],[443,1],[419,1],[418,1],[417,1],[416,1],[415,1],[414,1],[413,1],[412,1],[424,1],[1,1],[390,1],[391,1],[337,1],[338,1],[339,1],[340,1],[341,1],[342,1],[343,1],[344,1],[345,1],[346,1],[347,1],[348,1],[349,1],[350,1],[351,1],[336,1],[352,1],[335,1],[333,1],[318,1],[319,1],[320,1],[321,1],[322,1],[323,1],[324,1],[325,1],[326,1],[327,1],[328,1],[329,1],[330,1],[331,1],[332,1],[334,1],[353,1],[354,1],[355,1],[376,1],[377,1],[378,1],[379,1],[380,1],[381,1],[382,1],[383,1],[384,1],[385,1],[386,1],[387,1],[388,1],[389,1],[457,1],[375,1],[374,1],[373,1],[372,1],[356,1],[357,1],[358,1],[359,1],[360,1],[361,1],[362,1],[392,1],[363,1],[365,1],[366,1],[367,1],[368,1],[369,1],[370,1],[371,1],[364,1],[458,1],[464,1],[460,1],[556,1],[557,1],[558,1],[559,1],[560,1],[561,1],[562,1],[563,1],[564,1],[565,1],[566,1],[567,1],[568,1],[569,1],[570,1],[555,1],[571,1],[554,1],[552,1],[537,1],[538,1],[539,1],[540,1],[541,1],[542,1],[543,1],[544,1],[545,1],[546,1],[547,1],[548,1],[549,1],[550,1],[551,1],[553,1],[536,1],[572,1],[574,1],[594,1],[595,1],[596,1],[597,1],[598,1],[599,1],[600,1],[601,1],[602,1],[603,1],[604,1],[605,1],[606,1],[607,1],[608,1],[593,1],[573,1],[592,1],[590,1],[575,1],[576,1],[577,1],[578,1],[579,1],[580,1],[581,1],[582,1],[583,1],[584,1],[585,1],[586,1],[587,1],[588,1],[589,1],[591,1],[459,1],[535,1],[533,1],[480,1],[481,1],[482,1],[483,1],[484,1],[485,1],[486,1],[487,1],[488,1],[489,1],[490,1],[491,1],[492,1],[493,1],[494,1],[479,1],[495,1],[478,1],[476,1],[461,1],[462,1],[463,1],[317,1],[465,1],[466,1],[467,1],[468,1],[469,1],[470,1],[471,1],[472,1],[473,1],[474,1],[475,1],[477,1],[534,1],[496,1],[498,1],[518,1],[519,1],[520,1],[521,1],[522,1],[523,1],[524,1],[525,1],[526,1],[527,1],[528,1],[529,1],[530,1],[531,1],[532,1],[517,1],[497,1],[516,1],[514,1],[499,1],[500,1],[501,1],[502,1],[503,1],[504,1],[505,1],[506,1],[507,1],[508,1],[509,1],[510,1],[511,1],[512,1],[513,1],[515,1],[316,1],[305,1],[314,1],[106,1],[107,1],[108,1],[109,1],[110,1],[111,1],[105,1],[112,1],[114,1],[115,1],[116,1],[117,1],[118,1],[119,1],[113,1],[120,1],[104,1],[102,1],[80,1],[81,1],[82,1],[83,1],[84,1],[88,1],[103,1],[94,1],[96,1],[97,1],[98,1],[99,1],[100,1],[101,1],[95,1],[121,1],[122,1],[123,1],[143,1],[144,1],[145,1],[146,1],[147,1],[148,1],[142,1],[149,1],[151,1],[152,1],[153,1],[154,1],[155,1],[156,1],[150,1],[141,1],[140,1],[139,1],[124,1],[125,1],[126,1],[127,1],[128,1],[129,1],[130,1],[131,1],[132,1],[133,1],[134,1],[135,1],[136,1],[137,1],[138,1],[78,1],[77,1],[75,1],[74,1],[21,1],[22,1],[23,1],[24,1],[25,1],[26,1],[20,1],[27,1],[29,1],[30,1],[31,1],[32,1],[33,1],[34,1],[28,1],[19,1],[18,1],[17,1],[2,1],[3,1],[4,1],[5,1],[6,1],[7,1],[8,1],[9,1],[10,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[35,1],[157,1],[36,1],[39,1],[60,1],[61,1],[62,1],[63,1],[64,1],[65,1],[59,1],[66,1],[68,1],[69,1],[70,1],[71,1],[72,1],[73,1],[67,1],[58,1],[57,1],[56,1],[40,1],[41,1],[42,1],[43,1],[44,1],[45,1],[46,1],[47,1],[48,1],[49,1],[50,1],[51,1],[53,1],[54,1],[55,1],[37,1],[158,1],[159,1],[160,1],[259,1],[260,1],[261,1],[262,1],[263,1],[264,1],[258,1],[265,1],[267,1],[268,1],[269,1],[270,1],[271,1],[272,1],[266,1],[257,1],[256,1],[255,1],[240,1],[241,1],[242,1],[243,1],[244,1],[245,1],[246,1],[247,1],[248,1],[249,1],[250,1],[251,1],[252,1],[253,1],[254,1],[274,1],[239,1],[275,1],[277,1],[299,1],[300,1],[301,1],[302,1],[304,1],[609,1],[298,1],[306,1],[308,1],[309,1],[310,1],[311,1],[312,1],[313,1],[307,1],[297,1],[296,1],[294,1],[278,1],[279,1],[280,1],[281,1],[282,1],[283,1],[285,1],[286,1],[287,1],[288,1],[289,1],[290,1],[291,1],[292,1],[293,1],[276,1],[315,1],[238,1],[236,1],[180,1],[181,1],[182,1],[183,1],[184,1],[185,1],[179,1],[186,1],[188,1],[189,1],[190,1],[191,1],[192,1],[193,1],[187,1],[178,1],[177,1],[176,1],[161,1],[162,1],[163,1],[164,1],[165,1],[166,1],[167,1],[168,1],[169,1],[170,1],[171,1],[172,1],[173,1],[174,1],[175,1],[194,1],[237,1],[195,1],[197,1],[218,1],[220,1],[221,1],[222,1],[223,1],[224,1],[217,1],[225,1],[227,1],[228,1],[232,1],[233,1],[234,1],[235,1],[226,1],[216,1],[214,1],[213,1],[198,1],[199,1],[200,1],[201,1],[202,1],[203,1],[204,1],[205,1],[206,1],[207,1],[208,1],[209,1],[210,1],[211,1],[212,1],[196,1],[610,1]]","vsdocman":"[[1,1],[403,1],[404,1],[405,1],[406,1],[407,1],[408,1],[409,1],[410,1],[411,1],[412,1],[413,1],[414,1],[415,1],[416,1],[417,1],[402,1],[418,1],[401,1],[399,1],[384,1],[385,1],[386,1],[387,1],[388,1],[389,1],[390,1],[391,1],[392,1],[393,1],[394,1],[395,1],[396,1],[397,1],[398,1],[400,1],[383,1],[419,1],[421,1],[441,1],[442,1],[443,1],[444,1],[445,1],[446,1],[447,1],[448,1],[449,1],[450,1],[451,1],[452,1],[453,1],[454,1],[455,1],[440,1],[420,1],[439,1],[437,1],[422,1],[423,1],[424,1],[425,1],[426,1],[427,1],[428,1],[429,1],[430,1],[431,1],[432,1],[433,1],[434,1],[435,1],[436,1],[438,1],[456,1],[382,1],[380,1],[327,1],[328,1],[329,1],[330,1],[331,1],[332,1],[333,1],[334,1],[335,1],[336,1],[337,1],[338,1],[339,1],[340,1],[341,1],[326,1],[342,1],[325,1],[323,1],[308,1],[309,1],[310,1],[311,1],[312,1],[313,1],[314,1],[315,1],[316,1],[317,1],[318,1],[319,1],[320,1],[321,1],[322,1],[324,1],[381,1],[343,1],[345,1],[365,1],[366,1],[367,1],[368,1],[369,1],[370,1],[371,1],[372,1],[373,1],[374,1],[375,1],[376,1],[377,1],[378,1],[379,1],[364,1],[344,1],[363,1],[361,1],[346,1],[347,1],[348,1],[349,1],[350,1],[351,1],[352,1],[353,1],[354,1],[355,1],[356,1],[357,1],[358,1],[359,1],[360,1],[362,1],[457,1],[458,1],[459,1],[556,1],[557,1],[558,1],[559,1],[560,1],[561,1],[562,1],[563,1],[564,1],[565,1],[566,1],[567,1],[568,1],[569,1],[570,1],[555,1],[571,1],[554,1],[552,1],[537,1],[538,1],[539,1],[540,1],[541,1],[542,1],[543,1],[544,1],[545,1],[546,1],[547,1],[548,1],[549,1],[550,1],[551,1],[553,1],[536,1],[572,1],[574,1],[594,1],[595,1],[596,1],[597,1],[598,1],[599,1],[600,1],[601,1],[602,1],[603,1],[604,1],[605,1],[606,1],[607,1],[608,1],[593,1],[573,1],[592,1],[590,1],[575,1],[576,1],[577,1],[578,1],[579,1],[580,1],[581,1],[582,1],[583,1],[584,1],[585,1],[586,1],[587,1],[588,1],[589,1],[591,1],[535,1],[534,1],[533,1],[479,1],[480,1],[481,1],[482,1],[483,1],[484,1],[485,1],[486,1],[487,1],[488,1],[489,1],[490,1],[491,1],[492,1],[493,1],[478,1],[494,1],[477,1],[475,1],[460,1],[461,1],[462,1],[463,1],[464,1],[465,1],[466,1],[467,1],[468,1],[469,1],[470,1],[471,1],[472,1],[473,1],[474,1],[476,1],[495,1],[496,1],[497,1],[518,1],[519,1],[520,1],[521,1],[522,1],[523,1],[524,1],[525,1],[526,1],[527,1],[528,1],[529,1],[530,1],[531,1],[532,1],[517,1],[516,1],[515,1],[514,1],[498,1],[499,1],[500,1],[501,1],[502,1],[503,1],[504,1],[307,1],[505,1],[507,1],[508,1],[509,1],[510,1],[511,1],[512,1],[513,1],[506,1],[306,1],[305,1],[304,1],[98,1],[99,1],[100,1],[101,1],[102,1],[103,1],[104,1],[105,1],[106,1],[107,1],[108,1],[109,1],[110,1],[111,1],[112,1],[97,1],[113,1],[96,1],[94,1],[79,1],[80,1],[81,1],[82,1],[83,1],[84,1],[85,1],[86,1],[87,1],[88,1],[89,1],[90,1],[91,1],[92,1],[93,1],[95,1],[78,1],[114,1],[116,1],[136,1],[137,1],[138,1],[139,1],[140,1],[141,1],[142,1],[143,1],[144,1],[145,1],[146,1],[147,1],[148,1],[149,1],[150,1],[135,1],[115,1],[134,1],[132,1],[117,1],[118,1],[119,1],[120,1],[121,1],[122,1],[123,1],[124,1],[125,1],[126,1],[127,1],[128,1],[129,1],[130,1],[131,1],[133,1],[77,1],[76,1],[75,1],[21,1],[22,1],[23,1],[24,1],[25,1],[26,1],[27,1],[28,1],[29,1],[30,1],[31,1],[32,1],[33,1],[34,1],[35,1],[20,1],[36,1],[19,1],[17,1],[2,1],[3,1],[4,1],[5,1],[6,1],[7,1],[8,1],[9,1],[10,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[18,1],[37,1],[38,1],[39,1],[60,1],[61,1],[62,1],[63,1],[64,1],[65,1],[66,1],[67,1],[68,1],[69,1],[70,1],[71,1],[72,1],[73,1],[74,1],[59,1],[58,1],[57,1],[56,1],[40,1],[41,1],[42,1],[43,1],[44,1],[45,1],[46,1],[151,1],[47,1],[49,1],[50,1],[51,1],[52,1],[53,1],[54,1],[55,1],[48,1],[609,1],[152,1],[154,1],[251,1],[252,1],[253,1],[254,1],[255,1],[256,1],[257,1],[258,1],[259,1],[260,1],[261,1],[262,1],[263,1],[264,1],[265,1],[250,1],[266,1],[249,1],[247,1],[232,1],[233,1],[234,1],[235,1],[236,1],[237,1],[238,1],[239,1],[240,1],[241,1],[242,1],[243,1],[244,1],[245,1],[246,1],[248,1],[231,1],[267,1],[269,1],[289,1],[290,1],[291,1],[292,1],[293,1],[294,1],[295,1],[296,1],[297,1],[298,1],[299,1],[300,1],[301,1],[302,1],[303,1],[288,1],[268,1],[287,1],[285,1],[270,1],[271,1],[272,1],[273,1],[274,1],[275,1],[276,1],[277,1],[278,1],[279,1],[280,1],[281,1],[282,1],[283,1],[284,1],[286,1],[230,1],[229,1],[228,1],[174,1],[175,1],[176,1],[177,1],[178,1],[179,1],[180,1],[181,1],[182,1],[183,1],[184,1],[185,1],[186,1],[187,1],[188,1],[173,1],[189,1],[172,1],[170,1],[155,1],[156,1],[157,1],[158,1],[159,1],[160,1],[161,1],[162,1],[163,1],[164,1],[165,1],[166,1],[167,1],[168,1],[169,1],[171,1],[190,1],[191,1],[192,1],[213,1],[214,1],[215,1],[216,1],[217,1],[218,1],[219,1],[220,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[212,1],[211,1],[210,1],[209,1],[193,1],[194,1],[195,1],[196,1],[197,1],[198,1],[199,1],[153,1],[200,1],[202,1],[203,1],[204,1],[205,1],[206,1],[207,1],[208,1],[201,1],[610,1]]","namespace":"[[2,1002],[53,1002],[38,1002],[530,1002],[106,1002],[355,1002],[332,1002],[214,1002],[592,1002],[602,1002],[268,2],[267,2],[302,2],[266,2],[265,2],[263,2],[261,2],[259,2],[257,2],[303,2],[251,2],[250,2],[249,2],[248,2],[269,2],[293,2],[270,2],[272,2],[292,2],[291,2],[294,2],[290,2],[284,2],[283,2],[271,2],[282,2],[280,2],[279,2],[295,2],[273,2],[247,2],[301,2],[281,2],[246,2],[243,2],[244,2],[206,2],[205,2],[204,2],[203,2],[197,2],[196,2],[195,2],[207,2],[189,2],[187,2],[181,2],[180,2],[179,2],[178,2],[172,2],[171,2],[188,2],[208,2],[215,2],[221,2],[309,2],[242,2],[241,2],[240,2],[239,2],[238,2],[232,2],[231,2],[230,2],[229,2],[228,2],[227,2],[226,2],[225,2],[224,2],[223,2],[222,2],[245,2],[310,2],[314,2],[312,2],[546,2],[545,2],[544,2],[538,2],[537,2],[531,2],[529,2],[552,2],[523,2],[516,2],[510,2],[504,2],[503,2],[497,2],[491,2],[485,2],[517,2],[479,2],[553,2],[560,2],[603,2],[601,2],[600,2],[594,2],[593,2],[591,2],[585,2],[559,2],[584,2],[577,2],[576,2],[575,2],[569,2],[568,2],[567,2],[561,2],[583,2],[311,2],[473,2],[461,2],[349,2],[348,2],[347,2],[341,2],[340,2],[339,2],[333,2],[361,2],[330,2],[327,2],[325,2],[323,2],[321,2],[320,2],[170,2],[313,2],[328,2],[467,2],[367,2],[379,2],[455,2],[449,2],[443,2],[442,2],[436,2],[430,2],[424,2],[373,2],[423,2],[411,2],[405,2],[399,2],[393,2],[387,2],[386,2],[385,2],[417,2],[169,2],[609,2],[88,2],[66,2],[105,2],[142,2],[143,2],[144,2],[75,2],[107,2],[76,2],[145,2],[17,2],[104,2],[102,2],[64,2],[16,2],[65,2],[136,2],[135,2],[134,2],[45,2],[120,2],[121,2],[122,2],[30,2],[46,2],[68,2],[128,2],[31,2],[74,2],[114,2],[113,2],[24,2],[23,2],[67,2],[100,2],[151,2],[103,2],[96,2],[9,2],[10,2],[94,2],[60,2],[83,2],[52,2],[93,2],[82,2],[39,2],[37,2],[155,2],[98,2],[92,2],[153,2],[163,2],[84,2],[62,2],[162,2],[161,2],[54,2],[86,2],[3,2],[90,2],[42,1],[475,1],[474,1],[496,1],[44,1],[472,1],[495,1],[494,1],[41,1],[476,1],[487,1],[488,1],[489,1],[484,1],[471,1],[490,1],[483,1],[482,1],[481,1],[480,1],[43,1],[486,1],[492,1],[478,1],[477,1],[493,1],[470,1],[457,1],[468,1],[438,1],[437,1],[51,1],[435,1],[434,1],[433,1],[432,1],[431,1],[429,1],[428,1],[427,1],[426,1],[425,1],[55,1],[422,1],[421,1],[420,1],[419,1],[418,1],[56,1],[416,1],[415,1],[414,1],[439,1],[469,1],[440,1],[50,1],[466,1],[465,1],[464,1],[463,1],[462,1],[460,1],[459,1],[458,1],[40,1],[456,1],[47,1],[454,1],[453,1],[452,1],[451,1],[450,1],[48,1],[448,1],[447,1],[446,1],[445,1],[444,1],[49,1],[441,1],[168,1],[512,1],[499,1],[579,1],[578,1],[14,1],[15,1],[574,1],[573,1],[572,1],[571,1],[570,1],[18,1],[19,1],[566,1],[565,1],[564,1],[563,1],[562,1],[20,1],[21,1],[22,1],[558,1],[557,1],[580,1],[556,1],[581,1],[13,1],[607,1],[606,1],[605,1],[604,1],[4,1],[5,1],[6,1],[599,1],[598,1],[597,1],[596,1],[595,1],[7,1],[8,1],[590,1],[589,1],[588,1],[587,1],[586,1],[11,1],[12,1],[582,1],[555,1],[554,1],[551,1],[522,1],[521,1],[520,1],[519,1],[518,1],[34,1],[35,1],[515,1],[514,1],[513,1],[413,1],[511,1],[36,1],[509,1],[508,1],[507,1],[506,1],[505,1],[502,1],[501,1],[500,1],[33,1],[524,1],[525,1],[526,1],[550,1],[549,1],[548,1],[547,1],[25,1],[26,1],[27,1],[543,1],[542,1],[541,1],[498,1],[540,1],[28,1],[29,1],[536,1],[535,1],[534,1],[533,1],[532,1],[32,1],[528,1],[527,1],[539,1],[412,1],[388,1],[410,1],[255,1],[254,1],[253,1],[252,1],[119,1],[123,1],[124,1],[125,1],[126,1],[256,1],[127,1],[130,1],[131,1],[132,1],[237,1],[236,1],[235,1],[234,1],[233,1],[133,1],[129,1],[118,1],[258,1],[117,1],[288,1],[287,1],[286,1],[285,1],[99,1],[101,1],[278,1],[277,1],[276,1],[275,1],[274,1],[108,1],[109,1],[110,1],[111,1],[112,1],[264,1],[115,1],[262,1],[116,1],[260,1],[137,1],[138,1],[139,1],[140,1],[192,1],[191,1],[190,1],[156,1],[157,1],[158,1],[186,1],[185,1],[184,1],[183,1],[182,1],[159,1],[160,1],[177,1],[176,1],[175,1],[174,1],[173,1],[164,1],[165,1],[166,1],[193,1],[289,1],[194,1],[198,1],[141,1],[220,1],[219,1],[218,1],[217,1],[216,1],[146,1],[213,1],[212,1],[211,1],[210,1],[209,1],[147,1],[148,1],[149,1],[150,1],[152,1],[202,1],[201,1],[200,1],[199,1],[154,1],[97,1],[95,1],[296,1],[382,1],[381,1],[380,1],[378,1],[377,1],[376,1],[375,1],[374,1],[372,1],[371,1],[370,1],[369,1],[368,1],[366,1],[365,1],[364,1],[363,1],[362,1],[360,1],[359,1],[358,1],[383,1],[357,1],[384,1],[61,1],[409,1],[408,1],[407,1],[406,1],[58,1],[404,1],[403,1],[402,1],[401,1],[400,1],[59,1],[398,1],[397,1],[396,1],[395,1],[394,1],[392,1],[391,1],[390,1],[389,1],[167,1],[63,1],[57,1],[356,1],[353,1],[324,1],[81,1],[322,1],[319,1],[318,1],[317,1],[316,1],[315,1],[85,1],[87,1],[89,1],[308,1],[307,1],[306,1],[608,1],[304,1],[91,1],[300,1],[299,1],[298,1],[297,1],[80,1],[354,1],[326,1],[78,1],[352,1],[351,1],[350,1],[69,1],[70,1],[71,1],[346,1],[345,1],[344,1],[343,1],[342,1],[72,1],[73,1],[338,1],[337,1],[336,1],[335,1],[334,1],[331,1],[77,1],[329,1],[79,1],[305,1]]","syntaxhighlighter":"[[2,1],[403,1],[404,1],[405,1],[406,1],[407,1],[408,1],[409,1],[410,1],[411,1],[412,1],[413,1],[414,1],[415,1],[416,1],[417,1],[402,1],[418,1],[401,1],[399,1],[384,1],[385,1],[386,1],[387,1],[388,1],[389,1],[390,1],[391,1],[392,1],[393,1],[394,1],[395,1],[396,1],[397,1],[398,1],[400,1],[383,1],[419,1],[421,1],[441,1],[442,1],[443,1],[444,1],[445,1],[446,1],[447,1],[448,1],[449,1],[450,1],[451,1],[452,1],[453,1],[454,1],[455,1],[440,1],[420,1],[439,1],[437,1],[422,1],[423,1],[424,1],[425,1],[426,1],[427,1],[428,1],[429,1],[430,1],[431,1],[432,1],[433,1],[434,1],[435,1],[436,1],[438,1],[456,1],[382,1],[380,1],[327,1],[328,1],[329,1],[330,1],[331,1],[332,1],[333,1],[334,1],[335,1],[336,1],[337,1],[338,1],[339,1],[340,1],[341,1],[326,1],[342,1],[325,1],[323,1],[308,1],[309,1],[310,1],[311,1],[312,1],[313,1],[314,1],[315,1],[316,1],[317,1],[318,1],[319,1],[320,1],[321,1],[322,1],[324,1],[381,1],[343,1],[345,1],[365,1],[366,1],[367,1],[368,1],[369,1],[370,1],[371,1],[372,1],[373,1],[374,1],[375,1],[376,1],[377,1],[378,1],[379,1],[364,1],[344,1],[363,1],[361,1],[346,1],[347,1],[348,1],[349,1],[350,1],[351,1],[352,1],[353,1],[354,1],[355,1],[356,1],[357,1],[358,1],[359,1],[360,1],[362,1],[457,1],[458,1],[459,1],[556,1],[557,1],[558,1],[559,1],[560,1],[561,1],[562,1],[563,1],[564,1],[565,1],[566,1],[567,1],[568,1],[569,1],[570,1],[555,1],[571,1],[554,1],[552,1],[537,1],[538,1],[539,1],[540,1],[541,1],[542,1],[543,1],[544,1],[545,1],[546,1],[547,1],[548,1],[549,1],[550,1],[551,1],[553,1],[536,1],[572,1],[574,1],[594,1],[595,1],[596,1],[597,1],[598,1],[599,1],[600,1],[601,1],[602,1],[603,1],[604,1],[605,1],[606,1],[607,1],[608,1],[593,1],[573,1],[592,1],[590,1],[575,1],[576,1],[577,1],[578,1],[579,1],[580,1],[581,1],[582,1],[583,1],[584,1],[585,1],[586,1],[587,1],[588,1],[589,1],[591,1],[535,1],[534,1],[533,1],[479,1],[480,1],[481,1],[482,1],[483,1],[484,1],[485,1],[486,1],[487,1],[488,1],[489,1],[490,1],[491,1],[492,1],[493,1],[478,1],[494,1],[477,1],[475,1],[460,1],[461,1],[462,1],[463,1],[464,1],[465,1],[466,1],[467,1],[468,1],[469,1],[470,1],[471,1],[472,1],[473,1],[474,1],[476,1],[495,1],[496,1],[497,1],[518,1],[519,1],[520,1],[521,1],[522,1],[523,1],[524,1],[525,1],[526,1],[527,1],[528,1],[529,1],[530,1],[531,1],[532,1],[517,1],[516,1],[515,1],[514,1],[498,1],[499,1],[500,1],[501,1],[502,1],[503,1],[504,1],[307,1],[505,1],[507,1],[508,1],[509,1],[510,1],[511,1],[512,1],[513,1],[506,1],[609,1],[306,1],[304,1],[98,1],[99,1],[100,1],[101,1],[102,1],[103,1],[104,1],[105,1],[106,1],[107,1],[108,1],[109,1],[110,1],[111,1],[112,1],[97,1],[113,1],[96,1],[94,1],[79,1],[80,1],[81,1],[82,1],[83,1],[84,1],[85,1],[86,1],[87,1],[88,1],[89,1],[90,1],[91,1],[92,1],[93,1],[95,1],[78,1],[114,1],[116,1],[136,1],[137,1],[138,1],[139,1],[140,1],[141,1],[142,1],[143,1],[144,1],[145,1],[146,1],[147,1],[148,1],[149,1],[150,1],[135,1],[115,1],[134,1],[132,1],[117,1],[118,1],[119,1],[120,1],[121,1],[122,1],[123,1],[124,1],[125,1],[126,1],[127,1],[128,1],[129,1],[130,1],[131,1],[133,1],[151,1],[77,1],[75,1],[22,1],[23,1],[24,1],[25,1],[26,1],[27,1],[28,1],[29,1],[30,1],[31,1],[32,1],[33,1],[34,1],[35,1],[36,1],[21,1],[37,1],[20,1],[18,1],[3,1],[4,1],[5,1],[6,1],[7,1],[8,1],[9,1],[10,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[17,1],[19,1],[76,1],[38,1],[40,1],[60,1],[61,1],[62,1],[63,1],[64,1],[65,1],[66,1],[67,1],[68,1],[69,1],[70,1],[71,1],[72,1],[73,1],[74,1],[59,1],[39,1],[58,1],[56,1],[41,1],[42,1],[43,1],[44,1],[45,1],[46,1],[47,1],[48,1],[49,1],[50,1],[51,1],[52,1],[53,1],[54,1],[55,1],[57,1],[152,1],[153,1],[154,1],[251,1],[252,1],[253,1],[254,1],[255,1],[256,1],[257,1],[258,1],[259,1],[260,1],[261,1],[262,1],[263,1],[264,1],[265,1],[250,1],[266,1],[249,1],[247,1],[232,1],[233,1],[234,1],[235,1],[236,1],[237,1],[238,1],[239,1],[240,1],[241,1],[242,1],[243,1],[244,1],[245,1],[246,1],[248,1],[231,1],[267,1],[269,1],[289,1],[290,1],[291,1],[292,1],[293,1],[294,1],[295,1],[296,1],[297,1],[298,1],[299,1],[300,1],[301,1],[302,1],[303,1],[288,1],[268,1],[287,1],[285,1],[270,1],[271,1],[272,1],[273,1],[274,1],[275,1],[276,1],[277,1],[278,1],[279,1],[280,1],[281,1],[282,1],[283,1],[284,1],[286,1],[230,1],[229,1],[228,1],[174,1],[175,1],[176,1],[177,1],[178,1],[179,1],[180,1],[181,1],[182,1],[183,1],[184,1],[185,1],[186,1],[187,1],[188,1],[173,1],[189,1],[172,1],[170,1],[155,1],[156,1],[157,1],[158,1],[159,1],[160,1],[161,1],[162,1],[163,1],[164,1],[165,1],[166,1],[167,1],[168,1],[169,1],[171,1],[190,1],[191,1],[192,1],[213,1],[214,1],[215,1],[216,1],[217,1],[218,1],[219,1],[220,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[212,1],[211,1],[210,1],[209,1],[193,1],[194,1],[195,1],[196,1],[197,1],[198,1],[199,1],[305,1],[200,1],[202,1],[203,1],[204,1],[205,1],[206,1],[207,1],[208,1],[201,1],[610,1]]","all":"[[247,5],[79,3],[76,3],[93,2],[92,2],[404,1],[405,1],[406,1],[407,1],[408,1],[409,1],[410,1],[411,1],[412,1],[413,1],[414,1],[415,1],[416,1],[403,1],[402,1],[399,1],[400,1],[386,1],[387,1],[388,1],[389,1],[390,1],[391,1],[401,1],[392,1],[394,1],[395,1],[396,1],[397,1],[398,1],[417,1],[393,1],[418,1],[419,1],[420,1],[441,1],[442,1],[443,1],[444,1],[445,1],[446,1],[447,1],[440,1],[448,1],[450,1],[451,1],[452,1],[453,1],[454,1],[455,1],[456,1],[449,1],[385,1],[439,1],[437,1],[421,1],[422,1],[423,1],[424,1],[425,1],[426,1],[427,1],[438,1],[428,1],[430,1],[431,1],[432,1],[433,1],[434,1],[435,1],[436,1],[429,1],[2,1],[384,1],[383,1],[330,1],[331,1],[332,1],[333,1],[334,1],[335,1],[336,1],[337,1],[338,1],[339,1],[340,1],[341,1],[342,1],[343,1],[344,1],[329,1],[345,1],[328,1],[326,1],[311,1],[312,1],[313,1],[314,1],[315,1],[316,1],[317,1],[318,1],[319,1],[320,1],[321,1],[322,1],[323,1],[324,1],[325,1],[327,1],[457,1],[346,1],[348,1],[368,1],[369,1],[370,1],[371,1],[372,1],[373,1],[374,1],[375,1],[376,1],[377,1],[378,1],[379,1],[380,1],[381,1],[382,1],[367,1],[347,1],[366,1],[364,1],[349,1],[350,1],[351,1],[352,1],[353,1],[354,1],[355,1],[356,1],[357,1],[358,1],[359,1],[360,1],[361,1],[362,1],[363,1],[365,1],[458,1],[461,1],[460,1],[556,1],[557,1],[558,1],[559,1],[560,1],[561,1],[562,1],[563,1],[564,1],[565,1],[566,1],[567,1],[568,1],[569,1],[570,1],[555,1],[571,1],[554,1],[552,1],[537,1],[538,1],[539,1],[540,1],[541,1],[542,1],[543,1],[544,1],[545,1],[546,1],[547,1],[548,1],[549,1],[550,1],[551,1],[553,1],[536,1],[572,1],[574,1],[594,1],[595,1],[596,1],[597,1],[598,1],[599,1],[600,1],[601,1],[602,1],[603,1],[604,1],[605,1],[606,1],[607,1],[608,1],[593,1],[573,1],[592,1],[590,1],[575,1],[576,1],[577,1],[578,1],[579,1],[580,1],[581,1],[582,1],[583,1],[584,1],[585,1],[586,1],[587,1],[588,1],[589,1],[591,1],[459,1],[535,1],[533,1],[480,1],[481,1],[482,1],[483,1],[484,1],[485,1],[486,1],[487,1],[488,1],[489,1],[490,1],[491,1],[492,1],[493,1],[494,1],[479,1],[495,1],[478,1],[476,1],[310,1],[462,1],[463,1],[464,1],[465,1],[466,1],[467,1],[468,1],[469,1],[470,1],[471,1],[472,1],[473,1],[474,1],[475,1],[477,1],[534,1],[496,1],[498,1],[518,1],[519,1],[520,1],[521,1],[522,1],[523,1],[524,1],[525,1],[526,1],[527,1],[528,1],[529,1],[530,1],[531,1],[532,1],[517,1],[497,1],[516,1],[514,1],[499,1],[500,1],[501,1],[502,1],[503,1],[504,1],[505,1],[506,1],[507,1],[508,1],[509,1],[510,1],[511,1],[512,1],[513,1],[515,1],[309,1],[306,1],[307,1],[102,1],[103,1],[104,1],[105,1],[106,1],[107,1],[101,1],[108,1],[110,1],[111,1],[112,1],[113,1],[114,1],[115,1],[109,1],[100,1],[99,1],[98,1],[81,1],[82,1],[83,1],[84,1],[85,1],[86,1],[87,1],[88,1],[89,1],[90,1],[91,1],[94,1],[95,1],[96,1],[97,1],[116,1],[117,1],[118,1],[119,1],[139,1],[140,1],[141,1],[142,1],[143,1],[144,1],[145,1],[146,1],[147,1],[148,1],[149,1],[150,1],[151,1],[152,1],[153,1],[138,1],[80,1],[137,1],[135,1],[120,1],[121,1],[122,1],[123,1],[124,1],[125,1],[126,1],[127,1],[128,1],[129,1],[130,1],[131,1],[132,1],[133,1],[134,1],[136,1],[78,1],[77,1],[75,1],[22,1],[23,1],[24,1],[25,1],[26,1],[27,1],[28,1],[29,1],[30,1],[31,1],[32,1],[33,1],[34,1],[35,1],[36,1],[21,1],[37,1],[20,1],[18,1],[3,1],[4,1],[5,1],[6,1],[7,1],[8,1],[9,1],[10,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[17,1],[19,1],[154,1],[38,1],[40,1],[60,1],[61,1],[62,1],[63,1],[64,1],[65,1],[66,1],[67,1],[68,1],[69,1],[70,1],[71,1],[72,1],[73,1],[74,1],[59,1],[39,1],[58,1],[56,1],[41,1],[42,1],[43,1],[44,1],[45,1],[46,1],[47,1],[48,1],[49,1],[50,1],[51,1],[52,1],[53,1],[54,1],[55,1],[57,1],[155,1],[156,1],[157,1],[254,1],[255,1],[256,1],[257,1],[258,1],[259,1],[260,1],[261,1],[262,1],[263,1],[264,1],[265,1],[266,1],[267,1],[268,1],[253,1],[269,1],[252,1],[250,1],[234,1],[235,1],[236,1],[237,1],[238,1],[239,1],[240,1],[241,1],[242,1],[243,1],[244,1],[245,1],[246,1],[248,1],[249,1],[251,1],[233,1],[270,1],[272,1],[292,1],[293,1],[294,1],[295,1],[296,1],[297,1],[298,1],[299,1],[300,1],[301,1],[302,1],[303,1],[304,1],[305,1],[609,1],[291,1],[271,1],[290,1],[288,1],[273,1],[274,1],[275,1],[276,1],[277,1],[278,1],[279,1],[280,1],[281,1],[282,1],[283,1],[284,1],[285,1],[286,1],[287,1],[289,1],[308,1],[232,1],[230,1],[177,1],[178,1],[179,1],[180,1],[181,1],[182,1],[183,1],[184,1],[185,1],[186,1],[187,1],[188,1],[189,1],[190,1],[191,1],[176,1],[192,1],[175,1],[173,1],[158,1],[159,1],[160,1],[161,1],[162,1],[163,1],[164,1],[165,1],[166,1],[167,1],[168,1],[169,1],[170,1],[171,1],[172,1],[174,1],[231,1],[193,1],[195,1],[215,1],[216,1],[217,1],[218,1],[219,1],[220,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[228,1],[229,1],[214,1],[194,1],[213,1],[211,1],[196,1],[197,1],[198,1],[199,1],[200,1],[201,1],[202,1],[203,1],[204,1],[205,1],[206,1],[207,1],[208,1],[209,1],[210,1],[212,1],[610,1]]","assembly":"[[2,1],[312,1],[313,1],[314,1],[320,1],[321,1],[323,1],[325,1],[327,1],[328,1],[330,1],[332,1],[311,1],[333,1],[340,1],[341,1],[347,1],[348,1],[349,1],[355,1],[361,1],[367,1],[373,1],[379,1],[385,1],[339,1],[310,1],[309,1],[303,1],[261,1],[263,1],[265,1],[266,1],[267,1],[268,1],[269,1],[270,1],[271,1],[272,1],[273,1],[279,1],[280,1],[281,1],[282,1],[283,1],[284,1],[290,1],[291,1],[292,1],[293,1],[294,1],[295,1],[301,1],[302,1],[386,1],[259,1],[387,1],[399,1],[544,1],[545,1],[546,1],[552,1],[553,1],[559,1],[560,1],[561,1],[567,1],[568,1],[569,1],[538,1],[575,1],[577,1],[583,1],[584,1],[585,1],[591,1],[592,1],[593,1],[594,1],[600,1],[601,1],[602,1],[576,1],[537,1],[531,1],[530,1],[405,1],[411,1],[417,1],[423,1],[424,1],[430,1],[436,1],[442,1],[443,1],[449,1],[455,1],[461,1],[467,1],[473,1],[479,1],[485,1],[491,1],[497,1],[503,1],[504,1],[510,1],[516,1],[517,1],[523,1],[529,1],[393,1],[603,1],[257,1],[250,1],[84,1],[86,1],[88,1],[90,1],[92,1],[93,1],[94,1],[96,1],[98,1],[100,1],[102,1],[83,1],[103,1],[105,1],[106,1],[107,1],[113,1],[114,1],[120,1],[121,1],[122,1],[128,1],[134,1],[135,1],[104,1],[82,1],[76,1],[75,1],[3,1],[9,1],[10,1],[16,1],[17,1],[23,1],[24,1],[30,1],[31,1],[37,1],[38,1],[39,1],[45,1],[46,1],[52,1],[53,1],[54,1],[60,1],[62,1],[64,1],[65,1],[66,1],[67,1],[68,1],[74,1],[136,1],[251,1],[142,1],[144,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[228,1],[229,1],[230,1],[231,1],[215,1],[232,1],[239,1],[240,1],[241,1],[242,1],[243,1],[244,1],[245,1],[246,1],[247,1],[248,1],[249,1],[238,1],[214,1],[208,1],[207,1],[145,1],[151,1],[153,1],[155,1],[161,1],[162,1],[163,1],[169,1],[170,1],[171,1],[172,1],[178,1],[179,1],[180,1],[181,1],[187,1],[188,1],[189,1],[195,1],[196,1],[197,1],[203,1],[204,1],[205,1],[206,1],[143,1],[609,1]]","ondoc_netframework":"[[2,2],[310,2],[311,2],[312,2],[313,2],[314,2],[320,2],[321,2],[323,2],[325,2],[327,2],[328,2],[309,2],[330,2],[333,2],[339,2],[340,2],[341,2],[347,2],[348,2],[349,2],[355,2],[361,2],[367,2],[373,2],[332,2],[379,2],[303,2],[301,2],[259,2],[261,2],[263,2],[265,2],[266,2],[267,2],[268,2],[269,2],[270,2],[271,2],[272,2],[302,2],[273,2],[280,2],[281,2],[282,2],[283,2],[284,2],[290,2],[291,2],[292,2],[293,2],[294,2],[295,2],[279,2],[257,2],[385,2],[387,2],[544,2],[545,2],[546,2],[552,2],[553,2],[559,2],[560,2],[561,2],[567,2],[568,2],[569,2],[538,2],[575,2],[577,2],[583,2],[584,2],[585,2],[591,2],[592,2],[593,2],[594,2],[600,2],[601,2],[602,2],[576,2],[386,2],[537,2],[530,2],[393,2],[399,2],[405,2],[411,2],[417,2],[436,2],[442,2],[443,2],[449,2],[455,2],[461,2],[531,2],[467,2],[479,2],[485,2],[491,2],[497,2],[503,2],[504,2],[510,2],[516,2],[517,2],[523,2],[529,2],[473,2],[251,2],[250,2],[249,2],[83,2],[84,2],[86,2],[88,2],[90,2],[92,2],[93,2],[94,2],[96,2],[98,2],[100,2],[82,2],[102,2],[104,2],[105,2],[106,2],[107,2],[113,2],[114,2],[120,2],[121,2],[122,2],[128,2],[134,2],[103,2],[135,2],[76,2],[74,2],[3,2],[9,2],[10,2],[16,2],[17,2],[23,2],[24,2],[30,2],[31,2],[37,2],[38,2],[75,2],[39,2],[46,2],[52,2],[53,2],[54,2],[60,2],[62,2],[64,2],[65,2],[66,2],[67,2],[68,2],[45,2],[136,2],[142,2],[143,2],[215,2],[221,2],[222,2],[223,2],[224,2],[225,2],[226,2],[227,2],[228,2],[229,2],[230,2],[214,2],[231,2],[238,2],[239,2],[240,2],[241,2],[242,2],[243,2],[244,2],[245,2],[246,2],[247,2],[248,2],[232,2],[208,2],[207,2],[206,2],[144,2],[145,2],[151,2],[153,2],[155,2],[161,2],[162,2],[163,2],[169,2],[170,2],[171,2],[172,2],[178,2],[179,2],[180,2],[181,2],[187,2],[188,2],[189,2],[195,2],[196,2],[197,2],[203,2],[204,2],[205,2],[603,2],[609,2]]","in":"[[247,8],[76,7],[552,7],[249,6],[232,6],[79,5],[436,5],[248,4],[442,4],[94,4],[95,4],[96,4],[99,4],[98,4],[443,4],[100,4],[242,4],[101,4],[97,4],[323,3],[503,3],[187,3],[188,3],[189,3],[321,3],[320,3],[497,3],[195,3],[196,3],[197,3],[393,3],[449,3],[314,3],[203,3],[204,3],[504,3],[181,3],[2,3],[179,3],[142,3],[143,3],[144,3],[341,3],[340,3],[339,3],[151,3],[523,3],[153,3],[155,3],[439,3],[333,3],[517,3],[161,3],[162,3],[163,3],[516,3],[332,3],[330,3],[169,3],[170,3],[171,3],[172,3],[328,3],[510,3],[327,3],[325,3],[178,3],[205,3],[180,3],[206,3],[491,3],[208,3],[301,3],[455,3],[257,3],[473,3],[259,3],[261,3],[263,3],[265,3],[266,3],[267,3],[268,3],[269,3],[270,3],[271,3],[272,3],[273,3],[295,3],[294,3],[467,3],[293,3],[292,3],[279,3],[280,3],[281,3],[282,3],[283,3],[284,3],[291,3],[290,3],[303,3],[251,3],[250,3],[246,3],[529,3],[313,3],[312,3],[311,3],[310,3],[214,3],[215,3],[309,3],[485,3],[609,3],[221,3],[222,3],[223,3],[224,3],[207,3],[225,3],[227,3],[228,3],[229,3],[230,3],[231,3],[235,3],[479,3],[238,3],[239,3],[240,3],[241,3],[243,3],[244,3],[245,3],[226,3],[530,3],[145,3],[65,3],[45,3],[46,3],[373,3],[577,3],[576,3],[575,3],[52,3],[53,3],[54,3],[569,3],[60,3],[411,3],[568,3],[567,3],[64,3],[531,3],[66,3],[67,3],[68,3],[367,3],[74,3],[75,3],[561,3],[560,3],[62,3],[583,3],[39,3],[38,3],[3,3],[399,3],[9,3],[10,3],[603,3],[602,3],[601,3],[600,3],[387,3],[16,3],[17,3],[386,3],[385,3],[594,3],[23,3],[24,3],[592,3],[591,3],[405,3],[30,3],[31,3],[379,3],[585,3],[584,3],[37,3],[559,3],[82,3],[461,3],[84,3],[104,3],[537,3],[538,3],[128,3],[105,3],[106,3],[107,3],[553,3],[349,3],[103,3],[355,3],[114,3],[83,3],[430,3],[546,3],[545,3],[544,3],[120,3],[121,3],[122,3],[113,3],[102,3],[348,3],[134,3],[136,3],[135,3],[347,3],[361,3],[88,3],[423,3],[86,3],[424,3],[92,3],[93,3],[90,3],[302,2],[352,2],[417,2],[236,2],[593,2],[404,1],[400,1],[440,1],[398,1],[433,1],[457,1],[397,1],[431,1],[401,1],[459,1],[460,1],[438,1],[437,1],[403,1],[402,1],[435,1],[432,1],[458,1],[429,1],[409,1],[406,1],[421,1],[448,1],[450,1],[447,1],[446,1],[422,1],[420,1],[419,1],[418,1],[445,1],[444,1],[451,1],[452,1],[456,1],[416,1],[414,1],[413,1],[412,1],[425,1],[453,1],[454,1],[426,1],[427,1],[410,1],[408,1],[428,1],[441,1],[407,1],[415,1],[434,1],[496,1],[463,1],[564,1],[563,1],[562,1],[558,1],[557,1],[556,1],[555,1],[554,1],[551,1],[550,1],[565,1],[549,1],[547,1],[543,1],[542,1],[541,1],[540,1],[539,1],[536,1],[535,1],[534,1],[533,1],[548,1],[566,1],[570,1],[571,1],[608,1],[607,1],[606,1],[605,1],[604,1],[599,1],[598,1],[597,1],[596,1],[595,1],[590,1],[589,1],[588,1],[587,1],[586,1],[582,1],[581,1],[580,1],[579,1],[578,1],[574,1],[573,1],[572,1],[532,1],[462,1],[528,1],[526,1],[489,1],[488,1],[487,1],[486,1],[484,1],[483,1],[482,1],[481,1],[480,1],[478,1],[490,1],[477,1],[475,1],[474,1],[472,1],[471,1],[470,1],[469,1],[468,1],[466,1],[465,1],[464,1],[476,1],[492,1],[493,1],[494,1],[525,1],[524,1],[522,1],[521,1],[520,1],[519,1],[518,1],[515,1],[514,1],[513,1],[512,1],[511,1],[509,1],[508,1],[507,1],[506,1],[505,1],[502,1],[501,1],[500,1],[499,1],[498,1],[495,1],[527,1],[396,1],[306,1],[394,1],[138,1],[137,1],[133,1],[132,1],[131,1],[130,1],[129,1],[127,1],[126,1],[125,1],[124,1],[123,1],[119,1],[118,1],[117,1],[116,1],[115,1],[112,1],[111,1],[110,1],[109,1],[108,1],[91,1],[139,1],[89,1],[140,1],[146,1],[183,1],[182,1],[177,1],[176,1],[175,1],[174,1],[173,1],[168,1],[167,1],[166,1],[165,1],[164,1],[160,1],[159,1],[158,1],[157,1],[156,1],[154,1],[152,1],[150,1],[149,1],[148,1],[147,1],[141,1],[184,1],[87,1],[81,1],[34,1],[33,1],[32,1],[29,1],[28,1],[27,1],[26,1],[25,1],[22,1],[21,1],[20,1],[19,1],[18,1],[15,1],[14,1],[13,1],[12,1],[11,1],[8,1],[7,1],[6,1],[5,1],[4,1],[35,1],[85,1],[36,1],[41,1],[80,1],[78,1],[77,1],[73,1],[72,1],[71,1],[70,1],[69,1],[63,1],[61,1],[59,1],[58,1],[57,1],[56,1],[55,1],[51,1],[50,1],[49,1],[48,1],[47,1],[44,1],[43,1],[42,1],[40,1],[395,1],[185,1],[190,1],[358,1],[357,1],[356,1],[354,1],[353,1],[351,1],[350,1],[346,1],[345,1],[344,1],[343,1],[342,1],[338,1],[337,1],[336,1],[335,1],[334,1],[331,1],[329,1],[326,1],[324,1],[322,1],[319,1],[359,1],[318,1],[360,1],[363,1],[392,1],[391,1],[390,1],[389,1],[388,1],[384,1],[383,1],[382,1],[381,1],[380,1],[378,1],[377,1],[376,1],[375,1],[374,1],[372,1],[371,1],[370,1],[369,1],[368,1],[366,1],[365,1],[364,1],[362,1],[186,1],[317,1],[315,1],[252,1],[237,1],[234,1],[233,1],[220,1],[219,1],[218,1],[217,1],[216,1],[213,1],[212,1],[211,1],[210,1],[209,1],[202,1],[201,1],[200,1],[199,1],[198,1],[194,1],[193,1],[192,1],[191,1],[253,1],[316,1],[254,1],[256,1],[308,1],[307,1],[305,1],[304,1],[300,1],[299,1],[298,1],[297,1],[296,1],[289,1],[288,1],[287,1],[286,1],[285,1],[278,1],[277,1],[276,1],[275,1],[274,1],[264,1],[262,1],[260,1],[258,1],[255,1],[610,1]]","dll":"[[2,1],[312,1],[313,1],[314,1],[320,1],[321,1],[323,1],[325,1],[327,1],[328,1],[330,1],[332,1],[311,1],[333,1],[340,1],[341,1],[347,1],[348,1],[349,1],[355,1],[361,1],[367,1],[373,1],[379,1],[385,1],[339,1],[310,1],[309,1],[303,1],[261,1],[263,1],[265,1],[266,1],[267,1],[268,1],[269,1],[270,1],[271,1],[272,1],[273,1],[279,1],[280,1],[281,1],[282,1],[283,1],[284,1],[290,1],[291,1],[292,1],[293,1],[294,1],[295,1],[301,1],[302,1],[386,1],[259,1],[387,1],[399,1],[544,1],[545,1],[546,1],[552,1],[553,1],[559,1],[560,1],[561,1],[567,1],[568,1],[569,1],[538,1],[575,1],[577,1],[583,1],[584,1],[585,1],[591,1],[592,1],[593,1],[594,1],[600,1],[601,1],[602,1],[576,1],[537,1],[531,1],[530,1],[405,1],[411,1],[417,1],[423,1],[424,1],[430,1],[436,1],[442,1],[443,1],[449,1],[455,1],[461,1],[467,1],[473,1],[479,1],[485,1],[491,1],[497,1],[503,1],[504,1],[510,1],[516,1],[517,1],[523,1],[529,1],[393,1],[603,1],[257,1],[250,1],[84,1],[86,1],[88,1],[90,1],[92,1],[93,1],[94,1],[96,1],[98,1],[100,1],[102,1],[83,1],[103,1],[105,1],[106,1],[107,1],[113,1],[114,1],[120,1],[121,1],[122,1],[128,1],[134,1],[135,1],[104,1],[82,1],[76,1],[75,1],[3,1],[9,1],[10,1],[16,1],[17,1],[23,1],[24,1],[30,1],[31,1],[37,1],[38,1],[39,1],[45,1],[46,1],[52,1],[53,1],[54,1],[60,1],[62,1],[64,1],[65,1],[66,1],[67,1],[68,1],[74,1],[136,1],[251,1],[142,1],[144,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[228,1],[229,1],[230,1],[231,1],[215,1],[232,1],[239,1],[240,1],[241,1],[242,1],[243,1],[244,1],[245,1],[246,1],[247,1],[248,1],[249,1],[238,1],[214,1],[208,1],[207,1],[145,1],[151,1],[153,1],[155,1],[161,1],[162,1],[163,1],[169,1],[170,1],[171,1],[172,1],[178,1],[179,1],[180,1],[181,1],[187,1],[188,1],[189,1],[195,1],[196,1],[197,1],[203,1],[204,1],[205,1],[206,1],[143,1],[609,1]]","classes":"[[2,1],[38,1],[53,1],[106,1],[214,1],[332,1],[355,1],[530,1],[592,1],[602,1]]","name":"[[143,1007],[171,1007],[206,1007],[188,1006],[251,9],[264,7],[262,7],[260,5],[258,5],[187,5],[263,4],[261,4],[181,4],[128,3],[172,3],[485,3],[232,3],[114,3],[255,3],[273,3],[284,3],[303,3],[197,3],[106,3],[355,3],[42,3],[54,3],[39,3],[140,2],[155,2],[159,2],[167,2],[561,2],[185,2],[45,2],[201,2],[208,2],[212,2],[215,2],[38,2],[246,2],[249,2],[577,2],[592,2],[265,2],[266,2],[314,2],[393,2],[341,2],[136,2],[132,2],[163,2],[126,2],[96,2],[84,2],[100,2],[94,2],[68,2],[111,2],[90,2],[107,2],[88,2],[86,2],[118,2],[122,2],[98,2],[433,1],[414,1],[597,1],[602,1],[427,1],[424,1],[531,1],[420,1],[417,1],[436,1],[402,1],[408,1],[439,1],[398,1],[397,1],[534,1],[391,1],[390,1],[383,1],[377,1],[376,1],[371,1],[538,1],[370,1],[364,1],[603,1],[594,1],[448,1],[530,1],[556,1],[494,1],[490,1],[489,1],[488,1],[551,1],[361,1],[500,1],[564,1],[482,1],[569,1],[572,1],[507,1],[593,1],[476,1],[546,1],[513,1],[520,1],[467,1],[464,1],[523,1],[458,1],[454,1],[526,1],[553,1],[580,1],[585,1],[588,1],[471,1],[541,1],[2,1],[352,1],[101,1],[99,1],[97,1],[95,1],[91,1],[89,1],[87,1],[85,1],[79,1],[76,1],[72,1],[71,1],[63,1],[61,1],[58,1],[57,1],[53,1],[49,1],[46,1],[34,1],[31,1],[27,1],[24,1],[20,1],[17,1],[13,1],[10,1],[6,1],[3,1],[145,1],[148,1],[152,1],[154,1],[346,1],[344,1],[336,1],[333,1],[332,1],[331,1],[329,1],[326,1],[324,1],[322,1],[317,1],[307,1],[306,1],[302,1],[359,1],[298,1],[288,1],[287,1],[277,1],[276,1],[606,1],[254,1],[236,1],[235,1],[219,1],[214,1],[193,1],[189,1],[176,1],[175,1],[295,1],[610,1]]","description":"[[45,5],[232,3],[54,3],[273,3],[485,3],[284,3],[355,3],[303,3],[251,3],[172,3],[114,2],[106,2],[197,2],[128,2],[393,2],[79,2],[68,2],[561,2],[38,2],[577,2],[341,2],[181,2],[592,2],[314,2],[215,2],[76,2],[408,1],[414,1],[417,1],[402,1],[398,1],[397,1],[420,1],[424,1],[2,1],[390,1],[331,1],[332,1],[333,1],[336,1],[344,1],[346,1],[352,1],[391,1],[359,1],[364,1],[370,1],[371,1],[427,1],[376,1],[377,1],[383,1],[361,1],[433,1],[467,1],[439,1],[538,1],[541,1],[546,1],[551,1],[553,1],[556,1],[564,1],[569,1],[572,1],[580,1],[585,1],[588,1],[593,1],[594,1],[597,1],[602,1],[603,1],[534,1],[436,1],[531,1],[526,1],[448,1],[454,1],[458,1],[464,1],[329,1],[471,1],[476,1],[482,1],[488,1],[489,1],[490,1],[494,1],[500,1],[507,1],[513,1],[520,1],[523,1],[530,1],[326,1],[295,1],[322,1],[72,1],[85,1],[87,1],[89,1],[91,1],[95,1],[97,1],[99,1],[101,1],[104,1],[107,1],[111,1],[118,1],[122,1],[126,1],[71,1],[63,1],[61,1],[58,1],[3,1],[6,1],[10,1],[13,1],[17,1],[20,1],[24,1],[132,1],[27,1],[34,1],[39,1],[42,1],[46,1],[49,1],[53,1],[57,1],[31,1],[324,1],[136,1],[145,1],[255,1],[258,1],[260,1],[262,1],[264,1],[276,1],[277,1],[287,1],[288,1],[606,1],[298,1],[302,1],[306,1],[307,1],[317,1],[254,1],[236,1],[235,1],[219,1],[148,1],[152,1],[154,1],[155,1],[159,1],[163,1],[167,1],[140,1],[175,1],[185,1],[189,1],[193,1],[201,1],[208,1],[212,1],[214,1],[176,1],[610,1]]","bundleconfig":"[[3,1006],[4,1004],[5,1004],[6,1004],[7,1004],[8,1004],[9,1003],[2,1]]","filterconfig":"[[10,1006],[11,1004],[12,1004],[13,1004],[14,1004],[15,1004],[16,1003],[2,1]]","routeconfig":"[[17,1006],[18,1004],[19,1004],[20,1004],[21,1004],[22,1004],[23,1003],[2,1]]","swaggerconfig":"[[24,1006],[25,1004],[26,1004],[27,1004],[28,1004],[29,1004],[30,1003],[2,1]]","webapiapplication":"[[585,1006],[518,1004],[519,1004],[520,1004],[521,1004],[522,1004],[586,1004],[587,1004],[588,1004],[589,1004],[590,1004],[591,1003],[2,1]]","webapiconfig":"[[31,1006],[32,1004],[33,1004],[34,1004],[35,1004],[36,1004],[37,1003],[2,1]]","top":"[[355,3],[485,3],[172,3],[232,3],[251,3],[54,3],[284,3],[303,3],[273,3],[393,2],[68,2],[197,2],[181,2],[341,2],[128,2],[114,2],[106,2],[215,2],[314,2],[577,2],[38,2],[561,2],[592,2],[433,1],[580,1],[427,1],[585,1],[424,1],[420,1],[588,1],[414,1],[408,1],[402,1],[398,1],[594,1],[397,1],[597,1],[391,1],[390,1],[602,1],[383,1],[377,1],[376,1],[371,1],[370,1],[364,1],[361,1],[603,1],[436,1],[439,1],[546,1],[551,1],[553,1],[541,1],[538,1],[534,1],[531,1],[556,1],[530,1],[526,1],[523,1],[520,1],[513,1],[564,1],[507,1],[500,1],[494,1],[490,1],[489,1],[488,1],[569,1],[359,1],[476,1],[471,1],[467,1],[572,1],[464,1],[458,1],[454,1],[448,1],[482,1],[2,1],[346,1],[140,1],[136,1],[132,1],[126,1],[122,1],[118,1],[111,1],[107,1],[79,1],[76,1],[72,1],[71,1],[58,1],[57,1],[53,1],[49,1],[46,1],[42,1],[39,1],[34,1],[31,1],[27,1],[24,1],[20,1],[17,1],[13,1],[10,1],[6,1],[3,1],[145,1],[148,1],[155,1],[159,1],[344,1],[336,1],[333,1],[332,1],[317,1],[606,1],[307,1],[306,1],[298,1],[295,1],[288,1],[287,1],[277,1],[276,1],[352,1],[255,1],[236,1],[235,1],[219,1],[214,1],[212,1],[208,1],[201,1],[193,1],[189,1],[185,1],[176,1],[175,1],[167,1],[163,1],[254,1],[610,1]]","applies":"[[2,1],[311,1],[312,1],[313,1],[314,1],[320,1],[321,1],[323,1],[325,1],[327,1],[328,1],[330,1],[310,1],[332,1],[339,1],[340,1],[341,1],[347,1],[348,1],[349,1],[355,1],[361,1],[367,1],[373,1],[379,1],[333,1],[385,1],[309,1],[301,1],[259,1],[261,1],[263,1],[265,1],[266,1],[267,1],[268,1],[269,1],[270,1],[271,1],[272,1],[303,1],[273,1],[280,1],[281,1],[282,1],[283,1],[284,1],[290,1],[291,1],[292,1],[293,1],[294,1],[295,1],[279,1],[257,1],[386,1],[393,1],[538,1],[544,1],[545,1],[546,1],[552,1],[553,1],[559,1],[560,1],[561,1],[567,1],[568,1],[537,1],[569,1],[576,1],[577,1],[583,1],[584,1],[585,1],[591,1],[592,1],[594,1],[600,1],[601,1],[602,1],[575,1],[387,1],[531,1],[529,1],[399,1],[405,1],[411,1],[423,1],[424,1],[430,1],[436,1],[442,1],[443,1],[449,1],[455,1],[530,1],[461,1],[473,1],[479,1],[485,1],[491,1],[497,1],[503,1],[504,1],[510,1],[516,1],[517,1],[523,1],[467,1],[251,1],[250,1],[249,1],[83,1],[84,1],[86,1],[88,1],[90,1],[92,1],[93,1],[94,1],[96,1],[98,1],[100,1],[82,1],[102,1],[104,1],[105,1],[106,1],[107,1],[113,1],[114,1],[120,1],[121,1],[122,1],[128,1],[134,1],[103,1],[135,1],[76,1],[74,1],[3,1],[9,1],[10,1],[16,1],[17,1],[23,1],[24,1],[30,1],[31,1],[37,1],[38,1],[75,1],[39,1],[46,1],[52,1],[53,1],[54,1],[60,1],[62,1],[64,1],[65,1],[66,1],[67,1],[68,1],[45,1],[136,1],[142,1],[143,1],[215,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[228,1],[229,1],[230,1],[214,1],[231,1],[238,1],[239,1],[240,1],[241,1],[242,1],[243,1],[244,1],[245,1],[246,1],[247,1],[248,1],[232,1],[208,1],[207,1],[206,1],[144,1],[145,1],[151,1],[153,1],[155,1],[161,1],[162,1],[163,1],[169,1],[170,1],[171,1],[172,1],[178,1],[179,1],[180,1],[181,1],[187,1],[188,1],[189,1],[195,1],[196,1],[197,1],[203,1],[204,1],[205,1],[603,1],[609,1]]","net":"[[2,1],[311,1],[312,1],[313,1],[314,1],[320,1],[321,1],[323,1],[325,1],[327,1],[328,1],[330,1],[310,1],[332,1],[339,1],[340,1],[341,1],[347,1],[348,1],[349,1],[355,1],[361,1],[367,1],[373,1],[379,1],[333,1],[385,1],[309,1],[301,1],[259,1],[261,1],[263,1],[265,1],[266,1],[267,1],[268,1],[269,1],[270,1],[271,1],[272,1],[303,1],[273,1],[280,1],[281,1],[282,1],[283,1],[284,1],[290,1],[291,1],[292,1],[293,1],[294,1],[295,1],[279,1],[257,1],[386,1],[393,1],[538,1],[544,1],[545,1],[546,1],[552,1],[553,1],[559,1],[560,1],[561,1],[567,1],[568,1],[537,1],[569,1],[576,1],[577,1],[583,1],[584,1],[585,1],[591,1],[592,1],[594,1],[600,1],[601,1],[602,1],[575,1],[387,1],[531,1],[529,1],[399,1],[405,1],[411,1],[423,1],[424,1],[430,1],[436,1],[442,1],[443,1],[449,1],[455,1],[530,1],[461,1],[473,1],[479,1],[485,1],[491,1],[497,1],[503,1],[504,1],[510,1],[516,1],[517,1],[523,1],[467,1],[251,1],[250,1],[249,1],[83,1],[84,1],[86,1],[88,1],[90,1],[92,1],[93,1],[94,1],[96,1],[98,1],[100,1],[82,1],[102,1],[104,1],[105,1],[106,1],[107,1],[113,1],[114,1],[120,1],[121,1],[122,1],[128,1],[134,1],[103,1],[135,1],[76,1],[74,1],[3,1],[9,1],[10,1],[16,1],[17,1],[23,1],[24,1],[30,1],[31,1],[37,1],[38,1],[75,1],[39,1],[46,1],[52,1],[53,1],[54,1],[60,1],[62,1],[64,1],[65,1],[66,1],[67,1],[68,1],[45,1],[136,1],[142,1],[143,1],[215,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[228,1],[229,1],[230,1],[214,1],[231,1],[238,1],[239,1],[240,1],[241,1],[242,1],[243,1],[244,1],[245,1],[246,1],[247,1],[248,1],[232,1],[208,1],[207,1],[206,1],[144,1],[145,1],[151,1],[153,1],[155,1],[161,1],[162,1],[163,1],[169,1],[170,1],[171,1],[172,1],[178,1],[179,1],[180,1],[181,1],[187,1],[188,1],[189,1],[195,1],[196,1],[197,1],[203,1],[204,1],[205,1],[603,1],[609,1]]","frameworksupported":"[[2,1],[311,1],[312,1],[313,1],[314,1],[320,1],[321,1],[323,1],[325,1],[327,1],[328,1],[330,1],[310,1],[332,1],[339,1],[340,1],[341,1],[347,1],[348,1],[349,1],[355,1],[361,1],[367,1],[373,1],[379,1],[333,1],[385,1],[309,1],[301,1],[259,1],[261,1],[263,1],[265,1],[266,1],[267,1],[268,1],[269,1],[270,1],[271,1],[272,1],[303,1],[273,1],[280,1],[281,1],[282,1],[283,1],[284,1],[290,1],[291,1],[292,1],[293,1],[294,1],[295,1],[279,1],[257,1],[386,1],[393,1],[538,1],[544,1],[545,1],[546,1],[552,1],[553,1],[559,1],[560,1],[561,1],[567,1],[568,1],[537,1],[569,1],[576,1],[577,1],[583,1],[584,1],[585,1],[591,1],[592,1],[594,1],[600,1],[601,1],[602,1],[575,1],[387,1],[531,1],[529,1],[399,1],[405,1],[411,1],[423,1],[424,1],[430,1],[436,1],[442,1],[443,1],[449,1],[455,1],[530,1],[461,1],[473,1],[479,1],[485,1],[491,1],[497,1],[503,1],[504,1],[510,1],[516,1],[517,1],[523,1],[467,1],[251,1],[250,1],[249,1],[83,1],[84,1],[86,1],[88,1],[90,1],[92,1],[93,1],[94,1],[96,1],[98,1],[100,1],[82,1],[102,1],[104,1],[105,1],[106,1],[107,1],[113,1],[114,1],[120,1],[121,1],[122,1],[128,1],[134,1],[103,1],[135,1],[76,1],[74,1],[3,1],[9,1],[10,1],[16,1],[17,1],[23,1],[24,1],[30,1],[31,1],[37,1],[38,1],[75,1],[39,1],[46,1],[52,1],[53,1],[54,1],[60,1],[62,1],[64,1],[65,1],[66,1],[67,1],[68,1],[45,1],[136,1],[142,1],[143,1],[215,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[228,1],[229,1],[230,1],[214,1],[231,1],[238,1],[239,1],[240,1],[241,1],[242,1],[243,1],[244,1],[245,1],[246,1],[247,1],[248,1],[232,1],[208,1],[207,1],[206,1],[144,1],[145,1],[151,1],[153,1],[155,1],[161,1],[162,1],[163,1],[169,1],[170,1],[171,1],[172,1],[178,1],[179,1],[180,1],[181,1],[187,1],[188,1],[189,1],[195,1],[196,1],[197,1],[203,1],[204,1],[205,1],[603,1],[609,1]]","4":"[[552,14],[2,10],[311,10],[312,10],[313,10],[314,10],[320,10],[321,10],[323,10],[325,10],[327,10],[328,10],[310,10],[330,10],[333,10],[339,10],[340,10],[341,10],[347,10],[348,10],[349,10],[355,10],[361,10],[367,10],[373,10],[332,10],[309,10],[303,10],[301,10],[259,10],[261,10],[263,10],[265,10],[266,10],[267,10],[268,10],[269,10],[270,10],[271,10],[272,10],[379,10],[273,10],[280,10],[281,10],[282,10],[283,10],[284,10],[290,10],[291,10],[292,10],[293,10],[294,10],[295,10],[279,10],[385,10],[386,10],[387,10],[537,10],[538,10],[544,10],[545,10],[546,10],[553,10],[559,10],[560,10],[561,10],[567,10],[568,10],[531,10],[569,10],[576,10],[577,10],[583,10],[584,10],[585,10],[591,10],[592,10],[594,10],[600,10],[601,10],[602,10],[575,10],[257,10],[530,10],[523,10],[393,10],[399,10],[405,10],[411,10],[423,10],[424,10],[430,10],[436,10],[442,10],[443,10],[449,10],[529,10],[455,10],[467,10],[473,10],[479,10],[485,10],[491,10],[497,10],[503,10],[504,10],[510,10],[516,10],[517,10],[461,10],[603,10],[251,10],[249,10],[83,10],[84,10],[86,10],[88,10],[90,10],[92,10],[93,10],[94,10],[96,10],[98,10],[100,10],[82,10],[102,10],[104,10],[105,10],[106,10],[107,10],[113,10],[114,10],[120,10],[121,10],[122,10],[128,10],[134,10],[103,10],[135,10],[76,10],[74,10],[3,10],[9,10],[10,10],[16,10],[17,10],[23,10],[24,10],[30,10],[31,10],[37,10],[38,10],[75,10],[39,10],[46,10],[52,10],[53,10],[54,10],[60,10],[62,10],[64,10],[65,10],[66,10],[67,10],[68,10],[45,10],[250,10],[136,10],[143,10],[215,10],[221,10],[222,10],[223,10],[224,10],[225,10],[226,10],[227,10],[228,10],[229,10],[230,10],[214,10],[231,10],[238,10],[239,10],[240,10],[241,10],[242,10],[243,10],[244,10],[245,10],[246,10],[247,10],[248,10],[232,10],[142,10],[208,10],[206,10],[144,10],[145,10],[151,10],[153,10],[155,10],[161,10],[162,10],[163,10],[169,10],[170,10],[171,10],[207,10],[172,10],[179,10],[180,10],[181,10],[187,10],[188,10],[189,10],[195,10],[196,10],[197,10],[203,10],[204,10],[205,10],[178,10],[609,10],[593,1]]","5":"[[2,3],[311,3],[312,3],[313,3],[314,3],[320,3],[321,3],[323,3],[325,3],[327,3],[328,3],[330,3],[310,3],[332,3],[339,3],[340,3],[341,3],[347,3],[348,3],[349,3],[355,3],[361,3],[367,3],[373,3],[379,3],[333,3],[385,3],[309,3],[301,3],[259,3],[261,3],[263,3],[265,3],[266,3],[267,3],[268,3],[269,3],[270,3],[271,3],[272,3],[303,3],[273,3],[280,3],[281,3],[282,3],[283,3],[284,3],[290,3],[291,3],[292,3],[293,3],[294,3],[295,3],[279,3],[257,3],[386,3],[393,3],[538,3],[544,3],[545,3],[546,3],[552,3],[553,3],[559,3],[560,3],[561,3],[567,3],[568,3],[537,3],[569,3],[576,3],[577,3],[583,3],[584,3],[585,3],[591,3],[592,3],[594,3],[600,3],[601,3],[602,3],[575,3],[387,3],[531,3],[529,3],[399,3],[405,3],[411,3],[423,3],[424,3],[430,3],[436,3],[442,3],[443,3],[449,3],[455,3],[530,3],[461,3],[473,3],[479,3],[485,3],[491,3],[497,3],[503,3],[504,3],[510,3],[516,3],[517,3],[523,3],[467,3],[251,3],[250,3],[249,3],[83,3],[84,3],[86,3],[88,3],[90,3],[92,3],[93,3],[94,3],[96,3],[98,3],[100,3],[82,3],[102,3],[104,3],[105,3],[106,3],[107,3],[113,3],[114,3],[120,3],[121,3],[122,3],[128,3],[134,3],[103,3],[135,3],[76,3],[74,3],[3,3],[9,3],[10,3],[16,3],[17,3],[23,3],[24,3],[30,3],[31,3],[37,3],[38,3],[75,3],[39,3],[46,3],[52,3],[53,3],[54,3],[60,3],[62,3],[64,3],[65,3],[66,3],[67,3],[68,3],[45,3],[136,3],[142,3],[143,3],[215,3],[221,3],[222,3],[223,3],[224,3],[225,3],[226,3],[227,3],[228,3],[229,3],[230,3],[214,3],[231,3],[238,3],[239,3],[240,3],[241,3],[242,3],[243,3],[244,3],[245,3],[246,3],[247,3],[248,3],[232,3],[208,3],[207,3],[206,3],[144,3],[145,3],[151,3],[153,3],[155,3],[161,3],[162,3],[163,3],[169,3],[170,3],[171,3],[172,3],[178,3],[179,3],[180,3],[181,3],[187,3],[188,3],[189,3],[195,3],[196,3],[197,3],[203,3],[204,3],[205,3],[603,3],[609,3]]","1":"[[2,3],[311,3],[312,3],[313,3],[314,3],[320,3],[321,3],[323,3],[325,3],[327,3],[328,3],[330,3],[310,3],[332,3],[339,3],[340,3],[341,3],[347,3],[348,3],[349,3],[355,3],[361,3],[367,3],[373,3],[379,3],[333,3],[385,3],[309,3],[301,3],[259,3],[261,3],[263,3],[265,3],[266,3],[267,3],[268,3],[269,3],[270,3],[271,3],[272,3],[303,3],[273,3],[280,3],[281,3],[282,3],[283,3],[284,3],[290,3],[291,3],[292,3],[293,3],[294,3],[295,3],[279,3],[603,3],[386,3],[393,3],[538,3],[544,3],[545,3],[546,3],[552,3],[553,3],[559,3],[560,3],[561,3],[567,3],[568,3],[537,3],[569,3],[576,3],[577,3],[583,3],[584,3],[585,3],[591,3],[592,3],[594,3],[600,3],[601,3],[602,3],[575,3],[387,3],[531,3],[529,3],[399,3],[405,3],[411,3],[423,3],[424,3],[430,3],[436,3],[442,3],[443,3],[449,3],[455,3],[530,3],[461,3],[473,3],[479,3],[485,3],[491,3],[497,3],[503,3],[504,3],[510,3],[516,3],[517,3],[523,3],[467,3],[251,3],[257,3],[249,3],[84,3],[86,3],[88,3],[90,3],[92,3],[93,3],[94,3],[96,3],[98,3],[100,3],[102,3],[83,3],[103,3],[105,3],[106,3],[107,3],[113,3],[114,3],[120,3],[121,3],[122,3],[128,3],[134,3],[135,3],[104,3],[82,3],[76,3],[75,3],[3,3],[9,3],[10,3],[16,3],[17,3],[23,3],[24,3],[30,3],[31,3],[37,3],[38,3],[39,3],[45,3],[46,3],[52,3],[53,3],[54,3],[60,3],[62,3],[64,3],[65,3],[66,3],[67,3],[68,3],[74,3],[250,3],[142,3],[136,3],[144,3],[214,3],[215,3],[221,3],[222,3],[223,3],[224,3],[225,3],[226,3],[227,3],[228,3],[229,3],[230,3],[231,3],[232,3],[238,3],[239,3],[240,3],[241,3],[242,3],[243,3],[244,3],[245,3],[246,3],[247,3],[248,3],[208,3],[143,3],[609,3],[206,3],[145,3],[151,3],[153,3],[155,3],[161,3],[162,3],[163,3],[169,3],[170,3],[171,3],[207,3],[178,3],[172,3],[180,3],[181,3],[187,3],[188,3],[189,3],[195,3],[196,3],[197,3],[203,3],[204,3],[205,3],[179,3],[417,1],[593,1],[302,1]]","2":"[[552,11],[2,3],[311,3],[312,3],[313,3],[314,3],[320,3],[321,3],[323,3],[325,3],[327,3],[328,3],[310,3],[330,3],[333,3],[339,3],[340,3],[341,3],[347,3],[348,3],[349,3],[355,3],[361,3],[367,3],[373,3],[332,3],[309,3],[303,3],[301,3],[259,3],[261,3],[263,3],[265,3],[266,3],[267,3],[268,3],[269,3],[270,3],[271,3],[272,3],[379,3],[273,3],[280,3],[281,3],[282,3],[283,3],[284,3],[290,3],[291,3],[292,3],[293,3],[294,3],[295,3],[279,3],[385,3],[386,3],[387,3],[537,3],[538,3],[544,3],[545,3],[546,3],[553,3],[559,3],[560,3],[561,3],[567,3],[568,3],[531,3],[569,3],[576,3],[577,3],[583,3],[584,3],[585,3],[591,3],[592,3],[594,3],[600,3],[601,3],[602,3],[575,3],[257,3],[530,3],[523,3],[393,3],[399,3],[405,3],[411,3],[423,3],[424,3],[430,3],[436,3],[442,3],[443,3],[449,3],[529,3],[455,3],[467,3],[473,3],[479,3],[485,3],[491,3],[497,3],[503,3],[504,3],[510,3],[516,3],[517,3],[461,3],[603,3],[251,3],[249,3],[83,3],[84,3],[86,3],[88,3],[90,3],[92,3],[93,3],[94,3],[96,3],[98,3],[100,3],[82,3],[102,3],[104,3],[105,3],[106,3],[107,3],[113,3],[114,3],[120,3],[121,3],[122,3],[128,3],[134,3],[103,3],[135,3],[76,3],[74,3],[3,3],[9,3],[10,3],[16,3],[17,3],[23,3],[24,3],[30,3],[31,3],[37,3],[38,3],[75,3],[39,3],[46,3],[52,3],[53,3],[54,3],[60,3],[62,3],[64,3],[65,3],[66,3],[67,3],[68,3],[45,3],[250,3],[136,3],[143,3],[214,3],[215,3],[221,3],[222,3],[223,3],[224,3],[225,3],[226,3],[227,3],[228,3],[229,3],[230,3],[231,3],[232,3],[238,3],[239,3],[240,3],[241,3],[242,3],[243,3],[244,3],[245,3],[246,3],[247,3],[248,3],[208,3],[142,3],[207,3],[205,3],[144,3],[145,3],[151,3],[153,3],[155,3],[161,3],[162,3],[163,3],[169,3],[170,3],[206,3],[172,3],[171,3],[179,3],[180,3],[181,3],[187,3],[188,3],[189,3],[195,3],[196,3],[197,3],[203,3],[204,3],[178,3],[609,3],[417,1],[593,1]]","6":"[[552,7],[2,3],[311,3],[312,3],[313,3],[314,3],[320,3],[321,3],[323,3],[325,3],[327,3],[328,3],[310,3],[330,3],[333,3],[339,3],[340,3],[341,3],[347,3],[348,3],[349,3],[355,3],[361,3],[367,3],[373,3],[332,3],[309,3],[303,3],[301,3],[259,3],[261,3],[263,3],[265,3],[266,3],[267,3],[268,3],[269,3],[270,3],[271,3],[272,3],[379,3],[273,3],[280,3],[281,3],[282,3],[283,3],[284,3],[290,3],[291,3],[292,3],[293,3],[294,3],[295,3],[279,3],[385,3],[386,3],[387,3],[537,3],[538,3],[544,3],[545,3],[546,3],[553,3],[559,3],[560,3],[561,3],[567,3],[568,3],[531,3],[569,3],[576,3],[577,3],[583,3],[584,3],[585,3],[591,3],[592,3],[594,3],[600,3],[601,3],[602,3],[575,3],[257,3],[530,3],[523,3],[393,3],[399,3],[405,3],[411,3],[423,3],[424,3],[430,3],[436,3],[442,3],[443,3],[449,3],[529,3],[455,3],[467,3],[473,3],[479,3],[485,3],[491,3],[497,3],[503,3],[504,3],[510,3],[516,3],[517,3],[461,3],[251,3],[250,3],[249,3],[83,3],[84,3],[86,3],[88,3],[90,3],[92,3],[93,3],[94,3],[96,3],[98,3],[100,3],[82,3],[102,3],[104,3],[105,3],[106,3],[107,3],[113,3],[114,3],[120,3],[121,3],[122,3],[128,3],[134,3],[103,3],[135,3],[76,3],[74,3],[3,3],[9,3],[10,3],[16,3],[17,3],[23,3],[24,3],[30,3],[31,3],[37,3],[38,3],[75,3],[39,3],[46,3],[52,3],[53,3],[54,3],[60,3],[62,3],[64,3],[65,3],[66,3],[67,3],[68,3],[45,3],[136,3],[142,3],[143,3],[215,3],[221,3],[222,3],[223,3],[224,3],[225,3],[226,3],[227,3],[228,3],[229,3],[230,3],[214,3],[231,3],[238,3],[239,3],[240,3],[241,3],[242,3],[243,3],[244,3],[245,3],[246,3],[247,3],[248,3],[232,3],[208,3],[207,3],[206,3],[144,3],[145,3],[151,3],[153,3],[155,3],[161,3],[162,3],[163,3],[169,3],[170,3],[171,3],[172,3],[178,3],[179,3],[180,3],[181,3],[187,3],[188,3],[189,3],[195,3],[196,3],[197,3],[203,3],[204,3],[205,3],[603,3],[609,3]]","7":"[[2,3],[311,3],[312,3],[313,3],[314,3],[320,3],[321,3],[323,3],[325,3],[327,3],[328,3],[330,3],[310,3],[332,3],[339,3],[340,3],[341,3],[347,3],[348,3],[349,3],[355,3],[361,3],[367,3],[373,3],[379,3],[333,3],[385,3],[309,3],[301,3],[259,3],[261,3],[263,3],[265,3],[266,3],[267,3],[268,3],[269,3],[270,3],[271,3],[272,3],[303,3],[273,3],[280,3],[281,3],[282,3],[283,3],[284,3],[290,3],[291,3],[292,3],[293,3],[294,3],[295,3],[279,3],[257,3],[386,3],[393,3],[538,3],[544,3],[545,3],[546,3],[552,3],[553,3],[559,3],[560,3],[561,3],[567,3],[568,3],[537,3],[569,3],[576,3],[577,3],[583,3],[584,3],[585,3],[591,3],[592,3],[594,3],[600,3],[601,3],[602,3],[575,3],[387,3],[531,3],[529,3],[399,3],[405,3],[411,3],[423,3],[424,3],[430,3],[436,3],[442,3],[443,3],[449,3],[455,3],[530,3],[461,3],[473,3],[479,3],[485,3],[491,3],[497,3],[503,3],[504,3],[510,3],[516,3],[517,3],[523,3],[467,3],[251,3],[250,3],[249,3],[83,3],[84,3],[86,3],[88,3],[90,3],[92,3],[93,3],[94,3],[96,3],[98,3],[100,3],[82,3],[102,3],[104,3],[105,3],[106,3],[107,3],[113,3],[114,3],[120,3],[121,3],[122,3],[128,3],[134,3],[103,3],[135,3],[76,3],[74,3],[3,3],[9,3],[10,3],[16,3],[17,3],[23,3],[24,3],[30,3],[31,3],[37,3],[38,3],[75,3],[39,3],[46,3],[52,3],[53,3],[54,3],[60,3],[62,3],[64,3],[65,3],[66,3],[67,3],[68,3],[45,3],[136,3],[142,3],[143,3],[215,3],[221,3],[222,3],[223,3],[224,3],[225,3],[226,3],[227,3],[228,3],[229,3],[230,3],[214,3],[231,3],[238,3],[239,3],[240,3],[241,3],[242,3],[243,3],[244,3],[245,3],[246,3],[247,3],[248,3],[232,3],[208,3],[207,3],[206,3],[144,3],[145,3],[151,3],[153,3],[155,3],[161,3],[162,3],[163,3],[169,3],[170,3],[171,3],[172,3],[178,3],[179,3],[180,3],[181,3],[187,3],[188,3],[189,3],[195,3],[196,3],[197,3],[203,3],[204,3],[205,3],[603,3],[609,3]]","8":"[[2,1],[311,1],[312,1],[313,1],[314,1],[320,1],[321,1],[323,1],[325,1],[327,1],[328,1],[330,1],[310,1],[332,1],[339,1],[340,1],[341,1],[347,1],[348,1],[349,1],[355,1],[361,1],[367,1],[373,1],[379,1],[333,1],[385,1],[309,1],[301,1],[259,1],[261,1],[263,1],[265,1],[266,1],[267,1],[268,1],[269,1],[270,1],[271,1],[272,1],[303,1],[273,1],[280,1],[281,1],[282,1],[283,1],[284,1],[290,1],[291,1],[292,1],[293,1],[294,1],[295,1],[279,1],[257,1],[386,1],[393,1],[538,1],[544,1],[545,1],[546,1],[552,1],[553,1],[559,1],[560,1],[561,1],[567,1],[568,1],[537,1],[569,1],[576,1],[577,1],[583,1],[584,1],[585,1],[591,1],[592,1],[594,1],[600,1],[601,1],[602,1],[575,1],[387,1],[531,1],[529,1],[399,1],[405,1],[411,1],[423,1],[424,1],[430,1],[436,1],[442,1],[443,1],[449,1],[455,1],[530,1],[461,1],[473,1],[479,1],[485,1],[491,1],[497,1],[503,1],[504,1],[510,1],[516,1],[517,1],[523,1],[467,1],[251,1],[250,1],[249,1],[83,1],[84,1],[86,1],[88,1],[90,1],[92,1],[93,1],[94,1],[96,1],[98,1],[100,1],[82,1],[102,1],[104,1],[105,1],[106,1],[107,1],[113,1],[114,1],[120,1],[121,1],[122,1],[128,1],[134,1],[103,1],[135,1],[76,1],[74,1],[3,1],[9,1],[10,1],[16,1],[17,1],[23,1],[24,1],[30,1],[31,1],[37,1],[38,1],[75,1],[39,1],[46,1],[52,1],[53,1],[54,1],[60,1],[62,1],[64,1],[65,1],[66,1],[67,1],[68,1],[45,1],[136,1],[142,1],[143,1],[215,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[228,1],[229,1],[230,1],[214,1],[231,1],[238,1],[239,1],[240,1],[241,1],[242,1],[243,1],[244,1],[245,1],[246,1],[247,1],[248,1],[232,1],[208,1],[207,1],[206,1],[144,1],[145,1],[151,1],[153,1],[155,1],[161,1],[162,1],[163,1],[169,1],[170,1],[171,1],[172,1],[178,1],[179,1],[180,1],[181,1],[187,1],[188,1],[189,1],[195,1],[196,1],[197,1],[203,1],[204,1],[205,1],[603,1],[609,1]]","this":"[[76,25],[79,21],[38,11],[52,9],[242,8],[249,8],[94,7],[96,7],[98,7],[100,7],[273,7],[284,7],[303,7],[86,6],[104,6],[39,6],[103,6],[102,6],[101,6],[45,6],[99,6],[46,6],[215,6],[97,6],[231,6],[105,6],[95,6],[93,6],[92,6],[295,6],[181,6],[90,6],[251,6],[88,6],[82,6],[83,6],[84,6],[232,6],[171,5],[243,5],[244,5],[169,5],[170,5],[172,5],[516,5],[517,5],[163,5],[162,5],[246,5],[247,5],[245,5],[241,5],[485,5],[239,5],[187,5],[188,5],[189,5],[504,5],[503,5],[195,5],[196,5],[497,5],[203,5],[204,5],[205,5],[206,5],[207,5],[208,5],[491,5],[221,5],[222,5],[223,5],[224,5],[225,5],[226,5],[180,5],[227,5],[228,5],[229,5],[230,5],[179,5],[238,5],[178,5],[240,5],[510,5],[197,5],[250,5],[449,5],[320,5],[321,5],[323,5],[325,5],[327,5],[328,5],[443,5],[330,5],[442,5],[333,5],[436,5],[339,5],[340,5],[341,5],[347,5],[348,5],[399,5],[387,5],[386,5],[385,5],[379,5],[405,5],[314,5],[373,5],[367,5],[361,5],[423,5],[424,5],[430,5],[349,5],[411,5],[313,5],[312,5],[311,5],[271,5],[270,5],[269,5],[268,5],[267,5],[266,5],[272,5],[265,5],[473,5],[261,5],[259,5],[257,5],[479,5],[161,5],[263,5],[248,5],[467,5],[280,5],[310,5],[309,5],[609,5],[455,5],[301,5],[461,5],[279,5],[294,5],[292,5],[291,5],[290,5],[283,5],[282,5],[281,5],[293,5],[523,5],[393,5],[538,5],[603,5],[24,5],[537,5],[136,5],[114,5],[552,5],[561,5],[567,5],[135,5],[64,5],[134,5],[591,5],[65,5],[66,5],[67,5],[601,5],[600,5],[68,5],[31,5],[75,5],[128,5],[30,5],[120,5],[121,5],[16,5],[17,5],[122,5],[74,5],[544,5],[62,5],[545,5],[568,5],[10,5],[155,5],[107,5],[3,5],[577,5],[576,5],[153,5],[575,5],[151,5],[23,5],[529,5],[54,5],[559,5],[60,5],[560,5],[37,5],[569,5],[142,5],[9,5],[594,5],[583,5],[553,5],[113,5],[144,5],[145,5],[585,5],[531,5],[584,5],[143,5],[546,5],[91,3],[89,3],[85,3],[87,3],[219,2],[106,2],[42,2],[581,1],[454,1],[453,1],[452,1],[441,1],[582,1],[586,1],[451,1],[450,1],[587,1],[593,1],[592,1],[448,1],[447,1],[588,1],[446,1],[590,1],[445,1],[589,1],[444,1],[522,1],[433,1],[439,1],[414,1],[413,1],[412,1],[410,1],[409,1],[408,1],[407,1],[406,1],[604,1],[605,1],[404,1],[403,1],[402,1],[401,1],[400,1],[606,1],[607,1],[608,1],[398,1],[397,1],[396,1],[415,1],[416,1],[417,1],[418,1],[438,1],[437,1],[595,1],[596,1],[597,1],[435,1],[434,1],[580,1],[432,1],[431,1],[440,1],[598,1],[429,1],[428,1],[427,1],[426,1],[425,1],[422,1],[421,1],[420,1],[602,1],[419,1],[599,1],[456,1],[469,1],[457,1],[536,1],[502,1],[501,1],[395,1],[500,1],[499,1],[498,1],[496,1],[539,1],[540,1],[541,1],[542,1],[495,1],[494,1],[493,1],[492,1],[490,1],[543,1],[489,1],[535,1],[488,1],[505,1],[533,1],[521,1],[525,1],[526,1],[520,1],[519,1],[518,1],[527,1],[528,1],[530,1],[515,1],[514,1],[513,1],[512,1],[511,1],[532,1],[509,1],[508,1],[507,1],[506,1],[534,1],[487,1],[486,1],[547,1],[566,1],[471,1],[470,1],[524,1],[468,1],[570,1],[571,1],[572,1],[466,1],[465,1],[464,1],[463,1],[462,1],[573,1],[574,1],[578,1],[460,1],[459,1],[458,1],[565,1],[564,1],[472,1],[563,1],[548,1],[549,1],[550,1],[551,1],[484,1],[483,1],[482,1],[481,1],[554,1],[579,1],[555,1],[557,1],[558,1],[480,1],[478,1],[477,1],[476,1],[475,1],[474,1],[562,1],[556,1],[2,1],[306,1],[392,1],[146,1],[141,1],[140,1],[139,1],[138,1],[137,1],[133,1],[132,1],[131,1],[130,1],[129,1],[127,1],[126,1],[125,1],[124,1],[123,1],[119,1],[118,1],[117,1],[116,1],[115,1],[112,1],[111,1],[147,1],[110,1],[148,1],[150,1],[190,1],[186,1],[185,1],[184,1],[183,1],[182,1],[177,1],[176,1],[175,1],[174,1],[173,1],[168,1],[167,1],[166,1],[165,1],[164,1],[160,1],[159,1],[158,1],[157,1],[156,1],[154,1],[152,1],[149,1],[191,1],[109,1],[81,1],[34,1],[33,1],[32,1],[29,1],[28,1],[27,1],[26,1],[25,1],[22,1],[21,1],[20,1],[19,1],[18,1],[15,1],[14,1],[13,1],[12,1],[11,1],[8,1],[7,1],[6,1],[5,1],[4,1],[35,1],[108,1],[36,1],[41,1],[80,1],[78,1],[77,1],[73,1],[72,1],[71,1],[70,1],[69,1],[63,1],[61,1],[59,1],[58,1],[57,1],[56,1],[55,1],[53,1],[51,1],[50,1],[49,1],[48,1],[47,1],[44,1],[43,1],[40,1],[192,1],[193,1],[194,1],[357,1],[356,1],[355,1],[354,1],[353,1],[352,1],[351,1],[350,1],[346,1],[345,1],[344,1],[343,1],[342,1],[338,1],[337,1],[336,1],[335,1],[334,1],[332,1],[331,1],[329,1],[326,1],[324,1],[358,1],[322,1],[359,1],[362,1],[391,1],[390,1],[389,1],[388,1],[384,1],[383,1],[382,1],[381,1],[380,1],[378,1],[377,1],[376,1],[375,1],[374,1],[372,1],[371,1],[370,1],[369,1],[368,1],[366,1],[365,1],[364,1],[363,1],[360,1],[319,1],[318,1],[317,1],[254,1],[253,1],[252,1],[237,1],[236,1],[235,1],[234,1],[233,1],[220,1],[218,1],[217,1],[216,1],[214,1],[213,1],[212,1],[211,1],[210,1],[209,1],[202,1],[201,1],[200,1],[199,1],[198,1],[255,1],[256,1],[258,1],[260,1],[316,1],[315,1],[308,1],[307,1],[305,1],[304,1],[302,1],[300,1],[299,1],[298,1],[297,1],[394,1],[296,1],[288,1],[287,1],[286,1],[285,1],[278,1],[277,1],[276,1],[275,1],[274,1],[264,1],[262,1],[289,1],[610,1]]","article":"[[2,1],[403,1],[404,1],[405,1],[406,1],[407,1],[408,1],[409,1],[410,1],[411,1],[412,1],[413,1],[414,1],[415,1],[416,1],[417,1],[402,1],[418,1],[401,1],[399,1],[384,1],[385,1],[386,1],[387,1],[388,1],[389,1],[390,1],[391,1],[392,1],[393,1],[394,1],[395,1],[396,1],[397,1],[398,1],[400,1],[383,1],[419,1],[421,1],[441,1],[442,1],[443,1],[444,1],[445,1],[446,1],[447,1],[448,1],[449,1],[450,1],[451,1],[452,1],[453,1],[454,1],[455,1],[440,1],[420,1],[439,1],[437,1],[422,1],[423,1],[424,1],[425,1],[426,1],[427,1],[428,1],[429,1],[430,1],[431,1],[432,1],[433,1],[434,1],[435,1],[436,1],[438,1],[456,1],[382,1],[380,1],[327,1],[328,1],[329,1],[330,1],[331,1],[332,1],[333,1],[334,1],[335,1],[336,1],[337,1],[338,1],[339,1],[340,1],[341,1],[326,1],[342,1],[325,1],[323,1],[308,1],[309,1],[310,1],[311,1],[312,1],[313,1],[314,1],[315,1],[316,1],[317,1],[318,1],[319,1],[320,1],[321,1],[322,1],[324,1],[381,1],[343,1],[345,1],[365,1],[366,1],[367,1],[368,1],[369,1],[370,1],[371,1],[372,1],[373,1],[374,1],[375,1],[376,1],[377,1],[378,1],[379,1],[364,1],[344,1],[363,1],[361,1],[346,1],[347,1],[348,1],[349,1],[350,1],[351,1],[352,1],[353,1],[354,1],[355,1],[356,1],[357,1],[358,1],[359,1],[360,1],[362,1],[457,1],[458,1],[459,1],[556,1],[557,1],[558,1],[559,1],[560,1],[561,1],[562,1],[563,1],[564,1],[565,1],[566,1],[567,1],[568,1],[569,1],[570,1],[555,1],[571,1],[554,1],[552,1],[537,1],[538,1],[539,1],[540,1],[541,1],[542,1],[543,1],[544,1],[545,1],[546,1],[547,1],[548,1],[549,1],[550,1],[551,1],[553,1],[536,1],[572,1],[574,1],[594,1],[595,1],[596,1],[597,1],[598,1],[599,1],[600,1],[601,1],[602,1],[603,1],[604,1],[605,1],[606,1],[607,1],[608,1],[593,1],[573,1],[592,1],[590,1],[575,1],[576,1],[577,1],[578,1],[579,1],[580,1],[581,1],[582,1],[583,1],[584,1],[585,1],[586,1],[587,1],[588,1],[589,1],[591,1],[535,1],[534,1],[533,1],[479,1],[480,1],[481,1],[482,1],[483,1],[484,1],[485,1],[486,1],[487,1],[488,1],[489,1],[490,1],[491,1],[492,1],[493,1],[478,1],[494,1],[477,1],[475,1],[460,1],[461,1],[462,1],[463,1],[464,1],[465,1],[466,1],[467,1],[468,1],[469,1],[470,1],[471,1],[472,1],[473,1],[474,1],[476,1],[495,1],[496,1],[497,1],[518,1],[519,1],[520,1],[521,1],[522,1],[523,1],[524,1],[525,1],[526,1],[527,1],[528,1],[529,1],[530,1],[531,1],[532,1],[517,1],[516,1],[515,1],[514,1],[498,1],[499,1],[500,1],[501,1],[502,1],[503,1],[504,1],[307,1],[505,1],[507,1],[508,1],[509,1],[510,1],[511,1],[512,1],[513,1],[506,1],[609,1],[306,1],[304,1],[98,1],[99,1],[100,1],[101,1],[102,1],[103,1],[104,1],[105,1],[106,1],[107,1],[108,1],[109,1],[110,1],[111,1],[112,1],[97,1],[113,1],[96,1],[94,1],[79,1],[80,1],[81,1],[82,1],[83,1],[84,1],[85,1],[86,1],[87,1],[88,1],[89,1],[90,1],[91,1],[92,1],[93,1],[95,1],[78,1],[114,1],[116,1],[136,1],[137,1],[138,1],[139,1],[140,1],[141,1],[142,1],[143,1],[144,1],[145,1],[146,1],[147,1],[148,1],[149,1],[150,1],[135,1],[115,1],[134,1],[132,1],[117,1],[118,1],[119,1],[120,1],[121,1],[122,1],[123,1],[124,1],[125,1],[126,1],[127,1],[128,1],[129,1],[130,1],[131,1],[133,1],[151,1],[77,1],[75,1],[22,1],[23,1],[24,1],[25,1],[26,1],[27,1],[28,1],[29,1],[30,1],[31,1],[32,1],[33,1],[34,1],[35,1],[36,1],[21,1],[37,1],[20,1],[18,1],[3,1],[4,1],[5,1],[6,1],[7,1],[8,1],[9,1],[10,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[17,1],[19,1],[76,1],[38,1],[40,1],[60,1],[61,1],[62,1],[63,1],[64,1],[65,1],[66,1],[67,1],[68,1],[69,1],[70,1],[71,1],[72,1],[73,1],[74,1],[59,1],[39,1],[58,1],[56,1],[41,1],[42,1],[43,1],[44,1],[45,1],[46,1],[47,1],[48,1],[49,1],[50,1],[51,1],[52,1],[53,1],[54,1],[55,1],[57,1],[152,1],[153,1],[154,1],[251,1],[252,1],[253,1],[254,1],[255,1],[256,1],[257,1],[258,1],[259,1],[260,1],[261,1],[262,1],[263,1],[264,1],[265,1],[250,1],[266,1],[249,1],[247,1],[232,1],[233,1],[234,1],[235,1],[236,1],[237,1],[238,1],[239,1],[240,1],[241,1],[242,1],[243,1],[244,1],[245,1],[246,1],[248,1],[231,1],[267,1],[269,1],[289,1],[290,1],[291,1],[292,1],[293,1],[294,1],[295,1],[296,1],[297,1],[298,1],[299,1],[300,1],[301,1],[302,1],[303,1],[288,1],[268,1],[287,1],[285,1],[270,1],[271,1],[272,1],[273,1],[274,1],[275,1],[276,1],[277,1],[278,1],[279,1],[280,1],[281,1],[282,1],[283,1],[284,1],[286,1],[230,1],[229,1],[228,1],[174,1],[175,1],[176,1],[177,1],[178,1],[179,1],[180,1],[181,1],[182,1],[183,1],[184,1],[185,1],[186,1],[187,1],[188,1],[173,1],[189,1],[172,1],[170,1],[155,1],[156,1],[157,1],[158,1],[159,1],[160,1],[161,1],[162,1],[163,1],[164,1],[165,1],[166,1],[167,1],[168,1],[169,1],[171,1],[190,1],[191,1],[192,1],[213,1],[214,1],[215,1],[216,1],[217,1],[218,1],[219,1],[220,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[212,1],[211,1],[210,1],[209,1],[193,1],[194,1],[195,1],[196,1],[197,1],[198,1],[199,1],[305,1],[200,1],[202,1],[203,1],[204,1],[205,1],[206,1],[207,1],[208,1],[201,1],[610,1]]","definition":"[[2,1],[403,1],[404,1],[405,1],[406,1],[407,1],[408,1],[409,1],[410,1],[411,1],[412,1],[413,1],[414,1],[415,1],[416,1],[417,1],[402,1],[418,1],[401,1],[399,1],[384,1],[385,1],[386,1],[387,1],[388,1],[389,1],[390,1],[391,1],[392,1],[393,1],[394,1],[395,1],[396,1],[397,1],[398,1],[400,1],[383,1],[419,1],[421,1],[441,1],[442,1],[443,1],[444,1],[445,1],[446,1],[447,1],[448,1],[449,1],[450,1],[451,1],[452,1],[453,1],[454,1],[455,1],[440,1],[420,1],[439,1],[437,1],[422,1],[423,1],[424,1],[425,1],[426,1],[427,1],[428,1],[429,1],[430,1],[431,1],[432,1],[433,1],[434,1],[435,1],[436,1],[438,1],[456,1],[382,1],[380,1],[327,1],[328,1],[329,1],[330,1],[331,1],[332,1],[333,1],[334,1],[335,1],[336,1],[337,1],[338,1],[339,1],[340,1],[341,1],[326,1],[342,1],[325,1],[323,1],[308,1],[309,1],[310,1],[311,1],[312,1],[313,1],[314,1],[315,1],[316,1],[317,1],[318,1],[319,1],[320,1],[321,1],[322,1],[324,1],[381,1],[343,1],[345,1],[365,1],[366,1],[367,1],[368,1],[369,1],[370,1],[371,1],[372,1],[373,1],[374,1],[375,1],[376,1],[377,1],[378,1],[379,1],[364,1],[344,1],[363,1],[361,1],[346,1],[347,1],[348,1],[349,1],[350,1],[351,1],[352,1],[353,1],[354,1],[355,1],[356,1],[357,1],[358,1],[359,1],[360,1],[362,1],[457,1],[458,1],[459,1],[556,1],[557,1],[558,1],[559,1],[560,1],[561,1],[562,1],[563,1],[564,1],[565,1],[566,1],[567,1],[568,1],[569,1],[570,1],[555,1],[571,1],[554,1],[552,1],[537,1],[538,1],[539,1],[540,1],[541,1],[542,1],[543,1],[544,1],[545,1],[546,1],[547,1],[548,1],[549,1],[550,1],[551,1],[553,1],[536,1],[572,1],[574,1],[594,1],[595,1],[596,1],[597,1],[598,1],[599,1],[600,1],[601,1],[602,1],[603,1],[604,1],[605,1],[606,1],[607,1],[608,1],[593,1],[573,1],[592,1],[590,1],[575,1],[576,1],[577,1],[578,1],[579,1],[580,1],[581,1],[582,1],[583,1],[584,1],[585,1],[586,1],[587,1],[588,1],[589,1],[591,1],[535,1],[534,1],[533,1],[479,1],[480,1],[481,1],[482,1],[483,1],[484,1],[485,1],[486,1],[487,1],[488,1],[489,1],[490,1],[491,1],[492,1],[493,1],[478,1],[494,1],[477,1],[475,1],[460,1],[461,1],[462,1],[463,1],[464,1],[465,1],[466,1],[467,1],[468,1],[469,1],[470,1],[471,1],[472,1],[473,1],[474,1],[476,1],[495,1],[496,1],[497,1],[518,1],[519,1],[520,1],[521,1],[522,1],[523,1],[524,1],[525,1],[526,1],[527,1],[528,1],[529,1],[530,1],[531,1],[532,1],[517,1],[516,1],[515,1],[514,1],[498,1],[499,1],[500,1],[501,1],[502,1],[503,1],[504,1],[307,1],[505,1],[507,1],[508,1],[509,1],[510,1],[511,1],[512,1],[513,1],[506,1],[609,1],[306,1],[304,1],[98,1],[99,1],[100,1],[101,1],[102,1],[103,1],[104,1],[105,1],[106,1],[107,1],[108,1],[109,1],[110,1],[111,1],[112,1],[97,1],[113,1],[96,1],[94,1],[79,1],[80,1],[81,1],[82,1],[83,1],[84,1],[85,1],[86,1],[87,1],[88,1],[89,1],[90,1],[91,1],[92,1],[93,1],[95,1],[78,1],[114,1],[116,1],[136,1],[137,1],[138,1],[139,1],[140,1],[141,1],[142,1],[143,1],[144,1],[145,1],[146,1],[147,1],[148,1],[149,1],[150,1],[135,1],[115,1],[134,1],[132,1],[117,1],[118,1],[119,1],[120,1],[121,1],[122,1],[123,1],[124,1],[125,1],[126,1],[127,1],[128,1],[129,1],[130,1],[131,1],[133,1],[151,1],[77,1],[75,1],[22,1],[23,1],[24,1],[25,1],[26,1],[27,1],[28,1],[29,1],[30,1],[31,1],[32,1],[33,1],[34,1],[35,1],[36,1],[21,1],[37,1],[20,1],[18,1],[3,1],[4,1],[5,1],[6,1],[7,1],[8,1],[9,1],[10,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[17,1],[19,1],[76,1],[38,1],[40,1],[60,1],[61,1],[62,1],[63,1],[64,1],[65,1],[66,1],[67,1],[68,1],[69,1],[70,1],[71,1],[72,1],[73,1],[74,1],[59,1],[39,1],[58,1],[56,1],[41,1],[42,1],[43,1],[44,1],[45,1],[46,1],[47,1],[48,1],[49,1],[50,1],[51,1],[52,1],[53,1],[54,1],[55,1],[57,1],[152,1],[153,1],[154,1],[251,1],[252,1],[253,1],[254,1],[255,1],[256,1],[257,1],[258,1],[259,1],[260,1],[261,1],[262,1],[263,1],[264,1],[265,1],[250,1],[266,1],[249,1],[247,1],[232,1],[233,1],[234,1],[235,1],[236,1],[237,1],[238,1],[239,1],[240,1],[241,1],[242,1],[243,1],[244,1],[245,1],[246,1],[248,1],[231,1],[267,1],[269,1],[289,1],[290,1],[291,1],[292,1],[293,1],[294,1],[295,1],[296,1],[297,1],[298,1],[299,1],[300,1],[301,1],[302,1],[303,1],[288,1],[268,1],[287,1],[285,1],[270,1],[271,1],[272,1],[273,1],[274,1],[275,1],[276,1],[277,1],[278,1],[279,1],[280,1],[281,1],[282,1],[283,1],[284,1],[286,1],[230,1],[229,1],[228,1],[174,1],[175,1],[176,1],[177,1],[178,1],[179,1],[180,1],[181,1],[182,1],[183,1],[184,1],[185,1],[186,1],[187,1],[188,1],[173,1],[189,1],[172,1],[170,1],[155,1],[156,1],[157,1],[158,1],[159,1],[160,1],[161,1],[162,1],[163,1],[164,1],[165,1],[166,1],[167,1],[168,1],[169,1],[171,1],[190,1],[191,1],[192,1],[213,1],[214,1],[215,1],[216,1],[217,1],[218,1],[219,1],[220,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[212,1],[211,1],[210,1],[209,1],[193,1],[194,1],[195,1],[196,1],[197,1],[198,1],[199,1],[305,1],[200,1],[202,1],[203,1],[204,1],[205,1],[206,1],[207,1],[208,1],[201,1],[610,1]]","class":"[[181,1010],[232,1008],[273,1008],[303,1007],[215,1007],[284,1007],[314,1007],[295,1007],[46,1007],[68,1006],[76,1006],[107,1006],[114,1006],[122,1006],[128,1006],[136,1006],[155,1006],[163,1006],[172,1006],[603,1006],[189,1006],[197,1006],[208,1006],[594,1006],[585,1006],[251,1006],[531,1006],[523,1006],[485,1006],[467,1006],[436,1006],[424,1006],[553,1006],[393,1006],[341,1006],[333,1006],[561,1006],[54,1006],[569,1006],[577,1006],[361,1006],[546,1006],[3,1006],[17,1006],[31,1006],[39,1006],[24,1006],[10,1006],[38,6],[320,2],[238,2],[221,2],[279,2],[44,1],[415,1],[416,1],[420,1],[419,1],[421,1],[422,1],[423,1],[418,1],[414,1],[411,1],[412,1],[410,1],[409,1],[408,1],[407,1],[406,1],[405,1],[404,1],[403,1],[402,1],[401,1],[400,1],[399,1],[413,1],[425,1],[427,1],[398,1],[462,1],[461,1],[460,1],[459,1],[458,1],[457,1],[456,1],[455,1],[454,1],[453,1],[452,1],[451,1],[450,1],[449,1],[426,1],[448,1],[446,1],[445,1],[444,1],[443,1],[442,1],[441,1],[440,1],[439,1],[438,1],[437,1],[16,1],[430,1],[429,1],[428,1],[447,1],[397,1],[394,1],[395,1],[19,1],[360,1],[359,1],[358,1],[357,1],[356,1],[354,1],[353,1],[352,1],[351,1],[350,1],[349,1],[348,1],[347,1],[346,1],[345,1],[344,1],[343,1],[342,1],[20,1],[340,1],[339,1],[338,1],[337,1],[336,1],[335,1],[334,1],[21,1],[331,1],[362,1],[396,1],[363,1],[365,1],[463,1],[18,1],[392,1],[391,1],[390,1],[389,1],[388,1],[387,1],[386,1],[385,1],[384,1],[383,1],[382,1],[381,1],[380,1],[379,1],[378,1],[377,1],[376,1],[375,1],[374,1],[373,1],[372,1],[371,1],[370,1],[369,1],[368,1],[367,1],[366,1],[364,1],[464,1],[466,1],[330,1],[571,1],[570,1],[8,1],[568,1],[567,1],[566,1],[565,1],[564,1],[563,1],[562,1],[9,1],[560,1],[559,1],[558,1],[557,1],[556,1],[555,1],[554,1],[552,1],[551,1],[550,1],[549,1],[548,1],[547,1],[11,1],[538,1],[537,1],[536,1],[535,1],[572,1],[534,1],[573,1],[575,1],[607,1],[606,1],[605,1],[604,1],[4,1],[601,1],[600,1],[599,1],[598,1],[597,1],[596,1],[595,1],[5,1],[591,1],[590,1],[589,1],[588,1],[587,1],[586,1],[6,1],[584,1],[583,1],[582,1],[581,1],[580,1],[579,1],[578,1],[7,1],[576,1],[574,1],[533,1],[532,1],[12,1],[495,1],[494,1],[493,1],[492,1],[491,1],[490,1],[489,1],[488,1],[487,1],[486,1],[14,1],[484,1],[483,1],[482,1],[481,1],[480,1],[479,1],[478,1],[477,1],[476,1],[475,1],[474,1],[473,1],[472,1],[471,1],[470,1],[469,1],[468,1],[15,1],[496,1],[497,1],[498,1],[499,1],[529,1],[528,1],[527,1],[526,1],[525,1],[524,1],[13,1],[522,1],[521,1],[520,1],[519,1],[518,1],[517,1],[516,1],[465,1],[515,1],[513,1],[512,1],[511,1],[510,1],[509,1],[508,1],[507,1],[506,1],[505,1],[504,1],[503,1],[502,1],[501,1],[500,1],[514,1],[329,1],[324,1],[327,1],[144,1],[143,1],[142,1],[141,1],[140,1],[139,1],[138,1],[137,1],[36,1],[135,1],[134,1],[133,1],[132,1],[145,1],[131,1],[129,1],[37,1],[127,1],[126,1],[125,1],[124,1],[123,1],[121,1],[120,1],[119,1],[118,1],[117,1],[116,1],[130,1],[35,1],[156,1],[157,1],[186,1],[185,1],[184,1],[183,1],[182,1],[32,1],[180,1],[179,1],[178,1],[177,1],[176,1],[175,1],[174,1],[173,1],[33,1],[171,1],[170,1],[169,1],[168,1],[167,1],[166,1],[165,1],[164,1],[34,1],[162,1],[161,1],[160,1],[159,1],[158,1],[115,1],[113,1],[112,1],[111,1],[41,1],[75,1],[74,1],[73,1],[72,1],[71,1],[70,1],[69,1],[42,1],[67,1],[66,1],[65,1],[64,1],[63,1],[62,1],[61,1],[60,1],[59,1],[58,1],[57,1],[56,1],[55,1],[43,1],[52,1],[51,1],[50,1],[49,1],[48,1],[47,1],[77,1],[187,1],[78,1],[80,1],[110,1],[109,1],[108,1],[40,1],[105,1],[104,1],[103,1],[102,1],[101,1],[100,1],[99,1],[98,1],[97,1],[96,1],[95,1],[94,1],[93,1],[92,1],[91,1],[90,1],[89,1],[88,1],[87,1],[86,1],[85,1],[84,1],[83,1],[82,1],[81,1],[79,1],[188,1],[190,1],[191,1],[291,1],[290,1],[289,1],[288,1],[287,1],[286,1],[285,1],[283,1],[282,1],[281,1],[280,1],[278,1],[277,1],[276,1],[275,1],[274,1],[25,1],[272,1],[271,1],[270,1],[269,1],[268,1],[267,1],[266,1],[265,1],[264,1],[263,1],[262,1],[261,1],[292,1],[260,1],[293,1],[23,1],[326,1],[325,1],[45,1],[323,1],[322,1],[321,1],[319,1],[318,1],[317,1],[316,1],[315,1],[22,1],[313,1],[312,1],[311,1],[310,1],[309,1],[308,1],[307,1],[306,1],[305,1],[304,1],[608,1],[301,1],[300,1],[299,1],[298,1],[297,1],[296,1],[294,1],[328,1],[259,1],[257,1],[222,1],[220,1],[219,1],[218,1],[217,1],[216,1],[28,1],[213,1],[212,1],[211,1],[210,1],[209,1],[29,1],[207,1],[206,1],[205,1],[204,1],[203,1],[202,1],[201,1],[200,1],[199,1],[198,1],[30,1],[196,1],[195,1],[194,1],[193,1],[192,1],[223,1],[258,1],[224,1],[226,1],[256,1],[255,1],[254,1],[253,1],[252,1],[26,1],[250,1],[249,1],[248,1],[247,1],[246,1],[245,1],[244,1],[243,1],[242,1],[241,1],[240,1],[239,1],[237,1],[236,1],[235,1],[234,1],[233,1],[27,1],[231,1],[230,1],[229,1],[228,1],[227,1],[225,1],[609,1]]","vb":"[[3,4],[310,4],[311,4],[312,4],[313,4],[314,4],[320,4],[321,4],[323,4],[325,4],[327,4],[309,4],[328,4],[333,4],[339,4],[340,4],[341,4],[347,4],[348,4],[349,4],[361,4],[367,4],[373,4],[330,4],[303,4],[301,4],[295,4],[259,4],[261,4],[263,4],[265,4],[266,4],[267,4],[268,4],[269,4],[270,4],[271,4],[272,4],[273,4],[279,4],[280,4],[281,4],[282,4],[283,4],[284,4],[290,4],[291,4],[292,4],[293,4],[294,4],[379,4],[385,4],[386,4],[387,4],[537,4],[538,4],[544,4],[545,4],[546,4],[552,4],[553,4],[559,4],[560,4],[561,4],[567,4],[568,4],[569,4],[575,4],[576,4],[577,4],[583,4],[584,4],[585,4],[591,4],[594,4],[600,4],[601,4],[531,4],[257,4],[529,4],[517,4],[393,4],[399,4],[405,4],[411,4],[423,4],[424,4],[430,4],[436,4],[442,4],[443,4],[449,4],[455,4],[461,4],[467,4],[473,4],[479,4],[485,4],[491,4],[497,4],[503,4],[504,4],[510,4],[516,4],[523,4],[251,4],[250,4],[249,4],[86,4],[88,4],[90,4],[92,4],[93,4],[94,4],[96,4],[98,4],[100,4],[102,4],[103,4],[104,4],[105,4],[107,4],[113,4],[114,4],[120,4],[121,4],[122,4],[128,4],[134,4],[135,4],[136,4],[84,4],[142,4],[83,4],[76,4],[9,4],[10,4],[16,4],[17,4],[23,4],[24,4],[30,4],[31,4],[37,4],[39,4],[45,4],[46,4],[52,4],[54,4],[60,4],[62,4],[64,4],[65,4],[66,4],[67,4],[68,4],[74,4],[75,4],[82,4],[603,4],[143,4],[145,4],[221,4],[222,4],[223,4],[224,4],[225,4],[226,4],[227,4],[228,4],[229,4],[230,4],[231,4],[232,4],[238,4],[239,4],[240,4],[241,4],[242,4],[243,4],[244,4],[245,4],[246,4],[247,4],[248,4],[215,4],[144,4],[208,4],[206,4],[151,4],[153,4],[155,4],[161,4],[162,4],[163,4],[169,4],[170,4],[171,4],[172,4],[178,4],[179,4],[180,4],[181,4],[187,4],[188,4],[189,4],[195,4],[196,4],[197,4],[203,4],[204,4],[205,4],[207,4],[609,4]]","c":"[[552,24],[3,8],[310,8],[311,8],[312,8],[313,8],[314,8],[320,8],[321,8],[323,8],[325,8],[327,8],[328,8],[330,8],[333,8],[339,8],[340,8],[341,8],[347,8],[348,8],[349,8],[361,8],[367,8],[373,8],[309,8],[303,8],[301,8],[295,8],[259,8],[261,8],[263,8],[265,8],[266,8],[267,8],[268,8],[269,8],[270,8],[271,8],[272,8],[273,8],[279,8],[280,8],[281,8],[282,8],[283,8],[284,8],[290,8],[291,8],[292,8],[293,8],[294,8],[379,8],[385,8],[386,8],[387,8],[537,8],[538,8],[544,8],[545,8],[546,8],[553,8],[559,8],[560,8],[561,8],[567,8],[531,8],[568,8],[575,8],[576,8],[577,8],[583,8],[584,8],[585,8],[591,8],[594,8],[600,8],[601,8],[569,8],[529,8],[523,8],[517,8],[393,8],[399,8],[405,8],[411,8],[423,8],[424,8],[430,8],[436,8],[442,8],[443,8],[449,8],[455,8],[461,8],[467,8],[473,8],[479,8],[485,8],[491,8],[497,8],[503,8],[504,8],[510,8],[516,8],[257,8],[251,8],[250,8],[249,8],[86,8],[88,8],[90,8],[92,8],[93,8],[94,8],[96,8],[98,8],[100,8],[102,8],[103,8],[104,8],[105,8],[107,8],[113,8],[114,8],[120,8],[121,8],[122,8],[128,8],[134,8],[135,8],[136,8],[84,8],[142,8],[83,8],[76,8],[9,8],[10,8],[16,8],[17,8],[23,8],[24,8],[30,8],[31,8],[37,8],[39,8],[45,8],[46,8],[52,8],[54,8],[60,8],[62,8],[64,8],[65,8],[66,8],[67,8],[68,8],[74,8],[75,8],[82,8],[603,8],[143,8],[145,8],[221,8],[222,8],[223,8],[224,8],[225,8],[226,8],[227,8],[228,8],[229,8],[230,8],[231,8],[232,8],[238,8],[239,8],[240,8],[241,8],[242,8],[243,8],[244,8],[245,8],[246,8],[247,8],[248,8],[215,8],[144,8],[208,8],[206,8],[151,8],[153,8],[155,8],[161,8],[162,8],[163,8],[169,8],[170,8],[171,8],[172,8],[178,8],[179,8],[180,8],[181,8],[187,8],[188,8],[189,8],[195,8],[196,8],[197,8],[203,8],[204,8],[205,8],[207,8],[609,8]]","f":"[[552,24],[3,4],[310,4],[311,4],[312,4],[313,4],[314,4],[320,4],[321,4],[323,4],[325,4],[327,4],[328,4],[330,4],[333,4],[339,4],[340,4],[341,4],[347,4],[348,4],[349,4],[361,4],[367,4],[373,4],[309,4],[303,4],[301,4],[295,4],[259,4],[261,4],[263,4],[265,4],[266,4],[267,4],[268,4],[269,4],[270,4],[271,4],[272,4],[273,4],[279,4],[280,4],[281,4],[282,4],[283,4],[284,4],[290,4],[291,4],[292,4],[293,4],[294,4],[379,4],[385,4],[386,4],[387,4],[537,4],[538,4],[544,4],[545,4],[546,4],[553,4],[559,4],[560,4],[561,4],[567,4],[531,4],[568,4],[575,4],[576,4],[577,4],[583,4],[584,4],[585,4],[591,4],[594,4],[600,4],[601,4],[569,4],[529,4],[523,4],[517,4],[393,4],[399,4],[405,4],[411,4],[423,4],[424,4],[430,4],[436,4],[442,4],[443,4],[449,4],[455,4],[461,4],[467,4],[473,4],[479,4],[485,4],[491,4],[497,4],[503,4],[504,4],[510,4],[516,4],[257,4],[251,4],[250,4],[249,4],[86,4],[88,4],[90,4],[92,4],[93,4],[94,4],[96,4],[98,4],[100,4],[102,4],[103,4],[104,4],[105,4],[107,4],[113,4],[114,4],[120,4],[121,4],[122,4],[128,4],[134,4],[135,4],[136,4],[84,4],[142,4],[83,4],[76,4],[9,4],[10,4],[16,4],[17,4],[23,4],[24,4],[30,4],[31,4],[37,4],[39,4],[45,4],[46,4],[52,4],[54,4],[60,4],[62,4],[64,4],[65,4],[66,4],[67,4],[68,4],[74,4],[75,4],[82,4],[603,4],[143,4],[145,4],[221,4],[222,4],[223,4],[224,4],[225,4],[226,4],[227,4],[228,4],[229,4],[230,4],[231,4],[232,4],[238,4],[239,4],[240,4],[241,4],[242,4],[243,4],[244,4],[245,4],[246,4],[247,4],[248,4],[215,4],[144,4],[208,4],[206,4],[151,4],[153,4],[155,4],[161,4],[162,4],[163,4],[169,4],[170,4],[171,4],[172,4],[178,4],[179,4],[180,4],[181,4],[187,4],[188,4],[189,4],[195,4],[196,4],[197,4],[203,4],[204,4],[205,4],[207,4],[609,4]]","jscript":"[[270,5],[242,5],[241,5],[240,5],[239,5],[83,5],[231,5],[243,5],[230,5],[226,5],[223,5],[204,5],[121,5],[135,5],[179,5],[229,5],[244,5],[228,5],[246,5],[245,5],[263,5],[584,5],[268,5],[261,5],[568,5],[249,5],[333,4],[330,4],[328,4],[280,4],[327,4],[273,4],[340,4],[325,4],[323,4],[341,4],[321,4],[279,4],[320,4],[347,4],[339,4],[314,4],[311,4],[312,4],[291,4],[290,4],[284,4],[292,4],[293,4],[283,4],[282,4],[281,4],[348,4],[294,4],[295,4],[301,4],[303,4],[309,4],[310,4],[313,4],[349,4],[373,4],[367,4],[523,4],[529,4],[531,4],[537,4],[538,4],[544,4],[545,4],[546,4],[552,4],[553,4],[559,4],[517,4],[560,4],[567,4],[569,4],[575,4],[576,4],[577,4],[583,4],[585,4],[591,4],[594,4],[600,4],[601,4],[561,4],[516,4],[510,4],[504,4],[272,4],[379,4],[385,4],[386,4],[387,4],[393,4],[399,4],[405,4],[411,4],[423,4],[424,4],[430,4],[436,4],[442,4],[443,4],[449,4],[455,4],[461,4],[467,4],[473,4],[479,4],[485,4],[491,4],[497,4],[503,4],[361,4],[3,4],[250,4],[269,4],[82,4],[84,4],[86,4],[88,4],[90,4],[92,4],[93,4],[94,4],[96,4],[76,4],[98,4],[102,4],[103,4],[104,4],[105,4],[107,4],[113,4],[114,4],[120,4],[122,4],[100,4],[128,4],[75,4],[68,4],[9,4],[10,4],[16,4],[17,4],[23,4],[24,4],[30,4],[31,4],[37,4],[74,4],[39,4],[46,4],[52,4],[54,4],[60,4],[62,4],[64,4],[65,4],[66,4],[67,4],[45,4],[271,4],[134,4],[142,4],[206,4],[207,4],[208,4],[215,4],[221,4],[222,4],[224,4],[225,4],[227,4],[205,4],[232,4],[247,4],[248,4],[603,4],[251,4],[257,4],[259,4],[265,4],[266,4],[267,4],[238,4],[136,4],[203,4],[196,4],[143,4],[144,4],[145,4],[151,4],[153,4],[155,4],[161,4],[162,4],[163,4],[197,4],[169,4],[171,4],[172,4],[178,4],[180,4],[181,4],[187,4],[188,4],[189,4],[195,4],[170,4],[609,4]]","copy":"[[242,6],[3,4],[310,4],[311,4],[312,4],[313,4],[314,4],[320,4],[321,4],[323,4],[325,4],[327,4],[328,4],[330,4],[333,4],[339,4],[340,4],[341,4],[347,4],[348,4],[349,4],[361,4],[367,4],[373,4],[309,4],[303,4],[301,4],[295,4],[259,4],[261,4],[263,4],[265,4],[266,4],[267,4],[268,4],[269,4],[270,4],[271,4],[272,4],[273,4],[279,4],[280,4],[281,4],[282,4],[283,4],[284,4],[290,4],[291,4],[292,4],[293,4],[294,4],[379,4],[257,4],[385,4],[387,4],[537,4],[538,4],[544,4],[545,4],[546,4],[552,4],[553,4],[559,4],[560,4],[561,4],[567,4],[568,4],[569,4],[575,4],[576,4],[577,4],[583,4],[584,4],[585,4],[591,4],[594,4],[600,4],[601,4],[531,4],[386,4],[529,4],[517,4],[393,4],[399,4],[405,4],[411,4],[423,4],[424,4],[430,4],[436,4],[442,4],[443,4],[449,4],[455,4],[461,4],[467,4],[473,4],[479,4],[485,4],[491,4],[497,4],[503,4],[504,4],[510,4],[516,4],[523,4],[251,4],[250,4],[249,4],[86,4],[88,4],[90,4],[92,4],[93,4],[94,4],[96,4],[98,4],[100,4],[102,4],[84,4],[103,4],[105,4],[107,4],[113,4],[114,4],[120,4],[121,4],[122,4],[128,4],[134,4],[135,4],[104,4],[83,4],[82,4],[76,4],[9,4],[10,4],[16,4],[17,4],[23,4],[24,4],[30,4],[31,4],[37,4],[39,4],[45,4],[46,4],[52,4],[54,4],[60,4],[62,4],[64,4],[65,4],[66,4],[67,4],[68,4],[74,4],[75,4],[136,4],[142,4],[143,4],[144,4],[215,4],[221,4],[222,4],[223,4],[224,4],[225,4],[226,4],[227,4],[228,4],[229,4],[230,4],[231,4],[232,4],[238,4],[239,4],[240,4],[241,4],[243,4],[244,4],[245,4],[246,4],[247,4],[248,4],[208,4],[603,4],[207,4],[205,4],[145,4],[151,4],[153,4],[155,4],[161,4],[162,4],[163,4],[169,4],[170,4],[171,4],[172,4],[178,4],[179,4],[180,4],[181,4],[187,4],[188,4],[189,4],[195,4],[196,4],[197,4],[203,4],[204,4],[206,4],[609,4]]","public":"[[301,7],[295,7],[314,6],[142,5],[405,5],[361,5],[225,5],[224,5],[222,5],[107,5],[113,5],[114,5],[208,5],[122,5],[128,5],[207,5],[205,5],[411,5],[143,5],[144,5],[155,5],[161,5],[162,5],[169,5],[170,5],[171,5],[196,5],[195,5],[206,5],[424,5],[227,5],[436,5],[54,5],[569,5],[531,5],[523,5],[503,5],[68,5],[561,5],[577,5],[553,5],[479,5],[473,5],[585,5],[485,5],[267,4],[269,4],[271,4],[266,4],[265,4],[272,4],[259,4],[303,4],[280,4],[279,4],[290,4],[281,4],[294,4],[282,4],[293,4],[292,4],[283,4],[291,4],[309,4],[284,4],[273,4],[310,4],[3,4],[312,4],[461,4],[467,4],[491,4],[529,4],[538,4],[546,4],[430,4],[552,4],[575,4],[576,4],[583,4],[594,4],[600,4],[601,4],[567,4],[399,4],[393,4],[349,4],[313,4],[320,4],[321,4],[323,4],[325,4],[257,4],[327,4],[328,4],[330,4],[333,4],[339,4],[340,4],[341,4],[347,4],[348,4],[311,4],[251,4],[609,4],[188,4],[64,4],[203,4],[197,4],[189,4],[76,4],[187,4],[181,4],[180,4],[65,4],[178,4],[172,4],[163,4],[145,4],[136,4],[66,4],[134,4],[75,4],[120,4],[74,4],[603,4],[215,4],[221,4],[37,4],[248,4],[9,4],[10,4],[16,4],[17,4],[23,4],[24,4],[30,4],[31,4],[62,4],[67,4],[39,4],[238,4],[232,4],[46,4],[60,4],[449,3],[442,3],[455,3],[84,3],[82,3],[443,3],[497,3],[379,3],[510,3],[516,3],[517,3],[86,3],[537,3],[52,3],[559,3],[560,3],[45,3],[568,3],[584,3],[504,3],[88,3],[250,3],[423,3],[226,3],[228,3],[229,3],[230,3],[231,3],[239,3],[240,3],[241,3],[270,3],[243,3],[268,3],[244,3],[245,3],[246,3],[263,3],[261,3],[247,3],[223,3],[90,3],[204,3],[179,3],[96,3],[387,3],[386,3],[92,3],[385,3],[373,3],[298,3],[94,3],[367,3],[100,3],[102,3],[103,3],[104,3],[105,3],[121,3],[135,3],[98,3],[93,3],[242,2],[83,2],[249,2]]","language":"[[3,4],[310,4],[311,4],[312,4],[313,4],[314,4],[320,4],[321,4],[323,4],[325,4],[327,4],[309,4],[328,4],[333,4],[339,4],[340,4],[341,4],[347,4],[348,4],[349,4],[361,4],[367,4],[373,4],[330,4],[303,4],[301,4],[295,4],[259,4],[261,4],[263,4],[265,4],[266,4],[267,4],[268,4],[269,4],[270,4],[271,4],[272,4],[273,4],[279,4],[280,4],[281,4],[282,4],[283,4],[284,4],[290,4],[291,4],[292,4],[293,4],[294,4],[379,4],[385,4],[386,4],[387,4],[537,4],[538,4],[544,4],[545,4],[546,4],[552,4],[553,4],[559,4],[560,4],[561,4],[567,4],[568,4],[569,4],[575,4],[576,4],[577,4],[583,4],[584,4],[585,4],[591,4],[594,4],[600,4],[601,4],[531,4],[257,4],[529,4],[517,4],[393,4],[399,4],[405,4],[411,4],[423,4],[424,4],[430,4],[436,4],[442,4],[443,4],[449,4],[455,4],[461,4],[467,4],[473,4],[479,4],[485,4],[491,4],[497,4],[503,4],[504,4],[510,4],[516,4],[523,4],[251,4],[250,4],[249,4],[86,4],[88,4],[90,4],[92,4],[93,4],[94,4],[96,4],[98,4],[100,4],[102,4],[103,4],[104,4],[105,4],[107,4],[113,4],[114,4],[120,4],[121,4],[122,4],[128,4],[134,4],[135,4],[136,4],[84,4],[142,4],[83,4],[76,4],[9,4],[10,4],[16,4],[17,4],[23,4],[24,4],[30,4],[31,4],[37,4],[39,4],[45,4],[46,4],[52,4],[54,4],[60,4],[62,4],[64,4],[65,4],[66,4],[67,4],[68,4],[74,4],[75,4],[82,4],[603,4],[143,4],[145,4],[221,4],[222,4],[223,4],[224,4],[225,4],[226,4],[227,4],[228,4],[229,4],[230,4],[231,4],[232,4],[238,4],[239,4],[240,4],[241,4],[242,4],[243,4],[244,4],[245,4],[246,4],[247,4],[248,4],[215,4],[144,4],[208,4],[206,4],[151,4],[153,4],[155,4],[161,4],[162,4],[163,4],[169,4],[170,4],[171,4],[172,4],[178,4],[179,4],[180,4],[181,4],[187,4],[188,4],[189,4],[195,4],[196,4],[197,4],[203,4],[204,4],[205,4],[207,4],[609,4]]","is":"[[249,13],[250,12],[242,11],[232,10],[367,9],[105,9],[251,9],[76,9],[379,9],[247,9],[245,9],[246,9],[266,8],[313,8],[314,8],[320,8],[321,8],[323,8],[325,8],[265,8],[327,8],[328,8],[330,8],[333,8],[339,8],[340,8],[341,8],[347,8],[348,8],[349,8],[361,8],[263,8],[312,8],[311,8],[309,8],[267,8],[268,8],[269,8],[270,8],[271,8],[272,8],[273,8],[279,8],[280,8],[281,8],[282,8],[283,8],[284,8],[290,8],[291,8],[292,8],[293,8],[295,8],[301,8],[303,8],[310,8],[294,8],[385,8],[386,8],[537,8],[538,8],[544,8],[545,8],[546,8],[552,8],[553,8],[559,8],[560,8],[561,8],[567,8],[568,8],[569,8],[575,8],[576,8],[577,8],[583,8],[584,8],[585,8],[591,8],[594,8],[600,8],[601,8],[531,8],[529,8],[523,8],[517,8],[387,8],[393,8],[399,8],[405,8],[411,8],[423,8],[424,8],[430,8],[436,8],[442,8],[443,8],[373,8],[449,8],[461,8],[467,8],[473,8],[479,8],[485,8],[491,8],[497,8],[503,8],[504,8],[510,8],[516,8],[455,8],[261,8],[3,8],[257,8],[86,8],[88,8],[90,8],[92,8],[93,8],[94,8],[96,8],[98,8],[100,8],[102,8],[84,8],[103,8],[107,8],[113,8],[114,8],[120,8],[121,8],[122,8],[128,8],[134,8],[135,8],[136,8],[104,8],[259,8],[83,8],[75,8],[9,8],[10,8],[16,8],[17,8],[23,8],[24,8],[30,8],[31,8],[37,8],[39,8],[82,8],[45,8],[52,8],[54,8],[60,8],[62,8],[64,8],[65,8],[66,8],[67,8],[68,8],[74,8],[46,8],[143,8],[142,8],[145,8],[208,8],[215,8],[221,8],[222,8],[223,8],[224,8],[225,8],[226,8],[227,8],[228,8],[229,8],[230,8],[231,8],[238,8],[239,8],[240,8],[241,8],[243,8],[244,8],[248,8],[603,8],[207,8],[144,8],[609,8],[178,8],[155,8],[161,8],[162,8],[163,8],[169,8],[170,8],[171,8],[172,8],[206,8],[153,8],[179,8],[181,8],[187,8],[188,8],[189,8],[195,8],[196,8],[197,8],[203,8],[204,8],[205,8],[180,8],[151,8],[38,2],[235,2],[302,1],[79,1]]","not":"[[52,8],[230,5],[243,5],[242,5],[241,5],[240,5],[239,5],[83,5],[135,5],[231,5],[229,5],[228,5],[204,5],[226,5],[121,5],[223,5],[245,5],[246,5],[244,5],[263,5],[249,5],[270,5],[568,5],[268,5],[261,5],[179,5],[584,5],[314,4],[320,4],[341,4],[340,4],[327,4],[325,4],[323,4],[339,4],[333,4],[330,4],[328,4],[313,4],[321,4],[312,4],[3,4],[310,4],[273,4],[279,4],[280,4],[281,4],[282,4],[283,4],[284,4],[290,4],[291,4],[292,4],[293,4],[294,4],[347,4],[295,4],[301,4],[303,4],[309,4],[311,4],[348,4],[373,4],[361,4],[523,4],[529,4],[531,4],[537,4],[538,4],[544,4],[545,4],[546,4],[552,4],[553,4],[559,4],[517,4],[560,4],[567,4],[569,4],[575,4],[576,4],[577,4],[583,4],[585,4],[591,4],[594,4],[600,4],[601,4],[561,4],[516,4],[510,4],[504,4],[367,4],[379,4],[385,4],[386,4],[387,4],[393,4],[399,4],[405,4],[411,4],[423,4],[424,4],[430,4],[436,4],[442,4],[443,4],[449,4],[455,4],[461,4],[467,4],[473,4],[479,4],[485,4],[491,4],[497,4],[503,4],[349,4],[272,4],[250,4],[269,4],[84,4],[86,4],[88,4],[90,4],[92,4],[93,4],[94,4],[96,4],[98,4],[100,4],[102,4],[103,4],[104,4],[105,4],[107,4],[113,4],[114,4],[120,4],[122,4],[82,4],[76,4],[75,4],[74,4],[9,4],[10,4],[16,4],[17,4],[23,4],[24,4],[30,4],[31,4],[37,4],[128,4],[39,4],[46,4],[54,4],[60,4],[62,4],[64,4],[65,4],[66,4],[67,4],[68,4],[45,4],[134,4],[136,4],[142,4],[206,4],[207,4],[208,4],[215,4],[221,4],[222,4],[224,4],[225,4],[227,4],[205,4],[232,4],[247,4],[248,4],[603,4],[251,4],[257,4],[259,4],[265,4],[266,4],[267,4],[238,4],[271,4],[203,4],[196,4],[143,4],[144,4],[145,4],[151,4],[153,4],[155,4],[161,4],[162,4],[163,4],[197,4],[169,4],[171,4],[172,4],[178,4],[180,4],[181,4],[187,4],[188,4],[189,4],[195,4],[170,4],[609,4]]","supported":"[[232,6],[242,5],[241,5],[310,4],[311,4],[312,4],[313,4],[314,4],[320,4],[321,4],[323,4],[325,4],[327,4],[328,4],[3,4],[330,4],[333,4],[339,4],[340,4],[341,4],[347,4],[348,4],[349,4],[361,4],[367,4],[309,4],[303,4],[295,4],[373,4],[261,4],[263,4],[265,4],[266,4],[267,4],[268,4],[269,4],[270,4],[271,4],[272,4],[301,4],[273,4],[280,4],[281,4],[282,4],[283,4],[284,4],[290,4],[291,4],[292,4],[293,4],[294,4],[279,4],[379,4],[385,4],[386,4],[537,4],[538,4],[544,4],[545,4],[546,4],[552,4],[553,4],[559,4],[560,4],[561,4],[567,4],[568,4],[569,4],[575,4],[576,4],[577,4],[583,4],[584,4],[585,4],[591,4],[594,4],[600,4],[601,4],[531,4],[529,4],[523,4],[517,4],[387,4],[393,4],[399,4],[405,4],[411,4],[423,4],[424,4],[430,4],[436,4],[442,4],[443,4],[259,4],[449,4],[461,4],[467,4],[473,4],[479,4],[485,4],[491,4],[497,4],[503,4],[504,4],[510,4],[516,4],[455,4],[257,4],[250,4],[603,4],[86,4],[88,4],[90,4],[92,4],[93,4],[94,4],[96,4],[98,4],[100,4],[102,4],[84,4],[103,4],[105,4],[107,4],[113,4],[114,4],[120,4],[121,4],[122,4],[128,4],[134,4],[135,4],[104,4],[83,4],[82,4],[76,4],[9,4],[10,4],[16,4],[17,4],[23,4],[24,4],[30,4],[31,4],[37,4],[39,4],[45,4],[46,4],[52,4],[54,4],[60,4],[62,4],[64,4],[65,4],[66,4],[67,4],[68,4],[74,4],[75,4],[136,4],[142,4],[143,4],[144,4],[215,4],[221,4],[222,4],[223,4],[224,4],[225,4],[226,4],[227,4],[228,4],[229,4],[208,4],[230,4],[238,4],[239,4],[240,4],[243,4],[244,4],[245,4],[246,4],[247,4],[248,4],[249,4],[231,4],[251,4],[207,4],[205,4],[145,4],[151,4],[153,4],[155,4],[161,4],[162,4],[163,4],[169,4],[170,4],[171,4],[206,4],[172,4],[179,4],[180,4],[181,4],[187,4],[188,4],[189,4],[195,4],[196,4],[197,4],[203,4],[204,4],[178,4],[609,4],[236,2]]","or":"[[215,9],[301,8],[295,8],[232,8],[249,7],[245,6],[93,5],[219,5],[222,5],[224,5],[225,5],[227,5],[239,5],[223,5],[46,5],[246,5],[311,4],[312,4],[313,4],[314,4],[320,4],[321,4],[323,4],[325,4],[327,4],[328,4],[330,4],[333,4],[339,4],[340,4],[341,4],[347,4],[348,4],[349,4],[310,4],[282,4],[303,4],[267,4],[281,4],[283,4],[284,4],[290,4],[280,4],[291,4],[292,4],[293,4],[309,4],[294,4],[273,4],[272,4],[361,4],[271,4],[298,4],[270,4],[269,4],[268,4],[279,4],[367,4],[373,4],[379,4],[531,4],[537,4],[538,4],[544,4],[545,4],[546,4],[552,4],[553,4],[559,4],[560,4],[561,4],[529,4],[567,4],[569,4],[575,4],[576,4],[577,4],[583,4],[584,4],[585,4],[591,4],[594,4],[600,4],[601,4],[568,4],[523,4],[517,4],[516,4],[385,4],[386,4],[387,4],[393,4],[399,4],[405,4],[411,4],[423,4],[424,4],[430,4],[436,4],[442,4],[443,4],[449,4],[455,4],[461,4],[467,4],[473,4],[479,4],[485,4],[491,4],[497,4],[503,4],[504,4],[510,4],[266,4],[265,4],[3,4],[261,4],[86,4],[88,4],[90,4],[92,4],[94,4],[96,4],[98,4],[100,4],[102,4],[103,4],[84,4],[104,4],[107,4],[113,4],[114,4],[120,4],[121,4],[122,4],[128,4],[134,4],[135,4],[136,4],[105,4],[142,4],[83,4],[76,4],[9,4],[10,4],[16,4],[17,4],[23,4],[24,4],[30,4],[31,4],[37,4],[39,4],[82,4],[45,4],[54,4],[60,4],[62,4],[64,4],[65,4],[66,4],[67,4],[68,4],[74,4],[75,4],[52,4],[263,4],[143,4],[145,4],[208,4],[221,4],[226,4],[228,4],[229,4],[230,4],[231,4],[238,4],[240,4],[144,4],[241,4],[243,4],[244,4],[247,4],[248,4],[603,4],[250,4],[251,4],[257,4],[259,4],[242,4],[206,4],[207,4],[204,4],[151,4],[153,4],[155,4],[161,4],[162,4],[163,4],[169,4],[170,4],[171,4],[172,4],[178,4],[205,4],[179,4],[181,4],[187,4],[188,4],[189,4],[195,4],[196,4],[197,4],[203,4],[180,4],[609,4],[235,3],[38,2],[236,1],[302,1]]","no":"[[232,5],[247,5],[309,4],[310,4],[311,4],[312,4],[313,4],[314,4],[320,4],[321,4],[323,4],[325,4],[327,4],[3,4],[328,4],[330,4],[333,4],[339,4],[340,4],[341,4],[347,4],[348,4],[349,4],[361,4],[367,4],[303,4],[301,4],[295,4],[294,4],[259,4],[261,4],[263,4],[265,4],[266,4],[267,4],[268,4],[269,4],[270,4],[271,4],[373,4],[272,4],[279,4],[280,4],[281,4],[282,4],[283,4],[284,4],[290,4],[291,4],[292,4],[293,4],[273,4],[379,4],[385,4],[386,4],[537,4],[538,4],[544,4],[545,4],[546,4],[552,4],[553,4],[559,4],[560,4],[561,4],[567,4],[568,4],[569,4],[575,4],[576,4],[577,4],[583,4],[584,4],[585,4],[591,4],[594,4],[600,4],[601,4],[531,4],[529,4],[523,4],[517,4],[387,4],[393,4],[399,4],[405,4],[411,4],[423,4],[424,4],[430,4],[436,4],[442,4],[443,4],[257,4],[449,4],[461,4],[467,4],[473,4],[479,4],[485,4],[491,4],[497,4],[503,4],[504,4],[510,4],[516,4],[455,4],[251,4],[250,4],[249,4],[86,4],[88,4],[90,4],[92,4],[93,4],[94,4],[96,4],[98,4],[100,4],[102,4],[84,4],[103,4],[105,4],[107,4],[113,4],[114,4],[120,4],[121,4],[122,4],[128,4],[134,4],[135,4],[104,4],[83,4],[82,4],[76,4],[9,4],[10,4],[16,4],[17,4],[23,4],[24,4],[30,4],[31,4],[37,4],[39,4],[45,4],[46,4],[52,4],[54,4],[60,4],[62,4],[64,4],[65,4],[66,4],[67,4],[68,4],[74,4],[75,4],[136,4],[142,4],[143,4],[144,4],[215,4],[221,4],[222,4],[223,4],[224,4],[225,4],[226,4],[227,4],[228,4],[229,4],[208,4],[230,4],[238,4],[239,4],[240,4],[241,4],[242,4],[243,4],[244,4],[245,4],[246,4],[248,4],[231,4],[603,4],[207,4],[205,4],[145,4],[151,4],[153,4],[155,4],[161,4],[162,4],[163,4],[169,4],[170,4],[171,4],[206,4],[172,4],[179,4],[180,4],[181,4],[187,4],[188,4],[189,4],[195,4],[196,4],[197,4],[203,4],[204,4],[178,4],[609,4],[235,1]]","code":"[[3,4],[310,4],[311,4],[312,4],[313,4],[314,4],[320,4],[321,4],[323,4],[325,4],[327,4],[309,4],[328,4],[333,4],[339,4],[340,4],[341,4],[347,4],[348,4],[349,4],[361,4],[367,4],[373,4],[330,4],[303,4],[301,4],[295,4],[259,4],[261,4],[263,4],[265,4],[266,4],[267,4],[268,4],[269,4],[270,4],[271,4],[272,4],[273,4],[279,4],[280,4],[281,4],[282,4],[283,4],[284,4],[290,4],[291,4],[292,4],[293,4],[294,4],[379,4],[385,4],[386,4],[387,4],[537,4],[538,4],[544,4],[545,4],[546,4],[552,4],[553,4],[559,4],[560,4],[561,4],[567,4],[568,4],[569,4],[575,4],[576,4],[577,4],[583,4],[584,4],[585,4],[591,4],[594,4],[600,4],[601,4],[531,4],[257,4],[529,4],[517,4],[393,4],[399,4],[405,4],[411,4],[423,4],[424,4],[430,4],[436,4],[442,4],[443,4],[449,4],[455,4],[461,4],[467,4],[473,4],[479,4],[485,4],[491,4],[497,4],[503,4],[504,4],[510,4],[516,4],[523,4],[251,4],[250,4],[249,4],[86,4],[88,4],[90,4],[92,4],[93,4],[94,4],[96,4],[98,4],[100,4],[102,4],[103,4],[104,4],[105,4],[107,4],[113,4],[114,4],[120,4],[121,4],[122,4],[128,4],[134,4],[135,4],[136,4],[84,4],[142,4],[83,4],[76,4],[9,4],[10,4],[16,4],[17,4],[23,4],[24,4],[30,4],[31,4],[37,4],[39,4],[45,4],[46,4],[52,4],[54,4],[60,4],[62,4],[64,4],[65,4],[66,4],[67,4],[68,4],[74,4],[75,4],[82,4],[603,4],[143,4],[145,4],[221,4],[222,4],[223,4],[224,4],[225,4],[226,4],[227,4],[228,4],[229,4],[230,4],[231,4],[232,4],[238,4],[239,4],[240,4],[241,4],[242,4],[243,4],[244,4],[245,4],[246,4],[247,4],[248,4],[215,4],[144,4],[208,4],[206,4],[151,4],[153,4],[155,4],[161,4],[162,4],[163,4],[169,4],[170,4],[171,4],[172,4],[178,4],[179,4],[180,4],[181,4],[187,4],[188,4],[189,4],[195,4],[196,4],[197,4],[203,4],[204,4],[205,4],[207,4],[609,4]]","example":"[[46,5],[3,4],[310,4],[311,4],[312,4],[313,4],[314,4],[320,4],[321,4],[323,4],[325,4],[327,4],[328,4],[330,4],[333,4],[339,4],[340,4],[341,4],[347,4],[348,4],[349,4],[361,4],[367,4],[373,4],[309,4],[303,4],[301,4],[295,4],[259,4],[261,4],[263,4],[265,4],[266,4],[267,4],[268,4],[269,4],[270,4],[271,4],[272,4],[273,4],[279,4],[280,4],[281,4],[282,4],[283,4],[284,4],[290,4],[291,4],[292,4],[293,4],[294,4],[379,4],[385,4],[386,4],[387,4],[537,4],[538,4],[544,4],[545,4],[546,4],[552,4],[553,4],[559,4],[560,4],[561,4],[567,4],[568,4],[569,4],[575,4],[576,4],[577,4],[583,4],[584,4],[585,4],[591,4],[594,4],[600,4],[601,4],[531,4],[257,4],[529,4],[517,4],[393,4],[399,4],[405,4],[411,4],[423,4],[424,4],[430,4],[436,4],[442,4],[443,4],[449,4],[455,4],[461,4],[467,4],[473,4],[479,4],[485,4],[491,4],[497,4],[503,4],[504,4],[510,4],[516,4],[523,4],[251,4],[250,4],[249,4],[88,4],[90,4],[92,4],[93,4],[94,4],[96,4],[98,4],[100,4],[102,4],[103,4],[86,4],[104,4],[107,4],[113,4],[114,4],[120,4],[121,4],[122,4],[128,4],[134,4],[135,4],[136,4],[105,4],[84,4],[83,4],[82,4],[9,4],[10,4],[16,4],[17,4],[23,4],[24,4],[30,4],[31,4],[37,4],[39,4],[45,4],[52,4],[54,4],[60,4],[62,4],[64,4],[65,4],[66,4],[67,4],[68,4],[74,4],[75,4],[76,4],[142,4],[603,4],[143,4],[145,4],[221,4],[222,4],[223,4],[224,4],[225,4],[226,4],[227,4],[228,4],[229,4],[230,4],[231,4],[232,4],[238,4],[239,4],[240,4],[241,4],[242,4],[243,4],[244,4],[245,4],[246,4],[247,4],[248,4],[215,4],[144,4],[208,4],[206,4],[151,4],[153,4],[155,4],[161,4],[162,4],[163,4],[169,4],[170,4],[171,4],[172,4],[207,4],[178,4],[180,4],[181,4],[187,4],[188,4],[189,4],[195,4],[196,4],[197,4],[203,4],[204,4],[205,4],[179,4],[609,4],[38,1]]","available":"[[3,4],[310,4],[311,4],[312,4],[313,4],[314,4],[320,4],[321,4],[323,4],[325,4],[327,4],[309,4],[328,4],[333,4],[339,4],[340,4],[341,4],[347,4],[348,4],[349,4],[361,4],[367,4],[373,4],[330,4],[303,4],[301,4],[295,4],[259,4],[261,4],[263,4],[265,4],[266,4],[267,4],[268,4],[269,4],[270,4],[271,4],[272,4],[273,4],[279,4],[280,4],[281,4],[282,4],[283,4],[284,4],[290,4],[291,4],[292,4],[293,4],[294,4],[379,4],[385,4],[386,4],[387,4],[537,4],[538,4],[544,4],[545,4],[546,4],[552,4],[553,4],[559,4],[560,4],[561,4],[567,4],[568,4],[569,4],[575,4],[576,4],[577,4],[583,4],[584,4],[585,4],[591,4],[594,4],[600,4],[601,4],[531,4],[257,4],[529,4],[517,4],[393,4],[399,4],[405,4],[411,4],[423,4],[424,4],[430,4],[436,4],[442,4],[443,4],[449,4],[455,4],[461,4],[467,4],[473,4],[479,4],[485,4],[491,4],[497,4],[503,4],[504,4],[510,4],[516,4],[523,4],[251,4],[250,4],[249,4],[86,4],[88,4],[90,4],[92,4],[93,4],[94,4],[96,4],[98,4],[100,4],[102,4],[103,4],[104,4],[105,4],[107,4],[113,4],[114,4],[120,4],[121,4],[122,4],[128,4],[134,4],[135,4],[136,4],[84,4],[142,4],[83,4],[76,4],[9,4],[10,4],[16,4],[17,4],[23,4],[24,4],[30,4],[31,4],[37,4],[39,4],[45,4],[46,4],[52,4],[54,4],[60,4],[62,4],[64,4],[65,4],[66,4],[67,4],[68,4],[74,4],[75,4],[82,4],[603,4],[143,4],[145,4],[221,4],[222,4],[223,4],[224,4],[225,4],[226,4],[227,4],[228,4],[229,4],[230,4],[231,4],[232,4],[238,4],[239,4],[240,4],[241,4],[242,4],[243,4],[244,4],[245,4],[246,4],[247,4],[248,4],[215,4],[144,4],[208,4],[206,4],[151,4],[153,4],[155,4],[161,4],[162,4],[163,4],[169,4],[170,4],[171,4],[172,4],[178,4],[179,4],[180,4],[181,4],[187,4],[188,4],[189,4],[195,4],[196,4],[197,4],[203,4],[204,4],[205,4],[207,4],[609,4]]","ref":"[[436,3],[461,2],[439,2],[295,1],[303,1],[314,1],[333,1],[341,1],[361,1],[393,1],[424,1],[3,1],[467,1],[485,1],[523,1],[531,1],[546,1],[553,1],[561,1],[569,1],[577,1],[585,1],[284,1],[273,1],[251,1],[232,1],[10,1],[17,1],[24,1],[31,1],[39,1],[46,1],[54,1],[68,1],[76,1],[107,1],[594,1],[114,1],[128,1],[136,1],[155,1],[163,1],[172,1],[181,1],[189,1],[197,1],[208,1],[215,1],[122,1],[603,1]]","methods":"[[606,1003],[520,1003],[513,1003],[235,1003],[507,1003],[500,1003],[494,1003],[488,1003],[482,1003],[476,1003],[464,1003],[458,1003],[254,1003],[439,1003],[433,1003],[526,1003],[276,1003],[287,1003],[298,1003],[420,1003],[306,1003],[414,1003],[317,1003],[408,1003],[336,1003],[402,1003],[344,1003],[352,1003],[364,1003],[370,1003],[376,1003],[427,1003],[541,1003],[534,1003],[79,1003],[6,1003],[597,1003],[13,1003],[20,1003],[588,1003],[27,1003],[34,1003],[42,1003],[580,1003],[49,1003],[57,1003],[572,1003],[71,1003],[175,1003],[564,1003],[390,1003],[556,1003],[148,1003],[131,1002],[184,1002],[192,1002],[200,1002],[396,1002],[358,1002],[211,1002],[218,1002],[382,1002],[166,1002],[158,1002],[549,1002],[125,1002],[139,1002],[446,1002],[117,1002],[452,1002],[470,1002],[110,1002],[569,1],[485,1],[594,1],[553,1],[568,1],[585,1],[538,1],[584,1],[531,1],[561,1],[577,1],[523,1],[436,1],[424,1],[284,1],[341,1],[228,1],[226,1],[223,1],[204,1],[179,1],[172,1],[145,1],[135,1],[121,1],[83,1],[76,1],[68,1],[54,1],[46,1],[39,1],[31,1],[24,1],[17,1],[10,1],[229,1],[230,1],[231,1],[232,1],[333,1],[314,1],[303,1],[295,1],[603,1],[273,1],[270,1],[268,1],[263,1],[361,1],[261,1],[249,1],[246,1],[245,1],[244,1],[243,1],[242,1],[241,1],[240,1],[239,1],[251,1],[3,1]]","registerbundles":"[[9,1006],[6,1],[3,1]]","bundlecollection":"[[9,5],[6,1],[3,1]]","see":"[[3,1],[404,1],[405,1],[406,1],[407,1],[408,1],[409,1],[403,1],[410,1],[412,1],[413,1],[414,1],[415,1],[416,1],[417,1],[411,1],[402,1],[401,1],[400,1],[385,1],[386,1],[387,1],[388,1],[389,1],[390,1],[391,1],[392,1],[393,1],[394,1],[395,1],[396,1],[397,1],[398,1],[399,1],[418,1],[384,1],[419,1],[421,1],[441,1],[442,1],[443,1],[444,1],[445,1],[446,1],[440,1],[447,1],[449,1],[450,1],[451,1],[452,1],[453,1],[454,1],[448,1],[439,1],[438,1],[437,1],[422,1],[423,1],[424,1],[425,1],[426,1],[427,1],[428,1],[429,1],[430,1],[431,1],[432,1],[433,1],[434,1],[435,1],[436,1],[420,1],[383,1],[382,1],[381,1],[327,1],[328,1],[329,1],[330,1],[331,1],[333,1],[326,1],[334,1],[336,1],[337,1],[338,1],[339,1],[340,1],[341,1],[335,1],[325,1],[324,1],[323,1],[308,1],[309,1],[310,1],[311,1],[312,1],[313,1],[314,1],[315,1],[316,1],[317,1],[318,1],[319,1],[320,1],[321,1],[322,1],[342,1],[343,1],[344,1],[345,1],[366,1],[367,1],[368,1],[369,1],[370,1],[371,1],[372,1],[373,1],[374,1],[375,1],[376,1],[377,1],[378,1],[379,1],[380,1],[365,1],[455,1],[364,1],[362,1],[346,1],[347,1],[348,1],[349,1],[350,1],[351,1],[352,1],[353,1],[354,1],[356,1],[357,1],[358,1],[359,1],[360,1],[361,1],[363,1],[456,1],[457,1],[458,1],[554,1],[555,1],[556,1],[557,1],[558,1],[559,1],[553,1],[560,1],[562,1],[563,1],[564,1],[565,1],[566,1],[567,1],[561,1],[552,1],[551,1],[550,1],[535,1],[536,1],[537,1],[538,1],[539,1],[540,1],[541,1],[542,1],[543,1],[544,1],[545,1],[546,1],[547,1],[548,1],[549,1],[568,1],[569,1],[570,1],[571,1],[591,1],[593,1],[594,1],[595,1],[596,1],[597,1],[598,1],[599,1],[600,1],[601,1],[603,1],[604,1],[605,1],[606,1],[607,1],[590,1],[534,1],[589,1],[587,1],[572,1],[573,1],[574,1],[575,1],[576,1],[577,1],[578,1],[579,1],[580,1],[581,1],[582,1],[583,1],[584,1],[585,1],[586,1],[588,1],[307,1],[533,1],[531,1],[478,1],[479,1],[480,1],[481,1],[482,1],[483,1],[477,1],[484,1],[486,1],[487,1],[488,1],[489,1],[490,1],[491,1],[485,1],[476,1],[475,1],[474,1],[459,1],[460,1],[461,1],[462,1],[463,1],[464,1],[465,1],[466,1],[467,1],[468,1],[469,1],[470,1],[471,1],[472,1],[473,1],[492,1],[493,1],[494,1],[495,1],[515,1],[516,1],[517,1],[518,1],[519,1],[520,1],[521,1],[522,1],[523,1],[524,1],[525,1],[526,1],[527,1],[528,1],[529,1],[514,1],[532,1],[513,1],[511,1],[496,1],[497,1],[498,1],[499,1],[500,1],[501,1],[502,1],[503,1],[504,1],[505,1],[506,1],[507,1],[508,1],[509,1],[510,1],[512,1],[306,1],[305,1],[304,1],[100,1],[101,1],[102,1],[103,1],[104,1],[105,1],[99,1],[107,1],[109,1],[110,1],[111,1],[112,1],[113,1],[114,1],[108,1],[98,1],[97,1],[96,1],[81,1],[82,1],[83,1],[84,1],[85,1],[86,1],[87,1],[88,1],[89,1],[90,1],[91,1],[92,1],[93,1],[94,1],[95,1],[115,1],[116,1],[117,1],[118,1],[138,1],[139,1],[140,1],[141,1],[142,1],[143,1],[144,1],[145,1],[146,1],[147,1],[148,1],[149,1],[150,1],[151,1],[152,1],[137,1],[80,1],[136,1],[134,1],[119,1],[120,1],[121,1],[122,1],[123,1],[124,1],[125,1],[126,1],[127,1],[128,1],[129,1],[130,1],[131,1],[132,1],[133,1],[135,1],[153,1],[79,1],[77,1],[23,1],[24,1],[25,1],[26,1],[27,1],[28,1],[22,1],[29,1],[31,1],[32,1],[33,1],[34,1],[35,1],[36,1],[30,1],[21,1],[20,1],[19,1],[4,1],[5,1],[6,1],[7,1],[8,1],[9,1],[10,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[17,1],[18,1],[37,1],[39,1],[40,1],[41,1],[62,1],[63,1],[64,1],[65,1],[66,1],[67,1],[68,1],[69,1],[70,1],[71,1],[72,1],[73,1],[74,1],[75,1],[76,1],[61,1],[78,1],[60,1],[58,1],[42,1],[43,1],[44,1],[45,1],[46,1],[47,1],[48,1],[49,1],[50,1],[51,1],[52,1],[54,1],[55,1],[56,1],[57,1],[59,1],[608,1],[154,1],[156,1],[252,1],[253,1],[254,1],[255,1],[256,1],[257,1],[251,1],[258,1],[260,1],[261,1],[262,1],[263,1],[264,1],[265,1],[259,1],[250,1],[249,1],[248,1],[233,1],[234,1],[235,1],[236,1],[237,1],[238,1],[239,1],[240,1],[241,1],[242,1],[243,1],[244,1],[245,1],[246,1],[247,1],[266,1],[267,1],[268,1],[269,1],[289,1],[290,1],[291,1],[292,1],[293,1],[294,1],[295,1],[296,1],[297,1],[298,1],[299,1],[300,1],[301,1],[302,1],[303,1],[288,1],[232,1],[287,1],[285,1],[270,1],[271,1],[272,1],[273,1],[274,1],[275,1],[276,1],[277,1],[278,1],[279,1],[280,1],[281,1],[282,1],[283,1],[284,1],[286,1],[155,1],[231,1],[229,1],[176,1],[177,1],[178,1],[179,1],[180,1],[181,1],[175,1],[182,1],[184,1],[185,1],[186,1],[187,1],[188,1],[189,1],[183,1],[174,1],[173,1],[172,1],[157,1],[158,1],[159,1],[160,1],[161,1],[162,1],[163,1],[164,1],[165,1],[166,1],[167,1],[168,1],[169,1],[170,1],[171,1],[190,1],[191,1],[192,1],[193,1],[213,1],[215,1],[216,1],[217,1],[218,1],[219,1],[220,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[228,1],[212,1],[230,1],[211,1],[209,1],[194,1],[195,1],[196,1],[197,1],[198,1],[199,1],[200,1],[201,1],[202,1],[203,1],[204,1],[205,1],[206,1],[207,1],[208,1],[210,1],[609,1]]","also":"[[3,1],[404,1],[405,1],[406,1],[407,1],[408,1],[409,1],[403,1],[410,1],[412,1],[413,1],[414,1],[415,1],[416,1],[417,1],[411,1],[402,1],[401,1],[400,1],[385,1],[386,1],[387,1],[388,1],[389,1],[390,1],[391,1],[392,1],[393,1],[394,1],[395,1],[396,1],[397,1],[398,1],[399,1],[418,1],[384,1],[419,1],[421,1],[441,1],[442,1],[443,1],[444,1],[445,1],[446,1],[440,1],[447,1],[449,1],[450,1],[451,1],[452,1],[453,1],[454,1],[448,1],[439,1],[438,1],[437,1],[422,1],[423,1],[424,1],[425,1],[426,1],[427,1],[428,1],[429,1],[430,1],[431,1],[432,1],[433,1],[434,1],[435,1],[436,1],[420,1],[383,1],[382,1],[381,1],[327,1],[328,1],[329,1],[330,1],[331,1],[333,1],[326,1],[334,1],[336,1],[337,1],[338,1],[339,1],[340,1],[341,1],[335,1],[325,1],[324,1],[323,1],[308,1],[309,1],[310,1],[311,1],[312,1],[313,1],[314,1],[315,1],[316,1],[317,1],[318,1],[319,1],[320,1],[321,1],[322,1],[342,1],[343,1],[344,1],[345,1],[366,1],[367,1],[368,1],[369,1],[370,1],[371,1],[372,1],[373,1],[374,1],[375,1],[376,1],[377,1],[378,1],[379,1],[380,1],[365,1],[455,1],[364,1],[362,1],[346,1],[347,1],[348,1],[349,1],[350,1],[351,1],[352,1],[353,1],[354,1],[356,1],[357,1],[358,1],[359,1],[360,1],[361,1],[363,1],[456,1],[457,1],[458,1],[554,1],[555,1],[556,1],[557,1],[558,1],[559,1],[553,1],[560,1],[562,1],[563,1],[564,1],[565,1],[566,1],[567,1],[561,1],[552,1],[551,1],[550,1],[535,1],[536,1],[537,1],[538,1],[539,1],[540,1],[541,1],[542,1],[543,1],[544,1],[545,1],[546,1],[547,1],[548,1],[549,1],[568,1],[569,1],[570,1],[571,1],[591,1],[593,1],[594,1],[595,1],[596,1],[597,1],[598,1],[599,1],[600,1],[601,1],[603,1],[604,1],[605,1],[606,1],[607,1],[590,1],[534,1],[589,1],[587,1],[572,1],[573,1],[574,1],[575,1],[576,1],[577,1],[578,1],[579,1],[580,1],[581,1],[582,1],[583,1],[584,1],[585,1],[586,1],[588,1],[307,1],[533,1],[531,1],[478,1],[479,1],[480,1],[481,1],[482,1],[483,1],[477,1],[484,1],[486,1],[487,1],[488,1],[489,1],[490,1],[491,1],[485,1],[476,1],[475,1],[474,1],[459,1],[460,1],[461,1],[462,1],[463,1],[464,1],[465,1],[466,1],[467,1],[468,1],[469,1],[470,1],[471,1],[472,1],[473,1],[492,1],[493,1],[494,1],[495,1],[515,1],[516,1],[517,1],[518,1],[519,1],[520,1],[521,1],[522,1],[523,1],[524,1],[525,1],[526,1],[527,1],[528,1],[529,1],[514,1],[532,1],[513,1],[511,1],[496,1],[497,1],[498,1],[499,1],[500,1],[501,1],[502,1],[503,1],[504,1],[505,1],[506,1],[507,1],[508,1],[509,1],[510,1],[512,1],[306,1],[305,1],[304,1],[100,1],[101,1],[102,1],[103,1],[104,1],[105,1],[99,1],[107,1],[109,1],[110,1],[111,1],[112,1],[113,1],[114,1],[108,1],[98,1],[97,1],[96,1],[81,1],[82,1],[83,1],[84,1],[85,1],[86,1],[87,1],[88,1],[89,1],[90,1],[91,1],[92,1],[93,1],[94,1],[95,1],[115,1],[116,1],[117,1],[118,1],[138,1],[139,1],[140,1],[141,1],[142,1],[143,1],[144,1],[145,1],[146,1],[147,1],[148,1],[149,1],[150,1],[151,1],[152,1],[137,1],[80,1],[136,1],[134,1],[119,1],[120,1],[121,1],[122,1],[123,1],[124,1],[125,1],[126,1],[127,1],[128,1],[129,1],[130,1],[131,1],[132,1],[133,1],[135,1],[153,1],[79,1],[77,1],[23,1],[24,1],[25,1],[26,1],[27,1],[28,1],[22,1],[29,1],[31,1],[32,1],[33,1],[34,1],[35,1],[36,1],[30,1],[21,1],[20,1],[19,1],[4,1],[5,1],[6,1],[7,1],[8,1],[9,1],[10,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[17,1],[18,1],[37,1],[39,1],[40,1],[41,1],[62,1],[63,1],[64,1],[65,1],[66,1],[67,1],[68,1],[69,1],[70,1],[71,1],[72,1],[73,1],[74,1],[75,1],[76,1],[61,1],[78,1],[60,1],[58,1],[42,1],[43,1],[44,1],[45,1],[46,1],[47,1],[48,1],[49,1],[50,1],[51,1],[52,1],[54,1],[55,1],[56,1],[57,1],[59,1],[608,1],[154,1],[156,1],[252,1],[253,1],[254,1],[255,1],[256,1],[257,1],[251,1],[258,1],[260,1],[261,1],[262,1],[263,1],[264,1],[265,1],[259,1],[250,1],[249,1],[248,1],[233,1],[234,1],[235,1],[236,1],[237,1],[238,1],[239,1],[240,1],[241,1],[242,1],[243,1],[244,1],[245,1],[246,1],[247,1],[266,1],[267,1],[268,1],[269,1],[289,1],[290,1],[291,1],[292,1],[293,1],[294,1],[295,1],[296,1],[297,1],[298,1],[299,1],[300,1],[301,1],[302,1],[303,1],[288,1],[232,1],[287,1],[285,1],[270,1],[271,1],[272,1],[273,1],[274,1],[275,1],[276,1],[277,1],[278,1],[279,1],[280,1],[281,1],[282,1],[283,1],[284,1],[286,1],[155,1],[231,1],[229,1],[176,1],[177,1],[178,1],[179,1],[180,1],[181,1],[175,1],[182,1],[184,1],[185,1],[186,1],[187,1],[188,1],[189,1],[183,1],[174,1],[173,1],[172,1],[157,1],[158,1],[159,1],[160,1],[161,1],[162,1],[163,1],[164,1],[165,1],[166,1],[167,1],[168,1],[169,1],[170,1],[171,1],[190,1],[191,1],[192,1],[193,1],[213,1],[215,1],[216,1],[217,1],[218,1],[219,1],[220,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[228,1],[212,1],[230,1],[211,1],[209,1],[194,1],[195,1],[196,1],[197,1],[198,1],[199,1],[200,1],[201,1],[202,1],[203,1],[204,1],[205,1],[206,1],[207,1],[208,1],[210,1],[609,1]]","attached":"[[4,1002],[462,1002],[456,1002],[450,1002],[444,1002],[437,1002],[431,1002],[468,1002],[425,1002],[412,1002],[406,1002],[400,1002],[394,1002],[388,1002],[380,1002],[418,1002],[374,1002],[474,1002],[486,1002],[586,1002],[578,1002],[570,1002],[562,1002],[554,1002],[547,1002],[480,1002],[539,1002],[524,1002],[518,1002],[511,1002],[505,1002],[498,1002],[492,1002],[532,1002],[368,1002],[362,1002],[356,1002],[137,1002],[129,1002],[123,1002],[115,1002],[108,1002],[77,1002],[146,1002],[69,1002],[47,1002],[40,1002],[32,1002],[25,1002],[18,1002],[11,1002],[55,1002],[156,1002],[164,1002],[173,1002],[350,1002],[342,1002],[334,1002],[315,1002],[304,1002],[296,1002],[285,1002],[274,1002],[252,1002],[233,1002],[216,1002],[209,1002],[198,1002],[190,1002],[182,1002],[595,1002],[604,1002]]","properties":"[[121,1005],[118,1004],[359,1003],[111,1003],[185,1003],[126,1003],[236,1003],[132,1003],[277,1003],[219,1003],[489,1003],[212,1003],[159,1003],[167,1003],[201,1003],[471,1003],[176,1003],[140,1003],[72,1003],[255,1003],[307,1003],[371,1003],[377,1003],[383,1003],[391,1003],[288,1003],[397,1003],[193,1003],[58,1003],[403,1002],[456,1002],[453,1002],[368,1002],[418,1002],[374,1002],[412,1002],[450,1002],[447,1002],[380,1002],[421,1002],[444,1002],[388,1002],[440,1002],[425,1002],[437,1002],[394,1002],[434,1002],[409,1002],[400,1002],[431,1002],[428,1002],[406,1002],[415,1002],[474,1002],[462,1002],[539,1002],[542,1002],[547,1002],[550,1002],[554,1002],[557,1002],[562,1002],[535,1002],[565,1002],[573,1002],[578,1002],[581,1002],[586,1002],[589,1002],[595,1002],[598,1002],[570,1002],[532,1002],[527,1002],[524,1002],[465,1002],[468,1002],[365,1002],[477,1002],[480,1002],[483,1002],[486,1002],[492,1002],[495,1002],[498,1002],[501,1002],[505,1002],[508,1002],[511,1002],[514,1002],[518,1002],[521,1002],[459,1002],[4,1002],[318,1002],[356,1002],[173,1002],[362,1002],[164,1002],[156,1002],[149,1002],[146,1002],[137,1002],[129,1002],[123,1002],[115,1002],[108,1002],[80,1002],[77,1002],[182,1002],[69,1002],[50,1002],[47,1002],[43,1002],[40,1002],[35,1002],[32,1002],[28,1002],[25,1002],[21,1002],[18,1002],[14,1002],[11,1002],[7,1002],[55,1002],[190,1002],[607,1002],[233,1002],[285,1002],[274,1002],[299,1002],[252,1002],[304,1002],[315,1002],[604,1002],[334,1002],[296,1002],[337,1002],[342,1002],[209,1002],[345,1002],[350,1002],[353,1002],[198,1002],[216,1002],[114,2],[68,1],[393,1],[303,1],[301,1],[54,1],[298,1],[189,1],[284,1],[107,1],[467,1],[181,1],[208,1],[215,1],[163,1],[485,1],[295,1],[155,1],[251,1],[136,1],[128,1],[273,1],[122,1],[197,1],[232,1],[172,1]]","the":"[[79,39],[76,36],[219,21],[232,21],[215,21],[235,14],[38,13],[255,10],[236,10],[246,10],[91,9],[95,9],[97,9],[99,9],[249,9],[101,9],[251,9],[250,9],[89,9],[90,9],[88,8],[86,8],[100,8],[96,8],[84,7],[98,7],[94,7],[85,6],[87,6],[93,6],[105,6],[263,5],[298,5],[247,5],[92,5],[245,5],[261,4],[301,4],[265,4],[83,4],[266,4],[248,4],[42,4],[46,4],[414,3],[444,3],[445,3],[446,3],[426,3],[427,3],[447,3],[428,3],[448,3],[450,3],[429,3],[451,3],[431,3],[452,3],[453,3],[432,3],[434,3],[425,3],[422,3],[421,3],[413,3],[412,3],[410,3],[437,3],[415,3],[416,3],[435,3],[409,3],[433,3],[408,3],[407,3],[440,3],[441,3],[406,3],[418,3],[419,3],[420,3],[438,3],[439,3],[4,3],[454,3],[371,3],[370,3],[369,3],[368,3],[366,3],[365,3],[364,3],[363,3],[362,3],[372,3],[360,3],[358,3],[357,3],[356,3],[354,3],[353,3],[352,3],[351,3],[350,3],[346,3],[359,3],[374,3],[375,3],[376,3],[403,3],[402,3],[401,3],[400,3],[398,3],[397,3],[396,3],[395,3],[394,3],[392,3],[391,3],[390,3],[389,3],[388,3],[384,3],[383,3],[382,3],[381,3],[380,3],[378,3],[377,3],[404,3],[456,3],[471,3],[458,3],[562,3],[558,3],[557,3],[556,3],[555,3],[554,3],[551,3],[550,3],[549,3],[548,3],[547,3],[543,3],[542,3],[541,3],[540,3],[539,3],[536,3],[535,3],[534,3],[533,3],[532,3],[528,3],[527,3],[563,3],[526,3],[564,3],[566,3],[606,3],[605,3],[604,3],[599,3],[598,3],[597,3],[596,3],[595,3],[590,3],[589,3],[588,3],[587,3],[586,3],[582,3],[581,3],[580,3],[579,3],[578,3],[574,3],[573,3],[572,3],[571,3],[570,3],[565,3],[525,3],[524,3],[522,3],[486,3],[484,3],[483,3],[482,3],[481,3],[480,3],[478,3],[477,3],[476,3],[475,3],[474,3],[472,3],[345,3],[470,3],[469,3],[468,3],[466,3],[465,3],[464,3],[463,3],[462,3],[460,3],[459,3],[487,3],[488,3],[489,3],[490,3],[521,3],[520,3],[519,3],[518,3],[515,3],[514,3],[513,3],[512,3],[511,3],[509,3],[508,3],[457,3],[507,3],[505,3],[502,3],[501,3],[500,3],[499,3],[498,3],[496,3],[495,3],[494,3],[493,3],[492,3],[506,3],[344,3],[608,3],[342,3],[130,3],[129,3],[127,3],[126,3],[125,3],[124,3],[123,3],[119,3],[118,3],[131,3],[117,3],[115,3],[112,3],[111,3],[110,3],[109,3],[108,3],[104,3],[103,3],[102,3],[116,3],[132,3],[133,3],[137,3],[343,3],[173,3],[168,3],[167,3],[166,3],[165,3],[164,3],[160,3],[159,3],[158,3],[157,3],[156,3],[150,3],[149,3],[148,3],[147,3],[146,3],[141,3],[140,3],[139,3],[138,3],[82,3],[175,3],[81,3],[78,3],[32,3],[29,3],[28,3],[27,3],[26,3],[25,3],[22,3],[21,3],[20,3],[33,3],[19,3],[15,3],[14,3],[13,3],[12,3],[11,3],[8,3],[7,3],[6,3],[5,3],[18,3],[34,3],[35,3],[36,3],[77,3],[73,3],[72,3],[71,3],[70,3],[69,3],[59,3],[58,3],[57,3],[56,3],[55,3],[51,3],[50,3],[49,3],[48,3],[47,3],[45,3],[44,3],[43,3],[41,3],[40,3],[80,3],[176,3],[174,3],[254,3],[316,3],[315,3],[233,3],[234,3],[237,3],[308,3],[307,3],[306,3],[305,3],[242,3],[243,3],[244,3],[252,3],[253,3],[285,3],[177,3],[304,3],[607,3],[300,3],[299,3],[297,3],[296,3],[274,3],[275,3],[276,3],[277,3],[289,3],[278,3],[288,3],[287,3],[256,3],[318,3],[317,3],[202,3],[182,3],[183,3],[184,3],[185,3],[186,3],[190,3],[191,3],[192,3],[193,3],[194,3],[198,3],[199,3],[200,3],[201,3],[319,3],[286,3],[210,3],[334,3],[335,3],[223,3],[336,3],[337,3],[209,3],[220,3],[217,3],[216,3],[338,3],[213,3],[212,3],[211,3],[218,3],[314,2],[295,2],[320,2],[181,2],[259,2],[227,2],[106,2],[241,2],[225,2],[224,2],[229,2],[267,2],[230,2],[273,2],[214,2],[54,2],[53,2],[279,2],[222,2],[221,1],[226,1],[228,1],[379,1],[240,1],[238,1],[239,1],[284,1],[367,1],[257,1],[303,1],[268,1],[270,1],[39,1],[231,1],[302,1]]","following":"[[298,2],[4,1],[447,1],[446,1],[445,1],[444,1],[441,1],[440,1],[439,1],[438,1],[437,1],[435,1],[434,1],[433,1],[432,1],[431,1],[429,1],[428,1],[427,1],[426,1],[448,1],[425,1],[450,1],[452,1],[475,1],[474,1],[472,1],[471,1],[470,1],[469,1],[468,1],[466,1],[465,1],[464,1],[463,1],[462,1],[460,1],[459,1],[458,1],[457,1],[456,1],[454,1],[453,1],[451,1],[422,1],[421,1],[420,1],[391,1],[390,1],[389,1],[388,1],[384,1],[383,1],[382,1],[381,1],[392,1],[380,1],[377,1],[376,1],[375,1],[374,1],[372,1],[371,1],[370,1],[369,1],[378,1],[394,1],[395,1],[396,1],[419,1],[418,1],[416,1],[415,1],[414,1],[413,1],[412,1],[410,1],[409,1],[408,1],[407,1],[406,1],[404,1],[403,1],[402,1],[401,1],[400,1],[398,1],[397,1],[476,1],[368,1],[477,1],[480,1],[566,1],[565,1],[564,1],[563,1],[562,1],[558,1],[557,1],[556,1],[570,1],[555,1],[551,1],[550,1],[549,1],[548,1],[547,1],[543,1],[542,1],[541,1],[554,1],[571,1],[572,1],[573,1],[606,1],[605,1],[604,1],[599,1],[598,1],[597,1],[596,1],[595,1],[590,1],[589,1],[588,1],[587,1],[586,1],[582,1],[581,1],[580,1],[579,1],[578,1],[574,1],[540,1],[539,1],[536,1],[535,1],[502,1],[501,1],[500,1],[499,1],[498,1],[496,1],[495,1],[494,1],[493,1],[492,1],[490,1],[489,1],[488,1],[487,1],[486,1],[484,1],[483,1],[482,1],[481,1],[505,1],[478,1],[506,1],[508,1],[534,1],[533,1],[532,1],[528,1],[527,1],[526,1],[525,1],[524,1],[522,1],[521,1],[520,1],[519,1],[518,1],[515,1],[514,1],[513,1],[512,1],[511,1],[509,1],[507,1],[366,1],[365,1],[364,1],[126,1],[125,1],[124,1],[123,1],[119,1],[118,1],[117,1],[116,1],[127,1],[115,1],[111,1],[110,1],[109,1],[108,1],[81,1],[80,1],[79,1],[78,1],[112,1],[129,1],[130,1],[131,1],[165,1],[164,1],[160,1],[159,1],[158,1],[157,1],[156,1],[150,1],[149,1],[148,1],[147,1],[146,1],[141,1],[140,1],[139,1],[138,1],[137,1],[133,1],[132,1],[77,1],[166,1],[73,1],[71,1],[28,1],[27,1],[26,1],[25,1],[22,1],[21,1],[20,1],[19,1],[29,1],[18,1],[14,1],[13,1],[12,1],[11,1],[8,1],[7,1],[6,1],[5,1],[15,1],[32,1],[33,1],[34,1],[70,1],[69,1],[59,1],[58,1],[57,1],[56,1],[55,1],[51,1],[50,1],[49,1],[48,1],[47,1],[44,1],[43,1],[42,1],[41,1],[40,1],[36,1],[35,1],[72,1],[167,1],[168,1],[173,1],[318,1],[317,1],[316,1],[315,1],[308,1],[307,1],[306,1],[305,1],[319,1],[304,1],[300,1],[299,1],[297,1],[296,1],[295,1],[289,1],[288,1],[287,1],[301,1],[334,1],[335,1],[336,1],[363,1],[362,1],[360,1],[359,1],[358,1],[357,1],[356,1],[354,1],[353,1],[352,1],[351,1],[350,1],[346,1],[345,1],[344,1],[343,1],[342,1],[338,1],[337,1],[286,1],[285,1],[278,1],[277,1],[202,1],[201,1],[200,1],[199,1],[198,1],[194,1],[193,1],[192,1],[191,1],[190,1],[186,1],[185,1],[184,1],[183,1],[182,1],[177,1],[176,1],[175,1],[174,1],[209,1],[607,1],[210,1],[212,1],[276,1],[275,1],[274,1],[256,1],[255,1],[254,1],[253,1],[252,1],[237,1],[236,1],[235,1],[234,1],[233,1],[220,1],[219,1],[218,1],[217,1],[216,1],[213,1],[211,1],[608,1]]","tables":"[[4,1],[448,1],[447,1],[446,1],[445,1],[444,1],[441,1],[440,1],[439,1],[450,1],[438,1],[435,1],[434,1],[433,1],[432,1],[431,1],[429,1],[428,1],[427,1],[437,1],[451,1],[452,1],[453,1],[476,1],[475,1],[474,1],[472,1],[471,1],[470,1],[469,1],[468,1],[466,1],[465,1],[464,1],[463,1],[462,1],[460,1],[459,1],[458,1],[457,1],[456,1],[454,1],[426,1],[477,1],[425,1],[421,1],[392,1],[391,1],[390,1],[389,1],[388,1],[384,1],[383,1],[382,1],[394,1],[381,1],[378,1],[377,1],[376,1],[375,1],[374,1],[372,1],[371,1],[370,1],[380,1],[395,1],[396,1],[397,1],[420,1],[419,1],[418,1],[416,1],[415,1],[414,1],[413,1],[412,1],[410,1],[409,1],[408,1],[407,1],[406,1],[404,1],[403,1],[402,1],[401,1],[400,1],[398,1],[422,1],[369,1],[478,1],[481,1],[566,1],[565,1],[564,1],[563,1],[562,1],[558,1],[557,1],[556,1],[570,1],[555,1],[551,1],[550,1],[549,1],[548,1],[547,1],[543,1],[542,1],[541,1],[554,1],[571,1],[572,1],[573,1],[606,1],[605,1],[604,1],[599,1],[598,1],[597,1],[596,1],[595,1],[590,1],[589,1],[588,1],[587,1],[586,1],[582,1],[581,1],[580,1],[579,1],[578,1],[574,1],[540,1],[480,1],[539,1],[535,1],[502,1],[501,1],[500,1],[499,1],[498,1],[496,1],[495,1],[494,1],[505,1],[493,1],[490,1],[489,1],[488,1],[487,1],[486,1],[484,1],[483,1],[482,1],[492,1],[506,1],[507,1],[508,1],[534,1],[533,1],[532,1],[528,1],[527,1],[526,1],[525,1],[524,1],[522,1],[521,1],[520,1],[519,1],[518,1],[515,1],[514,1],[513,1],[512,1],[511,1],[509,1],[536,1],[368,1],[366,1],[365,1],[126,1],[125,1],[124,1],[123,1],[119,1],[118,1],[117,1],[116,1],[127,1],[115,1],[111,1],[110,1],[109,1],[108,1],[81,1],[80,1],[79,1],[78,1],[112,1],[129,1],[130,1],[131,1],[165,1],[164,1],[160,1],[159,1],[158,1],[157,1],[156,1],[150,1],[149,1],[148,1],[147,1],[146,1],[141,1],[140,1],[139,1],[138,1],[137,1],[133,1],[132,1],[77,1],[166,1],[73,1],[71,1],[28,1],[27,1],[26,1],[25,1],[22,1],[21,1],[20,1],[19,1],[29,1],[18,1],[14,1],[13,1],[12,1],[11,1],[8,1],[7,1],[6,1],[5,1],[15,1],[32,1],[33,1],[34,1],[70,1],[69,1],[59,1],[58,1],[57,1],[56,1],[55,1],[51,1],[50,1],[49,1],[48,1],[47,1],[44,1],[43,1],[42,1],[41,1],[40,1],[36,1],[35,1],[72,1],[167,1],[168,1],[173,1],[319,1],[318,1],[317,1],[316,1],[315,1],[308,1],[307,1],[306,1],[334,1],[305,1],[300,1],[299,1],[298,1],[297,1],[296,1],[289,1],[288,1],[287,1],[304,1],[335,1],[336,1],[337,1],[364,1],[363,1],[362,1],[360,1],[359,1],[358,1],[357,1],[356,1],[354,1],[353,1],[352,1],[351,1],[350,1],[346,1],[345,1],[344,1],[343,1],[342,1],[338,1],[286,1],[285,1],[278,1],[277,1],[202,1],[201,1],[200,1],[199,1],[198,1],[194,1],[193,1],[192,1],[191,1],[190,1],[186,1],[185,1],[184,1],[183,1],[182,1],[177,1],[176,1],[175,1],[174,1],[209,1],[607,1],[210,1],[212,1],[276,1],[275,1],[274,1],[256,1],[255,1],[254,1],[253,1],[252,1],[237,1],[236,1],[235,1],[234,1],[233,1],[220,1],[219,1],[218,1],[217,1],[216,1],[213,1],[211,1],[608,1]]","list":"[[4,1],[439,1],[438,1],[437,1],[435,1],[434,1],[433,1],[432,1],[431,1],[429,1],[428,1],[427,1],[426,1],[425,1],[422,1],[421,1],[420,1],[419,1],[418,1],[416,1],[440,1],[441,1],[444,1],[445,1],[469,1],[468,1],[466,1],[465,1],[464,1],[463,1],[462,1],[460,1],[459,1],[415,1],[458,1],[456,1],[454,1],[453,1],[452,1],[451,1],[450,1],[448,1],[447,1],[446,1],[457,1],[414,1],[413,1],[412,1],[380,1],[378,1],[377,1],[376,1],[375,1],[374,1],[372,1],[371,1],[370,1],[381,1],[369,1],[366,1],[365,1],[364,1],[363,1],[362,1],[360,1],[359,1],[358,1],[357,1],[368,1],[470,1],[382,1],[384,1],[410,1],[409,1],[408,1],[407,1],[406,1],[404,1],[403,1],[402,1],[401,1],[383,1],[400,1],[397,1],[396,1],[395,1],[394,1],[392,1],[391,1],[390,1],[389,1],[388,1],[398,1],[471,1],[472,1],[474,1],[565,1],[564,1],[563,1],[562,1],[558,1],[557,1],[556,1],[555,1],[554,1],[566,1],[551,1],[549,1],[548,1],[547,1],[543,1],[542,1],[541,1],[540,1],[539,1],[536,1],[550,1],[535,1],[570,1],[572,1],[606,1],[605,1],[604,1],[599,1],[598,1],[597,1],[596,1],[595,1],[590,1],[571,1],[589,1],[587,1],[586,1],[582,1],[581,1],[580,1],[579,1],[578,1],[574,1],[573,1],[588,1],[356,1],[534,1],[532,1],[498,1],[496,1],[495,1],[494,1],[493,1],[492,1],[490,1],[489,1],[488,1],[499,1],[487,1],[484,1],[483,1],[482,1],[481,1],[480,1],[478,1],[477,1],[476,1],[475,1],[486,1],[533,1],[500,1],[502,1],[528,1],[527,1],[526,1],[525,1],[524,1],[522,1],[521,1],[520,1],[519,1],[501,1],[518,1],[514,1],[513,1],[512,1],[511,1],[509,1],[508,1],[507,1],[506,1],[505,1],[515,1],[607,1],[354,1],[352,1],[117,1],[116,1],[115,1],[112,1],[111,1],[110,1],[109,1],[108,1],[101,1],[99,1],[97,1],[95,1],[91,1],[89,1],[87,1],[85,1],[81,1],[80,1],[79,1],[118,1],[119,1],[123,1],[124,1],[154,1],[152,1],[150,1],[149,1],[148,1],[147,1],[146,1],[141,1],[140,1],[78,1],[139,1],[137,1],[133,1],[132,1],[131,1],[130,1],[129,1],[127,1],[126,1],[125,1],[138,1],[77,1],[73,1],[72,1],[32,1],[29,1],[28,1],[27,1],[26,1],[25,1],[22,1],[21,1],[20,1],[33,1],[19,1],[15,1],[14,1],[13,1],[12,1],[11,1],[8,1],[7,1],[6,1],[5,1],[18,1],[156,1],[34,1],[36,1],[71,1],[70,1],[69,1],[63,1],[61,1],[59,1],[58,1],[57,1],[56,1],[35,1],[55,1],[50,1],[49,1],[48,1],[47,1],[44,1],[43,1],[42,1],[41,1],[40,1],[51,1],[157,1],[158,1],[159,1],[306,1],[305,1],[304,1],[300,1],[299,1],[298,1],[297,1],[296,1],[289,1],[307,1],[288,1],[286,1],[285,1],[278,1],[277,1],[276,1],[275,1],[274,1],[264,1],[262,1],[287,1],[260,1],[308,1],[316,1],[351,1],[350,1],[346,1],[345,1],[344,1],[343,1],[342,1],[338,1],[337,1],[315,1],[336,1],[334,1],[331,1],[329,1],[326,1],[324,1],[322,1],[319,1],[318,1],[317,1],[335,1],[353,1],[258,1],[255,1],[193,1],[192,1],[191,1],[190,1],[186,1],[185,1],[184,1],[183,1],[182,1],[194,1],[177,1],[175,1],[174,1],[173,1],[168,1],[167,1],[166,1],[165,1],[164,1],[160,1],[176,1],[256,1],[198,1],[200,1],[254,1],[253,1],[252,1],[237,1],[236,1],[235,1],[234,1],[233,1],[220,1],[199,1],[219,1],[217,1],[216,1],[213,1],[212,1],[211,1],[210,1],[209,1],[202,1],[201,1],[218,1],[608,1]]","members":"[[4,1],[448,1],[447,1],[446,1],[445,1],[444,1],[441,1],[440,1],[439,1],[450,1],[438,1],[435,1],[434,1],[433,1],[432,1],[431,1],[429,1],[428,1],[427,1],[437,1],[451,1],[452,1],[453,1],[476,1],[475,1],[474,1],[472,1],[471,1],[470,1],[469,1],[468,1],[466,1],[465,1],[464,1],[463,1],[462,1],[460,1],[459,1],[458,1],[457,1],[456,1],[454,1],[426,1],[477,1],[425,1],[421,1],[392,1],[391,1],[390,1],[389,1],[388,1],[384,1],[383,1],[382,1],[394,1],[381,1],[378,1],[377,1],[376,1],[375,1],[374,1],[372,1],[371,1],[370,1],[380,1],[395,1],[396,1],[397,1],[420,1],[419,1],[418,1],[416,1],[415,1],[414,1],[413,1],[412,1],[410,1],[409,1],[408,1],[407,1],[406,1],[404,1],[403,1],[402,1],[401,1],[400,1],[398,1],[422,1],[369,1],[478,1],[481,1],[566,1],[565,1],[564,1],[563,1],[562,1],[558,1],[557,1],[556,1],[570,1],[555,1],[551,1],[550,1],[549,1],[548,1],[547,1],[543,1],[542,1],[541,1],[554,1],[571,1],[572,1],[573,1],[606,1],[605,1],[604,1],[599,1],[598,1],[597,1],[596,1],[595,1],[590,1],[589,1],[588,1],[587,1],[586,1],[582,1],[581,1],[580,1],[579,1],[578,1],[574,1],[540,1],[480,1],[539,1],[535,1],[502,1],[501,1],[500,1],[499,1],[498,1],[496,1],[495,1],[494,1],[505,1],[493,1],[490,1],[489,1],[488,1],[487,1],[486,1],[484,1],[483,1],[482,1],[492,1],[506,1],[507,1],[508,1],[534,1],[533,1],[532,1],[528,1],[527,1],[526,1],[525,1],[524,1],[522,1],[521,1],[520,1],[519,1],[518,1],[515,1],[514,1],[513,1],[512,1],[511,1],[509,1],[536,1],[368,1],[366,1],[365,1],[126,1],[125,1],[124,1],[123,1],[119,1],[118,1],[117,1],[116,1],[127,1],[115,1],[111,1],[110,1],[109,1],[108,1],[81,1],[80,1],[79,1],[78,1],[112,1],[129,1],[130,1],[131,1],[165,1],[164,1],[160,1],[159,1],[158,1],[157,1],[156,1],[150,1],[149,1],[148,1],[147,1],[146,1],[141,1],[140,1],[139,1],[138,1],[137,1],[133,1],[132,1],[77,1],[166,1],[73,1],[71,1],[28,1],[27,1],[26,1],[25,1],[22,1],[21,1],[20,1],[19,1],[29,1],[18,1],[14,1],[13,1],[12,1],[11,1],[8,1],[7,1],[6,1],[5,1],[15,1],[32,1],[33,1],[34,1],[70,1],[69,1],[59,1],[58,1],[57,1],[56,1],[55,1],[51,1],[50,1],[49,1],[48,1],[47,1],[44,1],[43,1],[42,1],[41,1],[40,1],[36,1],[35,1],[72,1],[167,1],[168,1],[173,1],[319,1],[318,1],[317,1],[316,1],[315,1],[308,1],[307,1],[306,1],[334,1],[305,1],[300,1],[299,1],[298,1],[297,1],[296,1],[289,1],[288,1],[287,1],[304,1],[335,1],[336,1],[337,1],[364,1],[363,1],[362,1],[360,1],[359,1],[358,1],[357,1],[356,1],[354,1],[353,1],[352,1],[351,1],[350,1],[346,1],[345,1],[344,1],[343,1],[342,1],[338,1],[286,1],[285,1],[278,1],[277,1],[202,1],[201,1],[200,1],[199,1],[198,1],[194,1],[193,1],[192,1],[191,1],[190,1],[186,1],[185,1],[184,1],[183,1],[182,1],[177,1],[176,1],[175,1],[174,1],[209,1],[607,1],[210,1],[212,1],[276,1],[275,1],[274,1],[256,1],[255,1],[254,1],[253,1],[252,1],[237,1],[236,1],[235,1],[234,1],[233,1],[220,1],[219,1],[218,1],[217,1],[216,1],[213,1],[211,1],[608,1]]","exposed":"[[4,1],[448,1],[447,1],[446,1],[445,1],[444,1],[441,1],[440,1],[439,1],[450,1],[438,1],[435,1],[434,1],[433,1],[432,1],[431,1],[429,1],[428,1],[427,1],[437,1],[451,1],[452,1],[453,1],[476,1],[475,1],[474,1],[472,1],[471,1],[470,1],[469,1],[468,1],[466,1],[465,1],[464,1],[463,1],[462,1],[460,1],[459,1],[458,1],[457,1],[456,1],[454,1],[426,1],[477,1],[425,1],[421,1],[392,1],[391,1],[390,1],[389,1],[388,1],[384,1],[383,1],[382,1],[394,1],[381,1],[378,1],[377,1],[376,1],[375,1],[374,1],[372,1],[371,1],[370,1],[380,1],[395,1],[396,1],[397,1],[420,1],[419,1],[418,1],[416,1],[415,1],[414,1],[413,1],[412,1],[410,1],[409,1],[408,1],[407,1],[406,1],[404,1],[403,1],[402,1],[401,1],[400,1],[398,1],[422,1],[369,1],[478,1],[481,1],[566,1],[565,1],[564,1],[563,1],[562,1],[558,1],[557,1],[556,1],[570,1],[555,1],[551,1],[550,1],[549,1],[548,1],[547,1],[543,1],[542,1],[541,1],[554,1],[571,1],[572,1],[573,1],[606,1],[605,1],[604,1],[599,1],[598,1],[597,1],[596,1],[595,1],[590,1],[589,1],[588,1],[587,1],[586,1],[582,1],[581,1],[580,1],[579,1],[578,1],[574,1],[540,1],[480,1],[539,1],[535,1],[502,1],[501,1],[500,1],[499,1],[498,1],[496,1],[495,1],[494,1],[505,1],[493,1],[490,1],[489,1],[488,1],[487,1],[486,1],[484,1],[483,1],[482,1],[492,1],[506,1],[507,1],[508,1],[534,1],[533,1],[532,1],[528,1],[527,1],[526,1],[525,1],[524,1],[522,1],[521,1],[520,1],[519,1],[518,1],[515,1],[514,1],[513,1],[512,1],[511,1],[509,1],[536,1],[368,1],[366,1],[365,1],[126,1],[125,1],[124,1],[123,1],[119,1],[118,1],[117,1],[116,1],[127,1],[115,1],[111,1],[110,1],[109,1],[108,1],[81,1],[80,1],[79,1],[78,1],[112,1],[129,1],[130,1],[131,1],[165,1],[164,1],[160,1],[159,1],[158,1],[157,1],[156,1],[150,1],[149,1],[148,1],[147,1],[146,1],[141,1],[140,1],[139,1],[138,1],[137,1],[133,1],[132,1],[77,1],[166,1],[73,1],[71,1],[28,1],[27,1],[26,1],[25,1],[22,1],[21,1],[20,1],[19,1],[29,1],[18,1],[14,1],[13,1],[12,1],[11,1],[8,1],[7,1],[6,1],[5,1],[15,1],[32,1],[33,1],[34,1],[70,1],[69,1],[59,1],[58,1],[57,1],[56,1],[55,1],[51,1],[50,1],[49,1],[48,1],[47,1],[44,1],[43,1],[42,1],[41,1],[40,1],[36,1],[35,1],[72,1],[167,1],[168,1],[173,1],[319,1],[318,1],[317,1],[316,1],[315,1],[308,1],[307,1],[306,1],[334,1],[305,1],[300,1],[299,1],[298,1],[297,1],[296,1],[289,1],[288,1],[287,1],[304,1],[335,1],[336,1],[337,1],[364,1],[363,1],[362,1],[360,1],[359,1],[358,1],[357,1],[356,1],[354,1],[353,1],[352,1],[351,1],[350,1],[346,1],[345,1],[344,1],[343,1],[342,1],[338,1],[286,1],[285,1],[278,1],[277,1],[202,1],[201,1],[200,1],[199,1],[198,1],[194,1],[193,1],[192,1],[191,1],[190,1],[186,1],[185,1],[184,1],[183,1],[182,1],[177,1],[176,1],[175,1],[174,1],[209,1],[607,1],[210,1],[212,1],[276,1],[275,1],[274,1],[256,1],[255,1],[254,1],[253,1],[252,1],[237,1],[236,1],[235,1],[234,1],[233,1],[220,1],[219,1],[218,1],[217,1],[216,1],[213,1],[211,1],[608,1]]","by":"[[552,4],[79,2],[232,2],[235,2],[236,2],[445,1],[444,1],[441,1],[440,1],[439,1],[438,1],[437,1],[435,1],[434,1],[433,1],[432,1],[431,1],[429,1],[428,1],[427,1],[426,1],[446,1],[4,1],[447,1],[450,1],[472,1],[471,1],[470,1],[469,1],[468,1],[466,1],[465,1],[464,1],[463,1],[462,1],[460,1],[459,1],[458,1],[457,1],[456,1],[454,1],[453,1],[452,1],[451,1],[448,1],[425,1],[422,1],[421,1],[391,1],[390,1],[389,1],[388,1],[384,1],[383,1],[382,1],[381,1],[380,1],[378,1],[377,1],[376,1],[375,1],[374,1],[372,1],[371,1],[370,1],[369,1],[368,1],[392,1],[394,1],[395,1],[396,1],[420,1],[419,1],[418,1],[416,1],[415,1],[414,1],[413,1],[412,1],[410,1],[474,1],[409,1],[407,1],[406,1],[404,1],[403,1],[402,1],[401,1],[400,1],[398,1],[397,1],[408,1],[475,1],[477,1],[366,1],[566,1],[565,1],[564,1],[563,1],[562,1],[558,1],[557,1],[556,1],[555,1],[554,1],[551,1],[550,1],[549,1],[548,1],[547,1],[543,1],[542,1],[541,1],[540,1],[570,1],[539,1],[571,1],[573,1],[606,1],[605,1],[604,1],[599,1],[598,1],[597,1],[596,1],[595,1],[590,1],[589,1],[588,1],[587,1],[586,1],[582,1],[581,1],[580,1],[579,1],[578,1],[574,1],[572,1],[536,1],[535,1],[534,1],[500,1],[499,1],[498,1],[496,1],[495,1],[494,1],[493,1],[492,1],[490,1],[489,1],[488,1],[487,1],[486,1],[484,1],[483,1],[482,1],[481,1],[480,1],[478,1],[501,1],[502,1],[505,1],[506,1],[533,1],[532,1],[528,1],[527,1],[526,1],[525,1],[524,1],[522,1],[521,1],[476,1],[520,1],[518,1],[515,1],[514,1],[513,1],[512,1],[511,1],[509,1],[508,1],[507,1],[519,1],[365,1],[363,1],[607,1],[126,1],[125,1],[124,1],[123,1],[119,1],[118,1],[117,1],[116,1],[127,1],[115,1],[111,1],[110,1],[109,1],[108,1],[83,1],[81,1],[80,1],[78,1],[112,1],[129,1],[130,1],[131,1],[165,1],[164,1],[160,1],[159,1],[158,1],[157,1],[156,1],[150,1],[149,1],[148,1],[147,1],[146,1],[141,1],[140,1],[139,1],[138,1],[137,1],[133,1],[132,1],[77,1],[76,1],[73,1],[72,1],[29,1],[28,1],[27,1],[26,1],[25,1],[22,1],[21,1],[20,1],[19,1],[18,1],[15,1],[14,1],[13,1],[12,1],[11,1],[8,1],[7,1],[6,1],[5,1],[32,1],[166,1],[33,1],[35,1],[71,1],[70,1],[69,1],[59,1],[58,1],[57,1],[56,1],[55,1],[51,1],[50,1],[49,1],[48,1],[47,1],[44,1],[43,1],[42,1],[41,1],[40,1],[36,1],[34,1],[167,1],[168,1],[173,1],[317,1],[316,1],[315,1],[308,1],[307,1],[306,1],[305,1],[304,1],[300,1],[299,1],[298,1],[297,1],[296,1],[289,1],[288,1],[287,1],[286,1],[285,1],[278,1],[318,1],[277,1],[319,1],[335,1],[362,1],[360,1],[359,1],[358,1],[357,1],[356,1],[354,1],[353,1],[352,1],[351,1],[350,1],[346,1],[345,1],[344,1],[343,1],[342,1],[338,1],[337,1],[336,1],[334,1],[364,1],[276,1],[274,1],[202,1],[201,1],[200,1],[199,1],[198,1],[194,1],[193,1],[192,1],[191,1],[190,1],[186,1],[185,1],[184,1],[183,1],[182,1],[177,1],[176,1],[175,1],[174,1],[209,1],[275,1],[210,1],[212,1],[256,1],[255,1],[254,1],[253,1],[252,1],[247,1],[245,1],[244,1],[243,1],[241,1],[237,1],[234,1],[233,1],[220,1],[219,1],[218,1],[217,1],[216,1],[213,1],[211,1],[608,1]]","type":"[[259,1016],[96,1014],[100,1014],[98,1014],[94,1014],[153,1012],[330,1012],[79,17],[76,16],[93,15],[301,14],[250,12],[247,11],[246,10],[170,8],[260,7],[248,7],[264,6],[251,6],[269,6],[258,6],[235,6],[249,5],[262,5],[180,5],[242,5],[241,5],[239,5],[97,5],[95,5],[99,5],[101,5],[232,5],[83,4],[298,4],[295,4],[85,3],[87,3],[89,3],[91,3],[317,2],[86,2],[84,2],[255,2],[90,2],[92,2],[88,2],[267,2],[175,2],[257,2],[106,2],[148,2],[263,2],[454,1],[453,1],[422,1],[456,1],[457,1],[451,1],[452,1],[445,1],[444,1],[441,1],[440,1],[439,1],[438,1],[447,1],[437,1],[435,1],[434,1],[448,1],[433,1],[432,1],[431,1],[429,1],[450,1],[428,1],[427,1],[426,1],[425,1],[446,1],[4,1],[420,1],[390,1],[389,1],[388,1],[384,1],[383,1],[382,1],[381,1],[380,1],[378,1],[377,1],[376,1],[375,1],[374,1],[372,1],[371,1],[370,1],[369,1],[368,1],[366,1],[365,1],[364,1],[391,1],[421,1],[392,1],[395,1],[419,1],[458,1],[418,1],[416,1],[415,1],[414,1],[413,1],[412,1],[410,1],[409,1],[408,1],[407,1],[406,1],[404,1],[403,1],[402,1],[401,1],[400,1],[398,1],[397,1],[396,1],[394,1],[459,1],[474,1],[462,1],[562,1],[558,1],[557,1],[556,1],[555,1],[554,1],[551,1],[550,1],[549,1],[548,1],[563,1],[547,1],[542,1],[541,1],[540,1],[539,1],[536,1],[535,1],[534,1],[533,1],[532,1],[528,1],[543,1],[564,1],[565,1],[566,1],[606,1],[605,1],[604,1],[599,1],[598,1],[597,1],[596,1],[595,1],[590,1],[589,1],[588,1],[587,1],[586,1],[582,1],[581,1],[580,1],[579,1],[578,1],[574,1],[573,1],[572,1],[571,1],[570,1],[527,1],[460,1],[526,1],[524,1],[488,1],[487,1],[486,1],[484,1],[483,1],[482,1],[481,1],[480,1],[478,1],[477,1],[489,1],[476,1],[363,1],[472,1],[471,1],[470,1],[469,1],[468,1],[466,1],[465,1],[464,1],[463,1],[475,1],[490,1],[492,1],[493,1],[522,1],[521,1],[520,1],[519,1],[518,1],[515,1],[514,1],[513,1],[512,1],[511,1],[509,1],[508,1],[507,1],[506,1],[505,1],[502,1],[501,1],[500,1],[499,1],[498,1],[496,1],[495,1],[494,1],[525,1],[362,1],[319,1],[359,1],[129,1],[127,1],[126,1],[125,1],[124,1],[123,1],[119,1],[118,1],[117,1],[116,1],[115,1],[112,1],[111,1],[110,1],[109,1],[108,1],[81,1],[80,1],[78,1],[130,1],[77,1],[131,1],[133,1],[164,1],[163,1],[160,1],[159,1],[158,1],[157,1],[156,1],[154,1],[152,1],[150,1],[149,1],[147,1],[146,1],[145,1],[141,1],[140,1],[139,1],[138,1],[137,1],[132,1],[165,1],[73,1],[71,1],[29,1],[28,1],[27,1],[26,1],[25,1],[22,1],[21,1],[20,1],[19,1],[18,1],[15,1],[14,1],[13,1],[12,1],[11,1],[8,1],[7,1],[6,1],[5,1],[32,1],[72,1],[33,1],[35,1],[70,1],[69,1],[59,1],[58,1],[57,1],[56,1],[55,1],[51,1],[50,1],[49,1],[48,1],[47,1],[44,1],[43,1],[42,1],[41,1],[40,1],[38,1],[36,1],[34,1],[166,1],[167,1],[168,1],[607,1],[318,1],[316,1],[315,1],[314,1],[308,1],[307,1],[306,1],[305,1],[304,1],[300,1],[299,1],[297,1],[296,1],[289,1],[288,1],[287,1],[286,1],[285,1],[322,1],[278,1],[324,1],[329,1],[358,1],[357,1],[356,1],[354,1],[353,1],[352,1],[351,1],[350,1],[346,1],[345,1],[344,1],[343,1],[342,1],[338,1],[337,1],[336,1],[335,1],[334,1],[331,1],[326,1],[277,1],[276,1],[275,1],[200,1],[199,1],[198,1],[194,1],[193,1],[192,1],[191,1],[190,1],[186,1],[185,1],[184,1],[183,1],[182,1],[181,1],[177,1],[176,1],[174,1],[173,1],[172,1],[201,1],[202,1],[209,1],[210,1],[274,1],[256,1],[254,1],[253,1],[252,1],[245,1],[244,1],[243,1],[237,1],[360,1],[236,1],[233,1],[220,1],[219,1],[218,1],[217,1],[216,1],[213,1],[212,1],[211,1],[234,1],[608,1]]","events":"[[5,1002],[463,1002],[457,1002],[451,1002],[445,1002],[438,1002],[432,1002],[469,1002],[426,1002],[413,1002],[407,1002],[401,1002],[395,1002],[389,1002],[381,1002],[419,1002],[375,1002],[475,1002],[487,1002],[587,1002],[579,1002],[571,1002],[563,1002],[555,1002],[548,1002],[481,1002],[540,1002],[525,1002],[519,1002],[512,1002],[506,1002],[499,1002],[493,1002],[533,1002],[369,1002],[363,1002],[357,1002],[138,1002],[130,1002],[124,1002],[116,1002],[109,1002],[78,1002],[147,1002],[70,1002],[48,1002],[41,1002],[33,1002],[26,1002],[19,1002],[12,1002],[56,1002],[157,1002],[165,1002],[174,1002],[351,1002],[343,1002],[335,1002],[316,1002],[305,1002],[297,1002],[286,1002],[275,1002],[253,1002],[234,1002],[217,1002],[210,1002],[199,1002],[191,1002],[183,1002],[596,1002],[605,1002]]","fields":"[[346,1003],[448,1003],[490,1003],[551,1003],[398,1003],[454,1003],[441,1002],[435,1002],[429,1002],[422,1002],[410,1002],[404,1002],[392,1002],[384,1002],[378,1002],[372,1002],[599,1002],[416,1002],[460,1002],[472,1002],[360,1002],[590,1002],[582,1002],[574,1002],[566,1002],[558,1002],[543,1002],[536,1002],[528,1002],[522,1002],[515,1002],[509,1002],[502,1002],[496,1002],[484,1002],[478,1002],[466,1002],[8,1002],[366,1002],[168,1002],[160,1002],[150,1002],[141,1002],[133,1002],[127,1002],[119,1002],[112,1002],[354,1002],[81,1002],[59,1002],[51,1002],[44,1002],[36,1002],[29,1002],[22,1002],[15,1002],[73,1002],[177,1002],[608,1002],[194,1002],[202,1002],[213,1002],[220,1002],[237,1002],[256,1002],[278,1002],[338,1002],[289,1002],[319,1002],[186,1002],[300,1002],[308,1002],[593,1],[302,1],[298,1],[393,1],[546,1],[295,1],[417,1],[485,1],[301,1],[341,1]]","method":"[[9,1002],[379,1002],[373,1002],[367,1002],[349,1002],[348,1002],[340,1002],[339,1002],[331,1002],[330,1002],[329,1002],[328,1002],[327,1002],[326,1002],[325,1002],[324,1002],[323,1002],[322,1002],[321,1002],[313,1002],[312,1002],[311,1002],[301,1002],[294,1002],[385,1002],[293,1002],[386,1002],[423,1002],[600,1002],[591,1002],[584,1002],[576,1002],[575,1002],[568,1002],[560,1002],[559,1002],[545,1002],[544,1002],[537,1002],[529,1002],[517,1002],[516,1002],[510,1002],[504,1002],[497,1002],[461,1002],[455,1002],[449,1002],[443,1002],[442,1002],[430,1002],[387,1002],[601,1002],[292,1002],[282,1002],[94,1002],[93,1002],[92,1002],[91,1002],[90,1002],[89,1002],[88,1002],[87,1002],[86,1002],[85,1002],[84,1002],[83,1002],[82,1002],[75,1002],[67,1002],[66,1002],[65,1002],[52,1002],[45,1002],[37,1002],[30,1002],[23,1002],[16,1002],[95,1002],[283,1002],[96,1002],[98,1002],[281,1002],[272,1002],[271,1002],[250,1002],[249,1002],[248,1002],[247,1002],[246,1002],[245,1002],[244,1002],[243,1002],[180,1002],[154,1002],[153,1002],[152,1002],[151,1002],[105,1002],[104,1002],[103,1002],[102,1002],[101,1002],[100,1002],[99,1002],[97,1002],[609,1002]]","shared":"[[9,1],[349,1],[348,1],[347,1],[340,1],[339,1],[105,1],[104,1],[103,1],[102,1],[100,1],[98,1],[96,1],[94,1],[93,1],[92,1],[90,1],[88,1],[86,1],[84,1],[83,1],[82,1],[52,1],[45,1],[37,1],[30,1],[23,1],[16,1],[600,1],[601,1]]","sub":"[[9,1],[134,1],[178,1],[187,1],[203,1],[221,1],[238,1],[257,1],[259,1],[120,1],[261,1],[279,1],[290,1],[309,1],[320,1],[567,1],[583,1],[591,1],[600,1],[263,1],[601,1],[103,1],[98,1],[16,1],[23,1],[30,1],[37,1],[52,1],[60,1],[62,1],[75,1],[100,1],[82,1],[84,1],[86,1],[88,1],[90,1],[92,1],[93,1],[94,1],[96,1],[83,1],[609,1]]","_":"[[423,11],[517,11],[246,8],[249,7],[86,7],[90,7],[263,6],[455,6],[84,6],[88,6],[100,6],[96,6],[261,5],[250,5],[98,5],[93,5],[94,5],[373,4],[387,4],[583,4],[92,4],[461,4],[504,4],[386,4],[379,4],[537,4],[601,4],[385,4],[497,3],[259,3],[245,3],[442,3],[510,3],[449,3],[340,3],[105,3],[367,3],[103,3],[516,3],[83,3],[82,3],[559,3],[560,3],[52,3],[567,3],[339,3],[443,3],[349,3],[330,2],[9,2],[328,2],[568,2],[584,2],[348,2],[327,2],[279,2],[323,2],[16,2],[23,2],[37,2],[45,2],[62,2],[66,2],[67,2],[75,2],[102,2],[104,2],[151,2],[153,2],[178,2],[180,2],[325,2],[187,2],[244,2],[247,2],[248,2],[257,2],[271,2],[281,2],[290,2],[292,2],[301,2],[309,2],[311,2],[320,2],[321,2],[243,2],[609,2],[314,1]]","byval":"[[423,9],[517,9],[246,7],[90,6],[86,6],[96,5],[100,5],[88,5],[263,5],[84,5],[249,5],[261,4],[93,4],[94,4],[250,4],[98,4],[455,4],[601,3],[583,3],[92,3],[245,2],[387,2],[386,2],[259,2],[379,2],[385,2],[373,2],[103,2],[83,2],[82,2],[349,2],[537,2],[340,2],[567,2],[339,2],[105,2],[367,1],[348,1],[330,1],[9,1],[497,1],[443,1],[449,1],[461,1],[328,1],[504,1],[510,1],[516,1],[559,1],[560,1],[568,1],[584,1],[442,1],[327,1],[271,1],[323,1],[16,1],[23,1],[37,1],[45,1],[52,1],[62,1],[66,1],[67,1],[75,1],[102,1],[104,1],[151,1],[153,1],[178,1],[325,1],[180,1],[243,1],[244,1],[247,1],[248,1],[257,1],[279,1],[281,1],[290,1],[292,1],[301,1],[309,1],[311,1],[320,1],[321,1],[187,1],[609,1]]","bundles":"[[9,5]]","as":"[[423,10],[517,10],[250,9],[552,9],[246,8],[249,7],[247,6],[100,6],[90,6],[86,6],[263,5],[98,5],[96,5],[88,5],[84,5],[455,5],[52,5],[261,4],[93,4],[94,4],[461,4],[232,4],[236,4],[386,3],[387,3],[537,3],[340,3],[339,3],[105,3],[245,3],[101,3],[99,3],[349,3],[45,3],[92,3],[373,3],[379,3],[385,3],[583,3],[601,3],[242,2],[239,2],[240,2],[367,2],[241,2],[243,2],[259,2],[248,2],[348,2],[584,2],[330,2],[328,2],[327,2],[271,2],[325,2],[323,2],[321,2],[281,2],[311,2],[292,2],[244,2],[83,2],[301,2],[504,2],[568,2],[102,2],[567,2],[66,2],[82,2],[67,2],[151,2],[153,2],[516,2],[510,2],[560,2],[104,2],[103,2],[497,2],[180,2],[76,2],[449,2],[443,2],[442,2],[79,2],[559,2],[320,1],[313,1],[312,1],[310,1],[405,1],[529,1],[347,1],[544,1],[575,1],[576,1],[503,1],[491,1],[479,1],[473,1],[309,1],[430,1],[411,1],[545,1],[399,1],[9,1],[293,1],[195,1],[188,1],[187,1],[179,1],[178,1],[171,1],[170,1],[169,1],[162,1],[161,1],[144,1],[196,1],[143,1],[135,1],[121,1],[113,1],[75,1],[74,1],[65,1],[64,1],[62,1],[37,1],[23,1],[16,1],[142,1],[204,1],[205,1],[206,1],[291,1],[290,1],[283,1],[282,1],[280,1],[279,1],[272,1],[270,1],[269,1],[268,1],[267,1],[266,1],[265,1],[257,1],[231,1],[230,1],[229,1],[228,1],[227,1],[226,1],[225,1],[224,1],[223,1],[222,1],[207,1],[294,1],[609,1]]","static":"[[9,3],[349,3],[348,3],[347,3],[340,3],[339,3],[105,3],[104,3],[103,3],[102,3],[100,3],[98,3],[96,3],[94,3],[600,3],[92,3],[93,3],[88,3],[16,3],[23,3],[30,3],[37,3],[90,3],[45,3],[601,3],[52,3],[82,3],[84,3],[86,3],[83,2],[39,1],[76,1],[31,1],[341,1],[546,1],[594,1],[46,1],[333,1]]","void":"[[9,2],[600,2],[591,2],[601,2],[103,2],[100,2],[98,2],[96,2],[94,2],[93,2],[92,2],[90,2],[609,2],[86,2],[84,2],[83,2],[82,2],[75,2],[52,2],[37,2],[16,2],[23,2],[30,2],[88,2],[225,1],[227,1],[405,1],[503,1],[473,1],[479,1],[224,1],[411,1],[222,1],[195,1],[206,1],[205,1],[196,1],[171,1],[170,1],[169,1],[162,1],[161,1],[143,1],[142,1],[113,1],[207,1],[144,1]]","function":"[[537,7],[349,7],[443,2],[250,2],[379,2],[248,2],[247,2],[385,2],[386,2],[387,2],[405,2],[411,2],[225,2],[224,2],[222,2],[423,2],[207,2],[206,2],[205,2],[430,2],[196,2],[227,2],[373,2],[367,2],[348,2],[311,2],[321,2],[323,2],[301,2],[294,2],[293,2],[292,2],[325,2],[195,2],[327,2],[282,2],[281,2],[328,2],[330,2],[272,2],[271,2],[339,2],[340,2],[283,2],[442,2],[313,2],[180,2],[503,2],[312,2],[510,2],[516,2],[517,2],[529,2],[544,2],[497,2],[545,2],[560,2],[67,2],[66,2],[65,2],[575,2],[576,2],[45,2],[559,2],[479,2],[504,2],[473,2],[449,2],[171,2],[170,2],[169,2],[102,2],[161,2],[153,2],[151,2],[162,2],[143,2],[142,2],[455,2],[461,2],[113,2],[105,2],[104,2],[144,2],[567,1],[568,1],[583,1],[584,1],[591,1],[600,1],[9,1],[266,1],[310,1],[100,1],[98,1],[96,1],[94,1],[93,1],[92,1],[90,1],[88,1],[86,1],[84,1],[82,1],[75,1],[74,1],[64,1],[62,1],[60,1],[52,1],[37,1],[30,1],[23,1],[16,1],[103,1],[320,1],[120,1],[178,1],[309,1],[291,1],[290,1],[280,1],[279,1],[269,1],[267,1],[601,1],[265,1],[259,1],[257,1],[249,1],[246,1],[245,1],[244,1],[243,1],[238,1],[221,1],[203,1],[188,1],[187,1],[134,1],[609,1]]","parameters":"[[52,5],[91,2],[246,2],[90,2],[76,2],[79,2],[87,2],[86,2],[9,1],[367,1],[349,1],[348,1],[340,1],[339,1],[330,1],[328,1],[325,1],[373,1],[323,1],[321,1],[320,1],[311,1],[309,1],[301,1],[292,1],[290,1],[281,1],[327,1],[379,1],[423,1],[386,1],[584,1],[583,1],[568,1],[567,1],[560,1],[559,1],[537,1],[517,1],[516,1],[510,1],[504,1],[497,1],[461,1],[455,1],[449,1],[443,1],[442,1],[279,1],[387,1],[385,1],[271,1],[257,1],[261,1],[96,1],[94,1],[93,1],[92,1],[89,1],[88,1],[85,1],[84,1],[98,1],[83,1],[75,1],[67,1],[66,1],[62,1],[45,1],[37,1],[23,1],[16,1],[82,1],[100,1],[102,1],[103,1],[259,1],[601,1],[250,1],[249,1],[248,1],[247,1],[245,1],[244,1],[243,1],[223,1],[219,1],[215,1],[187,1],[180,1],[178,1],[153,1],[151,1],[105,1],[104,1],[263,1],[609,1]]","registerglobalfilters":"[[16,1006],[13,1],[10,1]]","globalfiltercollection":"[[16,5],[13,1],[10,1]]","filters":"[[16,5]]","registerroutes":"[[23,1006],[20,1],[17,1]]","routecollection":"[[23,5],[20,1],[17,1]]","routes":"[[23,5]]","register":"[[30,1006],[37,1006],[52,1006],[24,1],[27,1],[31,1],[34,1],[46,1],[49,1]]","httpconfiguration":"[[88,1008],[84,1008],[86,1008],[96,1008],[98,1008],[94,1008],[100,1008],[90,1008],[62,1007],[76,16],[79,16],[102,6],[103,6],[64,6],[82,6],[93,6],[105,6],[92,6],[104,5],[178,5],[83,5],[37,5],[52,5],[89,2],[87,2],[91,2],[85,2],[95,2],[97,2],[99,2],[101,2],[34,1],[46,1],[54,1],[172,1],[61,1],[63,1],[49,1],[31,1]]","config":"[[37,5],[104,5],[103,5],[102,5],[100,5],[98,5],[96,5],[94,5],[93,5],[92,5],[90,5],[88,5],[86,5],[84,5],[82,5],[62,5],[52,5],[105,5],[178,5],[83,4]]","areas":"[[38,1002],[214,1002],[106,1002],[53,1002],[52,6],[155,5],[122,5],[208,4],[128,4],[114,4],[107,4],[610,4],[279,2],[266,2],[265,2],[263,2],[161,2],[162,2],[163,2],[261,2],[259,2],[257,2],[169,2],[170,2],[171,2],[172,2],[178,2],[179,2],[267,2],[268,2],[153,2],[269,2],[282,2],[281,2],[280,2],[134,2],[135,2],[136,2],[224,2],[180,2],[142,2],[144,2],[145,2],[273,2],[272,2],[271,2],[270,2],[151,2],[143,2],[283,2],[181,2],[250,2],[205,2],[206,2],[207,2],[232,2],[231,2],[39,2],[215,2],[230,2],[229,2],[228,2],[227,2],[226,2],[221,2],[222,2],[223,2],[204,2],[203,2],[238,2],[239,2],[249,2],[248,2],[247,2],[187,2],[188,2],[189,2],[246,2],[251,2],[245,2],[243,2],[242,2],[195,2],[196,2],[197,2],[241,2],[240,2],[244,2],[284,2],[225,2],[303,2],[100,2],[98,2],[321,2],[64,2],[65,2],[96,2],[66,2],[94,2],[93,2],[92,2],[67,2],[68,2],[75,2],[320,2],[88,2],[309,2],[86,2],[310,2],[84,2],[83,2],[82,2],[311,2],[312,2],[313,2],[314,2],[76,2],[90,2],[102,2],[74,2],[294,2],[293,2],[292,2],[325,2],[120,2],[121,2],[103,2],[295,2],[291,2],[290,2],[323,2],[60,2],[113,2],[328,2],[62,2],[301,2],[302,2],[45,2],[46,2],[105,2],[330,2],[104,2],[327,2],[54,2],[329,1],[316,1],[234,1],[317,1],[318,1],[319,1],[237,1],[324,1],[322,1],[233,1],[236,1],[235,1],[326,1],[285,1],[253,1],[308,1],[287,1],[288,1],[289,1],[278,1],[277,1],[276,1],[275,1],[296,1],[297,1],[274,1],[298,1],[299,1],[315,1],[300,1],[262,1],[304,1],[260,1],[305,1],[258,1],[306,1],[256,1],[255,1],[254,1],[286,1],[252,1],[307,1],[264,1],[50,1],[191,1],[219,1],[101,1],[108,1],[109,1],[110,1],[111,1],[112,1],[44,1],[115,1],[116,1],[117,1],[99,1],[118,1],[43,1],[123,1],[124,1],[125,1],[126,1],[127,1],[42,1],[129,1],[130,1],[131,1],[119,1],[97,1],[95,1],[91,1],[51,1],[48,1],[47,1],[55,1],[56,1],[57,1],[58,1],[59,1],[61,1],[63,1],[69,1],[70,1],[71,1],[72,1],[73,1],[77,1],[78,1],[79,1],[80,1],[81,1],[85,1],[87,1],[89,1],[132,1],[133,1],[137,1],[138,1],[183,1],[184,1],[331,1],[186,1],[190,1],[49,1],[192,1],[193,1],[194,1],[198,1],[199,1],[200,1],[201,1],[202,1],[40,1],[209,1],[210,1],[211,1],[212,1],[213,1],[216,1],[217,1],[218,1],[182,1],[220,1],[177,1],[175,1],[139,1],[140,1],[141,1],[146,1],[147,1],[148,1],[149,1],[150,1],[152,1],[154,1],[41,1],[156,1],[157,1],[158,1],[159,1],[160,1],[164,1],[165,1],[166,1],[167,1],[168,1],[173,1],[174,1],[176,1],[185,1]]","helppage":"[[38,1002],[214,1002],[106,1002],[53,1002],[52,6],[155,5],[122,5],[208,4],[128,4],[114,4],[107,4],[610,4],[279,2],[266,2],[265,2],[263,2],[161,2],[162,2],[163,2],[261,2],[259,2],[257,2],[169,2],[170,2],[171,2],[172,2],[178,2],[179,2],[267,2],[268,2],[153,2],[269,2],[282,2],[281,2],[280,2],[134,2],[135,2],[136,2],[224,2],[180,2],[142,2],[144,2],[145,2],[273,2],[272,2],[271,2],[270,2],[151,2],[143,2],[283,2],[181,2],[250,2],[205,2],[206,2],[207,2],[232,2],[231,2],[39,2],[215,2],[230,2],[229,2],[228,2],[227,2],[226,2],[221,2],[222,2],[223,2],[204,2],[203,2],[238,2],[239,2],[249,2],[248,2],[247,2],[187,2],[188,2],[189,2],[246,2],[251,2],[245,2],[243,2],[242,2],[195,2],[196,2],[197,2],[241,2],[240,2],[244,2],[284,2],[225,2],[303,2],[100,2],[98,2],[321,2],[64,2],[65,2],[96,2],[66,2],[94,2],[93,2],[92,2],[67,2],[68,2],[75,2],[320,2],[88,2],[309,2],[86,2],[310,2],[84,2],[83,2],[82,2],[311,2],[312,2],[313,2],[314,2],[76,2],[90,2],[102,2],[74,2],[294,2],[293,2],[292,2],[325,2],[120,2],[121,2],[103,2],[295,2],[291,2],[290,2],[323,2],[60,2],[113,2],[328,2],[62,2],[301,2],[302,2],[45,2],[46,2],[105,2],[330,2],[104,2],[327,2],[54,2],[329,1],[316,1],[234,1],[317,1],[318,1],[319,1],[237,1],[324,1],[322,1],[233,1],[236,1],[235,1],[326,1],[285,1],[253,1],[308,1],[287,1],[288,1],[289,1],[278,1],[277,1],[276,1],[275,1],[296,1],[297,1],[274,1],[298,1],[299,1],[315,1],[300,1],[262,1],[304,1],[260,1],[305,1],[258,1],[306,1],[256,1],[255,1],[254,1],[286,1],[252,1],[307,1],[264,1],[50,1],[191,1],[219,1],[101,1],[108,1],[109,1],[110,1],[111,1],[112,1],[44,1],[115,1],[116,1],[117,1],[99,1],[118,1],[43,1],[123,1],[124,1],[125,1],[126,1],[127,1],[42,1],[129,1],[130,1],[131,1],[119,1],[97,1],[95,1],[91,1],[51,1],[48,1],[47,1],[55,1],[56,1],[57,1],[58,1],[59,1],[61,1],[63,1],[69,1],[70,1],[71,1],[72,1],[73,1],[77,1],[78,1],[79,1],[80,1],[81,1],[85,1],[87,1],[89,1],[132,1],[133,1],[137,1],[138,1],[183,1],[184,1],[331,1],[186,1],[190,1],[49,1],[192,1],[193,1],[194,1],[198,1],[199,1],[200,1],[201,1],[202,1],[40,1],[209,1],[210,1],[211,1],[212,1],[213,1],[216,1],[217,1],[218,1],[182,1],[220,1],[177,1],[175,1],[139,1],[140,1],[141,1],[146,1],[147,1],[148,1],[149,1],[150,1],[152,1],[154,1],[41,1],[156,1],[157,1],[158,1],[159,1],[160,1],[164,1],[165,1],[166,1],[167,1],[168,1],[173,1],[174,1],[176,1],[185,1]]","apidescriptionextensions":"[[39,1006],[40,1004],[41,1004],[42,1004],[43,1004],[44,1004],[45,1003],[38,1]]","helppagearearegistration":"[[68,1006],[69,1004],[70,1004],[71,1004],[72,1004],[73,1004],[74,1003],[75,1003],[38,1]]","helppageconfig":"[[46,1006],[47,1004],[48,1004],[49,1004],[50,1004],[51,1004],[52,1003],[38,1]]","use":"[[76,4],[79,4],[95,3],[97,3],[99,3],[101,3],[38,1],[46,1],[94,1],[96,1],[98,1],[100,1],[106,1],[181,1],[242,1]]","customize":"[[38,1],[46,1]]","help":"[[76,8],[79,8],[38,5],[95,3],[97,3],[99,3],[101,3],[103,2],[102,2],[273,1],[232,1],[215,1],[214,1],[105,1],[98,1],[284,1],[96,1],[94,1],[82,1],[54,1],[53,1],[46,1],[100,1],[303,1]]","you":"[[38,2],[46,2]]","can":"[[38,2],[46,2]]","set":"[[196,3],[473,3],[411,3],[405,3],[227,3],[225,3],[224,3],[222,3],[207,3],[206,3],[205,3],[479,3],[503,3],[171,3],[170,3],[169,3],[162,3],[161,3],[144,3],[143,3],[142,3],[113,3],[195,3],[46,1],[38,1]]","a":"[[552,20],[38,7],[264,5],[262,5],[260,5],[258,5],[251,4],[52,4],[232,4],[295,3],[314,2],[303,2],[301,2],[298,2],[273,2],[246,2],[249,2],[106,2],[242,2],[235,2],[245,2],[244,1],[163,1],[181,1],[215,1],[221,1],[284,1],[279,1],[236,1],[238,1],[261,1],[259,1],[243,1],[257,1],[45,1],[320,1],[263,1],[46,1]]","custom":"[[38,2],[46,1],[314,1]]","idocumentationprovider":"[[82,5],[314,5],[38,2],[46,1],[76,1],[79,1]]","supply":"[[38,1],[46,1]]","documentation":"[[205,1007],[196,1007],[169,1007],[142,1007],[38,3],[314,2],[82,2],[111,1],[219,1],[215,1],[212,1],[208,1],[46,1],[201,1],[197,1],[76,1],[193,1],[189,1],[79,1],[167,1],[163,1],[159,1],[224,1],[140,1],[136,1],[132,1],[128,1],[126,1],[122,1],[118,1],[114,1],[107,1],[155,1]]","provide":"[[242,2],[46,1],[38,1]]","samples":"[[232,8],[76,4],[79,4],[235,4],[95,3],[97,3],[99,3],[101,3],[236,3],[38,2],[244,2],[243,2],[245,2],[242,1],[241,1],[100,1],[98,1],[96,1],[94,1],[46,1],[240,1],[246,1]]","requests":"[[38,1],[46,1],[53,1],[54,1],[76,1],[79,1],[83,1],[215,1],[219,1],[229,1]]","responses":"[[38,1],[46,1],[76,1],[79,1],[83,1],[215,1],[219,1],[230,1]]","helppageconfigurationextensions":"[[76,1006],[77,1004],[78,1004],[79,1004],[80,1004],[81,1004],[90,1003],[95,1003],[96,1003],[97,1003],[98,1003],[102,1003],[100,1003],[101,1003],[94,1003],[103,1003],[99,1003],[93,1003],[105,1003],[91,1003],[104,1003],[89,1003],[88,1003],[87,1003],[86,1003],[85,1003],[84,1003],[83,1003],[82,1003],[92,1003],[38,1]]","helppagesamplegenerator":"[[232,1008],[242,1008],[238,1007],[233,1004],[234,1004],[235,1004],[236,1004],[237,1004],[248,1003],[247,1003],[246,1003],[245,1003],[244,1003],[243,1003],[250,1003],[240,1003],[239,1003],[249,1003],[241,1003],[103,5],[102,5],[79,1],[76,1],[38,1]]","will":"[[247,7],[232,5],[76,5],[79,5],[97,3],[235,3],[101,3],[99,3],[95,3],[38,2],[98,1],[94,1],[100,1],[83,1],[54,1],[53,1],[236,1],[242,1],[96,1],[295,1]]","generate":"[[38,1],[232,1]]","helppagesamplekey":"[[251,1014],[260,1012],[262,1012],[258,1012],[264,1012],[259,1007],[257,1007],[263,1006],[261,1006],[256,1004],[254,1004],[253,1004],[252,1004],[255,1004],[268,1003],[269,1003],[270,1003],[267,1003],[272,1003],[265,1003],[271,1003],[266,1003],[240,5],[239,5],[38,1]]","used":"[[249,4],[232,3],[38,2],[236,2],[76,1],[79,1],[83,1],[235,1],[239,1],[240,1],[251,1],[302,1]]","identify":"[[38,1],[251,1]]","place":"[[38,1],[251,1]]","where":"[[38,1],[251,1]]","sample":"[[76,9],[79,9],[88,7],[247,7],[84,7],[93,7],[86,7],[92,7],[90,7],[38,6],[235,3],[91,3],[87,3],[85,3],[89,3],[232,3],[246,2],[215,2],[103,2],[102,2],[83,2],[219,2],[229,1],[230,1],[302,1],[245,1],[249,1],[250,1],[251,1],[273,1],[284,1],[295,1],[303,1]]","should":"[[52,4],[38,1],[251,1]]","be":"[[247,5],[52,4],[552,4],[38,1],[76,1],[79,1],[83,1],[232,1],[235,1],[251,1],[295,1],[298,1],[301,1]]","applied":"[[38,1],[251,1]]","imagesample":"[[273,1009],[279,1007],[274,1004],[275,1004],[276,1004],[277,1004],[278,1004],[280,1003],[281,1003],[282,1003],[283,1003],[38,2]]","represents":"[[38,3],[76,1],[79,1],[105,1],[214,1],[215,1],[273,1],[284,1],[303,1]]","an":"[[79,5],[76,5],[38,4],[242,4],[552,4],[95,3],[97,3],[99,3],[101,3],[105,2],[301,2],[295,2],[232,2],[235,2],[298,1],[284,1],[279,1],[273,1],[248,1],[247,1],[215,1],[45,1],[214,1],[314,1],[100,1],[98,1],[96,1],[94,1],[93,1],[39,1],[42,1]]","image":"[[546,1006],[451,1004],[550,1004],[549,1004],[548,1004],[444,1004],[445,1004],[446,1004],[447,1004],[448,1004],[450,1004],[551,1004],[452,1004],[453,1004],[454,1004],[547,1004],[38,1],[279,1],[273,1],[355,1],[552,1]]","on":"[[258,5],[264,5],[262,5],[260,5],[251,4],[38,3],[105,2],[79,2],[76,2],[214,1],[257,1],[284,1],[259,1],[261,1],[263,1],[273,1],[215,1],[303,1]]","there":"[[38,3],[273,1],[284,1],[303,1]]","s":"[[552,8],[38,3],[273,1],[284,1],[303,1]]","display":"[[38,3],[273,1],[284,1],[303,1]]","template":"[[38,3],[273,1],[284,1],[303,1]]","named":"[[38,3],[273,1],[284,1],[303,1]]","associated":"[[38,3],[215,3],[219,3],[229,1],[230,1],[231,1],[273,1],[284,1],[303,1]]","invalidsample":"[[284,1008],[290,1006],[285,1004],[286,1004],[287,1004],[288,1004],[289,1004],[291,1003],[292,1003],[293,1003],[294,1003],[250,4],[38,2]]","invalid":"[[38,1],[284,1]]","objectgenerator":"[[295,1006],[296,1004],[297,1004],[298,1004],[299,1004],[300,1004],[301,1003],[38,1],[232,1],[235,1],[247,1]]","create":"[[38,1],[232,1],[235,1],[247,1],[295,1]]","object":"[[84,1007],[90,1007],[86,1007],[88,1007],[250,11],[503,8],[247,8],[301,7],[242,6],[76,6],[79,6],[292,5],[281,5],[311,5],[241,5],[240,5],[271,5],[230,5],[229,5],[93,5],[92,5],[232,5],[235,4],[243,4],[244,4],[245,4],[246,4],[83,4],[295,2],[89,2],[87,2],[91,2],[85,2],[251,1],[273,1],[276,1],[284,1],[287,1],[236,1],[298,1],[303,1],[306,1],[254,1],[38,1]]","of":"[[76,8],[79,8],[101,6],[99,6],[242,5],[249,5],[232,4],[98,4],[100,4],[52,4],[246,3],[263,3],[261,3],[97,3],[95,3],[96,3],[91,3],[90,3],[89,3],[88,3],[94,3],[251,2],[266,2],[255,2],[265,2],[84,2],[86,2],[279,2],[301,2],[239,2],[295,2],[235,2],[245,1],[320,1],[244,1],[268,1],[314,1],[250,1],[270,1],[273,1],[243,1],[298,1],[248,1],[38,1],[229,1],[240,1],[39,1],[42,1],[45,1],[83,1],[93,1],[106,1],[121,1],[135,1],[179,1],[181,1],[204,1],[215,1],[221,1],[223,1],[226,1],[228,1],[568,1],[230,1],[231,1],[236,1],[238,1],[241,1],[584,1]]","given":"[[232,2],[235,2],[295,2],[301,2],[38,1],[106,1],[172,1],[243,1],[244,1],[298,1]]","and":"[[262,4],[76,4],[79,4],[260,4],[264,4],[251,3],[258,3],[85,3],[87,3],[261,2],[263,2],[242,2],[295,2],[243,1],[270,1],[259,1],[298,1],[301,1],[249,1],[247,1],[246,1],[245,1],[244,1],[268,1],[38,1],[240,1],[568,1],[83,1],[84,1],[86,1],[93,1],[105,1],[121,1],[135,1],[179,1],[241,1],[204,1],[226,1],[228,1],[229,1],[230,1],[231,1],[232,1],[235,1],[239,1],[223,1],[584,1]]","populate":"[[38,1],[295,1]]","it":"[[232,2],[235,2],[247,2],[295,2],[38,1],[298,1],[301,1]]","data":"[[583,5],[295,1],[38,1]]","textsample":"[[303,1008],[309,1006],[304,1004],[305,1004],[306,1004],[307,1004],[308,1004],[310,1003],[311,1003],[312,1003],[313,1003],[52,4],[38,2]]","preformatted":"[[38,1],[303,1]]","text":"[[310,1006],[309,5],[303,2],[38,1],[307,1]]","xmldocumentationprovider":"[[314,1008],[320,1007],[315,1004],[316,1004],[317,1004],[318,1004],[319,1004],[322,1003],[329,1003],[328,1003],[327,1003],[326,1003],[331,1003],[324,1003],[323,1003],[330,1003],[321,1003],[325,1003],[38,1]]","that":"[[232,6],[215,5],[219,4],[236,4],[246,2],[76,2],[79,2],[235,2],[38,1],[242,1],[241,1],[240,1],[239,1],[223,1],[225,1],[247,1],[222,1],[214,1],[105,1],[83,1],[54,1],[53,1],[227,1],[314,1]]","reads":"[[38,1],[314,1]]","api":"[[66,1006],[386,8],[385,8],[379,8],[387,8],[215,5],[248,5],[560,4],[373,4],[367,4],[559,4],[249,4],[245,4],[244,4],[442,4],[443,4],[449,4],[455,4],[219,4],[497,4],[504,4],[510,4],[516,4],[517,4],[537,4],[243,4],[423,4],[314,1],[229,1],[223,1],[222,1],[214,1],[105,1],[79,1],[76,1],[57,1],[54,1],[230,1],[38,1]]","from":"[[122,5],[126,5],[132,3],[107,3],[111,3],[114,3],[118,3],[128,3],[155,3],[159,3],[208,3],[212,3],[301,2],[295,2],[298,2],[38,1],[314,1]]","xml":"[[38,1],[314,1],[320,1],[367,1],[379,1]]","file":"[[38,1],[314,1]]","enumerations":"[[38,1],[355,1],[592,1]]","sampledirection":"[[261,1012],[263,1012],[270,1011],[302,1002],[245,8],[246,8],[249,8],[251,6],[262,5],[264,5],[258,4],[260,4],[232,3],[235,3],[255,2],[38,1]]","indicates":"[[38,1],[302,1]]","whether":"[[38,1],[245,1],[246,1],[249,1],[302,1]]","request":"[[601,5],[76,5],[79,5],[349,5],[583,5],[219,3],[97,3],[95,3],[215,3],[87,3],[85,3],[84,2],[302,2],[86,2],[245,2],[89,2],[232,2],[235,2],[91,1],[249,1],[246,1],[226,1],[225,1],[224,1],[96,1],[88,1],[94,1],[243,1],[38,1]]","response":"[[411,1007],[99,3],[101,3],[76,3],[79,3],[232,2],[90,2],[91,2],[302,2],[235,2],[245,2],[393,1],[249,1],[246,1],[88,1],[397,1],[100,1],[98,1],[89,1],[244,1],[38,1]]","getfriendlyid":"[[45,1006],[42,1],[39,1]]","apidescription":"[[222,1016],[45,7],[232,7],[235,7],[243,6],[244,6],[248,6],[245,5],[249,5],[39,2],[42,2],[215,2],[219,2],[105,1]]","generates":"[[39,1],[42,1],[45,1],[106,1],[172,1],[295,1],[298,1],[301,1]]","uri":"[[52,4],[39,1],[42,1],[45,1],[215,1],[219,1],[223,1],[295,1],[298,1],[301,1]]","friendly":"[[39,1],[42,1],[45,1]]","id":"[[373,5],[386,5],[45,3],[39,2],[42,2],[105,1]]","e":"[[552,12],[39,1],[42,1],[45,1]]","g":"[[552,20],[39,1],[42,1],[45,1]]","get":"[[266,4],[64,4],[310,4],[291,4],[280,4],[269,4],[267,4],[188,4],[265,4],[227,3],[229,3],[230,3],[231,3],[239,3],[240,3],[223,3],[242,3],[225,3],[268,3],[270,3],[405,3],[411,3],[473,3],[241,3],[224,3],[503,3],[222,3],[74,3],[113,3],[121,3],[135,3],[142,3],[143,3],[144,3],[161,3],[162,3],[479,3],[169,3],[171,3],[179,3],[195,3],[196,3],[204,3],[205,3],[206,3],[207,3],[170,3],[228,2],[226,2],[45,1],[42,1],[39,1]]","values":"[[135,1005],[39,1],[42,1],[45,1],[128,1],[132,1]]","id_name":"[[39,1],[42,1],[45,1]]","instead":"[[39,1],[42,1],[45,1]]","getvalues":"[[39,1],[42,1],[45,1]]","extension":"[[45,3],[103,3],[102,3],[100,3],[98,3],[96,3],[94,3],[104,3],[93,3],[90,3],[88,3],[86,3],[84,3],[82,3],[92,3],[105,3],[83,2]]","_public":"[[45,1],[367,1],[373,1],[379,1],[385,1],[386,1],[387,1],[423,1],[442,1],[443,1],[449,1],[455,1],[497,1],[504,1],[510,1],[516,1],[517,1],[537,1],[250,1],[249,1],[247,1],[242,1],[52,1],[82,1],[83,1],[84,1],[86,1],[88,1],[90,1],[92,1],[559,1],[93,1],[96,1],[98,1],[100,1],[102,1],[103,1],[104,1],[105,1],[181,1],[94,1],[560,1]]","string":"[[100,1023],[96,1023],[86,1023],[90,1023],[261,1020],[263,1020],[98,1015],[94,1015],[84,1015],[88,1015],[423,45],[517,45],[76,21],[79,21],[340,15],[339,15],[455,15],[376,12],[249,12],[370,12],[246,12],[390,12],[488,12],[485,12],[364,11],[361,11],[385,10],[386,10],[379,10],[537,10],[373,10],[567,10],[348,10],[387,10],[411,8],[224,8],[205,8],[206,8],[52,8],[142,8],[171,8],[169,8],[143,8],[144,8],[196,8],[473,8],[479,8],[436,7],[439,7],[188,6],[310,6],[74,6],[291,6],[266,6],[280,6],[45,6],[264,6],[262,6],[260,6],[258,6],[251,6],[235,6],[232,6],[265,6],[347,5],[449,5],[349,5],[583,5],[560,5],[367,5],[516,5],[461,5],[443,5],[552,5],[510,5],[497,5],[491,5],[559,5],[442,5],[309,5],[187,5],[268,5],[231,5],[179,5],[153,5],[151,5],[105,5],[101,5],[279,5],[99,5],[95,5],[91,5],[89,5],[87,5],[85,5],[67,5],[66,5],[97,5],[283,5],[601,5],[330,5],[328,5],[294,5],[327,5],[325,5],[323,5],[290,5],[321,5],[320,5],[313,5],[352,4],[336,4],[333,4],[414,3],[420,3],[464,2],[54,2],[57,2],[561,2],[556,2],[553,2],[341,2],[534,2],[344,2],[458,2],[531,2],[303,1],[295,1],[273,1],[298,1],[301,1],[181,1],[314,1],[577,1],[597,1],[594,1],[284,1]]","return":"[[249,2],[45,1],[430,1],[423,1],[387,1],[386,1],[385,1],[442,1],[379,1],[367,1],[349,1],[348,1],[340,1],[339,1],[330,1],[373,1],[328,1],[443,1],[455,1],[575,1],[568,1],[560,1],[559,1],[545,1],[544,1],[449,1],[537,1],[517,1],[516,1],[510,1],[504,1],[497,1],[461,1],[529,1],[327,1],[325,1],[323,1],[244,1],[243,1],[235,1],[232,1],[180,1],[153,1],[245,1],[151,1],[104,1],[102,1],[93,1],[67,1],[66,1],[65,1],[105,1],[576,1],[246,1],[248,1],[321,1],[313,1],[312,1],[311,1],[301,1],[294,1],[247,1],[293,1],[283,1],[282,1],[281,1],[272,1],[271,1],[250,1],[292,1],[584,1]]","value":"[[144,1010],[250,7],[503,3],[479,3],[405,3],[171,3],[170,3],[169,3],[162,3],[161,3],[205,3],[206,3],[143,3],[142,3],[207,3],[222,3],[473,3],[224,3],[113,3],[225,3],[227,3],[249,3],[411,3],[196,3],[195,3],[379,2],[246,2],[245,2],[301,2],[367,2],[349,1],[310,1],[386,1],[311,1],[312,1],[385,1],[313,1],[321,1],[323,1],[325,1],[327,1],[328,1],[330,1],[339,1],[340,1],[347,1],[348,1],[373,1],[387,1],[461,1],[417,1],[576,1],[575,1],[568,1],[560,1],[559,1],[552,1],[545,1],[544,1],[537,1],[529,1],[517,1],[516,1],[510,1],[504,1],[497,1],[491,1],[302,1],[455,1],[449,1],[443,1],[442,1],[430,1],[423,1],[399,1],[45,1],[272,1],[295,1],[230,1],[229,1],[228,1],[226,1],[223,1],[204,1],[188,1],[180,1],[179,1],[153,1],[151,1],[140,1],[136,1],[135,1],[121,1],[105,1],[104,1],[102,1],[74,1],[67,1],[66,1],[65,1],[64,1],[231,1],[298,1],[232,1],[239,1],[294,1],[293,1],[292,1],[291,1],[283,1],[282,1],[281,1],[280,1],[584,1],[271,1],[270,1],[269,1],[268,1],[267,1],[266,1],[265,1],[248,1],[247,1],[244,1],[243,1],[242,1],[241,1],[240,1],[235,1],[593,1]]","suppressmessage":"[[52,8],[247,4],[250,4],[242,3],[249,3]]","microsoft":"[[52,8],[247,4],[250,4],[242,3],[249,3]]","globalization":"[[52,4]]","ca1303":"[[52,4]]","do":"[[52,4]]","pass":"[[52,4]]","literals":"[[52,8]]","localized":"[[52,8]]","messageid":"[[52,8]]","edoka":"[[52,4]]","ctor":"[[52,4]]","system":"[[52,4]]","justification":"[[52,8],[247,4],[250,4],[242,3],[249,3]]","end":"[[52,4]]","users":"[[52,4]]","may":"[[52,4]]","choose":"[[52,4]]","merge":"[[52,4]]","existing":"[[52,4]]","resources":"[[52,4]]","naming":"[[52,4]]","ca2204":"[[52,4]]","spelled":"[[52,4]]","correctly":"[[52,4]]","bsonspec":"[[52,4]]","part":"[[52,4],[99,3],[101,3],[76,2],[79,2],[98,1],[100,1]]","controllers":"[[53,1002],[530,1002],[355,1002],[610,3],[473,2],[442,2],[443,2],[497,2],[393,2],[544,2],[545,2],[399,2],[546,2],[386,2],[385,2],[449,2],[552,2],[553,2],[379,2],[387,2],[491,2],[538,2],[405,2],[424,2],[423,2],[430,2],[516,2],[517,2],[523,2],[537,2],[417,2],[436,2],[411,2],[529,2],[54,2],[531,2],[503,2],[504,2],[455,2],[510,2],[373,2],[577,2],[467,2],[479,2],[67,2],[66,2],[65,2],[569,2],[361,2],[568,2],[567,2],[576,2],[64,2],[461,2],[485,2],[583,2],[559,2],[560,2],[561,2],[584,2],[575,2],[367,2],[62,2],[60,2],[506,1],[478,1],[507,1],[508,1],[477,1],[476,1],[505,1],[481,1],[501,1],[489,1],[490,1],[509,1],[493,1],[487,1],[486,1],[494,1],[495,1],[496,1],[498,1],[484,1],[483,1],[482,1],[488,1],[480,1],[499,1],[500,1],[502,1],[492,1],[533,1],[512,1],[555,1],[556,1],[557,1],[558,1],[562,1],[563,1],[564,1],[565,1],[566,1],[570,1],[571,1],[572,1],[573,1],[574,1],[578,1],[579,1],[580,1],[581,1],[582,1],[554,1],[551,1],[550,1],[549,1],[513,1],[514,1],[515,1],[524,1],[525,1],[526,1],[527,1],[528,1],[532,1],[511,1],[475,1],[535,1],[536,1],[539,1],[540,1],[541,1],[542,1],[543,1],[547,1],[548,1],[534,1],[57,1],[459,1],[472,1],[376,1],[377,1],[378,1],[380,1],[381,1],[382,1],[383,1],[384,1],[388,1],[389,1],[375,1],[390,1],[392,1],[394,1],[395,1],[396,1],[397,1],[398,1],[400,1],[401,1],[402,1],[403,1],[391,1],[374,1],[372,1],[371,1],[58,1],[59,1],[61,1],[63,1],[350,1],[351,1],[352,1],[353,1],[354,1],[55,1],[356,1],[357,1],[358,1],[359,1],[360,1],[362,1],[363,1],[364,1],[365,1],[366,1],[368,1],[369,1],[370,1],[404,1],[406,1],[407,1],[408,1],[444,1],[445,1],[446,1],[447,1],[448,1],[450,1],[451,1],[452,1],[453,1],[454,1],[456,1],[458,1],[56,1],[460,1],[462,1],[463,1],[464,1],[465,1],[466,1],[468,1],[469,1],[470,1],[471,1],[441,1],[474,1],[440,1],[438,1],[409,1],[410,1],[412,1],[413,1],[414,1],[415,1],[416,1],[418,1],[419,1],[420,1],[421,1],[422,1],[425,1],[426,1],[427,1],[428,1],[429,1],[431,1],[432,1],[433,1],[434,1],[435,1],[437,1],[439,1],[457,1]]","helpcontroller":"[[54,1008],[60,1006],[62,1006],[61,1005],[63,1005],[55,1004],[56,1004],[57,1004],[58,1004],[59,1004],[64,1003],[65,1003],[66,1003],[67,1003],[53,1]]","controller":"[[54,5],[523,4],[424,4],[264,3],[262,3],[251,3],[265,2],[263,2],[261,2],[260,2],[258,2],[255,1],[249,1],[100,1],[98,1],[96,1],[94,1],[90,1],[88,1],[86,1],[84,1],[246,1],[53,1]]","handle":"[[53,1],[54,1]]","inherits":"[[54,1],[531,1],[523,1],[485,1],[436,1],[424,1],[361,1],[553,1],[208,1],[155,1],[128,1],[122,1],[114,1],[107,1],[68,1],[181,1],[585,1]]","extends":"[[54,1],[531,1],[523,1],[485,1],[436,1],[424,1],[361,1],[553,1],[208,1],[155,1],[128,1],[122,1],[114,1],[107,1],[68,1],[181,1],[585,1]]","constructors":"[[54,1],[114,1],[128,1],[172,1],[181,1],[197,1],[215,1],[232,1],[251,1],[273,1],[284,1],[303,1],[314,1],[561,1],[577,1]]","configuration":"[[64,1006],[609,1006],[54,1],[58,1],[104,1],[603,1],[606,1]]","index":"[[65,1006],[430,1006],[529,1006],[54,1],[57,1],[402,1],[408,1],[424,1],[427,1],[523,1],[526,1]]","resourcemodel":"[[67,1006],[57,1],[54,1]]","constructor":"[[60,1002],[320,1002],[309,1002],[290,1002],[279,1002],[264,1002],[263,1002],[262,1002],[261,1002],[260,1002],[567,1002],[258,1002],[259,1002],[238,1002],[221,1002],[203,1002],[187,1002],[178,1002],[134,1002],[120,1002],[63,1002],[62,1002],[61,1002],[257,1002],[583,1002],[295,1],[298,1],[301,1]]","new":"[[258,5],[262,5],[264,5],[260,5],[251,4],[259,2],[257,2],[238,2],[263,2],[221,2],[279,2],[320,2],[261,2],[290,1],[309,1],[314,1],[273,1],[60,1],[232,1],[215,1],[203,1],[187,1],[178,1],[134,1],[120,1],[62,1],[567,1],[583,1]]","overload":"[[61,1],[326,1],[324,1],[322,1],[264,1],[262,1],[260,1],[258,1],[154,1],[329,1],[152,1],[99,1],[97,1],[95,1],[91,1],[89,1],[87,1],[85,1],[63,1],[101,1],[331,1]]","property":"[[228,1006],[64,1005],[226,1005],[227,1005],[229,1005],[230,1005],[231,1005],[239,1005],[240,1005],[241,1005],[242,1005],[225,1005],[265,1005],[267,1005],[268,1005],[269,1005],[270,1005],[280,1005],[291,1005],[310,1005],[405,1005],[411,1005],[473,1005],[266,1005],[479,1005],[224,1005],[222,1005],[74,1005],[113,1005],[121,1005],[135,1005],[142,1005],[143,1005],[144,1005],[161,1005],[162,1005],[169,1005],[223,1005],[170,1005],[179,1005],[188,1005],[195,1005],[196,1005],[204,1005],[205,1005],[206,1005],[207,1005],[171,1005],[503,1005],[215,1],[219,1]]","actionresult":"[[65,5],[66,5],[67,5],[430,5],[529,5]]","apiid":"[[66,5]]","modelname":"[[67,5]]","arearegistration":"[[68,4]]","areaname":"[[74,1006],[72,1],[68,1]]","registerarea":"[[75,1006],[71,1],[68,1]]","arearegistrationcontext":"[[75,5],[71,1],[68,1]]","readonly":"[[74,1],[226,1],[228,1]]","overrides":"[[74,1],[75,1],[271,1],[272,1],[281,1],[282,1],[283,1],[292,1],[293,1],[294,1],[311,1],[312,1],[313,1]]","override":"[[74,1],[75,1],[242,1],[271,1],[272,1],[281,1],[282,1],[283,1],[292,1],[293,1],[294,1],[311,1],[312,1],[313,1]]","context":"[[75,5]]","gethelppageapimodel":"[[105,1006],[79,1],[76,1]]","gets":"[[215,10],[219,10],[232,8],[255,5],[251,5],[236,4],[235,4],[76,3],[79,3],[223,1],[267,1],[266,1],[265,1],[102,1],[247,1],[245,1],[244,1],[243,1],[242,1],[241,1],[222,1],[240,1],[104,1],[105,1],[268,1],[231,1],[230,1],[229,1],[228,1],[227,1],[226,1],[225,1],[224,1],[239,1],[270,1]]","model":"[[76,3],[79,3],[105,2],[106,2],[215,2],[104,1],[163,1],[172,1],[214,1],[219,1],[231,1]]","displayed":"[[76,1],[79,1],[105,1],[214,1],[215,1]]","initialized":"[[76,1],[79,1],[105,1]]","first":"[[76,1],[79,1],[105,1],[232,1],[235,1],[247,1]]","call":"[[76,1],[79,1],[105,1]]","cached":"[[76,1],[79,1],[105,1]]","subsequent":"[[76,1],[79,1],[105,1]]","calls":"[[76,1],[79,1],[105,1]]","gethelppagesamplegenerator":"[[102,1006],[79,1],[76,1]]","generator":"[[76,3],[79,3],[102,2],[103,2],[104,1]]","getmodeldescriptiongenerator":"[[104,1006],[79,1],[76,1]]","setactualrequesttype":"[[94,1006],[96,1006],[95,1004],[97,1004],[76,2],[79,2]]","specifies":"[[76,4],[79,4],[95,3],[97,3],[99,3],[101,3],[94,1],[96,1],[98,1],[100,1]]","actual":"[[76,4],[79,4],[95,3],[97,3],[99,3],[101,3],[94,1],[96,1],[98,1],[100,1],[232,1],[235,1],[248,1]]","objectcontent":"[[76,4],[79,4],[95,3],[97,3],[99,3],[101,3],[94,1],[96,1],[98,1],[100,1],[232,1],[235,1],[248,1]]","t":"[[552,20],[298,6],[295,6],[301,6],[76,4],[79,4],[97,3],[99,3],[95,3],[101,3],[98,1],[232,1],[235,1],[248,1],[94,1],[96,1],[100,1]]","passed":"[[95,3],[97,3],[76,2],[79,2],[94,1],[96,1],[232,1],[235,1],[248,1]]","httprequestmessage":"[[601,5],[583,5],[349,5],[76,4],[79,4],[97,3],[99,3],[101,3],[232,3],[95,3],[235,2],[594,1],[577,1],[94,1],[344,1],[341,1],[239,1],[248,1],[236,1],[597,1],[100,1],[98,1],[249,1],[96,1]]","action":"[[76,8],[79,8],[262,3],[251,3],[101,3],[264,3],[97,3],[95,3],[91,3],[99,3],[89,3],[85,3],[87,3],[266,2],[258,2],[84,2],[249,2],[263,2],[90,2],[235,2],[232,2],[86,2],[100,2],[98,2],[88,2],[96,2],[94,2],[260,2],[261,2],[246,1],[248,1],[255,1],[93,1]]","information":"[[76,4],[79,4],[95,3],[97,3],[99,3],[101,3],[94,1],[96,1],[98,1],[100,1]]","produce":"[[76,5],[79,5],[95,3],[97,3],[99,3],[101,3],[83,1],[94,1],[96,1],[98,1],[100,1]]","more":"[[76,4],[79,4],[95,3],[97,3],[99,3],[101,3],[94,1],[96,1],[98,1],[100,1]]","accurate":"[[76,4],[79,4],[95,3],[97,3],[99,3],[101,3],[94,1],[96,1],[98,1],[100,1]]","params":"[[76,4],[79,4],[85,1],[86,1],[87,1],[89,1],[90,1],[91,1],[95,1],[96,1],[97,1],[99,1],[100,1],[101,1]]","setactualresponsetype":"[[98,1006],[100,1006],[99,1004],[101,1004],[76,2],[79,2]]","returned":"[[99,3],[101,3],[76,2],[79,2],[98,1],[100,1]]","setdocumentationprovider":"[[82,1006],[79,1],[76,1]]","sets":"[[76,9],[79,9],[219,5],[215,5],[85,3],[87,3],[89,3],[91,3],[224,1],[223,1],[222,1],[103,1],[93,1],[90,1],[225,1],[88,1],[86,1],[84,1],[83,1],[82,1],[92,1],[227,1]]","provider":"[[82,2],[79,1],[76,1]]","sethelppagesamplegenerator":"[[103,1006],[79,1],[76,1]]","setsampleformediatype":"[[92,1006],[79,1],[76,1]]","mediatypeheadervalue":"[[84,1007],[259,1007],[86,1007],[257,1007],[88,1007],[90,1007],[263,1006],[76,6],[267,6],[79,6],[92,5],[93,5],[229,5],[230,5],[250,5],[246,4],[243,4],[244,4],[245,4],[264,3],[262,3],[251,3],[260,3],[258,3],[91,2],[87,2],[89,2],[235,2],[85,2],[232,2]]","directly":"[[76,6],[79,6],[85,3],[87,3],[89,3],[91,3],[232,2],[236,1],[235,1],[93,1],[90,1],[240,1],[88,1],[86,1],[84,1],[92,1],[246,1]]","actions":"[[76,2],[79,2],[92,1],[93,1],[232,1],[236,1],[240,1]]","specified":"[[76,6],[79,6],[85,3],[87,3],[89,3],[91,3],[84,1],[86,1],[88,1],[90,1],[92,1],[93,1]]","media":"[[76,6],[79,6],[260,4],[258,4],[251,4],[264,4],[85,3],[262,3],[87,3],[89,3],[91,3],[263,2],[259,2],[257,2],[267,2],[93,2],[92,2],[90,2],[88,2],[86,2],[84,2],[246,1],[250,1],[243,1],[255,1],[245,1],[244,1]]","setsamplefortype":"[[93,1006],[79,1],[76,1]]","setsampleobjects":"[[83,1005],[79,1],[76,1]]","idictionary":"[[229,5],[230,5],[239,5],[240,5],[241,5],[83,4],[243,4],[244,4],[245,4],[295,2],[298,2],[301,2],[76,1],[79,1]]","typeobject":"[[76,1],[79,1]]","objects":"[[232,3],[236,3],[83,2],[76,1],[79,1],[240,1],[241,1],[242,1]]","formatters":"[[249,5],[232,3],[236,2],[76,1],[79,1],[83,1],[235,1],[241,1],[242,1],[247,1]]","setsamplerequest":"[[84,1006],[86,1006],[85,1004],[87,1004],[76,2],[79,2]]","setsampleresponse":"[[88,1006],[90,1006],[89,1004],[91,1004],[76,2],[79,2]]","specific":"[[91,2],[76,1],[79,1],[89,1],[90,1]]","documentationprovider":"[[82,5]]","sampleobjects":"[[241,1005],[83,4],[232,2],[235,1],[236,1],[247,1]]","does":"[[83,1],[270,1],[268,1],[263,1],[261,1],[249,1],[246,1],[245,1],[244,1],[243,1],[242,1],[241,1],[240,1],[239,1],[231,1],[230,1],[229,1],[228,1],[226,1],[223,1],[204,1],[179,1],[135,1],[121,1],[568,1],[584,1]]","support":"[[83,1],[270,1],[268,1],[263,1],[261,1],[249,1],[246,1],[245,1],[244,1],[243,1],[242,1],[241,1],[240,1],[239,1],[231,1],[230,1],[229,1],[228,1],[226,1],[223,1],[204,1],[179,1],[135,1],[121,1],[568,1],[584,1]]","generic":"[[242,4],[83,1],[270,1],[268,1],[263,1],[261,1],[249,1],[246,1],[245,1],[244,1],[243,1],[241,1],[240,1],[239,1],[231,1],[230,1],[229,1],[228,1],[226,1],[223,1],[204,1],[179,1],[135,1],[121,1],[568,1],[584,1]]","types":"[[301,6],[298,6],[295,6],[242,4],[239,2],[83,1],[270,1],[268,1],[263,1],[261,1],[249,1],[246,1],[245,1],[244,1],[243,1],[241,1],[240,1],[236,1],[232,1],[231,1],[230,1],[229,1],[228,1],[226,1],[223,1],[204,1],[179,1],[172,1],[135,1],[121,1],[106,1],[568,1],[584,1]]","mediatype":"[[267,1006],[84,5],[86,5],[88,5],[90,5],[92,5],[93,5],[250,5],[257,5],[259,5],[246,4],[263,4],[251,1],[255,1]]","controllername":"[[265,1006],[84,5],[86,5],[88,5],[90,5],[94,5],[96,5],[98,5],[100,5],[246,4],[249,4],[261,4],[263,4],[251,1],[255,1]]","actionname":"[[266,1006],[84,5],[86,5],[88,5],[90,5],[94,5],[96,5],[98,5],[100,5],[246,4],[249,4],[261,4],[263,4],[251,1],[255,1]]","paramarray":"[[86,1],[90,1],[96,1],[100,1]]","parameternames":"[[268,1005],[86,5],[90,5],[96,5],[100,5],[246,4],[249,4],[261,4],[263,4],[251,1],[255,1]]","array":"[[86,2],[90,2],[96,2],[100,2],[347,1],[545,1],[576,1]]","parameter":"[[264,3],[262,3],[251,3],[249,2],[263,2],[261,2],[260,2],[258,2],[268,1],[255,1],[367,1],[86,1],[235,1],[232,1],[226,1],[219,1],[215,1],[100,1],[96,1],[93,1],[90,1],[246,1],[379,1]]","names":"[[251,3],[262,3],[264,3],[258,2],[260,2],[261,2],[263,2],[86,1],[90,1],[96,1],[100,1],[246,1],[249,1],[255,1],[268,1]]","samplegenerator":"[[103,5]]","modeldescriptiongenerator":"[[172,1007],[178,1006],[173,1004],[174,1004],[175,1004],[176,1004],[177,1004],[179,1003],[180,1003],[104,6],[106,1]]","apidescriptionid":"[[105,5]]","helppageapimodel":"[[215,1008],[221,1007],[216,1004],[217,1004],[218,1004],[219,1004],[220,1004],[222,1003],[229,1003],[228,1003],[227,1003],[226,1003],[231,1003],[224,1003],[223,1003],[230,1003],[225,1003],[105,6],[214,1]]","modeldescriptions":"[[106,1002],[155,5],[122,5],[107,4],[128,4],[208,4],[114,4],[169,2],[189,2],[188,2],[142,2],[143,2],[144,2],[145,2],[187,2],[181,2],[153,2],[136,2],[180,2],[179,2],[178,2],[161,2],[162,2],[163,2],[172,2],[171,2],[151,2],[135,2],[170,2],[205,2],[203,2],[120,2],[195,2],[134,2],[196,2],[197,2],[121,2],[206,2],[207,2],[204,2],[113,2],[177,1],[209,1],[210,1],[175,1],[174,1],[173,1],[211,1],[212,1],[176,1],[193,1],[182,1],[184,1],[185,1],[186,1],[202,1],[201,1],[200,1],[199,1],[198,1],[190,1],[192,1],[194,1],[183,1],[191,1],[160,1],[167,1],[131,1],[130,1],[129,1],[127,1],[126,1],[125,1],[124,1],[123,1],[132,1],[119,1],[117,1],[116,1],[115,1],[112,1],[111,1],[110,1],[109,1],[108,1],[118,1],[168,1],[133,1],[138,1],[166,1],[165,1],[164,1],[213,1],[159,1],[158,1],[157,1],[156,1],[137,1],[154,1],[150,1],[149,1],[148,1],[147,1],[146,1],[141,1],[140,1],[139,1],[152,1],[610,1]]","collectionmodeldescription":"[[107,1007],[108,1004],[109,1004],[110,1004],[111,1004],[112,1004],[113,1003],[106,1]]","complextypemodeldescription":"[[114,1008],[120,1006],[115,1004],[116,1004],[117,1004],[118,1004],[119,1004],[121,1003],[106,1]]","dictionarymodeldescription":"[[122,1007],[123,1004],[124,1004],[125,1004],[126,1004],[127,1004],[106,1],[155,1]]","enumtypemodeldescription":"[[128,1008],[134,1006],[129,1004],[130,1004],[131,1004],[132,1004],[133,1004],[135,1003],[106,1]]","enumvaluedescription":"[[136,1006],[137,1004],[138,1004],[139,1004],[140,1004],[141,1004],[142,1003],[143,1003],[144,1003],[135,5],[106,1]]","keyvaluepairmodeldescription":"[[155,1007],[156,1004],[157,1004],[158,1004],[159,1004],[160,1004],[161,1003],[162,1003],[122,7],[126,2],[106,1]]","modeldescription":"[[163,1006],[165,1004],[168,1004],[167,1004],[166,1004],[164,1004],[171,1003],[170,1003],[169,1003],[225,9],[227,9],[161,8],[162,8],[128,8],[208,8],[207,8],[114,8],[113,8],[155,8],[107,8],[179,5],[180,5],[122,4],[159,3],[212,3],[111,3],[118,3],[126,3],[132,3],[215,2],[219,2],[106,2],[181,1]]","describes":"[[215,4],[219,4],[106,1],[163,1],[222,1],[223,1],[225,1],[227,1]]","descriptions":"[[215,2],[219,2],[106,1],[172,1],[226,1],[228,1]]","modelnameattribute":"[[181,1007],[187,1006],[182,1004],[183,1004],[184,1004],[185,1004],[186,1004],[188,1003],[106,1]]","attribute":"[[195,8],[181,5],[106,1]]","change":"[[106,1],[181,1]]","parameterannotation":"[[189,1006],[190,1004],[191,1004],[192,1004],[193,1004],[194,1004],[195,1003],[196,1003],[204,5],[106,1]]","parameterdescription":"[[197,1007],[203,1006],[198,1004],[199,1004],[200,1004],[201,1004],[202,1004],[207,1003],[204,1003],[205,1003],[206,1003],[223,6],[228,5],[121,5],[226,5],[215,1],[219,1],[106,1]]","simpletypemodeldescription":"[[208,1007],[209,1004],[210,1004],[211,1004],[212,1004],[213,1004],[106,1]]","interfaces":"[[106,1],[355,1]]","imodeldocumentationprovider":"[[145,1006],[146,1004],[147,1004],[148,1004],[149,1004],[150,1004],[151,1003],[152,1003],[153,1003],[154,1003],[314,4],[106,1]]","inherited":"[[122,5],[126,5],[181,4],[107,3],[111,3],[114,3],[118,3],[128,3],[132,3],[155,3],[159,3],[208,3],[212,3]]","elementdescription":"[[113,1007],[111,1],[107,1]]","modeltype":"[[170,1007],[180,5],[107,1],[111,1],[114,1],[118,1],[122,1],[126,1],[128,1],[132,1],[155,1],[159,1],[163,1],[167,1],[208,1],[212,1]]","inheritance":"[[107,1],[114,1],[122,1],[128,1],[155,1],[208,1]]","hierarchy":"[[107,1],[114,1],[122,1],[128,1],[155,1],[208,1]]","collection":"[[223,6],[121,5],[135,5],[204,5],[231,5],[249,4],[215,1],[219,1],[232,1],[235,1],[242,1]]","keymodeldescription":"[[161,1007],[122,1],[126,1],[155,1],[159,1]]","valuemodeldescription":"[[162,1007],[122,1],[126,1],[155,1],[159,1]]","interface":"[[145,1006],[538,1006],[543,1],[542,1],[541,1],[540,1],[539,1],[435,1],[434,1],[433,1],[544,1],[432,1],[154,1],[153,1],[152,1],[151,1],[150,1],[149,1],[148,1],[147,1],[146,1],[431,1],[545,1]]","getdocumentation":"[[331,1007],[329,1007],[326,1007],[324,1007],[322,1007],[328,1006],[325,1006],[323,1006],[321,1006],[153,1006],[151,1006],[330,1006],[154,1004],[152,1004],[317,5],[314,5],[148,2],[145,2]]","memberinfo":"[[151,1007],[328,1007],[145,1],[148,1],[152,1],[154,1],[314,1],[317,1],[322,1],[324,1],[326,1],[329,1],[331,1]]","member":"[[151,5],[328,5]]","mustinherit":"[[163,1]]","abstract":"[[163,3]]","generatedmodels":"[[179,1005],[176,1],[172,1]]","getorcreatemodeldescription":"[[180,1006],[175,1],[172,1]]","dictionary":"[[179,5]]","attributeusage":"[[181,4]]","attributetargets":"[[181,12]]","struct":"[[181,4]]","enum":"[[181,4],[295,1],[298,1],[301,1]]","allowmultiple":"[[181,4]]","false":"[[181,8]]","notinheritable":"[[181,1]]","sealed":"[[181,2]]","final":"[[181,1]]","annotationattribute":"[[195,1007],[193,1],[189,1]]","annotations":"[[204,1005],[201,1],[197,1]]","typedescription":"[[207,1007],[201,1],[197,1]]","models":"[[214,1002],[592,1002],[600,2],[594,2],[593,2],[231,2],[230,2],[229,2],[601,2],[227,2],[226,2],[228,2],[224,2],[215,2],[225,2],[610,2],[222,2],[223,2],[221,2],[220,1],[219,1],[218,1],[217,1],[595,1],[596,1],[597,1],[598,1],[599,1],[216,1]]","initializes":"[[215,1],[221,1],[232,1],[238,1],[273,1],[279,1],[314,1],[320,1]]","instance":"[[215,1],[221,1],[232,1],[238,1],[273,1],[279,1],[314,1],[320,1]]","errormessages":"[[231,1005],[219,1],[215,1]]","error":"[[215,1],[219,1],[231,1],[593,1]]","messages":"[[215,1],[219,1],[231,1]]","requestbodyparameters":"[[226,1005],[219,1],[215,1]]","body":"[[232,3],[235,3],[215,2],[219,2],[225,1],[226,1],[243,1],[244,1],[245,1]]","requestdocumentation":"[[224,1007],[219,1],[215,1]]","requestmodeldescription":"[[225,1007],[219,1],[215,1]]","resourcedescription":"[[227,1007],[219,1],[215,1]]","resource":"[[215,2],[219,2],[227,1],[228,1]]","resourceproperties":"[[228,1005],[219,1],[215,1]]","samplerequests":"[[229,1005],[219,1],[215,1]]","sampleresponses":"[[230,1005],[219,1],[215,1]]","uriparameters":"[[223,1005],[219,1],[215,1]]","ilist":"[[226,5],[228,5],[242,5],[295,3],[298,3],[301,3]]","actionsamples":"[[240,1005],[232,2],[235,1],[236,1],[246,1]]","are":"[[232,4],[236,3],[235,1],[239,1],[240,1],[241,1],[246,1]]","certain":"[[232,1],[236,1],[240,1]]","actualhttpmessagetypes":"[[239,1005],[236,1],[232,1]]","clr":"[[259,2],[260,2],[232,1],[236,1],[239,1],[246,1],[251,1],[258,1],[262,1],[264,1]]","content":"[[232,1],[236,1],[239,1]]","httpresponsemessage":"[[568,4],[584,4],[232,2],[235,1],[236,1],[239,1],[249,1]]","sampleobjectfactories":"[[242,1007],[247,5],[232,2],[235,1],[236,1]]","factories":"[[232,2],[235,1],[236,1],[242,1],[247,1]]","serialize":"[[232,1],[236,1],[242,1]]","processed":"[[232,1],[236,1],[242,1]]","order":"[[232,1],[236,1],[242,1]]","stopping":"[[232,1],[236,1],[242,1]]","when":"[[232,2],[235,1],[236,1],[242,1],[249,1]]","factory":"[[232,1],[236,1],[242,1]]","successfully":"[[232,1],[236,1],[242,1]]","returns":"[[232,1],[236,1],[242,1]]","non":"[[232,1],[236,1],[242,1]]","serialized":"[[232,2],[235,1],[236,1],[241,1],[247,1]]","getactionsample":"[[246,1005],[235,1],[232,1]]","ienumerable":"[[261,1006],[263,1006],[246,4],[249,4],[232,2],[235,2],[251,2],[258,2],[260,2],[262,2],[264,2],[295,2],[298,2],[301,2]]","mediatypeformatter":"[[250,5],[246,4],[249,4],[232,3],[235,3]]","provided":"[[232,1],[235,1],[246,1]]","through":"[[232,1],[235,1],[246,1]]","getsample":"[[245,1005],[235,1],[232,1]]","getsampleobject":"[[247,1006],[235,1],[232,1]]","look":"[[232,1],[235,1],[247,1]]","at":"[[552,4],[232,1],[235,1],[247,1]]","if":"[[552,8],[247,5],[232,1],[235,1]]","found":"[[232,1],[235,1],[247,1]]","try":"[[232,1],[235,1],[247,1]]","one":"[[232,1],[235,1],[247,1]]","using":"[[232,2],[235,2],[247,1],[250,1]]","defaultsampleobjectfactory":"[[232,1],[235,1],[247,1]]","which":"[[232,1],[235,1],[247,1]]","wraps":"[[232,1],[235,1],[247,1]]","other":"[[232,1],[235,1],[247,1]]","getsamplerequests":"[[243,1005],[235,1],[232,1]]","getsampleresponses":"[[244,1005],[235,1],[232,1]]","resolvehttprequestmessagetype":"[[248,1006],[235,1],[232,1]]","resolves":"[[232,2],[235,2],[248,1],[249,1]]","resolvetype":"[[249,1005],[235,1],[232,1]]","out":"[[232,1],[235,1],[249,1]]","writesampleobjectusingformatter":"[[250,1006],[235,1],[232,1]]","writes":"[[232,1],[235,1],[250,1]]","formatter":"[[250,7],[246,5],[232,1],[235,1]]","design":"[[247,4],[250,4],[242,3],[249,3]]","ca1006":"[[242,3]]","donotnestgenerictypesinmembersignatures":"[[242,3]]","appropriate":"[[242,3]]","nesting":"[[242,3]]","func":"[[242,7]]","remarks":"[[242,1]]","includes":"[[242,1]]","just":"[[242,1]]","generateobject":"[[301,1006],[242,1],[295,1],[298,1]]","initially":"[[242,1]]","insert":"[[242,1]]","0":"[[242,1],[302,1],[593,1]]","add":"[[242,1]]","fallback":"[[242,1]]","keyed":"[[243,1],[244,1],[245,1]]","overridable":"[[245,1],[246,1],[247,1],[248,1],[249,1],[250,1],[323,1],[325,1]]","virtual":"[[245,2],[246,2],[247,2],[248,2],[249,2],[250,2],[323,2],[325,2]]","indicating":"[[245,1],[246,1],[249,1]]","matches":"[[246,1]]","ca1031":"[[247,4],[250,4]]","donotcatchgeneralexceptiontypes":"[[247,4],[250,4]]","even":"[[247,4]]","items":"[[247,4]]","throw":"[[247,4]]","problem":"[[247,4]]","visible":"[[247,4]]","missing":"[[247,4]]","ca1021":"[[249,3]]","avoidoutparameters":"[[249,3]]","only":"[[249,3]]","advanced":"[[249,3]]","scenarios":"[[249,3]]","byref":"[[461,2],[249,1]]","exception":"[[250,4]]","recorded":"[[250,4]]","creates":"[[258,5],[260,5],[262,5],[264,5],[251,4],[257,1],[259,1],[261,1],[263,1]]","based":"[[258,5],[260,5],[262,5],[264,5],[251,4],[257,1],[259,1],[261,1],[263,1]]","parametertype":"[[269,1006],[255,1],[251,1]]","equals":"[[271,1006],[281,1006],[292,1006],[311,1006],[251,1],[254,1],[273,1],[276,1],[284,1],[287,1],[303,1],[306,1]]","gethashcode":"[[272,1006],[282,1006],[293,1006],[312,1006],[251,1],[254,1],[273,1],[276,1],[284,1],[287,1],[303,1],[306,1]]","lt":"[[261,1000],[263,1000]]","gt":"[[261,1000],[263,1000]]","hashset":"[[268,5]]","nullable":"[[270,5],[295,1],[298,1],[301,1]]","obj":"[[271,5],[281,5],[292,5],[311,5]]","boolean":"[[271,2],[281,2],[292,2],[311,2],[349,2]]","bool":"[[271,3],[281,3],[292,3],[311,3],[349,3]]","integer":"[[272,1],[282,1],[293,1],[312,1],[399,1],[405,1],[455,1]]","int":"[[405,7],[272,4],[282,4],[293,4],[312,4],[399,4],[455,4],[295,1],[298,1],[301,1],[436,1],[439,1]]","src":"[[280,1006],[279,5],[273,1],[277,1]]","tostring":"[[283,1006],[294,1006],[313,1006],[273,1],[276,1],[284,1],[287,1],[303,1],[306,1]]","url":"[[279,1]]","errormessage":"[[291,1006],[290,5],[284,1],[288,1]]","needs":"[[295,1],[298,1],[301,1]]","have":"[[295,1],[298,1],[301,1]]","settable":"[[295,1],[298,1],[301,1]]","currently":"[[295,1],[298,1],[301,1]]","supports":"[[295,1],[298,1],[301,1]]","simple":"[[295,2],[298,2],[301,2]]","datetime":"[[295,1],[298,1],[301,1]]","etc":"[[295,2],[298,2],[301,2]]","complex":"[[295,2],[298,2],[301,2]]","poco":"[[295,1],[298,1],[301,1]]","nullables":"[[295,1],[298,1],[301,1]]","arrays":"[[295,2],[298,2],[301,2]]","key":"[[348,5],[295,1],[298,1],[301,1]]","pairs":"[[295,1],[298,1],[301,1]]","keyvaluepair":"[[295,1],[298,1],[301,1]]","tkey":"[[295,3],[298,3],[301,3]]","tvalue":"[[295,3],[298,3],[301,3]]","tuples":"[[295,1],[298,1],[301,1]]","tuple":"[[295,2],[298,2],[301,2]]","t1":"[[295,2],[298,2],[301,2]]","t2":"[[295,1],[298,1],[301,1]]","dictionaries":"[[295,1],[298,1],[301,1]]","anything":"[[295,2],[298,2],[301,2]]","deriving":"[[295,2],[298,2],[301,2]]","collections":"[[295,1],[298,1],[301,1]]","icollection":"[[295,3],[298,3],[301,3]]","queryables":"[[295,1],[298,1],[301,1]]","iqueryable":"[[295,2],[298,2],[301,2]]","enumeration":"[[302,1002],[417,1002],[593,1002]]","implements":"[[314,2],[561,2],[569,2],[577,2]]","httpcontrollerdescriptor":"[[321,1007],[314,1],[317,1],[322,1],[324,1],[326,1],[329,1],[331,1]]","httpactiondescriptor":"[[323,1007],[327,5],[314,2],[317,2],[322,1],[324,1],[326,1],[329,1],[331,1]]","httpparameterdescriptor":"[[325,1007],[314,1],[317,1],[322,1],[324,1],[326,1],[329,1],[331,1]]","getresponsedocumentation":"[[327,1006],[317,1],[314,1]]","documentpath":"[[320,5]]","physical":"[[320,1]]","path":"[[320,1]]","controllerdescriptor":"[[321,5]]","actiondescriptor":"[[323,5],[327,5]]","parameterdescriptor":"[[325,5]]","securingwebapiusingapikey":"[[332,1002],[348,2],[347,2],[349,2],[340,2],[339,2],[341,2],[333,2],[337,1],[336,1],[335,1],[342,1],[343,1],[344,1],[345,1],[346,1],[334,1],[338,1],[610,1]]","middleware":"[[332,1002],[348,2],[347,2],[349,2],[340,2],[339,2],[341,2],[333,2],[337,1],[336,1],[335,1],[342,1],[343,1],[344,1],[345,1],[346,1],[334,1],[338,1],[610,1]]","apikeymiddleware":"[[341,1006],[342,1004],[343,1004],[344,1004],[345,1004],[346,1004],[348,1003],[349,1003],[332,1],[347,1]]","stringcipher":"[[333,1006],[334,1004],[335,1004],[336,1004],[337,1004],[338,1004],[339,1003],[340,1003],[332,1]]","decrypt":"[[340,1006],[336,1],[333,1]]","encrypt":"[[339,1006],[336,1],[333,1]]","plaintext":"[[339,5]]","passphrase":"[[339,5],[340,5]]","ciphertext":"[[340,5]]","authorized":"[[349,1006],[344,1],[341,1]]","getvalue":"[[348,1006],[344,1],[341,1]]","apikeys":"[[347,1006],[346,1],[341,1]]","field":"[[347,1003],[399,1003],[491,1003],[552,1003]]","archivcontroller":"[[436,1006],[350,1004],[441,1004],[440,1004],[439,1004],[437,1004],[438,1004],[354,1004],[353,1004],[352,1004],[351,1004],[455,1003],[442,1003],[443,1003],[449,1003],[461,1003],[355,1]]","archivdocbase64":"[[352,1],[414,1],[420,1]]","archivdocfromiris":"[[449,1010],[352,1],[414,1],[420,1],[436,1],[439,1]]","archivdoc_from_database":"[[352,1],[414,1],[420,1]]","archiviert":"[[352,1],[436,1],[439,1],[442,1]]","das":"[[352,1],[436,1],[439,1],[442,1]]","dokument":"[[352,1],[436,1],[439,1],[442,1]]","aus":"[[442,2],[352,1],[436,1],[439,1]]","ondoc":"[[436,2],[439,2],[352,1],[442,1],[443,1]]","onbase":"[[442,2],[352,1],[436,1],[439,1]]","checkdocid":"[[443,1011],[436,2],[439,2],[352,1]]","antwortadressecontroller":"[[361,1006],[362,1004],[363,1004],[364,1004],[365,1004],[366,1004],[367,1003],[373,1003],[379,1003],[385,1003],[386,1003],[387,1003],[355,1]]","documentcontroller":"[[485,1006],[391,1004],[489,1004],[488,1004],[487,1004],[486,1004],[392,1004],[390,1004],[389,1004],[490,1004],[388,1004],[377,1004],[376,1004],[375,1004],[374,1004],[372,1004],[371,1004],[370,1004],[369,1004],[368,1004],[378,1004],[510,1003],[504,1003],[503,1003],[517,1003],[423,1003],[516,1003],[497,1003],[491,1],[355,1]]","fileresult":"[[561,1007],[567,1006],[483,1004],[564,1004],[563,1004],[562,1004],[484,1004],[565,1004],[482,1004],[480,1004],[478,1004],[477,1004],[476,1004],[475,1004],[474,1004],[481,1004],[566,1004],[568,1003],[355,1]]","fileservice":"[[569,1006],[501,1004],[492,1004],[493,1004],[494,1004],[495,1004],[496,1004],[498,1004],[499,1004],[500,1004],[574,1004],[502,1004],[570,1004],[571,1004],[572,1004],[573,1004],[576,1003],[575,1003],[355,1]]","homecontroller":"[[523,1006],[424,1006],[425,1004],[524,1004],[527,1004],[429,1004],[428,1004],[427,1004],[426,1004],[528,1004],[410,1004],[409,1004],[408,1004],[407,1004],[406,1004],[404,1004],[403,1004],[402,1004],[401,1004],[400,1004],[525,1004],[526,1004],[529,1003],[430,1003],[355,1]]","ilresponse":"[[393,1006],[394,1004],[395,1004],[396,1004],[397,1004],[398,1004],[405,1003],[411,1003],[461,5],[355,1],[399,1],[436,1],[439,1]]","testparam":"[[467,1006],[384,1004],[468,1004],[471,1004],[472,1004],[383,1004],[382,1004],[381,1004],[380,1004],[360,1004],[359,1004],[358,1004],[357,1004],[356,1004],[469,1004],[470,1004],[473,1003],[479,1003],[504,5],[488,1],[376,1],[370,1],[485,1],[390,1],[355,1]]","unterschriftcontroller":"[[553,1006],[465,1004],[456,1004],[457,1004],[458,1004],[459,1004],[460,1004],[462,1004],[463,1004],[464,1004],[558,1004],[466,1004],[554,1004],[555,1004],[556,1004],[557,1004],[560,1003],[559,1003],[355,1]]","unterschriftresult":"[[577,1007],[583,1006],[514,1004],[580,1004],[579,1004],[578,1004],[515,1004],[581,1004],[513,1004],[511,1004],[509,1004],[508,1004],[507,1004],[506,1004],[505,1004],[512,1004],[582,1004],[584,1003],[355,1]]","ifileservice":"[[538,1006],[431,1004],[432,1004],[433,1004],[434,1004],[435,1004],[539,1004],[540,1004],[541,1004],[542,1004],[543,1004],[544,1003],[545,1003],[569,4],[355,1]]","uploadtype":"[[417,1002],[461,5],[355,1],[436,1],[439,1]]","param1":"[[473,1007],[359,1],[383,1],[467,1],[471,1]]","param2":"[[479,1007],[359,1],[383,1],[467,1],[471,1]]","apicontroller":"[[361,4],[436,4],[485,4],[531,4],[553,4]]","getallmitarbeiterbymitarbeiternr":"[[385,1010],[364,1],[361,1]]","getallmitarbeiterbytgnummer":"[[379,1011],[364,2],[361,2]]","liefert":"[[361,2],[364,2],[367,1],[379,1]]","die":"[[361,1],[364,1],[379,1]]","persönlichen":"[[361,1],[364,1],[379,1]]","adressen":"[[361,2],[364,2],[367,1],[379,1]]","eines":"[[361,1],[364,1],[379,1]]","mitarbeiters":"[[361,1],[364,1],[379,1]]","getbyid":"[[373,1010],[364,1],[361,1]]","getgasadressen_einzeilig":"[[387,1006],[364,1],[361,1]]","getgetall":"[[367,1007],[364,2],[361,2]]","alle":"[[361,1],[364,1],[367,1]]","gas":"[[361,1],[364,1],[367,1]]","getmitarbeiterbyid":"[[386,1010],[364,1],[361,1]]","httpget":"[[367,4],[373,4],[379,4],[385,4],[386,4],[387,4],[442,4],[443,4],[497,4],[510,4],[516,4],[537,4],[559,4],[560,4]]","route":"[[367,4],[537,4],[517,4],[516,4],[510,4],[504,4],[497,4],[455,4],[559,4],[449,4],[442,4],[423,4],[387,4],[386,4],[385,4],[379,4],[373,4],[443,4],[560,4]]","antwortadresse":"[[367,4],[373,4],[379,4],[385,4],[386,4],[387,4]]","getall":"[[367,4]]","optional":"[[423,7],[517,7],[367,2],[379,2],[373,1],[385,1],[386,1],[387,1],[567,1]]","outformat":"[[367,5],[373,5],[379,5],[385,5],[386,5],[387,5]]","json":"[[367,3],[379,3],[373,2],[385,2],[386,2],[387,2]]","ihttpactionresult":"[[367,5],[560,5],[559,5],[537,5],[517,5],[516,5],[510,5],[504,5],[497,5],[461,5],[455,5],[449,5],[443,5],[442,5],[423,5],[387,5],[386,5],[385,5],[379,5],[373,5],[561,4],[577,4]]","optionaler":"[[367,1]]","gendoc":"[[423,1010],[517,1010],[370,1],[376,1],[390,1],[485,1],[488,1]]","getdocument":"[[497,1010],[370,1],[376,1],[390,1],[485,1],[488,1]]","getdocumentjsonbody":"[[504,1010],[370,1],[376,1],[390,1],[485,1],[488,1]]","getdocumentpdf":"[[510,1010],[370,1],[376,1],[390,1],[485,1],[488,1]]","sendtoonbase":"[[516,1010],[370,1],[376,1],[390,1],[485,1],[488,1]]","pagecollection":"[[503,1007],[371,1],[377,1],[391,1],[485,1],[489,1]]","tgnummer":"[[379,5],[387,5],[559,5],[560,5]]","required":"[[379,1]]","optionalier":"[[379,1]]","mitarbeiternr":"[[385,5]]","getmitarbeiterundstandard":"[[387,4]]","senderror":"[[405,1007],[397,1],[393,1]]","statuscode":"[[399,1006],[398,1],[393,1]]","onbasecontroller":"[[412,1004],[413,1004],[414,1004],[415,1004],[416,1004],[418,1004],[419,1004],[420,1004],[421,1004],[422,1004]]","docupload":"[[417,1]]","3":"[[417,1],[593,1]]","fast":"[[417,1]]","slow":"[[417,1]]","edokaapi_netframework":"[[423,2],[424,2],[430,2]]","httppost":"[[423,4],[449,4],[455,4],[504,4],[517,4]]","partnernr":"[[423,5],[455,5],[517,5]]","dokumenttypnr":"[[423,5],[517,5]]","tgcreator":"[[423,5],[517,5]]","tgresp":"[[423,5],[517,5]]","tgul":"[[423,5],[517,5]]","tgur":"[[423,5],[517,5]]","faksimile":"[[423,5],[517,5]]","fou":"[[423,5],[517,5]]","printlogo":"[[423,5],[517,5]]","getimageasbytearray":"[[545,1006],[576,1006],[433,1],[494,1],[500,1],[538,1],[541,1],[569,1],[572,1]]","getimageasstream":"[[544,1006],[575,1006],[433,1],[494,1],[500,1],[538,1],[541,1],[569,1],[572,1]]","archivdocfromdatabase":"[[442,1006],[439,1],[436,1]]","archivsbdoc":"[[455,1010],[439,1],[436,1]]","prüft":"[[436,1],[439,1],[443,1]]","auf":"[[436,1],[439,1],[443,1]]","eine":"[[436,1],[439,1],[443,1]]","vorhandene":"[[436,1],[439,1],[443,1]]","dokumentid":"[[443,7],[442,5],[449,5],[455,5],[436,2],[439,2]]","offedk":"[[436,1],[439,1],[443,1]]","barcode":"[[436,1],[439,1],[443,1]]","klenber":"[[436,1],[439,1],[443,1]]","nr":"[[436,1],[439,1],[443,1]]","transfer_onbase":"[[461,1006],[439,1],[436,1]]","archivedocfromdatabase":"[[442,4]]","returncode":"[[442,1]]","200":"[[442,1],[443,1]]","ok":"[[442,1],[443,1]]","dokumenthandle":"[[442,1]]","base64image":"[[552,1006],[448,1],[454,1],[546,1],[551,1]]","sbnr":"[[455,5]]","intid":"[[455,5]]","getunterschrift":"[[560,1010],[458,1],[464,1],[553,1],[556,1]]","getunterschriftasbase64":"[[559,1010],[458,1],[464,1],[553,1],[556,1]]","utype":"[[461,5]]","jsonstring":"[[461,5]]","ilr":"[[461,5]]","executeasync":"[[568,1005],[584,1005],[476,1],[482,1],[507,1],[513,1],[561,1],[564,1],[577,1],[580,1]]","cancellationtoken":"[[568,8],[584,8],[476,1],[482,1],[507,1],[513,1],[561,1],[564,1],[577,1],[580,1]]","tokenfunction":"[[491,1006],[490,1],[485,1]]","dokid":"[[497,5],[510,5],[516,5]]","frombody":"[[504,4]]","tp":"[[504,5]]","application_start":"[[591,1006],[520,1],[585,1],[588,1]]","ondocapi_netframework":"[[530,1002],[602,1002],[537,2],[609,2],[603,2],[531,2],[610,2],[532,1],[533,1],[534,1],[535,1],[536,1],[604,1],[605,1],[606,1],[607,1],[608,1]]","tokencontroller":"[[531,1006],[532,1004],[533,1004],[534,1004],[535,1004],[536,1004],[537,1003],[530,1]]","tokengenerator":"[[537,1010],[534,1],[531,1]]","pathphrase":"[[537,5]]","stream":"[[544,5],[575,5]]","byte":"[[545,5],[576,5]]","const":"[[552,4]]","9j":"[[552,4]]","4aaqskzjrgabaqeayabgaad":"[[552,4]]","2wbdaamcagmcagmdawmeawmebqgfbqqebqohbwyidaomdaskcwsndhiqdq4rdgslebyqermufruvda8xgbyugbiufrt":"[[552,4]]","2wbdaqmebauebqkfbqkudqsnfbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbqufbt":"[[552,4]]","waarcafiarsdasiaahebaxeb":"[[552,4]]","8qahwaaaqubaqebaqeaaaaaaaaaaaecawqfbgcicqol":"[[552,4]]","8qatraaagedawieawufbaqaaaf9aqidaaqrbrihmuege1fhbyjxfdkbkaeii0kxwrvs0fakm2jyggkkfhcygroljicokso0nty3odk6q0rfrkdisuptvfvwv1hzwmnkzwznaglqc3r1dnd4exqdhiwgh4ijipktljwwl5izmqkjpkwmp6ipqrkztlw2t7i5usldxmxgx8jjytlt1nxw19jz2uhi4":"[[552,4]]","tl5ufo6erx8vp09fb3":"[[552,4]]","pn6":"[[552,8]]","8qahweaawebaqebaqebaqaaaaaaaaecawqfbgcicqol":"[[552,4]]","8qatreaagecbaqdbacfbaqaaqj3aaecaxeebsexbhjbuqdhcrmimoeifekrobhbcsmzuvavynlrchyknoel8rcygromjygpkju2nzg5okneruzhselku1rvvldywvpjzgvmz2hpann0dxz3ehl6gooehyahiimkkpoulzaxmjmaoqokpaanqkmqsro0tba3ulm6wspexcbhymnk0tpu1dbx2nna4upk5ebn6onq8vp09fb3":"[[552,4]]","9oadambaairaxeapwd9ukkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaopgykctwb1nfppxm":"[[552,4]]","bs":"[[552,4]]","fxwaae1unzgv6vfkht9himyn6m2dq":"[[552,4]]","iaapobncp46":"[[552,4]]","lhg74z2d3ninxlpuhwkm":"[[552,4]]","6xckrt7kn3mpsatx5xejv21pjz":"[[552,4]]","09q02ifcnw3c6hpjnsl6fgzzwv":"[[552,4]]","ts4i2p9bj61r":"[[552,4]]","bf":"[[552,4]]","cyhjbx9qcaz8vfgrwkkp3s29uxurtu":"[[552,4]]","di":"[[552,4]]","yr":"[[552,8]]","49qb6":"[[552,4]]","8a":"[[552,4]]","cp":"[[552,4]]","wy8ots2":"[[552,4]]","hzttu8usrwjkifvcx":"[[552,4]]","r84":"[[552,4]]","cvhds":"[[552,4]]","4ks":"[[552,4]]","onvkyehvh1z7m8edjlo35kbx1n8o":"[[552,4]]","wbg":"[[552,4]]","wcdpw5iinv4ui1i7jx":"[[552,4]]","pesobhyfxb":"[[552,4]]","ufgk9t0bwrovh2jy9l0my05fgatrbpgb":"[[552,4]]","qoa":"[[552,8]]","ogx":"[[552,4]]","4kjfevrpek8qfds3":"[[552,4]]","xnlmrbia49iwir6s":"[[552,4]]","zv":"[[552,4]]","ba8cftfs":"[[552,4]]","2zassah4mvdx0q":"[[552,4]]","idsduymhd49ovtxvupavzaxavbx9rde2zjdrxeydsporivzf":"[[552,4]]","4kbfs92p7pnijw38uvh2g8p":"[[552,4]]","febjre1o1le5x5kkjhynggr0ypq4oa":"[[552,4]]","upnlxg":"[[552,4]]","bvx0piz8k":"[[552,4]]","cvinaefvdohuzfhrzco3ge27ndlqauuuuaffffabrrrqauuuuaffffabrrrqauuuuaffffabrrrqauuuuaffffabrrrqauuuuaffffabrrrqauuuuaffffabrrrqauuuuaffffabrrrqauuuuaffffabrrrqauuuuaffffabrrrqauuuuaffffabrrrqauuuuaffffabrrrqauuuuaffffabrrrqauuuuaffnkkwns7mfvrksxwbxy5":"[[552,4]]","0n":"[[552,4]]","wafbph":"[[552,4]]","8e5ljstnnxxd4mqftz6fiddc3pjimgh1uzp0oa":"[[552,4]]","n7u7hsbese4mjghjgwklykqj1jnfkfx4":"[[552,4]]","4knfdn4ux3on6bn":"[[552,4]]","wmfinmqlewb":"[[552,4]]","aeanv9ubp":"[[552,4]]","cg":"[[552,4]]","hxyh9p":"[[552,4]]","ao":"[[552,12]]","b91lygl8p":"[[552,4]]","c1f":"[[552,4]]","ena2cgnufvtt":"[[552,4]]","f4v9vfax":"[[552,4]]","gnd8o":"[[552,4]]","htjbap4hq":"[[552,4]]","m":"[[552,4]]","eey3cs":"[[552,4]]","xfre3qsxq":"[[552,4]]","vs0afleviv9p79t65e30qg50dwncntfygnlzbo4et70g9hnppx0j8gf":"[[552,4]]","cxvgbwail7xxey":"[[552,4]]","mdtx5mtxmk0u9xjo5h9sppx2pa2snlbpbbwxwqoafjiukqgdgb0qagdl8n":"[[552,4]]","fdh8h6vdpmh6xaarp8k7y7azhwjfh0aruxrrqauuuuaffcx":"[[552,4]]","aavo16gz":"[[552,4]]","efhxrywnxfaqzvtvtjjot9mspzr7tr8tp2y9vn":"[[552,4]]","agn":"[[552,4]]","anszwz8mtjcyafpmiadk8z4v3ypcyfgoa":"[[552,4]]","4bqb93":"[[552,4]]","sk6pnop7nfw7s7hsso0igqhuuhg8fowr1yqul6dbo":"[[552,4]]","m2tjbiira1iscknrgkqqab":"[[552,4]]","qfwqaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaoorlrx4oefl":"[[552,4]]","wab3xg":"[[552,4]]","38q6fl4otovol0pzh56pjodv059ukaopooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaoorh8wemnf8dahc6xr":"[[552,4]]","pw":"[[552,4]]","k6zbrukubqqio":"[[552,4]]","xpskanjirx348":"[[552,4]]","twfd":"[[552,4]]","9nuwleituwfvwtfdo9mrjcyeny5":"[[552,4]]","ue7yr4":"[[552,4]]","8aj1":"[[552,4]]","wua8qfedw38gfa":"[[552,4]]","tlqas4byf1fyc9xmtwfjj52j":"[[552,4]]","abn2fwfgf":"[[552,4]]","wae2nu8vakff":"[[552,4]]","xt1oe7vblxodhscvnitzmexpx":"[[552,4]]","agv":"[[552,4]]","ptqb554n":"[[552,4]]","o":"[[552,8]]","x4":"[[552,4]]","bo8qxggea9muta8j79kkdo7jgqhvpcczop4rx7gvo79nb":"[[552,4]]","aijredvhqtvq":"[[552,4]]","jl4":"[[552,4]]","gxiiescflisog68kexpu3htx1r4t8hal4f0o20fqnmtdi0y3xbhbwkyrapw6n3pnbnaeflzqadaxw1rdhbw8shuiiukqgdgbwknoooakkkkaciiigaooooa8":"[[552,4]]","pfxusfgx8jfefi29ca2ns32eppms7flgg9yxh4zr4j":"[[552,4]]","4jgfc698wekvfnxh19gmmmmktbkaqz3zod08gz2gqv4n0rm":"[[552,4]]","4kq":"[[552,4]]","fc9":"[[552,4]]","kvxy8mfbjwy7xtw3eruoytnfdy4cicf3vot6bq":"[[552,4]]","pg38nbh4q":"[[552,4]]","dlw94s09fwhtbzy3zrjfiexf6litqb2lfffabrrrqauuuuaffffabrrrqauuuuaffffabrrrqauuuuaffffabrrrqauuuuaffffabrrrqauuuuaffffabrrrqauuuuaffffabrrrqbxnxi":"[[552,4]]","jwn":"[[552,4]]","ch4a694s1ejynntmlvccezj0rb9wih41":"[[552,4]]","c3":"[[552,4]]","bn3w7qnxa":"[[552,4]]","au8t":"[[552,4]]","fdwpjliwwjmnazs":"[[552,4]]","pc3bk4":"[[552,4]]","gqvx249k2f":"[[552,4]]","cqfx5butz0j4yavc5tbmc":"[[552,4]]","1bafvth":"[[552,4]]","vrn":"[[552,4]]","dxlh3i9k":"[[552,4]]","nv":"[[552,8]]","cfvwbf4s":"[[552,4]]","s86rjewetrgv":"[[552,4]]","ape0ugr8yq4":"[[552,4]]","dkfom0":"[[552,4]]","jqb9k0uuuaffffabrrrqauuuuaffffabrrrqauuuuaffffabrrrqauuuuaffffabrrrqauuuuaffffabszqrq2q2miafcx9":"[[552,4]]","drwvlbozjbidwirqopjpqv":"[[552,4]]","ex7s":"[[552,4]]","aauo1lxhqjeapgnbcxl7dyfzw1qcitlktxtt1":"[[552,4]]","8azypp60afsx7tx7angz9nsxe0ednd8vyjmhr7wqfk9glbog9jyfsvh7w":"[[552,4]]","4d":"[[552,8]]","n3":"[[552,8]]","bq":"[[552,4]]","wavrrhig6k0pwrbj8krky7ojf7smx":"[[552,4]]","lr8fxh8t2r2h9ml":"[[552,4]]","gng":"[[552,4]]","pxp8zjf7w1ozhomipizbupo64fpzn":"[[552,4]]","zhhrmvv3t9ntnjsyboytors0hujhbcgreudaaoakapkpgd":"[[552,4]]","yz4e":"[[552,4]]","z30cw":"[[552,4]]","h3tvo1srf8asdyvmsxmx":"[[552,4]]","3v4v":"[[552,4]]","2vwprxsfffabrrrqauuuuaffffabrrrqavwhx3":"[[552,4]]","k1j8ffhxr":"[[552,4]]","aiuvmxfjafijy":"[[552,4]]","62zui0hqsxfd":"[[552,4]]","x5i":"[[552,4]]","vpj58cpd3wu8jsg4gs7ty7lyzks3jchdjtgpp0y1af7":"[[552,4]]","aiju":"[[552,4]]","ci9":"[[552,4]]","khxm8sfgrxqrxk0dzktnlmmh7qtjkkgf7qtgf71fpzxe":"[[552,4]]","br4w6x8g":"[[552,4]]","hnophhsuattot1r5ohlkplyh3zitxbuaffffabrrrqauuuuaffffabrrrqauuuuaffffabrrrqauuuuaffffabrrrqauuuuaffffabrsguqsfi94n1lx7cecrxxhyxhim3jmsulxzazio65a7j0oa7ciiigaooooakkkkaciiigaooooak5h4tfebtvhj8ode8w6owfppdq8":"[[552,4]]","3pmj4wid3zib":"[[552,4]]","nda3a64r82v":"[[552,4]]","cqnx6wa60r4w6xp":"[[552,4]]","qdt":"[[552,4]]","qpu8zi":"[[552,4]]","drn8msfqkapln4r6bq37vn7uwnjvt1znroptf6g3ujcp3mpybckpwr9yla3js7ekcjqkushevrgbqmav":"[[552,4]]","e3":"[[552,4]]","aasf":"[[552,4]]","d4sdd8r":"[[552,4]]","ee9g":"[[552,4]]","f3j":"[[552,4]]","2zp7movixdsspq20f8bnfoyogoawiiigaooooakkopwo2ui1bjkrqo5ioakoqoozjcqjq2ou05qsgaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigarj":"[[552,4]]","il8v":"[[552,4]]","dhwb8j3xilxvqsadp0a47yst2rf":"[[552,4]]","iy9hwv4y8xax4d8k6p4h1m6js9l023e5nmkoafuzx9t0a7kgv":"[[552,4]]","wecpjn":"[[552,4]]","gpv8djv9im0nwho7cdb8qzhj4wojtob":"[[552,4]]","kcgb3jb4qffz":"[[552,4]]","gox46k8l":"[[552,4]]","els40nwtdnl4dxwcoppely4":"[[552,4]]","82oiflnrx3x":"[[552,4]]","zn":"[[552,4]]","x":"[[552,12]]","4o":"[[552,4]]","zw0mosyggq":"[[552,4]]","jpexc61crjzct1wmfwl9ot3nek":"[[552,4]]","cj4s":"[[552,4]]","gvgx4ptpdnhftkslc3ubnwdlm2oxkbqzh":"[[552,4]]","apvxxzuaj2pakkaciiigaooooakkkkaciiigaooqo4njtyzjzxeccalmzjgaazjoa8c":"[[552,4]]","a0":"[[552,4]]","pdv8as9":"[[552,4]]","b7vnev0ottqbxs4g":"[[552,4]]","juggacdwvlh6v8s":"[[552,4]]","8ezfgldalear8apfsyxopx8kkempccsxckzxb9yflb92ry34uei9x":"[[552,4]]","b8":"[[552,4]]","au0":"[[552,4]]","wahajo0xgzr5whsaplehvv31we25syhttr9sfcxhnt":"[[552,4]]","aax4z0zqdjt1tdn063s2t4l7ioah4":"[[552,4]]","vvqbruuuuaffffabrrrqauuuuaffffabrrrqauuuuaffffabrrrqauuuuaffffabrrrqauuuuaffffacgvzr":"[[552,4]]","nf7epxn8jfhlwphvwnvvta6jcs3mdxdejbd2xl":"[[552,4]]","h8wgec8ehp2r9l6kapy3j":"[[552,4]]","ef7cfxwdy1hp97w7df":"[[552,4]]","aganf8kp":"[[552,4]]","bbkzu1":"[[552,4]]","vr":"[[552,4]]","3h4f6px6juuaflz":"[[552,4]]","woh9tzsf8vlqyz6":"[[552,4]]","iy":"[[552,4]]","8a4qj":"[[552,4]]","aizz":"[[552,4]]","brkog8vakvv":"[[552,4]]","wajgp6nx6juuaflx":"[[552,4]]","wzl":"[[552,8]]","2xivpi":"[[552,4]]","uv9v":"[[552,4]]","emb":"[[552,4]]","gg":"[[552,4]]","ss":"[[552,4]]","tjsyz401ah":"[[552,4]]","sajp6gv1hooa":"[[552,4]]","lj":"[[552,8]]","hkr9sfzz46vvx8uz":"[[552,4]]","aonh":"[[552,4]]","dhf7xuq4bx3caejekliv1hooa":"[[552,4]]","hi":"[[552,4]]","wdazkxu8evj":"[[552,4]]","a8txph6uv8awxf":"[[552,4]]","1bicn4":"[[552,4]]","x6t4luj":"[[552,4]]","7lx6juuafkx8qp2u":"[[552,4]]","2jvht4n1xxr4h":"[[552,4]]","jmfrpomqmad":"[[552,4]]","8ahi7tmihqknnle4ahckv8gr":"[[552,4]]","2x488tw8tzxwr61qu6qo80hklmkyhvbjostwpwr9bf":"[[552,4]]","cqvx0mrat8ldlum4k6hqqxnnp":"[[552,4]]","acyjop8avrh":"[[552,4]]","7xi":"[[552,4]]","bnb4r":"[[552,4]]","8le":"[[552,4]]","p0guxupmab4yi":"[[552,4]]","3ekzxzzlyh":"[[552,4]]","ew":"[[552,4]]","4dqb2":"[[552,4]]","jf8e5":"[[552,4]]","2infsyrtt":"[[552,4]]","gml6balyle31q6jvm8n5vjxv4f8e8":"[[552,4]]","2i3zv":"[[552,4]]","ivjj":"[[552,4]]","snxz":"[[552,4]]","9kr9qxs0afl3":"[[552,4]]","amo6p2gpaq":"[[552,4]]","xcscf9ha6p":"[[552,4]]","sll":"[[552,4]]","w7c":"[[552,4]]","peg":"[[552,4]]","f4h2gf":"[[552,4]]","wldh":"[[552,4]]","2wv1dooa":"[[552,4]]","lz":"[[552,4]]","h2j8bpox":"[[552,4]]","ien5":"[[552,4]]","rk":"[[552,4]]","wdstif":"[[552,4]]","cyvxjkxv":"[[552,4]]","iomkd83vyf6v":"[[552,4]]","olfah5ef8adrf4rycyfeltqfxzrg":"[[552,4]]","0qrf":"[[552,4]]","cv":"[[552,8]]","xnbg":"[[552,4]]","4i6cpxm4p9a":"[[552,4]]","igd44":"[[552,4]]","zd":"[[552,4]]","yl8w":"[[552,4]]","s8":"[[552,4]]","eg78ra543twlas1a3fhaiqk5jb3nupbhh1r7hoooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooa":"[[552,4]]","pz":"[[552,4]]","aiksffg7t9i8lfdntpwq6tl9su40opmvwcxqfubjn8bx1n":"[[552,4]]","yv8glh4gfbjqfd9vaqx8kk3wotaanlcoawjpfhcj2ffdp":"[[552,4]]","bqcbp20ph49":"[[552,4]]","wd8gzytpj3fd2":"[[552,4]]","am3":"[[552,4]]","px6grjax":"[[552,4]]","ladqkkkaciiigaooooakkkkaciiigaooooak":"[[552,4]]","kf":"[[552,4]]","cj37tcnw68hj4eehbgjxn4gi23lwn57e1y4omdgf7v0zx0x8cvjbphwm":"[[552,4]]","gureldzkurwibyiscnpmr8ka":"[[552,4]]","5p6z9k":"[[552,4]]","pn9jp4r6x":"[[552,4]]","1d8ctv":"[[552,4]]","mvxarr3sbo786coufu57hcexgaf4iwacdoapwgd6d":"[[552,4]]","yd":"[[552,4]]","zmx4f":"[[552,4]]","c8atq8ahi3xafulosvntdj93cp":"[[552,4]]","aei":"[[552,4]]","59hx1ookqlt6dkwgaooooakkkkaciiigaooqbl2csd4umjezpvrq4ll9rqbprscloakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigark":"[[552,4]]","ip8rdn":"[[552,4]]","fhw":"[[552,4]]","1zxxqrawemwztfc4mjy":"[[552,4]]","vb7k4h411lfmz":"[[552,4]]","wafjvjhqpxe8ead8fpcttdp58b6hfccmw5c4iipsoo4":"[[552,4]]","x2oa":"[[552,4]]","nvfmuan44xxx8tpeehnv8awl97a1lnimjfniv":"[[552,4]]","2y48kb2ll6v":"[[552,4]]","ph":"[[552,4]]","box4pr8mf2e7durmdy9x8syhupywwwjpyxl":"[[552,4]]","3yn31y18i":"[[552,4]]","jphjb":"[[552,4]]","nv2hpavwo8nexomehmjsr64j5elxxjfth6emufrbx7e6tpdvomm2mn2kyitbwfiykuycqowb":"[[552,4]]","qoauuuuuaffffabrrrqauuuuaffffabrrrqauuuuaffffabrrrqauuuuaffffabrrrqauuuuaffffahwl":"[[552,4]]","wvy":"[[552,4]]","ftxe":"[[552,4]]","dpxe0":"[[552,4]]","njlo0":"[[552,4]]","wbkunqhki5yjh2djh":"[[552,4]]","ahx05":"[[552,4]]","yn8x7b42fbdw54gjmws9wawl8gowsembwbhboafxrv":"[[552,4]]","ab14l0z4ied9y8n6zbrc6bqls9rpgwzwwxke4pipygv":"[[552,4]]","wi8ca7":"[[552,4]]","wae8":"[[552,4]]","2itu8h":"[[552,4]]","lfpk8faq6l5gcueisrhdj6kdgx6edqap1foqno":"[[552,4]]","swwv6xa6lp1zfewn1es0fxcwzjeyzda9xvygaooooakkkkaciiigaooooakiurmkzt5z55vhgjuu8kjbvrryssegaqq1":"[[552,4]]","fn":"[[552,4]]","aaur":"[[552,4]]","aknujf":"[[552,4]]","dfgssw91vuhwhvzlpjybiatsuoszzg70baoa8m":"[[552,4]]","oxj7xp2":"[[552,4]]","f2knm8a":"[[552,4]]","epzp":"[[552,4]]","eo0y4dy5kb8vypxldv7ygfz7etfpr8m":"[[552,4]]","h3o3wp8ear4v0g2ftpumwignr1c":"[[552,4]]","xox7sxysfu143":"[[552,4]]","xt":"[[552,4]]","y":"[[552,4]]","bfs6":"[[552,4]]","dwm38mb":"[[552,4]]","l9wvz9suammpjkwa":"[[552,4]]","i5ofu5r6moakkkkaciiigaooooakkkkapl":"[[552,4]]","anpb4ssfbp4i":"[[552,4]]","kpf1vf517y24w1jiydm7bej9gw3h6v":"[[552,4]]","vx7gfjxx14p":"[[552,4]]","a28n6ja6pe3t9qn80mrozsyyqhjkljpjb49ok":"[[552,4]]","ynxp4n0fx":"[[552,4]]","4z1dw":"[[552,4]]","r9jhqwkx0flxfrl911znqoqqqccomk4n4n":"[[552,4]]","sz":"[[552,8]]","aa8":"[[552,4]]","a7xuvg":"[[552,4]]","qy7g7uujbuv2lmk":"[[552,4]]","3qzekl7cgd1efrs0uuaffffabrrrqauuuuaffffabrrrqauuuuafffynh":"[[552,4]]","wabab4qur":"[[552,4]]","20bwrhvlixk8q6jtj1kabv7rahg9etag3rrrqauuuuaffffabrrrqauuuuaffffabrrsmwvssdohc9kapnp2ivjpyfax4t634tvcrz28rjs7djgz3dcin58n2br85v2utgulxs":"[[552,4]]","il":"[[552,8]]","0x42b7tnpszntdooli":"[[552,4]]","kh3wd2usfhufar":"[[552,4]]","7v":"[[552,4]]","xg1n9sn9plr":"[[552,4]]","hx4nkmmg6bdg2wrtlhlb":"[[552,4]]","fxdf7kged6h1rov8agorqvh8j":"[[552,4]]","hr8ppgn4rb8pvs6ukj":"[[552,4]]","lg7itwhvncs34d1oa1p":"[[552,4]]","w3n8qejvgpxu1vwmnkdrk2mkgd0kjezm":"[[552,4]]","fxom":"[[552,4]]","5r9ik8t":"[[552,4]]","zl":"[[552,8]]","e8hwv":"[[552,4]]","cfhbwuiqlqg1wa8cd79xj88h":"[[552,4]]","akgeyivuqaciiigaooooakkk4l42":"[[552,4]]","gpqvgt8pdr8weihc2lsasdvd":"[[552,4]]","rj5d92nfc":"[[552,4]]","pjnahe0v8dfbr":"[[552,4]]","gqf":"[[552,4]]","wsb4q6z4z1xwcml6zqtytra3vvdgssj2ofmgiai6dmyz3r75oakkkkaciiigaooooakkkkaciub8efexw18mtdfv":"[[552,4]]","fot2eiaepx515kedh0ufxh2aq94v8vat428p2ouahfw6npv7h5tvd27bkkxomg":"[[552,4]]","uefhqbruuue3egaooooakkkkaciiigaooooak8v":"[[552,4]]","ak":"[[552,4]]","zl0t9pbwi2l32yy1u0dsazqezlqsefdpqjygr7e1e1uhoa":"[[552,4]]","lp8azs":"[[552,4]]","aw8xfsd":"[[552,4]]","egx4v":"[[552,4]]","fa3mj8njmujmkyxsitxjgf44t1x26juk":"[[552,4]]","aexwldxtjtdr027hvrc6jesfxa4zhu8ggiviv2np2w":"[[552,4]]","dh7snhe2wpxrza7bant9yjqezc2put":"[[552,4]]","eq9xxwb8kfjh8rv":"[[552,4]]","cf":"[[552,4]]","waqh8bep9punr8hstbkvwlkqe8zwzhgjuu9ftrqb":"[[552,4]]","rtfc54d":"[[552,4]]","iggfezwvz":"[[552,4]]","ipdeow6ppd0m6oafs4":"[[552,4]]","2whumo4pndhqauuuuaffffabrrxlv7rxx":"[[552,4]]","0h9nf4c3fitv5fkuj":"[[552,4]]","6slanis6mi4ud0hunskapo":"[[552,4]]","22p2sll9nfwljzazlhcentvjapt7bofiu8gdx6dso5xxin":"[[552,4]]","bpt9lw9n0":"[[552,4]]","xi8fwvca3qdmbsobszkunktcvn":"[[552,4]]","js":"[[552,4]]","l6dnvxmv7lxwn8q":"[[552,4]]","tn":"[[552,4]]","abcv":"[[552,4]]","i58smln8owxqdiw4ju5eovgt0iqyyb16dzx6jww8dtckmmaxrioruuycgdaahyuasuuuuaffffabrrrqauuu2sryllowrrywy4aoadrmvg":"[[552,4]]","158kphdhiuuelbos9t":"[[552,4]]","lw09vtm":"[[552,4]]","fqqmdv":"[[552,4]]","aik":"[[552,4]]","pvid":"[[552,4]]","wvmurjz7fwb4pearnbf6yxygf3vltj82oa":"[[552,4]]","pvjv":"[[552,4]]","2h4i":"[[552,4]]","cfxh0xwvqcv7qor6g0ylwwvxfosjbuljocn0hne":"[[552,4]]","o24a9jyk":"[[552,4]]","lv8ayi":"[[552,4]]","oftifhdxvjd45p9pdtrrz0mi":"[[552,4]]","u5r1h8vhtbgucaoh21":"[[552,4]]","otac0uuuaffjury748ftfeef2f":"[[552,4]]","aafc614gvo3uqnttpslg3fzj2vv6geppaoa9b17xfpfhfsbjvnx1c30zt7dd8tzdscnehutxy":"[[552,4]]","df8fmfg1b":"[[552,4]]","mi9dju9tuldphcdwjtb9luk43zlbivvtr5det4z":"[[552,4]]","apbr7x0vjdaf4htjfu5zbk1xpf8a56y4":"[[552,4]]","waivoab":"[[552,4]]","gld4depw6ipeeqqywzzquhay33ipy9o":"[[552,4]]","tizx7igd7jt547qcoajxjfiozwu5bbgqrulqwnnfptjb2kc7iii1irfrvgapyft0affffabrrrqauuuuaes":"[[552,4]]","tu":"[[552,4]]","fhpgz8cffxiqsio":"[[552,4]]","s1a2sgtybiqbux7gnd":"[[552,4]]","ffmx":"[[552,4]]","aasm":"[[552,4]]","gn1yeepfxxcvziztcurzwbyfnsmku":"[[552,4]]","4u5gfy1zp":"[[552,4]]","bvl4i3gv":"[[552,4]]","ifbfwu0otncyslfxemzywkc":"[[552,4]]","xchh":"[[552,4]]","fr":"[[552,4]]","ev9x":"[[552,4]]","wchdv8acx4tef":"[[552,4]]","ckcgf2byxxylr96ujlt9sxnahduvyxxe":"[[552,4]]","lhhl4t6o":"[[552,4]]","qelnds9etfhym4kg":"[[552,4]]","t2rb8zh2ar5r8sf8fxphlpeopb6xoeu6zcpx9qwniub6bmz":"[[552,4]]","yoa":"[[552,4]]","26k":"[[552,4]]","bpg3":"[[552,4]]","wua":"[[552,4]]","e3xgvydnj1oxw3q8xajtnaurbyeyyalm":"[[552,4]]","2a":"[[552,4]]","kucskgu7liygb60aooopm0afeb":"[[552,4]]","trftgee":"[[552,4]]","2adg2xrgsej7hm2mjqoax9hkp8cz":"[[552,4]]","e9hwp":"[[552,4]]","1v":"[[552,4]]","0lpp7n":"[[552,4]]","w3udxugjuddugynm08t800ph3ioorepptjuk":"[[552,4]]","kp2p":"[[552,4]]","wblnvf2nffl38x":"[[552,4]]","airvcahpc9y0ttbxbi":"[[552,4]]","3ybup9iv6adg4xqbn6x8w":"[[552,4]]","wbr79pkstwfcef9pgissyfsmcdrbkegkl5f65ndx":"[[552,4]]","zb":"[[552,4]]","2j8t":"[[552,4]]","xqtfhx8ayzz7i9lw2iurunuulevv9wsv4dg6z9":"[[552,4]]","tfofzafbaxzw2lpbhbwskbioyucoigyaahqfsvgt4jfs7":"[[552,4]]","ep4sft":"[[552,4]]","wpihunhaz8havjb3eorljynghaiuehl2bix2oa":"[[552,4]]","qquugio":"[[552,4]]","cgba":"[[552,4]]","qf8agor":"[[552,4]]","1mpg74fphhw7dgem9dqxzjoxtlzugf2zui":"[[552,4]]","umvup2nv2pvdp7n":"[[552,4]]","w6vp4r3xfcirp":"[[552,4]]","jo":"[[552,4]]","zjw":"[[552,4]]","vmb91b3j":"[[552,4]]","gr40":"[[552,4]]","y7":"[[552,12]]","z81":"[[552,4]]","9pz4oxfxq":"[[552,4]]","j6yxelfavtfpbcg7byzt8uaf":"[[552,4]]","wuebgdcqbqb7b":"[[552,4]]","ame9f2y0":"[[552,4]]","ehggtx74nh8rxvrkjlanhzwdr1aoejn94":"[[552,4]]","gk":"[[552,8]]","dphlg37xn7fl":"[[552,4]]","4klbufdwjxdxgzuufvadsi":"[[552,4]]","4e2d":"[[552,4]]","jr7p":"[[552,4]]","ag7fiuphj":"[[552,4]]","zn4hktzfs":"[[552,4]]","p6sn9lwe3gqzaqxgprn1fjv7ott":"[[552,4]]","wv47":"[[552,4]]","jcq":"[[552,4]]","rrvig":"[[552,4]]","zlb24yicxx4":"[[552,4]]","eyn":"[[552,4]]","aoa9g":"[[552,4]]","hp7w3jr4wftxs":"[[552,4]]","fvct1hn8pljp7ea2malghiuh7jfjijfg3nubx3mk":"[[552,4]]","8aglp8kp7j8da":"[[552,4]]","8qlyl":"[[552,4]]","s9audaw0jjnyyz8xh1c":"[[552,4]]","8ajtfetabrrrqauuuuafffx":"[[552,4]]","bvxw":"[[552,4]]","qerfansb6zr5bht9uws8veiqylvy":"[[552,4]]","wjx":"[[552,4]]","nfzwqapaalp9xfx9zhz2duhlmnmykikbkkk9q":"[[552,4]]","lv9pr9phxp":"[[552,4]]","2r8qrb4t":"[[552,4]]","2mm8ntchhmtk":"[[552,4]]","bmb5lkp8es4j59m":"[[552,4]]","goa8s":"[[552,4]]","yn8eh4pftn":"[[552,4]]","gppooolpq4hfshckd5sgimdywij":"[[552,4]]","gv2h3dpx5l":"[[552,4]]","lf":"[[552,4]]","cxfjtwppuna38ovgx2nxfaxk08dobvzmbz5mqnpnogx9aqecp28vjd":"[[552,4]]","z1r0hhr4yeg7rvlwm7gnuovjvaoonyyd5jr":"[[552,4]]","p1oa":"[[552,4]]","uckzgojjwb3rkvhf8vpdnxi8h2fibwvfpqgmxi7cpe46o69vyehr4h":"[[552,4]]","4ke":"[[552,4]]","tr3xhu4u":"[[552,4]]","hj4gvpkvwtzrgqwt80qp":"[[552,4]]","lcmjospvhtnfahe":"[[552,4]]","tt":"[[552,4]]","apbrlqvhxpcegfasqekpfgyxstqd1ran0wcf6xwf4rx6mvnl9m39tb4x3n7rxh3w94q1sbwlhw9risrrtj4ex7ojsbvtayu3ibhodmvmt4d6vdwdxbz":"[[552,4]]","d9el1vxvfny471ofoe33ceqr4id":"[[552,4]]","aptq8jngotfpd":"[[552,4]]","xx":"[[552,4]]","wvn8jdrg":"[[552,4]]","ihjyf7d40kvnt7pdvwy3dlmy":"[[552,4]]","ekotnsmmgd7wpm1g":"[[552,4]]","mphvh34f6tjqfipwrlrrgmzm15meb9hnkn2ffefxq":"[[552,4]]","4kmapp80ukfc":"[[552,4]]","rppen":"[[552,4]]","xmaaleoywbumujhzofrigd7k8teldg8f6tnqmu6na6tp8klpli8leakpqa":"[[552,4]]","hpj1":"[[552,4]]","wafpnnslitw":"[[552,4]]","wdcbtx8ratixigq3ez8kn0hlr":"[[552,4]]","ekp1wprxk3hv9mx4":"[[552,4]]","ftmatd4h":"[[552,4]]","jgs3fh":"[[552,4]]","w":"[[552,12]]","7b411afmj":"[[552,4]]","0xthjhhqtivud4c":"[[552,4]]","sb":"[[552,12]]","dj4aqjppglrqeuyafwnsust":"[[552,4]]","8a7ip90uafkj8d5piv4g8u6xcfe2xux1nvoxpz2d8":"[[552,4]]","gsnmwuih9we9bgv":"[[552,4]]","y37opw7t4s":"[[552,4]]","wb4w5eljyqzs95zczjd":"[[552,4]]","307v":"[[552,4]]","evxmah4xf8fmido1czv0nsnqjsvpncxpdawebistwb8rv6d":"[[552,4]]","1b":"[[552,8]]","wuuka":"[[552,4]]","n8c":"[[552,4]]","bqn9t1azvsra3dezahpg22xb3n":"[[552,4]]","tyx6zoa97":"[[552,4]]","am":"[[552,4]]","bt8jfs6axnyxtr634xkt":"[[552,4]]","r9jhfplk9gmi":"[[552,4]]","6vt1p6186":"[[552,4]]","sfftf":"[[552,4]]","h74pfhntf8twd3c":"[[552,4]]","c9vgmnm32hk2tveeyo8b7r":"[[552,4]]","gfxqc5nxv2xp":"[[552,4]]","cd899qepjz4zss6nq9w4uo9duhmnze533le":"[[552,4]]","mf9jp6":"[[552,4]]","lfoda2ufndfdbxjbdeosoonqqqogaoa6auatdps0ntiq2o6rz6papdx13dz20yy008grf":"[[552,4]]","ppfafqiqgi69pvitt4b":"[[552,4]]","21kxmz5dzasrjg2odhgchmr9abrrrqauuuuaffffabxbfgt4i":"[[552,4]]","jp4tunb8vabheqmp8m5he1s":"[[552,4]]","mb427edfq9wa72igd8m9e8h":"[[552,4]]","f3":"[[552,12]]","gnd48":"[[552,4]]","trrz5nf8aav3mfdutbtr2szr":"[[552,4]]","q5mdgh":"[[552,4]]","1q":"[[552,4]]","v2df2qfbn7sghfancultnzhqnd6ncopphpcgfxl":"[[552,4]]","td9k9w17w":"[[552,4]]","pnirslns9xsbfutouumc1tcxh0dt1bbr85":"[[552,4]]","2ip2c":"[[552,4]]","e3we1":"[[552,4]]","hyvwnu7uiwjmd9jgkp2m2humi":"[[552,4]]","xp":"[[552,4]]","snn60afppz":"[[552,4]]","flxw5":"[[552,4]]","yp":"[[552,4]]","wuu03xpjb4r":"[[552,4]]","kjj8pekufye1f18u3uxzjdg":"[[552,4]]","6t8":"[[552,4]]","vbpp0r7ghms4jwsnldggvztkeeonad6kkkaeptjrx5v2vw5":"[[552,4]]","if7ev7s2pxfiqxvta8g6fctdnhojitrerelamesr7tkj3pyv":"[[552,4]]","qtmsfiyxvfusckqmzprqbl":"[[552,4]]","lec":"[[552,4]]","dthoeiwuenaxyxldbbwrhvud":"[[552,4]]","fqe":"[[552,4]]","a16kkaciiigaorz34k":"[[552,4]]","h":"[[552,20]]","aoh3wjt2k8vekto0twmi3aupm30jxlh8q":"[[552,4]]","pvil":"[[552,4]]","wva0ykv9p":"[[552,4]]","g3ha51q6y7y73vay4yfvylyzfjigd9ai23oa8f":"[[552,4]]","kx7w3wr":"[[552,4]]","d":"[[552,16]]","mr":"[[552,4]]","ipftl9uqc2fk":"[[552,4]]","2i4":"[[552,4]]","mxc4":"[[552,4]]","hffbf9j":"[[552,4]]","tc":"[[552,4]]","ty4n1jfehfd9x2lp8aztrtp":"[[552,4]]","ypncfga9e":"[[552,4]]","fv8awsl8m6a0d54":"[[552,4]]","8s3nic8j3paaepihz3y5yzfhigdn":"[[552,4]]","ij":"[[552,4]]","wvaudsuh0v4aecpbq6koyg61tlsx7fyu5j":"[[552,4]]","p":"[[552,4]]","cuij":"[[552,4]]","fx7w37u0gn8raje":"[[552,4]]","g9duofkvztyqht6qp8zd6iv0q":"[[552,4]]","hpwh8afce3slwr4u03sxuynxhcgmb6ucsfzrvvagd4s":"[[552,4]]","fv8awsm8h6hjheeotfvfe9ydlrw1":"[[552,4]]","wbggj9zy7fmkwv":"[[552,4]]","cinhnwr8cfghphhxwd4c03qpte1bvkkt4ajwghg9gxpzhlgpqfwv0k6v":"[[552,4]]","aavqmrelvhmk":"[[552,4]]","4az5vxubnbu8xn3":"[[552,4]]","jukaprh9il4ap8mf2a":"[[552,4]]","b9iyhhe31sntu":"[[552,4]]","meytfpg":"[[552,4]]","rsq":"[[552,4]]","8aaa93rk":"[[552,4]]","b":"[[552,20]]","itqyfawixugq2s6yunwmofz0cbbgudnok8y":"[[552,4]]","l37f":"[[552,4]]","wl":"[[552,8]]","fmm8uetjxrqqghbhrsjfm9gkztx8":"[[552,4]]","woa":"[[552,4]]","kia8e":"[[552,4]]","nx7wxw2":"[[552,4]]","a8ukfipx4x1rvymk2re10x7aqpu":"[[552,4]]","8cxxwprn7u37rp7w99no3w20c58p6hixuyaacgcn":"[[552,4]]","npdmabx":"[[552,4]]","dxxpnwx":"[[552,4]]","wccxfmsya38wdem1zupg82ttlgvvl3dxjkfmf8adfahjxx0":"[[552,4]]","wccmpj":"[[552,4]]","aoifvdw3gaybwbokt5bxyl5l02c4bkxtjjx0hpvxp":"[[552,4]]","sm":"[[552,4]]","sjej":"[[552,4]]","2qfen":"[[552,4]]","aal3jg9vf":"[[552,4]]","erjmzcx11izz37jqkzbjx6t0hbmvut9p79jtsvit8d4pchggy07wzd6bcrd2cecflxtmfklxyc5ip3jnmvkvw":"[[552,4]]","y9":"[[552,4]]","17p2i23hiw1a50tq7rfkhjh1mokfvz":"[[552,4]]","0zo7v3fah6x6jppht4t":"[[552,4]]","glxsbbdp8n6lzpsihlrcigdyset7muf8u":"[[552,4]]","tefbzwa0ial8qdg81pvrw0":"[[552,4]]","nup":"[[552,4]]","apk18wap":"[[552,4]]","waeu":"[[552,4]]","ir4ule":"[[552,4]]","jf4j28tmcyle014":"[[552,4]]","wcblrxqnhf":"[[552,4]]","aijp":"[[552,4]]","dftdja14h1zw5b1cfldd":"[[552,4]]","abp60adn4i":"[[552,4]]","wccohwz0fetlnq":"[[552,4]]","suon2wykqfxcj":"[[552,4]]","vctc":"[[552,4]]","8fcpakbyh8ga9ivzmkhxp4bq9o8o":"[[552,4]]","sa":"[[552,4]]","a3w6qbfbcwomvr7":"[[552,4]]","4kmp15bfdpd":"[[552,4]]","yv8ibeerp8ovd":"[[552,4]]","3gpmskj":"[[552,4]]","mjnahhngn":"[[552,4]]","gqt8jve14ltq1vq3hlnobneqrlevuxqkgfhx1l4x8var400w21fqtrt9v0y5xffdwsgdhh1febfej":"[[552,4]]","gn78gvh2mtxqego":"[[552,4]]","dd8yny73sgmzrvupnar7ev8yfdhxf4y":"[[552,4]]","ya":"[[552,8]]","axg8e67qel54k1sdffk":"[[552,4]]","tna7buueu":"[[552,4]]","ddt1a9cpsgd9yakxve3jhrpbmiy6trurwmladgu5rm6lwnmfunn8k":"[[552,4]]","jpjh":"[[552,4]]","wafrnf0iz9h":"[[552,4]]","f2kyej9uy":"[[552,4]]","wnrukzbcn22ipmkp5cgd7m1nxnp8adumz6hql7bp1japas5upbhgghcsebxyh8zv":"[[552,4]]","cnfw58bncwphsgbxpqizusw58u0vveq8t":"[[552,4]]","wefjxzvov7op7rn7yupq6t8qtyuvd":"[[552,4]]","aiclbef1dmaht":"[[552,4]]","zytvx":"[[552,4]]","prup2if2xfhz":"[[552,4]]","yn":"[[552,4]]","zjq":"[[552,4]]","pw9ifehi":"[[552,4]]","ugum2epaoq7ljj9944":"[[552,4]]","urhqx7khhnahm37i6at":"[[552,4]]","1p":"[[552,4]]","2dcfehxlbg0wmd":"[[552,4]]","1zoywtfgvascnc9gch":"[[552,4]]","aica":"[[552,4]]","tf2up27nb":"[[552,4]]","anvceh9a8nxphdrgwwbmnlkcnkr3":"[[552,4]]","annr61":"[[552,4]]","ehwl":"[[552,4]]","aginf":"[[552,4]]","evw91pwn8odmmfxt4mugs":"[[552,4]]","qrx":"[[552,4]]","zlhebtskfr1y5y7j0z7v9kfsjf8abp8absl6h4gffttqviwd":"[[552,4]]","tmgk3leyslhnzjyfvvk9ogoa8p":"[[552,4]]","ef7gfxl":"[[552,4]]","agstyi8e":"[[552,4]]","f3xr7tdjuj5sccw":"[[552,4]]","wbknj6grxnijptj8o9fchg":"[[552,4]]","9jl4nectlsztpaml3mf2tcalf9plf3lpn9mv7tgovfudcgyc46u6gd42":"[[552,4]]","ae":"[[552,4]]","4jt":"[[552,4]]","bfifps1":"[[552,4]]","4fgi8g":"[[552,4]]","jiwwjjhj":"[[552,4]]","ytnqfzp4pqv5v84":"[[552,4]]","dx9qr4tfsu":"[[552,4]]","ei":"[[552,4]]","j":"[[552,12]]","jxes6dgcqlcufmrom63mpdp7h9k":"[[552,4]]","veshxh4e8o":"[[552,4]]","ptnbt":"[[552,4]]","abhotjrdm3":"[[552,4]]","lg9gwqd3grx":"[[552,4]]","fahy5a":"[[552,4]]","8abur4ns2ayzlr1tpjm3nigippknivmvin":"[[552,4]]","wafw4nqhftfhr4pu7zvj":"[[552,4]]","3cn1qfidhgbykjlh2jh419f3h7a":"[[552,4]]","wlulwznwjaxknplxzyqn5bq9f8b":"[[552,4]]","ax4efdjlfwz4p0nszhwlig3uy":"[[552,4]]","99nlfrqb":"[[552,4]]","neg61efh74":"[[552,4]]","wmnxg8wjtlxzy2o3eqyessmahlqop4ung0kb3r9f":"[[552,4]]","en":"[[552,4]]","aauq":"[[552,4]]","wr0k30nw1cz6":"[[552,4]]","hzqrbb2ej25wjfuya3thccds1c":"[[552,4]]","lx":"[[552,4]]","bol4z":"[[552,4]]","fjxte":"[[552,4]]","j5lrvddvl":"[[552,4]]","uzxconunlsshq4dkdppf":"[[552,4]]","vx":"[[552,4]]","aan":"[[552,4]]","wtl":"[[552,4]]","c3guaoebq7jxfcj0bwlkyl1z9xckfyoa":"[[552,4]]","ypex":"[[552,4]]","bqb41fhlujnh":"[[552,4]]","fhg19nr22rnaw7xlyb6lyni":"[[552,4]]","lva1":"[[552,4]]","zk":"[[552,4]]","ax":"[[552,4]]","b3xh4vudkat5vlv9zzwgf9iliffpn4d8k6n4t0":"[[552,4]]","ox0xs7psromywczhwjqpoorvoa":"[[552,4]]","k64":"[[552,4]]","bv7x3wdn":"[[552,4]]","36bropa9br8sunx321spegtk":"[[552,4]]","gksz":"[[552,4]]","tg":"[[552,8]]","txejlx":"[[552,4]]","hhrhwzcwureew11b6fijvti3zuh3xx6kyooa":"[[552,4]]","nv4gf8e9vgxxh8xx":"[[552,4]]","nvjrqvxkwctnpu0":"[[552,4]]","m3nyeu2vs4rf9kc":"[[552,4]]","sv0z0vsrprdotrcwto7oytkwok3hukqiaaab2hfw6yffxig08i":"[[552,4]]","gdv1u":"[[552,4]]","kwgz0":"[[552,4]]","1kupxy4avflh":"[[552,4]]","vah5tf8fepfl78av2jpb3wg0nzl9jkihlvtx9qucm5":"[[552,4]]","3y8z":"[[552,4]]","prv":"[[552,4]]","wccnukpw5":"[[552,4]]","ffwq":"[[552,4]]","gmkzi02epiyqmbhbgsa5huxy":"[[552,4]]","uvifsbehbv46fttel":"[[552,4]]","irqynldyss3mcjdjz5iqgh":"[[552,4]]","6m79k":"[[552,4]]","kp2":"[[552,4]]","wblnwf2ivcoix3hbyppemhpky7wv9guizau5qx4daopgfegd2n9nlwfd4b":"[[552,4]]","bxgbq4ucfztjtzifgmyogdz":"[[552,4]]","lmarfgd9pb4d":"[[552,4]]","a6ykl8u":"[[552,4]]","ira3uwmpp0dcw6f0ajxn8tgv8aq":"[[552,4]]","9ttxxp9r4dkuny0ztrenbds13daoeubrl1o4jhpmvq":"[[552,4]]","hp":"[[552,4]]","waesptn5hrhxw8uy6rdu2":"[[552,4]]","tt9ndigpo8zfmfwa":"[[552,4]]","tahp":"[[552,4]]","np":"[[552,8]]","cknxh":"[[552,4]]","k2vn4f":"[[552,4]]","dfgysn3jwoz7dru7cf3ti":"[[552,4]]","kg":"[[552,4]]","ua5rup2jv2s":"[[552,4]]","2fzrtxh4":"[[552,4]]","sbu80cwuljfqdnf5jz":"[[552,4]]","bviamby6zp4v":"[[552,4]]","kfw3":"[[552,4]]","evhd4taoum":"[[552,4]]","e9as9gtqmmbemb5pdnpzmfqa1":"[[552,4]]","fnhtsvhhh2":"[[552,4]]","0lw7kk":"[[552,4]]","0u":"[[552,4]]","iage3mxksph6h0pagdif2ffj94e":"[[552,4]]","ag8a2vipqpfjm":"[[552,4]]","1d5p7mpntzccow9o4pcvt":"[[552,4]]","fd4weefg34fk1jxbrdtpnqatgkjjzjip4utqx9hx59el":"[[552,4]]","cf8a8zphd421c":"[[552,4]]","8agz4jcanemdgi1a2lxgp":"[[552,4]]","gkb":"[[552,4]]","v8eufwq":"[[552,4]]","4jqep":"[[552,4]]","inr6az8zpgkjocc1vbdnd3mg7qzg":"[[552,4]]","vb9m0acd8vfjn8s":"[[552,4]]","vhx":"[[552,4]]","aagvw702607wfe":"[[552,4]]","6vd20mgp":"[[552,4]]","uuxhahon06mvun9l39lxwz":"[[552,4]]","zx4rw2skxupev0oooavivzyt":"[[552,4]]","ct":"[[552,4]]","6g7dv1nd":"[[552,4]]","8lfhd4t":"[[552,4]]","dfhupq":"[[552,4]]","cwj2":"[[552,4]]","lwk8uyxmsvv7zuewp1rsqacuh":"[[552,4]]","lnwc8l":"[[552,4]]","grwfeehve2nrxlvmheuxucw3fhdo3uef":"[[552,4]]","rrukz":"[[552,4]]","abbrvr4b0punvvzvhtlkb7iv2oaqqpyn8hqb":"[[552,4]]","xx7e":"[[552,4]]","i":"[[552,4]]","gz8eviz8mrcd7p":"[[552,4]]","sv":"[[552,4]]","lvax":"[[552,4]]","vrq3u":"[[552,4]]","oxi498":"[[552,4]]","1flvw78nad8qph16pin41phcjpglvl26tzj55zcx3qaoogzn73ffxn":"[[552,4]]","bpjt7j4rftxeo":"[[552,4]]","io8bfzircsithg":"[[552,4]]","d8kv12g19c":"[[552,4]]","fd9hx4q":"[[552,4]]","fjxp9a1xw":"[[552,4]]","jzapo2":"[[552,4]]","a402dopnynlmufkt74oa":"[[552,4]]","cvh":"[[552,4]]","wdtofsu":"[[552,4]]","st6l5hgwx1dxhq7jtl1jlq":"[[552,4]]","focc5lk27qfqdfcj4q":"[[552,4]]","4knffn4yx76f8jvbj6flkditqqte3fpq9ni":"[[552,4]]","ka":"[[552,12]]","q":"[[552,4]]","cv8awt0":"[[552,4]]","b3hazjh4ubvjvoqdsupjl":"[[552,4]]","75zivefdpg3qfbdgtlooj2oj2i8cgygwjf":"[[552,4]]","hqkapzx8j":"[[552,4]]","8e":"[[552,8]]","pjf8ctuj1v4uelztljc7mjuzzdxwd2c52j":"[[552,4]]","nivtf4lfsg":"[[552,4]]","dl4gwwvoegr3eqqug1xugj7hj6gnhf8agife1vhctx2slzsylffgczo5cqohuk9qah7qbjfedfgz4":"[[552,4]]","edpgh4coreldujttid9msuia4uwhanop":"[[552,4]]","vqdzxzt":"[[552,4]]","wue0hwb9p8n":"[[552,4]]","dfyve":"[[552,4]]","ickxnfab7s2bpxj":"[[552,4]]","afja9hx714x8gf2kfil":"[[552,4]]","094ohj340apf2omxbei29wslu5xoqqrjesdo2fbvqb8jffb4grffd4z":"[[552,4]]","jpfvp52gwmu6hjkd7lmhjfabcv5iwckd1xzx6sfsi":"[[552,4]]","2d":"[[552,4]]","gn4btdatphxh3xve86bp9yvbunhijh3i42oywonr617p4v":"[[552,4]]","yx":"[[552,4]]","evjdwdzeezvctvy6fy":"[[552,4]]","8es9j":"[[552,4]]","6uimxy3mdwj77sg1896h":"[[552,4]]","wso8gtxtpz":"[[552,4]]","onztbcniikty5cb6bsr":"[[552,4]]","kgd6n179sj4k":"[[552,4]]","g1y3xxf0r2ucx2s":"[[552,4]]","3ymtxkxjl":"[[552,4]]","aikkfcpw":"[[552,4]]","rro8wrei5x0":"[[552,4]]","z2":"[[552,4]]","kof":"[[552,4]]","borx":"[[552,4]]","fzog":"[[552,4]]","8abkh4y6evbu9e1":"[[552,4]]","vcdyqyrwqfwck":"[[552,4]]","rxrphh9g74i":"[[552,4]]","dmjedwvb6hnh0k1kv7g":"[[552,4]]","kxx":"[[552,4]]","lahyp4h":"[[552,4]]","4kufff4rxj6t8l":"[[552,4]]","aq2ckh2ljhc9":"[[552,4]]","cdpq8akv4isux":"[[552,4]]","agjlxl34jejj9gsno4pq10wzqf7tvhwpxxx6dad4x0bwvzra6ppvnpdsowirobylh4kbwpqb5d":"[[552,4]]","zj8dlp9nj4y2xhcz1kfvhfi88t1oau":"[[552,4]]","rzk7vh3r6cvuakkaciiigaooooakkkkaciiigaonffahyp":"[[552,4]]","1x":"[[552,4]]","wx4x":"[[552,4]]","pa3ou6h5xhrxptylujmq3tdojvhftvhp1r5y":"[[552,4]]","ep7v":"[[552,4]]","xl":"[[552,4]]","yy8vl8pvixpl7qph2btszlo6acpp34jokkf":"[[552,4]]","yt9mdk":"[[552,4]]","vkvpfjr8cfcpx48ls6j4r01blmhylupcz2zno8b9j7dd3fag98pvij4e":"[[552,4]]","khhe01":"[[552,4]]","wam6pbqumxkhlmhbju":"[[552,4]]","3whvwhchmukzx5k":"[[552,4]]","jfanxd":"[[552,4]]","4jzepl1":"[[552,4]]","q7qbwva1xnsauam1ufzkrzooekx0b24pav0f":"[[552,4]]","zw":"[[552,4]]","ai8i":"[[552,4]]","ti":"[[552,4]]","gvtuit":"[[552,4]]","znwt1h27slhh51ufuf3kz0yfjqb7lrsbhxivxk":"[[552,4]]","f3wr82dw":"[[552,4]]","ecn1qyzxpem4uljpoqdhf8agrfahtdy":"[[552,4]]","ijxhofgvtx1dxtxs9hskblt3s6xlx9tzx5yenp":"[[552,4]]","cjnxm":"[[552,4]]","meqp4e":"[[552,4]]","dng6a0kmoxllytexeomcd5e":"[[552,4]]","hokpegf":"[[552,4]]","cfpxo":"[[552,4]]","owpjrpxx8ys6wkp3nhdxburnhcbadih8epttqb7f8yp8agqd8o":"[[552,4]]","bmk1l4rtbnxnqknajy":"[[552,4]]","wbzaa":"[[552,4]]","75gw":"[[552,4]]","afjxz7n8cp2qp2tjhtpcgmxfh7qzztmmmxm0hcn":"[[552,4]]","9cp8x":"[[552,4]]","a19k":"[[552,4]]","ch9gv4s":"[[552,4]]","csocapql8q6thg":"[[552,4]]","2hrwj2z6qmni":"[[552,4]]","hbe1hs4uhgisgfbhy41cqb7auafnd8n":"[[552,4]]","8aglncajclqxxn8zzxlzid8tpphlsxpunm":"[[552,4]]","jp0h419g":"[[552,4]]","cv9l":"[[552,4]]","4z":"[[552,4]]","bukp8a4rnwpy292ox9vue864pv5jzi":"[[552,4]]","dfeq0uaiobjgkwiigaooooak8f":"[[552,4]]","agmp2a":"[[552,4]]","wc0x4jj0pwjzlg8tjtpy6jaol27kyiwfvkrji9hxsffah5nq":"[[552,4]]","8abjvxa1ylax4kwg0pw":"[[552,4]]","xbbylsf7m7ap417j8kf":"[[552,4]]","cy":"[[552,4]]","walvadxdea":"[[552,4]]","154zvyygc3xedud":"[[552,4]]","anc1":"[[552,4]]","99gjffyfhtqbq0xqdo8n6ddp":"[[552,4]]","lwfvp1jcu2o3tyljjuegafx6kolabrrsmwuek4hvqatfzv94s0ptc":"[[552,4]]","a9z0":"[[552,4]]","1i":"[[552,4]]","57xuafzncxqnx6":"[[552,4]]","i5":"[[552,4]]","3eovd9tjrv1gl":"[[552,4]]","4qgdvkk8y1h9sv4j6xks":"[[552,4]]","ejqzcoogurkf":"[[552,4]]","ab3nebfht":"[[552,4]]","gql4n8j28tl8ply":"[[552,4]]","lduzflvzg0vpet0pidofyyhvqb9o":"[[552,4]]","ive2k":"[[552,4]]","etjm1pwtstdl0":"[[552,4]]","ebpli7lwnf":"[[552,4]]","emvyy":"[[552,4]]","4khftgec":"[[552,4]]","jr4w8or":"[[552,4]]","c2nvpdcesump":"[[552,4]]","xsjm3fsbhnkgedt614v4s":"[[552,4]]","nmv":"[[552,4]]","alqhjbbr4nenb610vfukw9uzy4rn7suiixputwf4o1d4bab8tnbfwthqs":"[[552,4]]","xnu15pfkourpg":"[[552,4]]","6vgoo1c9avtzqb9m":"[[552,4]]","wbkn46ftbxnjrfxi1y80lw9gilb":"[[552,4]]","awfmmyaa8q3gaur3bffc":"[[552,4]]","y3":"[[552,4]]","g3wfjsfr9hxudaxh9x1icwcnuvymj":"[[552,4]]","wefjxgm3":"[[552,4]]","bwjwbaxio08g69iqdaoz4kaa7feny93":"[[552,4]]","wv20rc":"[[552,4]]","zfh9fyenm3yl":"[[552,4]]","jtqb":"[[552,4]]","hhbjive":"[[552,4]]","2ov2ynj":"[[552,4]]","af8adgk6rqmq3ejhtbv7vfpaqrzypvlknjoetfjf1":"[[552,4]]","wv6mwfs3w4rftzttj":"[[552,4]]","lgkz5p8agrn4uuv":"[[552,4]]","ph4cwda9n08z":"[[552,4]]","wagkapsj4d":"[[552,4]]","alivw7":"[[552,4]]","z8j8":"[[552,4]]","w9pzutzzdsmsx5elwfztjcd2ucva6":"[[552,4]]","mv":"[[552,4]]","wdgqf8w7zi1":"[[552,4]]","gwm47ew92":"[[552,4]]","alnulf8abrb4":"[[552,4]]","wb9xa":"[[552,4]]","di3xptbpn039aap1aor8vf":"[[552,4]]","g4v2o73m18bkmem3qzj":"[[552,4]]","m0f8naftgxv":"[[552,4]]","p8etaf7hhut":"[[552,4]]","poa":"[[552,8]]","ukivy9":"[[552,4]]","wcghp2073":"[[552,4]]","vedtuxp8azz8oh":"[[552,4]]","opp":"[[552,4]]","fxftvtdpc":"[[552,4]]","ur":"[[552,4]]","9y":"[[552,4]]","mtah6h0v":"[[552,4]]","xv":"[[552,4]]","aasr9ukbpowtp":"[[552,4]]","3boh":"[[552,4]]","naz":"[[552,4]]","wm37c0jygm64v":"[[552,4]]","cltx":"[[552,4]]","7lqb":"[[552,4]]","otffl3":"[[552,4]]","wmp7c":"[[552,4]]","phrn":"[[552,4]]","gttv8a4igemp25":"[[552,4]]","wdoh65":"[[552,4]]","4lbb":"[[552,4]]","wcjoa":"[[552,4]]","usivy9xx5":"[[552,4]]","3lh":"[[552,4]]","wawrw3x":"[[552,4]]","wbqqa":"[[552,4]]","y0v":"[[552,4]]","aas79ughrogsv":"[[552,4]]","3boj":"[[552,4]]","jaap1bor8vf8ahdx7bdr9":"[[552,4]]","waj61ib6":"[[552,4]]","hgf5ltv":"[[552,4]]","gmp2znp":"[[552,4]]","13gq8yd":"[[552,4]]","nr4bf":"[[552,4]]","lah6gv8df8fpfiw3gf4ex":"[[552,4]]","groby9q8t3itm2nkw6yet":"[[552,4]]","al6":"[[552,4]]","vfxnebh9tl9q6wybrwhux13ehpl":"[[552,4]]","bfjd8efhv7rnj7tlrxnpaz6no6m3xsbg2dqnrkugqzyhjb":"[[552,4]]","lah6g":"[[552,4]]","aitr8k":"[[552,4]]","2cddm8hl6prhoq3zi":"[[552,4]]","b5wbgp9ggx8sfwvpovza0z":"[[552,4]]","aikdfe3w5y29ndfc":"[[552,4]]","tobe3jwjfwg5iwqjahj9k1bx":"[[552,4]]","grpq0dbb74b25pcrxzp":"[[552,4]]","ntqb":"[[552,4]]","lvffnpp":"[[552,4]]","aav40aqj7d8pb2h18i":"[[552,4]]","r":"[[552,8]]","wcaiuo07":"[[552,4]]","grl8n7kr9r8m":"[[552,4]]","ilq9ybfip0agd7jor5j0f":"[[552,4]]","gp98e9swli71jtm7":"[[552,4]]","alakd":"[[552,4]]","al5jrvtb":"[[552,4]]","bn":"[[552,4]]","b3ieqifibp1qzfw3we3i":"[[552,4]]","wc":"[[552,4]]","1fahvffcv4c":"[[552,4]]","kxg7xfgr6j4o0jvvb7v2w9jcn8ac104ynydkualrr70uafffx":"[[552,4]]","btv43sebvhra":"[[552,4]]","b9ln2at4ofzpspzjakqwh1dsl9n1fahykmk4hxmvys01x":"[[552,4]]","ba":"[[552,4]]","b8mmbm":"[[552,4]]","hdqzy":"[[552,4]]","wa3kfzlzgq":"[[552,4]]","9":"[[552,4]]","zmh6p7uafzp7b":"[[552,4]]","wrt4k":"[[552,4]]","apsy7mhy9d1vgp6gzd5gxh7up6kmpxletfrdnjjwgnurqqkmbr0afooakkkkaplpjp":"[[552,4]]","0l4h":"[[552,4]]","z70m3vijvfs8kutbaxaq9zcy":"[[552,4]]","up2gemnivz08xfhh42":"[[552,4]]","t7eijpc3gjs59c8ieziao3kkrbm8g5n7":"[[552,4]]","7i":"[[552,4]]","zpjh":"[[552,4]]","wx4n":"[[552,4]]","pfxyspgvihudruq26w9xpkdgrxaqkr833l64ihwvdvb3gnqfh":"[[552,4]]","olvo":"[[552,4]]","h3sbxr9nguklvarhf":"[[552,4]]","p9t7nmgd5z":"[[552,4]]","zm":"[[552,4]]","yd8gfar7lrorhffpi5ag":"[[552,4]]","2xmy8i3b":"[[552,4]]","akzie":"[[552,4]]","8athn6v9tilooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkxpffjxqvauky6p4h1a00bt4hlri8lea8emep9hzxxf8bp":"[[552,4]]","cpei6xcs6p8adhrzped":"[[552,4]]","t5a6leiyw":"[[552,4]]","7sujhzp":"[[552,4]]","okaptrxtb":"[[552,4]]","hr7wvqnv4qfi2gyxfbpdqkiep33fuk":"[[552,4]]","gz43an4s":"[[552,4]]","apx0i1z4e":"[[552,4]]","nzrikjzlst9xs2bpmqc8softn0oa9b0f8az7":"[[552,4]]","bo1clvvherxxh7w258xbqrakmkef3vsvu":"[[552,4]]","7afwvrt4lf8abpp4wfcbylu":"[[552,4]]","07":"[[552,4]]","hl9zqam61dq0qb":"[[552,4]]","zi":"[[552,4]]","6pxzqb8r2p7qn7qx7ahidpcgha5a6ohi3swtjklkmoogznyxb1igevsvpl4pf8ablhwpobraj8rnzuffwph5ns7ymk2z6m333":"[[552,4]]","svov2yv2qdt":"[[552,4]]","cwvl8yphk0":"[[552,4]]","mwwk":"[[552,4]]","2q8srphrf8582ph":"[[552,4]]","lpruu9poa":"[[552,4]]","pv2m":"[[552,4]]","2sld9plwouvgitpggmiqahzqceyogmqf3sevoaapapbpw58m":"[[552,4]]","dns10":"[[552,4]]","wam6hzalakmexzwhm":"[[552,4]]","u9sfrxr0gpaaciiigaooooakkkkaa8vj6x4w0lw9ezdu1nt9ojhvrq6smf":"[[552,4]]","pgretwlanpf7zppjavcqves8zw0zyebh7joa":"[[552,4]]","opv8agld4j1zwrq5134njcqysswk":"[[552,4]]","zsttopji3f3ab":"[[552,4]]","ogd6":"[[552,4]]","8r":"[[552,8]]","bvwsww":"[[552,4]]","iojtivwo2m85v8axzneaa":"[[552,4]]","amfnpglo24w":"[[552,4]]","o6pq7dp9isgwfxcrxfeg":"[[552,4]]","wdgk58otpvw1jxjrurmoqxmobf0br07w":"[[552,4]]","8a8e7vgboo1m8kpqug6tf3ksgp1g7h6uaem":"[[552,4]]","ip":"[[552,8]]","cuhhs3llovgfvr4":"[[552,4]]","wal3vxhed":"[[552,4]]","adgug1h":"[[552,4]]","gqz481iqxeh":"[[552,4]]","hrzxsfueblnce":"[[552,4]]","ncqtfdnh":"[[552,4]]","8azv8ahz4wvrpngdw":"[[552,4]]","b7ehawjkp5sdxc6f4f0vsyxhy6bawuf923gsmfkbqb":"[[552,4]]","zr":"[[552,4]]","bm":"[[552,4]]","au8yc6l4hktff7rw3h":"[[552,4]]","vh":"[[552,4]]","bkzr":"[[552,4]]","wkx7cxjd":"[[552,4]]","v2msaard1tre2hp1hffqiocjagbr":"[[552,4]]","tah5d":"[[552,4]]","8m9":"[[552,4]]","tmelodq8ux9ju6":"[[552,4]]","drgjh5rk09f8agnd":"[[552,4]]","0d4kyhxpifax7uu":"[[552,4]]","vlmc":"[[552,4]]","wahx6gk14l8fv2uvah7pmny":"[[552,4]]","wbt6kt":"[[552,4]]","re39zotiwkuhp":"[[552,4]]","0p4b7tigd49t":"[[552,4]]","ctviw4qvrfxntng5ypaypge5zhxz78cvgl8ipgthpp9n8sl7xv4ntk":"[[552,4]]","y9ks40t4m":"[[552,4]]","wcmk28":"[[552,4]]","katxqxid44fhz9urwpfd":"[[552,4]]","gvtp9b8ko":"[[552,4]]","yaoydo4ftuz5":"[[552,4]]","6pwbr6x":"[[552,4]]","z8":"[[552,4]]","4jr":"[[552,4]]","cphljbav4xkxxpr6ycrzpizhfrxgfv":"[[552,4]]","vvyoa":"[[552,4]]","avgl":"[[552,4]]","xj8r":"[[552,4]]","j5cqt6dpbap4fzvn1juvkrbe":"[[552,4]]","wdxp0496":"[[552,4]]","fb":"[[552,4]]","aas1":"[[552,4]]","euj6rbra7lq2v6iq":"[[552,4]]","vrn7ubdhbvtreg":"[[552,4]]","e19h21rdz26qw8sqwrjakcahvudsaog9qlm6is7eweeryoillvixwfudjj9bigd4o":"[[552,4]]","ac":"[[552,4]]","zj":"[[552,4]]","ah7n":"[[552,4]]","we1bxf":"[[552,4]]","wair9o1z0nrpkf1fsv5lywiu43chewpsk4d":"[[552,4]]","gnr":"[[552,4]]","ydopxa8nar478e6hdqum3tfzdks7tttwpzjljptofh0ncr8zvfus":"[[552,4]]","traz4l8npjh4o0mvoo7hclfhdfvrpvrjc":"[[552,4]]","h61":"[[552,4]]","ofgnwhpvghwppxh3sldbbtdntktoi1hrvgmn3pumgdhbp9lt4q2gpj":"[[552,4]]","hegcf89lnx":"[[552,4]]","nmty1":"[[552,4]]","bpw4scfz":"[[552,4]]","avh":"[[552,4]]","hh9ztyr":"[[552,4]]","7lxduuac5a":"[[552,4]]","dfwpy4":"[[552,4]]","z":"[[552,4]]","gtjgx02wuy":"[[552,4]]","pwlf4b0mh":"[[552,4]]","v6xzj":"[[552,4]]","u26d":"[[552,4]]","lanfafept7sl7ltcv":"[[552,4]]","7gbu6qfgfgkwigaooooao1fffacypakkaciiigaooooakkkkaom":"[[552,4]]","mxj63":"[[552,4]]","wv8s":"[[552,4]]","kbllvdmspjk3fxsywi":"[[552,4]]","ixar4l":"[[552,4]]","wccwxw":"[[552,4]]","upfhjlxt8t9vvp5yws4j5bnmsrezm2fxgb":"[[552,4]]","ndv8a8fwpis2g":"[[552,4]]","dvw":"[[552,4]]","wca7oxf1rtz9quvu8":"[[552,4]]","reeafq5h":"[[552,4]]","ahwa":"[[552,4]]","2pfhovwd":"[[552,4]]","z98k6jjf5eotw4v73jb86x5yd9aqv4uaevyaxzzj95aqsf78an":"[[552,4]]","lulrwzof8pfxomntd":"[[552,4]]","pparn":"[[552,4]]","lbnfahc6j8cfh1q":"[[552,4]]","ftvgfqlknqznoij":"[[552,4]]","9brlts":"[[552,4]]","dgrbhcfdvrfm":"[[552,4]]","55q":"[[552,4]]","aogkv7hrqb806v8a8e6vgxq27hhwwyj6fzl6vmf":"[[552,4]]","pvwevf8abkf4uairhttv8qau":"[[552,4]]","wddtuelufgy5p519puuafnd4i":"[[552,4]]","4jjxdizteffioulhklfwrjp03i":"[[552,4]]","8asuwp7kn7wfwe":"[[552,4]]","fwr4qn1s2jovtt9wzhx":"[[552,4]]","wbm5cdnfqprguafltb":"[[552,4]]","albn7snwnueh":"[[552,4]]","ixhftss0ogbu9pabj9jo":"[[552,4]]","l":"[[552,4]]","mgvpb4i":"[[552,4]]","8fiphp8u5rbtdaaxwzrcxccpugbtny8ywucdn":"[[552,4]]","8bx1xfafbanbpb3dvfdw8g2vfmgdwhoqetfhv7vn7apglxp4t1vxj4vsivcviwztpltvs1221yuusvepoccy3d15oa":"[[552,4]]","gp2hvgo8f":"[[552,4]]","anxn4gtz13qavm0eqnkbmxapbhurxyx":"[[552,4]]","wsx8frwedfgxi6wpn1fxq2syec7excfzlfpxlhwl":"[[552,4]]","jmvfer9hp4yeetquzr4":"[[552,4]]","gold7swqlmw3kzm8vpopibhsa":"[[552,4]]","cvupw1z":"[[552,4]]","ztewktaz22rzcze":"[[552,4]]","wawur":"[[552,4]]","lah2zrrrqauuuuaffffabrrrqauuuuaffffabrrrqauuuuaffffabrrrqauuuuaffmkksomu7kqkmlmoab65r5a":"[[552,4]]","4kmed":"[[552,4]]","aitm60xwei":"[[552,4]]","ihcx5hkzz27":"[[552,4]]","wc04":"[[552,4]]","qf4v":"[[552,4]]","ogd6r8uelnh8e6pcatr2p2ukaban0l1esinfh1p8q":"[[552,4]]","fvjh":"[[552,4]]","wvesolixqfhno769qmjevhqt3g3lbumy4vvofrj6v5j4x":"[[552,4]]","apx6":"[[552,4]]","bi1yhxb4":"[[552,4]]","1w60dwuzbo3vemabd":"[[552,4]]","wa8lfjph8r":"[[552,4]]","m193":"[[552,4]]","az9kh4cfaw3hk0trkvnzvqh1juajbhj3ij4qey0afdvhp8ay3":"[[552,4]]","ov7vmrxejpitr15owmzeof1hjn2hnedumlgmdmgfsvud4i":"[[552,4]]","sd":"[[552,4]]","dt4fw0baloud9q6j59x1ica4j9vjge":"[[552,4]]","4cbxtopaaegmdokwiigck6tyby1lt7ijj7erskkcihlzsmeehqmv":"[[552,4]]","uf7q3w31n9hp9ozr":"[[552,4]]","if4osslwrqnw0kmczplqcczwrexbyue30r9ya8i":"[[552,4]]","edt8avgb4k8pswrjdrabuxyjmo4jbzcprypoxoa7j4b":"[[552,4]]","pnl":"[[552,4]]","gbrffoizcftdutluimb5xi5u":"[[552,4]]","6nii7egulr4c":"[[552,4]]","wccunxnnuvc":"[[552,4]]","in4e30p83sz":"[[552,4]]","tlre":"[[552,4]]","vec7zap":"[[552,4]]","bjp419":"[[552,4]]","0affffabrrrqauuuuaffffabrrrqauuvbexlvp9rlc3u0dvbxlveazwqio6kk8auat1ypxm":"[[552,4]]","k3hx4q":"[[552,4]]","hpda8wa1bapyoplmzjfif7qj1zvyv8l":"[[552,4]]","tif8fknb8gmfw98niu8veii3lf2hgtaqt0":"[[552,4]]","xhmrftj3rxf4b":"[[552,4]]","abc":"[[552,4]]","ay8qw":"[[552,4]]","mvi":"[[552,4]]","rv9pgkskosd0p9jktrtih4es47kfhqbp":"[[552,4]]","f79v74gfhnwj4j":"[[552,4]]","coix9mtyfl":"[[552,4]]","2wx776zc4yo6rl75z7iup":"[[552,4]]","bmua81ghxp8y9vk1o":"[[552,4]]","kbzm0agcvuy8":"[[552,4]]","vptyxz2x86":"[[552,4]]","zfhd8bvbpwn0uad4r0shtwwalumg":"[[552,4]]","ey":"[[552,4]]","ryhk":"[[552,4]]","waq9boayvdphxr":"[[552,4]]","bujwavowmwuk6dau2o1tihgij6dvwrrrqav":"[[552,4]]","bq79q64wrvg54ene41vuhw31aa15dq3atli":"[[552,4]]","iy43y7cd69e":"[[552,4]]","bk":"[[552,4]]","bqtpgjoc3hlwpcpdepl5nuy8mnpjbje3":"[[552,4]]","2f4r":"[[552,4]]","ppnhf2av2p7jswx4sfeo2kupet8xn021vsl4a3jnkb58xs8z6z9aapzf2i":"[[552,4]]","2wrf9nt4dibuo0l8yawqzajnjpkjqscn0xv6mvpkiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiue":"[[552,4]]","ovxei":"[[552,4]]","fpwh8wekpgabtbcswfwon0pg2nfxyrqb":"[[552,4]]","cvxmkb9qb":"[[552,4]]","aiki2ohrh7to2j3iwry5uq2x3yn6fsj8a":"[[552,4]]","voonyo1rrhvaahopsvzm":"[[552,4]]","4js":"[[552,4]]","duxv9u8bfe3vfaa6lk":"[[552,4]]","2mkhlo58yd":"[[552,4]]","ryo":"[[552,4]]","e1":"[[552,4]]","jdabrrrqauuuuaffffabrrxo":"[[552,4]]","n":"[[552,4]]","if4b":"[[552,4]]","iy6r4m1qz0wwjhmt3keyfrr1j9hqb0jr5b":"[[552,4]]","au0n4u":"[[552,4]]","vfbgj3ixhjlw7vrzo4wybkbxtar8h5wijahxv2ryt48f8fjtv8x6h":"[[552,4]]","waih8etkubq8um8hdyeavm5pgiisf8ajzfl3rt":"[[552,4]]","agwp":"[[552,4]]","cfup3nikp4ifgd21lv5zrdq6ncsgvjjnie4y9t":"[[552,4]]","alhtjmgdsf8agn":"[[552,4]]","zbl4f":"[[552,4]]","zz8r":"[[552,4]]","8jnatbz":"[[552,4]]","olzja4w6wvlsker2pzu3":"[[552,4]]","aaivwx7cpw8":"[[552,4]]","jv7p":"[[552,4]]","wc0x4q8car4fvw8j3uujs6oyylygpmgzhxg7x8uovp":"[[552,4]]","rgonyo1rfcoowfuyahptqaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigarkfib8vpc":"[[552,4]]","waifc9zr":"[[552,4]]","ivvitl06efek5erv7il1zj6cuq":"[[552,4]]","aw8lfs3":"[[552,4]]","eh1txjvtgptqy2glwkebcup":"[[552,4]]","aefb3y9k":"[[552,4]]","plwp8m":"[[552,4]]","wuw":"[[552,4]]","ic3ibxpfxgk":"[[552,4]]","cbwbysuciivznybddwzy6t":"[[552,4]]","z6cgdt":"[[552,4]]","jv7uhxx":"[[552,4]]","ba8uy":"[[552,4]]","bfhjpd5pphmz9sqxha8kecb7iucivfad7c19n":"[[552,4]]","apbo7wd8hvset":"[[552,4]]","kvj8x":"[[552,4]]","li8sbpo82ts":"[[552,4]]","wh":"[[552,4]]","ep5cvob4t":"[[552,4]]","bvwp8ffctvohhts49pti1aklwdno2oxkfqzgu1axqaixinqqgko6kogp1ffabrrrqauuuuafiyhliiydwqawsxxp4ps":"[[552,4]]","bhhlv9f1cqrwenw0lzizhhcqtigd81":"[[552,4]]","2jyf":"[[552,4]]","ed":"[[552,4]]","8fapznbzf8tsmqp4iwcff51":"[[552,4]]","ovfmv":"[[552,4]]","wti0e88dfhj4g":"[[552,4]]","eo4qmhy5r5hhwwexcqd":"[[552,4]]","ug1":"[[552,4]]","mtabrrrqauuuuaffffabrrrqauvn67r":"[[552,4]]","negnjudt1a":"[[552,4]]","t9o0":"[[552,4]]","2qytxv1ii441huljwk":"[[552,4]]","pn9op8a4kpaj4q1gtwv8ebk4vr":"[[552,4]]","6k":"[[552,4]]","zrrswl5xocf6phg":"[[552,4]]","99n":"[[552,4]]","aoa":"[[552,4]]","sp2gv2r":"[[552,4]]","an7o":"[[552,4]]","ku":"[[552,4]]","u6glvwmxnvo1mq9xkchbi6kvu2pxr4d1bxx8df":"[[552,4]]","ch3ifth0s1bw":"[[552,4]]","4isx96sbnhzxrnrnj1lydspyhwvs":"[[552,4]]","2ff":"[[552,4]]","ccoq":"[[552,4]]","ktwj8zfg":"[[552,4]]","ub29ncttorxbkklpufajm5h":"[[552,4]]","6p9s1":"[[552,4]]","gvh7w1pxhpsbfs9g0":"[[552,4]]","30ztrdqsvraxionb7auafpx7n":"[[552,4]]","wcwh4d":"[[552,4]]","aot9uuiv8teleaj1s9jbwju":"[[552,4]]","ljyf":"[[552,4]]","vj96":"[[552,4]]","ll4flrqauuum6gba":"[[552,4]]","sv21p23no":"[[552,4]]","aulp4c8msw6l46ukicghk09spvyerei":"[[552,4]]","nxxl":"[[552,4]]","tlft92fw7f74g":"[[552,4]]","hcqar4wk":"[[552,4]]","wbhn1ch95fysecq4":"[[552,4]]","9l7daffiup":"[[552,4]]","y2":"[[552,4]]","yrv7zv4fiz8xoxvtsncxdppf8xkyuerlcz6nufp4":"[[552,4]]","lafd9ij9jpu":"[[552,4]]","gmvrff":"[[552,4]]","4rcs8ubqb7byadfdlzutnz5c9v7q":"[[552,4]]","t2ffo2f2gacu2ony41rfckowfuyahskfqauuuuaffffabrrrqauuuuaffffabrrrqauuuuaffffabrrrqav8nf8fwviv":"[[552,4]]","ypwn0lwfbyf6vrl5500a9fjiwfyleflx3lx5vftp3y":"[[552,4]]","tcf8fa9a8f":"[[552,4]]","eg0rtbu20oqzal8p824x7nlf":"[[552,4]]","aigd7n":"[[552,4]]","agmfhqfhb":"[[552,4]]","zn4q0qwlyry4thf3qxg":"[[552,4]]","zl85b":"[[552,4]]","gih4v7ducesqxjhgosnfcqqjaahaaqsgaooro1rxfpfhuza61xubxtbzrky3cyxqpxjoa0am182":"[[552,4]]","el":"[[552,4]]","got8ffahmxl4m":"[[552,4]]","wceiu0ypi0wmzjpp5ncfrxzr46":"[[552,4]]","4kta9r1w":"[[552,4]]","nfdvwoqxevyxt6gwnlporemb":"[[552,4]]","sesrio2d2cioywy4arxj4rfthfcn4pxsjwvfvrcxya40":"[[552,4]]","tt9onj9mlwpxir4mx4yftc":"[[552,4]]","tsos2u3mqajos5yf1cx":"[[552,4]]","z7ckfsfqgb8v":"[[552,4]]","gvz":"[[552,4]]","ht":"[[552,4]]","wsl8marcrx3j":"[[552,4]]","xddeipgdzwnkpigj9gc5dh9ckaog8ff8abtbxr8rnsfq":"[[552,4]]","hj4mlhmloyk5uijdxtz6erqcq":"[[552,4]]","jmszwz":"[[552,4]]","wx8y":"[[552,4]]","2i9yj8s":"[[552,4]]","ghxrdarbyhihu5ppuyp5wsyoyif5xx6jeafhh4m":"[[552,4]]","npz":"[[552,4]]","ffden6hcox":"[[552,4]]","osadt":"[[552,4]]","vofmy":"[[552,4]]","5ndfqb5n8ep2x":"[[552,4]]","8aber":"[[552,4]]","f9gjgomu2bvlret1lxzlz0b9bgv6yokkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigary":"[[552,4]]","9oj4":"[[552,4]]","af":"[[552,4]]","zx8o7zxjrmqsxbzfywibel1mrwohp3j7cvtzpkt4zjzxwoonszoxwfagst7v":"[[552,4]]","tuuzat":"[[552,4]]","wuo":"[[552,4]]","a6ol2080fgjr2k2ylnzdzi4bkh":"[[552,4]]","3k2mfx2oasfaj4h":"[[552,4]]","mv29fildfeb4i3dxh4rhn5cgqswu8w0a6kg4byfznfqt4z8m6z4p0oz0frrkht9ms4xfbbwrtvfhpufhhwppfgxw3pugalzx2gl6fcsfvbxltvvuy":"[[552,4]]","m9se5jryoakkkkaciiigaooooakkkccak9kacvzp":"[[552,4]]","4kl":"[[552,4]]","tmt":"[[552,4]]","kr23":"[[552,4]]","cvgzmv7y7uetvplu7mz8jzblj35b6aetdl":"[[552,4]]","2n":"[[552,4]]","3lb":"[[552,4]]","a1ufafw4uf7t8w3amfzqfr86woenif3pfp0":"[[552,4]]","vfn":"[[552,4]]","ysn8cyq":"[[552,4]]","e34grncel7xtpzwdz8zwm":"[[552,4]]","kyyz":"[[552,4]]","5atnv93j7mgd3j9j":"[[552,4]]","aoacx7pfwz0zqpgr65df6zqky952a":"[[552,4]]","qeydc":"[[552,4]]","gt3r26kflqauuuuaffffabrrsowrgzifudjj7ualxjp7qv7vxgr9nprhn129w71ismtaanasdpmexi":"[[552,4]]","hxp8aef1rwt9rd":"[[552,4]]","goxz":"[[552,4]]","b7q48ffdbv8qek5d5emoxdzibvycbua":"[[552,4]]","1kmfwhvxnf7pp":"[[552,4]]","bp3xd8vtxt4h":"[[552,4]]","hc":"[[552,4]]","vjpb2t7sninllxfx6gds":"[[552,4]]","udnhp0oa898z45":"[[552,4]]","8ff":"[[552,4]]","fgmtopgwcfrtzlgbc":"[[552,4]]","nnib9fwr76":"[[552,4]]","z5":"[[552,4]]","zj8c":"[[552,4]]","s7axh":"[[552,4]]","y1it":"[[552,4]]","rribca1ekgnkoodv9xfyv67oogad4x0i20vsbkhttotuecntbxherrwaak0kaexs0uuafffee":"[[552,4]]","gb47ed":"[[552,4]]","gr4ym1nxxqsdoou":"[[552,4]]","rzqq09yw6jgnuk":"[[552,4]]","vqdzqb22raxzadp1xf6jdq2nlbozjbi4cikajkkk8yr85p2m":"[[552,4]]","wbuvx":"[[552,4]]","i54gpwz":"[[552,4]]","cnvc3s3bm3m1w1ume6zwvhgpkt1fr9k4xxr8spi":"[[552,4]]","amffvgx":"[[552,4]]","aajfhmzfqfa0eomqbilejc":"[[552,4]]","fuhh329fh4dvx3h":"[[552,4]]","zt":"[[552,4]]","yx4p8a2bddc6zaupeizkc3etxcdzzoovt":"[[552,4]]","4vspxzqb5f":"[[552,4]]","x9":"[[552,4]]","whpfwns18xepy4ta8asfoit3":"[[552,4]]","egwp4":"[[552,4]]","fk":"[[552,4]]","2u3b1r7nxs0uaffffabrrrqauuuuaffffabrrrqauuuuaffffabrrsmwvsscadsaaforlfexxu8g":"[[552,4]]","ey2bwvfok6yfgt9pvy1p5zzxjvjd":"[[552,4]]","goj8d":"[[552,4]]","aajudemf1avc":"[[552,4]]","u9ltpjyt6zc7f1oa":"[[552,4]]","jkk":"[[552,4]]","bxdwpz":"[[552,4]]","zh4a8farqtjhztqnjt0pufxespyrzi8":"[[552,4]]","4kgfhv4ksghwt4fjtvfhws9plu3hodzcfpqb":"[[552,4]]","oe24rpsxvwcz6zr8ufhz":"[[552,4]]","zbqoi":"[[552,4]]","tpav49":"[[552,4]]","mgsaf4t0rs9wk1sgs6v40a":"[[552,4]]","l8wth5fzzkdgnjsb60g":"[[552,4]]","hx7apxu41putw0gxk5p2i":"[[552,4]]","swqd12xkn":"[[552,4]]","lb":"[[552,4]]","hn":"[[552,4]]","gk74i1q4f342":"[[552,4]]","ikpnshdkmnwyxdk":"[[552,4]]","vmsezp4uafs":"[[552,4]]","jt":"[[552,4]]","goz8evb3mkviztbmxp7vsrdpc":"[[552,4]]","8cof":"[[552,4]]","wvn3x1":"[[552,4]]","wvqervbebvact1ixxhcatpj6hy4wsfpufeuecv8agml8hvdoxtth1lxhmvu3tyuq":"[[552,4]]","wdauxx0d4h":"[[552,4]]","bvgd4bqo8n":"[[552,4]]","d9h0l16tq2ieb":"[[552,4]]","wb9kfv1oa":"[[552,4]]","oy":"[[552,4]]","g79sh48mv0hsns0awm6np":"[[552,4]]","nczjap8a01kgspfdv":"[[552,4]]","ccpxn":"[[552,4]]","kv4l78rfhedkrnlrcxml9mb9mhc":"[[552,4]]","jx6hgbenffahx38p":"[[552,4]]","apgl38jvcvls65lqniy7xbb7vn5mjpsiyopysa":"[[552,4]]","kvbhwb8efdebivdxhbs9hcjae3tldn6tjj":"[[552,4]]","ouyooaktahtilooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooa8f":"[[552,4]]","a88rxxhf9m3x":"[[552,4]]","fwbmlx":"[[552,4]]","zcksovub":"[[552,4]]","kp6e186f8abjrwrz2pwl8t":"[[552,4]]","ifrwvtq1iw7yy":"[[552,4]]","yrxocfz6zcmvrf4z":"[[552,4]]","al":"[[552,4]]","khwq8u":"[[552,4]]","fsyo":"[[552,4]]","qaflbxs3aehx5cfbdivgb":"[[552,4]]","gmx8xf":"[[552,4]]","jtxr8iffodl1c4uwls0upkxcodksppriacpxafbib":"[[552,4]]","ltfjmloakkkkaciikzqatfz":"[[552,4]]","ueinm8m6dnqgr6ha6zywjdjcxcyxrqpdmiffhfx5":"[[552,4]]","wccm":"[[552,4]]","gjwldcad4fg":"[[552,4]]","4tlwxlfn5jsoz0yw6v":"[[552,4]]","wab":"[[552,4]]","ogd668xemdf8b6bd634g1k30rsrvd0t1cufvfb3psoa":"[[552,4]]","op9ot9u":"[[552,4]]","wav":"[[552,4]]","hfwj8ofgly34t79zbtqnveftd2d1ey":"[[552,4]]","5zp":"[[552,4]]","thnhcvy":"[[552,4]]","h74k":"[[552,4]]","h39uzxrfxpg19cad4tzxikl1gyyvq":"[[552,4]]","88ip4uojh8zx6cfax9mlwn":"[[552,4]]","zzoq2nhntt1":"[[552,4]]","iofzqt1h7mc98t2gf4rguaehfse":"[[552,4]]","sdwhwfkh8x":"[[552,4]]","ofj1zxnia8udykhssesqt9":"[[552,4]]","a6dt619ldjil":"[[552,4]]","nrqauuuuaffffabrrvxvnutnf0":"[[552,4]]","4v764jtbo3jms08rbvrqmkk":"[[552,4]]","lad76":"[[552,4]]","t9ns57q7njtrabgklmlykqkbkssegar81v2mv2ype":"[[552,4]]","7qnir":"[[552,4]]","aivt8fibye0uptb3go2mvlvexcn":"[[552,4]]","bf6scz9hwr":"[[552,4]]","0b":"[[552,4]]","0x4w":"[[552,4]]","bc":"[[552,12]]","iifcr4tr3j8mysevppdlteypzssn":"[[552,4]]","dcpq9ep6gv9o":"[[552,4]]","stfsm":"[[552,4]]","gf2avc6r2kaaj4nuox":"[[552,4]]","agryl8zt":"[[552,4]]","cj":"[[552,4]]","uoptv1nahc":"[[552,4]]","sj":"[[552,4]]","si":"[[552,4]]","aie2shidxlhdr":"[[552,4]]","jirqxuhg6gyjhkxa9w9wpppivrciigaoopm0altwzvulmcgckk9pevp":"[[552,4]]","jf8efbxwl0f9t8w6zdy5umg0uhricjsidt9elfnt8qv2ppjf":"[[552,4]]","2l4ln8g":"[[552,4]]","ddslrrvdbhbitqxejrk433e":"[[552,4]]","rfp8adh60afr":"[[552,4]]","7t":"[[552,4]]","aaus8m":"[[552,4]]","ck3nh3wt5xirxauymkj":"[[552,4]]","a0tx6fmw":"[[552,4]]","urx6mvbpg7":"[[552,4]]","xv8sv2rvekpxb":"[[552,4]]","muq39lo9ywljt7j5bm5jzkkidioyonhtoo9frp7l":"[[552,4]]","wdwt18kfbyo017xwivfpjhitfmu61tw64jq":"[[552,4]]","eyh":"[[552,4]]","jvwar66vdowbgdqaoe8dfd":"[[552,4]]","amp":"[[552,4]]","aa18o22h":"[[552,4]]","gdkt9h0y3xakfugh4serh3pndfrrqauuuuaffffabrrrqauuyazyi2kc4vawj9h1r4z8bf8fxvbfh":"[[552,4]]","vl2w0fwlq2rtbytelisviucqcza5ookapumivzo1l":"[[552,4]]","gq5431qqwegfhnacq":"[[552,4]]","c86aa5y":"[[552,4]]","8brv":"[[552,4]]","nwd":"[[552,4]]","w1t":"[[552,4]]","114":"[[552,4]]","bghecp9ojfp9l8puox7nnn880afqduhrtjrik3jlyylei9wc4a":"[[552,4]]","ovza":"[[552,4]]","4q":"[[552,4]]","9tv4h":"[[552,4]]","wdh1f6rpct9q93dahfwxmplf":"[[552,4]]","gnl8fvhmgfxv8qre338t5":"[[552,4]]","oz3j":"[[552,4]]","eacgd9cfenxu":"[[552,4]]","aipvm1rxroomadj":"[[552,4]]","0ahev":"[[552,4]]","s1eu":"[[552,4]]","jv":"[[552,4]]","cg3wl8m7lpjjdulx":"[[552,4]]","dtbawbp0bafp518":"[[552,4]]","ehf8agkxpm5zfexxdvll8":"[[552,4]]","phywkpn":"[[552,4]]","gbsf5v6p4d":"[[552,4]]","4jffbbrdpvina1tx3vl8qd9rgffahk":"[[552,4]]","jp":"[[552,4]]","cspw60":"[[552,4]]","eujehnb1zh91pvsbt":"[[552,4]]","zjrzpwp8agq54v1yr4pcfw4tt54u3ektyw":"[[552,4]]","bak":"[[552,4]]","yvdx7hfwb8jhdy":"[[552,4]]","adjz16pdree31":"[[552,4]]","cmvtdh8g6d4eru0zrbdt1x7otrzex":"[[552,4]]","ne":"[[552,4]]","ht9s":"[[552,4]]","wcledohh7utgtppuvzaolumd28ych9ckp8ahkp9rh4ntv8afpjg4soppvjf64zbf":"[[552,4]]","arzwv1gooa":"[[552,4]]","n7w9":"[[552,4]]","wsx1k":"[[552,4]]","ke3iv4h7mjy62nuxj":"[[552,4]]","4e5":"[[552,4]]","pxsng7":"[[552,4]]","gl78hfdpjfve1bxjkumi8uzfgf":"[[552,4]]","axgh9a":"[[552,4]]","vakapl":"[[552,4]]","cf7l":"[[552,4]]","wn8d7do3w":"[[552,4]]","wbdtze6tswomk":"[[552,4]]","77fc3616pz6baafgi7s1htyx0wgmib":"[[552,4]]","afwakaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooaqjr2r4c":"[[552,4]]","yj1dx5qz":"[[552,4]]","ev4bn9l8ywxwa6sitsa7k9jy27sja47":"[[552,4]]","uev3jsbrqb":"[[552,4]]","bxwz":"[[552,4]]","4kxa18p5o":"[[552,4]]","c3xl8px0l3akqvqtvfsuuxxmwjsbsd2x8jx1n4z":"[[552,4]]","cfiq2sw28fadbmwb8m":"[[552,4]]","3wopqgarupin8c":"[[552,4]]","ahxatzf4t8kabrriwjpotsy":"[[552,4]]","7si4yfga":"[[552,4]]","cpe":"[[552,4]]","aasw":"[[552,4]]","eettvjpl3rmhbif3cnysql9n6k":"[[552,4]]","maapf2":"[[552,4]]","aw":"[[552,4]]","fsx7z8qfd":"[[552,4]]","3gf":"[[552,4]]","p5p8a5rxv22vgl4dvjc":"[[552,4]]","edtzmx":"[[552,4]]","lna75mp02qa":"[[552,4]]","fv":"[[552,4]]","4jh":"[[552,4]]","brjk":"[[552,4]]","nvedj":"[[552,4]]","d8qd":"[[552,4]]","e2uj0p":"[[552,4]]","glv8jdpdw1dufegqbtygukjb":"[[552,4]]","u1kagenp8agqt8k9c3powl654mmh3wjhw2ij92c7h":"[[552,4]]","3ya8t1v":"[[552,4]]","aikpfgh4qxlaf8n":"[[552,4]]","aq2ls5cpbbjezdnrnauh8k":"[[552,4]]","yvch7epwr8gmj2fghtrudf":"[[552,4]]","w2pf7tvririo":"[[552,4]]","acvy9h8oav4et1g0vtbttovgbhawrgo":"[[552,4]]","acgd8x9h":"[[552,4]]","agk":"[[552,4]]","2hf2ltqi1b4p":"[[552,4]]","kjtfsc24rapozpvx":"[[552,4]]","pnbodq":"[[552,4]]","irx1r8d":"[[552,4]]","wbgx4xfbmsg":"[[552,4]]","om":"[[552,4]]","8jnrkegf":"[[552,4]]","qyrieyd0j":"[[552,4]]","6p1nfslfackouadgdps0uuaffffabrrrqauuuuaffmp":"[[552,4]]","3j":"[[552,4]]","0nrfxc8drfa74db7qj7lbbuzlu5a7nz":"[[552,4]]","qcjoi":"[[552,4]]","xephok":"[[552,4]]","ov24":"[[552,4]]","2gm":"[[552,4]]","afwyvljt5vk8r6xusnni":"[[552,4]]","9gxx5pr":"[[552,4]]","ujn64rxf":"[[552,4]]","gmv":"[[552,4]]","wai":"[[552,4]]","ob":"[[552,4]]","aby8tqm413wuy6z9o":"[[552,4]]","zoygpzs8":"[[552,4]]","xp69cfu5apd":"[[552,4]]","2sf2v9h":"[[552,4]]","zq8cpb4jv":"[[552,4]]","fn8gbu9s28luvlj6iv69a96oooakkpavrfjoonzx2o3kfhzwrukulmry0qdustgv8bfhb":"[[552,4]]","gp14j8d":"[[552,4]]","anm8cqf8acz6wuuw6xk2sn0":"[[552,4]]","91f8a4dwfwgd7e17xhpfhxs59s1julbtlcebpli6keakpcmvg39ol":"[[552,4]]","gpxbhetegfhdpz6zqtt5i1qaithu6fuyurn3phsa8h0x4n":"[[552,4]]","tdft0avhrfi":"[[552,4]]","utc8km26fr5wgtkx0gtxgvx":"[[552,4]]","eev96vur9n39jt4efs":"[[552,4]]","2cu2m6ymr":"[[552,4]]","icyl1ruedzz7imdix7az9tqb8cfb":"[[552,4]]","9gv4h":"[[552,4]]","tda":"[[552,4]]","vjr41a1fwfvdoh":"[[552,4]]","yxdlr64xqbg8rj7dfyv":"[[552,4]]","inw3":"[[552,4]]","fnhf4sehind8karb6rp8fjwfbukb":"[[552,4]]","87dwb3ndxguuaffffabrrrqauuuuaffffabrrrqa1lddenpxn9n":"[[552,4]]","z18mrhuz7":"[[552,4]]","lwf4f":"[[552,4]]","2tygwsattonystkn5gchppxovfafhtdd03r4rdyafa2mi6r28kxqpwaq99okkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooa":"[[552,4]]","aik8woptrxw8uykjamtvdr7lhyrowqnpuvax9dx2h8lv2mphfrxgprn0rxloemwkvpfgtjd3iqsw4vanhvidxjh4v3vxo":"[[552,4]]","fvhn4wefz":"[[552,4]]","dvirti9t0yy52vw0bdo6movyeor4w8sf8ekfct7qmkujends020y5fvpbpmvhogyp1oa":"[[552,4]]","gvgn7cxwx8exobnxrz6hko":"[[552,4]]","1oma3dft5rj9a":"[[552,4]]","ypid":"[[552,4]]","wvyutsmol":"[[552,4]]","c7wdlc3ch2r3mqqzgyngbii":"[[552,4]]","sfq34v33g":"[[552,4]]","aijtfdtrzi5nc1nwpedkcmmuscn7yuzx":"[[552,4]]","nftpw0":"[[552,4]]","apw":"[[552,4]]","emixwn4v07szcya6seno31kowp50afnxp37of7sv7xmorx":"[[552,4]]","ai91w60dqptvxqhmskp":"[[552,4]]","uwy4":"[[552,4]]","xh1r6":"[[552,4]]","bv7afww":"[[552,4]]","dc295lyt4q16pdhudwvwct6peplufmfevpuutady41jjciovvgaogabtqkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooakkkkaciiigaooooa":"[[552,4]]","9k":"[[552,4]]","filepath":"[[567,5]]","contenttype":"[[567,5]]","null":"[[567,2]]","task":"[[568,4],[584,4]]","memorystream":"[[583,5],[577,1]]","filename":"[[583,5]]","httpapplication":"[[585,4]]","protected":"[[591,4]]","apilogging":"[[594,1006],[595,1004],[596,1004],[597,1004],[598,1004],[599,1004],[600,1003],[601,1003],[592,1]]","logleveltype":"[[593,1002],[601,5],[592,1],[594,1],[597,1]]","debug":"[[593,1]]","info":"[[593,1]]","trace":"[[593,1]]","warning":"[[593,1]]","log":"[[601,1006],[597,1],[594,1]]","initlogging":"[[600,1006],[597,1],[594,1]]","message":"[[601,5]]","logtype":"[[601,5]]","startup":"[[603,1006],[604,1004],[605,1004],[606,1004],[607,1004],[608,1004],[609,1003],[602,1]]","iappbuilder":"[[609,5],[606,1],[603,1]]","app":"[[609,5]]","namespaces":"[[610,1]]"}; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_-1.js b/API_NetFramework/VSdoc/toc--/t_-1.js index 257b5a4c..0c25ebc4 100644 --- a/API_NetFramework/VSdoc/toc--/t_-1.js +++ b/API_NetFramework/VSdoc/toc--/t_-1.js @@ -1 +1 @@ -c['-1']=[['2',"API_NetFramework Reference","topic_00000000000000C7.html",1]]; \ No newline at end of file +c['-1']=[['2',"API_NetFramework Reference","topic_00000000000000EA.html",1]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_17.js b/API_NetFramework/VSdoc/toc--/t_17.js index e1380235..91905166 100644 --- a/API_NetFramework/VSdoc/toc--/t_17.js +++ b/API_NetFramework/VSdoc/toc--/t_17.js @@ -1 +1 @@ -c['17']=[['18',"Methods","topic_00000000000000C5_methods--.html",1]]; \ No newline at end of file +c['17']=[['18',"Methods","topic_00000000000000DB_methods--.html",1]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_18.js b/API_NetFramework/VSdoc/toc--/t_18.js index 8cd5f678..5d25340a 100644 --- a/API_NetFramework/VSdoc/toc--/t_18.js +++ b/API_NetFramework/VSdoc/toc--/t_18.js @@ -1 +1 @@ -c['18']=[['19',"Application_Start Method","topic_00000000000000C6.html",0]]; \ No newline at end of file +c['18']=[['19',"Application_Start Method","topic_00000000000000DC.html",0]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_2.js b/API_NetFramework/VSdoc/toc--/t_2.js index ac34f34f..d92a80f7 100644 --- a/API_NetFramework/VSdoc/toc--/t_2.js +++ b/API_NetFramework/VSdoc/toc--/t_2.js @@ -1 +1 @@ -c['2']=[['4',"API_NetFramework Namespace","topic_0000000000000000.html",1],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html",1],['127',"API_NetFramework.Areas.HelpPage.Controllers Namespace","topic_0000000000000010.html",1],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html",1],['192',"API_NetFramework.Areas.HelpPage.Models Namespace","topic_0000000000000055.html",1],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html",1]]; \ No newline at end of file +c['2']=[['4',"API_NetFramework Namespace","topic_0000000000000000.html",1],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html",1],['127',"API_NetFramework.Areas.HelpPage.Controllers Namespace","topic_0000000000000010.html",1],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html",1],['192',"API_NetFramework.Areas.HelpPage.Models Namespace","topic_0000000000000055.html",1],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html",1],['270',"API_NetFramework.Models Namespace","topic_00000000000000DD.html",1],['276',"OnDocAPI_NetFramework Namespace","topic_00000000000000E7.html",1],['280',"OnDocAPI_NetFramework.Controllers Namespace","topic_00000000000000C7.html",1],['284',"SecuringWebApiUsingApiKey.Middleware Namespace","topic_000000000000009C.html",1]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_206.js b/API_NetFramework/VSdoc/toc--/t_206.js index f7a836ab..49968aa6 100644 --- a/API_NetFramework/VSdoc/toc--/t_206.js +++ b/API_NetFramework/VSdoc/toc--/t_206.js @@ -1 +1 @@ -c['206']=[['207',"AntwortAdresseController Class","topic_000000000000009D.html",1],['214',"ArchivController Class","topic_00000000000000A3.html",1],['220',"DocumentController Class","topic_00000000000000AB.html",1],['229',"FileResult Class","topic_00000000000000BC.html",1],['233',"FileService Class","topic_00000000000000BF.html",1],['237',"HomeController Class","topic_00000000000000B2.html",1],['240',"Image Class","topic_00000000000000B7.html",1],['243',"TestParam Class","topic_00000000000000A8.html",1],['247',"UnterschriftController Class","topic_00000000000000B9.html",1],['251',"unterschriftResult Class","topic_00000000000000C2.html",1],['255',"IFileService Interface","topic_00000000000000B4.html",1]]; \ No newline at end of file +c['206']=[['207',"AntwortAdresseController Class","topic_00000000000000A5.html",1],['215',"ArchivController Class","topic_00000000000000B4.html",1],['222',"DocumentController Class","topic_00000000000000BD.html",1],['233',"FileResult Class","topic_00000000000000D2.html",1],['237',"FileService Class","topic_00000000000000D5.html",1],['241',"HomeController Class","topic_00000000000000C5.html",1],['244',"ILResponse Class","topic_00000000000000AC.html",1],['250',"Image Class","topic_00000000000000CD.html",1],['253',"TestParam Class","topic_00000000000000BA.html",1],['257',"UnterschriftController Class","topic_00000000000000CF.html",1],['261',"unterschriftResult Class","topic_00000000000000D8.html",1],['265',"IFileService Interface","topic_00000000000000CA.html",1],['269',"uploadtype Enumeration","topic_00000000000000B0.html",0]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_207.js b/API_NetFramework/VSdoc/toc--/t_207.js index 9a5870d5..0e8d9c86 100644 --- a/API_NetFramework/VSdoc/toc--/t_207.js +++ b/API_NetFramework/VSdoc/toc--/t_207.js @@ -1 +1 @@ -c['207']=[['208',"Methods","topic_000000000000009D_methods--.html",1]]; \ No newline at end of file +c['207']=[['208',"Methods","topic_00000000000000A5_methods--.html",1]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_208.js b/API_NetFramework/VSdoc/toc--/t_208.js index 885d670f..d8ba5d13 100644 --- a/API_NetFramework/VSdoc/toc--/t_208.js +++ b/API_NetFramework/VSdoc/toc--/t_208.js @@ -1 +1 @@ -c['208']=[['209',"GetAllMitarbeiterByMitarbeiterNr Method","topic_00000000000000A1.html",0],['210',"GetAllMitarbeiterByTGNummer Method","topic_00000000000000A0.html",0],['211',"GetByID Method","topic_000000000000009F.html",0],['212',"GetGetAll Method","topic_000000000000009E.html",0],['213',"GetMitarbeiterByID Method","topic_00000000000000A2.html",0]]; \ No newline at end of file +c['208']=[['209',"GetAllMitarbeiterByMitarbeiterNr Method","topic_00000000000000A9.html",0],['210',"GetAllMitarbeiterByTGNummer Method","topic_00000000000000A8.html",0],['211',"GetByID Method","topic_00000000000000A7.html",0],['212',"GetGASAdressen_Einzeilig Method","topic_00000000000000AB.html",0],['213',"GetGetAll Method","topic_00000000000000A6.html",0],['214',"GetMitarbeiterByID Method","topic_00000000000000AA.html",0]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_214.js b/API_NetFramework/VSdoc/toc--/t_214.js deleted file mode 100644 index 88e933ac..00000000 --- a/API_NetFramework/VSdoc/toc--/t_214.js +++ /dev/null @@ -1 +0,0 @@ -c['214']=[['215',"Methods","topic_00000000000000A3_methods--.html",1]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_215.js b/API_NetFramework/VSdoc/toc--/t_215.js index 4bfdc52d..31ce0abe 100644 --- a/API_NetFramework/VSdoc/toc--/t_215.js +++ b/API_NetFramework/VSdoc/toc--/t_215.js @@ -1 +1 @@ -c['215']=[['216',"ArchivDocBase64 Method","topic_00000000000000A5.html",0],['217',"ArchivDocFromIRIS Method","topic_00000000000000A7.html",0],['218',"ArchivDoc_From_Database Method","topic_00000000000000A4.html",0],['219',"CheckDocID Method","topic_00000000000000A6.html",0]]; \ No newline at end of file +c['215']=[['216',"Methods","topic_00000000000000B4_methods--.html",1]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_216.js b/API_NetFramework/VSdoc/toc--/t_216.js new file mode 100644 index 00000000..214aac25 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/t_216.js @@ -0,0 +1 @@ +c['216']=[['217',"ArchivDocFromDatabase Method","topic_00000000000000B5.html",0],['218',"ArchivDocFromIRIS Method","topic_00000000000000B7.html",0],['219',"ArchivSBDoc Method","topic_00000000000000B8.html",0],['220',"CheckDocID Method","topic_00000000000000B6.html",0],['221',"Transfer_OnBase Method","topic_00000000000000B9.html",0]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_220.js b/API_NetFramework/VSdoc/toc--/t_220.js deleted file mode 100644 index a6000977..00000000 --- a/API_NetFramework/VSdoc/toc--/t_220.js +++ /dev/null @@ -1 +0,0 @@ -c['220']=[['221',"Properties","topic_00000000000000AB_props--.html",1],['223',"Methods","topic_00000000000000AB_methods--.html",1]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_221.js b/API_NetFramework/VSdoc/toc--/t_221.js deleted file mode 100644 index cf155276..00000000 --- a/API_NetFramework/VSdoc/toc--/t_221.js +++ /dev/null @@ -1 +0,0 @@ -c['221']=[['222',"pageCollection Property","topic_00000000000000AD.html",0]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_222.js b/API_NetFramework/VSdoc/toc--/t_222.js new file mode 100644 index 00000000..d84b44fd --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/t_222.js @@ -0,0 +1 @@ +c['222']=[['223',"Properties","topic_00000000000000BD_props--.html",1],['225',"Methods","topic_00000000000000BD_methods--.html",1],['231',"Fields","topic_00000000000000BD_vars--.html",1]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_223.js b/API_NetFramework/VSdoc/toc--/t_223.js index 57bb779d..e432b498 100644 --- a/API_NetFramework/VSdoc/toc--/t_223.js +++ b/API_NetFramework/VSdoc/toc--/t_223.js @@ -1 +1 @@ -c['223']=[['224',"GenDoc Method","topic_00000000000000B1.html",0],['225',"GetDocument Method","topic_00000000000000AC.html",0],['226',"GetDocumentJSONBody Method","topic_00000000000000AE.html",0],['227',"GetDocumentPDF Method","topic_00000000000000AF.html",0],['228',"SendToOnBase Method","topic_00000000000000B0.html",0]]; \ No newline at end of file +c['223']=[['224',"pageCollection Property","topic_00000000000000C0.html",0]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_225.js b/API_NetFramework/VSdoc/toc--/t_225.js new file mode 100644 index 00000000..2ee3c822 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/t_225.js @@ -0,0 +1 @@ +c['225']=[['226',"GenDoc Method","topic_00000000000000C4.html",0],['227',"GetDocument Method","topic_00000000000000BF.html",0],['228',"GetDocumentJSONBody Method","topic_00000000000000C1.html",0],['229',"GetDocumentPDF Method","topic_00000000000000C2.html",0],['230',"SendToOnBase Method","topic_00000000000000C3.html",0]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_229.js b/API_NetFramework/VSdoc/toc--/t_229.js deleted file mode 100644 index 315cfa1c..00000000 --- a/API_NetFramework/VSdoc/toc--/t_229.js +++ /dev/null @@ -1 +0,0 @@ -c['229']=[['230',"FileResult Constructor","topic_00000000000000BD.html",0],['231',"Methods","topic_00000000000000BC_methods--.html",1]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_231.js b/API_NetFramework/VSdoc/toc--/t_231.js index 0d86dc9a..a38a0396 100644 --- a/API_NetFramework/VSdoc/toc--/t_231.js +++ b/API_NetFramework/VSdoc/toc--/t_231.js @@ -1 +1 @@ -c['231']=[['232',"ExecuteAsync Method","topic_00000000000000BE.html",0]]; \ No newline at end of file +c['231']=[['232',"tokenfunction Field","topic_00000000000000BE.html",0]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_233.js b/API_NetFramework/VSdoc/toc--/t_233.js index 24da0713..687f1166 100644 --- a/API_NetFramework/VSdoc/toc--/t_233.js +++ b/API_NetFramework/VSdoc/toc--/t_233.js @@ -1 +1 @@ -c['233']=[['234',"Methods","topic_00000000000000BF_methods--.html",1]]; \ No newline at end of file +c['233']=[['234',"FileResult Constructor","topic_00000000000000D3.html",0],['235',"Methods","topic_00000000000000D2_methods--.html",1]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_234.js b/API_NetFramework/VSdoc/toc--/t_234.js deleted file mode 100644 index 9d0436c7..00000000 --- a/API_NetFramework/VSdoc/toc--/t_234.js +++ /dev/null @@ -1 +0,0 @@ -c['234']=[['235',"GetImageAsByteArray Method","topic_00000000000000C1.html",0],['236',"GetImageAsStream Method","topic_00000000000000C0.html",0]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_235.js b/API_NetFramework/VSdoc/toc--/t_235.js new file mode 100644 index 00000000..1275ca81 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/t_235.js @@ -0,0 +1 @@ +c['235']=[['236',"ExecuteAsync Method","topic_00000000000000D4.html",0]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_237.js b/API_NetFramework/VSdoc/toc--/t_237.js index d979b608..e1fcce26 100644 --- a/API_NetFramework/VSdoc/toc--/t_237.js +++ b/API_NetFramework/VSdoc/toc--/t_237.js @@ -1 +1 @@ -c['237']=[['238',"Methods","topic_00000000000000B2_methods--.html",1]]; \ No newline at end of file +c['237']=[['238',"Methods","topic_00000000000000D5_methods--.html",1]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_238.js b/API_NetFramework/VSdoc/toc--/t_238.js index f77ec76a..77a35e33 100644 --- a/API_NetFramework/VSdoc/toc--/t_238.js +++ b/API_NetFramework/VSdoc/toc--/t_238.js @@ -1 +1 @@ -c['238']=[['239',"Index Method","topic_00000000000000B3.html",0]]; \ No newline at end of file +c['238']=[['239',"GetImageAsByteArray Method","topic_00000000000000D7.html",0],['240',"GetImageAsStream Method","topic_00000000000000D6.html",0]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_240.js b/API_NetFramework/VSdoc/toc--/t_240.js deleted file mode 100644 index 1a9f38bb..00000000 --- a/API_NetFramework/VSdoc/toc--/t_240.js +++ /dev/null @@ -1 +0,0 @@ -c['240']=[['241',"Fields","topic_00000000000000B7_vars--.html",1]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_241.js b/API_NetFramework/VSdoc/toc--/t_241.js index f87abd23..9e7d3882 100644 --- a/API_NetFramework/VSdoc/toc--/t_241.js +++ b/API_NetFramework/VSdoc/toc--/t_241.js @@ -1 +1 @@ -c['241']=[['242',"Base64Image Field","topic_00000000000000B8.html",0]]; \ No newline at end of file +c['241']=[['242',"Methods","topic_00000000000000C5_methods--.html",1]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_242.js b/API_NetFramework/VSdoc/toc--/t_242.js new file mode 100644 index 00000000..4b503bd5 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/t_242.js @@ -0,0 +1 @@ +c['242']=[['243',"Index Method","topic_00000000000000C6.html",0]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_243.js b/API_NetFramework/VSdoc/toc--/t_243.js deleted file mode 100644 index ee022101..00000000 --- a/API_NetFramework/VSdoc/toc--/t_243.js +++ /dev/null @@ -1 +0,0 @@ -c['243']=[['244',"Properties","topic_00000000000000A8_props--.html",1]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_244.js b/API_NetFramework/VSdoc/toc--/t_244.js index 7f604102..c306ae68 100644 --- a/API_NetFramework/VSdoc/toc--/t_244.js +++ b/API_NetFramework/VSdoc/toc--/t_244.js @@ -1 +1 @@ -c['244']=[['245',"param1 Property","topic_00000000000000A9.html",0],['246',"param2 Property","topic_00000000000000AA.html",0]]; \ No newline at end of file +c['244']=[['245',"Properties","topic_00000000000000AC_props--.html",1],['248',"Fields","topic_00000000000000AC_vars--.html",1]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_245.js b/API_NetFramework/VSdoc/toc--/t_245.js new file mode 100644 index 00000000..8085a8b7 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/t_245.js @@ -0,0 +1 @@ +c['245']=[['246',"response Property","topic_00000000000000AF.html",0],['247',"senderror Property","topic_00000000000000AE.html",0]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_247.js b/API_NetFramework/VSdoc/toc--/t_247.js deleted file mode 100644 index 4f702475..00000000 --- a/API_NetFramework/VSdoc/toc--/t_247.js +++ /dev/null @@ -1 +0,0 @@ -c['247']=[['248',"Methods","topic_00000000000000B9_methods--.html",1]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_248.js b/API_NetFramework/VSdoc/toc--/t_248.js index 52792469..39677f8a 100644 --- a/API_NetFramework/VSdoc/toc--/t_248.js +++ b/API_NetFramework/VSdoc/toc--/t_248.js @@ -1 +1 @@ -c['248']=[['249',"GetUnterschrift Method","topic_00000000000000BB.html",0],['250',"GetUnterschriftAsBase64 Method","topic_00000000000000BA.html",0]]; \ No newline at end of file +c['248']=[['249',"StatusCode Field","topic_00000000000000AD.html",0]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_250.js b/API_NetFramework/VSdoc/toc--/t_250.js new file mode 100644 index 00000000..1efb66ab --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/t_250.js @@ -0,0 +1 @@ +c['250']=[['251',"Fields","topic_00000000000000CD_vars--.html",1]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_251.js b/API_NetFramework/VSdoc/toc--/t_251.js index f4cc9039..355d577d 100644 --- a/API_NetFramework/VSdoc/toc--/t_251.js +++ b/API_NetFramework/VSdoc/toc--/t_251.js @@ -1 +1 @@ -c['251']=[['252',"unterschriftResult Constructor","topic_00000000000000C3.html",0],['253',"Methods","topic_00000000000000C2_methods--.html",1]]; \ No newline at end of file +c['251']=[['252',"Base64Image Field","topic_00000000000000CE.html",0]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_253.js b/API_NetFramework/VSdoc/toc--/t_253.js index 1c11410e..28c30770 100644 --- a/API_NetFramework/VSdoc/toc--/t_253.js +++ b/API_NetFramework/VSdoc/toc--/t_253.js @@ -1 +1 @@ -c['253']=[['254',"ExecuteAsync Method","topic_00000000000000C4.html",0]]; \ No newline at end of file +c['253']=[['254',"Properties","topic_00000000000000BA_props--.html",1]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_254.js b/API_NetFramework/VSdoc/toc--/t_254.js new file mode 100644 index 00000000..019c7af4 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/t_254.js @@ -0,0 +1 @@ +c['254']=[['255',"param1 Property","topic_00000000000000BB.html",0],['256',"param2 Property","topic_00000000000000BC.html",0]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_255.js b/API_NetFramework/VSdoc/toc--/t_255.js deleted file mode 100644 index 58219a2c..00000000 --- a/API_NetFramework/VSdoc/toc--/t_255.js +++ /dev/null @@ -1 +0,0 @@ -c['255']=[['256',"Methods","topic_00000000000000B4_methods--.html",1]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_256.js b/API_NetFramework/VSdoc/toc--/t_256.js deleted file mode 100644 index 8cb4b1b9..00000000 --- a/API_NetFramework/VSdoc/toc--/t_256.js +++ /dev/null @@ -1 +0,0 @@ -c['256']=[['257',"GetImageAsByteArray Method","topic_00000000000000B6.html",0],['258',"GetImageAsStream Method","topic_00000000000000B5.html",0]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_257.js b/API_NetFramework/VSdoc/toc--/t_257.js new file mode 100644 index 00000000..9680cbb9 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/t_257.js @@ -0,0 +1 @@ +c['257']=[['258',"Methods","topic_00000000000000CF_methods--.html",1]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_258.js b/API_NetFramework/VSdoc/toc--/t_258.js new file mode 100644 index 00000000..26cf50a5 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/t_258.js @@ -0,0 +1 @@ +c['258']=[['259',"GetUnterschrift Method","topic_00000000000000D1.html",0],['260',"GetUnterschriftAsBase64 Method","topic_00000000000000D0.html",0]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_261.js b/API_NetFramework/VSdoc/toc--/t_261.js new file mode 100644 index 00000000..37b90cef --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/t_261.js @@ -0,0 +1 @@ +c['261']=[['262',"unterschriftResult Constructor","topic_00000000000000D9.html",0],['263',"Methods","topic_00000000000000D8_methods--.html",1]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_263.js b/API_NetFramework/VSdoc/toc--/t_263.js new file mode 100644 index 00000000..5e528497 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/t_263.js @@ -0,0 +1 @@ +c['263']=[['264',"ExecuteAsync Method","topic_00000000000000DA.html",0]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_265.js b/API_NetFramework/VSdoc/toc--/t_265.js new file mode 100644 index 00000000..a8a50170 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/t_265.js @@ -0,0 +1 @@ +c['265']=[['266',"Methods","topic_00000000000000CA_methods--.html",1]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_266.js b/API_NetFramework/VSdoc/toc--/t_266.js new file mode 100644 index 00000000..314f0f31 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/t_266.js @@ -0,0 +1 @@ +c['266']=[['267',"GetImageAsByteArray Method","topic_00000000000000CC.html",0],['268',"GetImageAsStream Method","topic_00000000000000CB.html",0]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_270.js b/API_NetFramework/VSdoc/toc--/t_270.js new file mode 100644 index 00000000..19759a4a --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/t_270.js @@ -0,0 +1 @@ +c['270']=[['271',"APILogging Class","topic_00000000000000E4.html",1],['275',"LogLevelType Enumeration","topic_00000000000000DE.html",0]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_271.js b/API_NetFramework/VSdoc/toc--/t_271.js new file mode 100644 index 00000000..02339267 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/t_271.js @@ -0,0 +1 @@ +c['271']=[['272',"Methods","topic_00000000000000E4_methods--.html",1]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_272.js b/API_NetFramework/VSdoc/toc--/t_272.js new file mode 100644 index 00000000..a4b2e735 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/t_272.js @@ -0,0 +1 @@ +c['272']=[['273',"Log Method","topic_00000000000000E6.html",0],['274',"initLogging Method","topic_00000000000000E5.html",0]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_276.js b/API_NetFramework/VSdoc/toc--/t_276.js new file mode 100644 index 00000000..4eae135f --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/t_276.js @@ -0,0 +1 @@ +c['276']=[['277',"Startup Class","topic_00000000000000E8.html",1]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_277.js b/API_NetFramework/VSdoc/toc--/t_277.js new file mode 100644 index 00000000..c33fcc9f --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/t_277.js @@ -0,0 +1 @@ +c['277']=[['278',"Methods","topic_00000000000000E8_methods--.html",1]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_278.js b/API_NetFramework/VSdoc/toc--/t_278.js new file mode 100644 index 00000000..9755d4bb --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/t_278.js @@ -0,0 +1 @@ +c['278']=[['279',"Configuration Method","topic_00000000000000E9.html",0]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_280.js b/API_NetFramework/VSdoc/toc--/t_280.js new file mode 100644 index 00000000..c5254831 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/t_280.js @@ -0,0 +1 @@ +c['280']=[['281',"TokenController Class","topic_00000000000000C8.html",1]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_281.js b/API_NetFramework/VSdoc/toc--/t_281.js new file mode 100644 index 00000000..c9f81a75 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/t_281.js @@ -0,0 +1 @@ +c['281']=[['282',"Methods","topic_00000000000000C8_methods--.html",1]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_282.js b/API_NetFramework/VSdoc/toc--/t_282.js new file mode 100644 index 00000000..db8f1a43 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/t_282.js @@ -0,0 +1 @@ +c['282']=[['283',"TokenGenerator Method","topic_00000000000000C9.html",0]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_284.js b/API_NetFramework/VSdoc/toc--/t_284.js new file mode 100644 index 00000000..baa1efec --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/t_284.js @@ -0,0 +1 @@ +c['284']=[['285',"ApiKeyMiddleware Class","topic_00000000000000A0.html",1],['291',"StringCipher Class","topic_000000000000009D.html",1]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_285.js b/API_NetFramework/VSdoc/toc--/t_285.js new file mode 100644 index 00000000..f60353b0 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/t_285.js @@ -0,0 +1 @@ +c['285']=[['286',"Methods","topic_00000000000000A0_methods--.html",1],['289',"Fields","topic_00000000000000A0_vars--.html",1]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_286.js b/API_NetFramework/VSdoc/toc--/t_286.js new file mode 100644 index 00000000..37ca0450 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/t_286.js @@ -0,0 +1 @@ +c['286']=[['287',"Authorized Method","topic_00000000000000A3.html",0],['288',"GetValue Method","topic_00000000000000A2.html",0]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_289.js b/API_NetFramework/VSdoc/toc--/t_289.js new file mode 100644 index 00000000..8c3d5f79 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/t_289.js @@ -0,0 +1 @@ +c['289']=[['290',"apikeys Field","topic_00000000000000A1.html",0]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_291.js b/API_NetFramework/VSdoc/toc--/t_291.js new file mode 100644 index 00000000..6e53d068 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/t_291.js @@ -0,0 +1 @@ +c['291']=[['292',"Methods","topic_000000000000009D_methods--.html",1]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_292.js b/API_NetFramework/VSdoc/toc--/t_292.js new file mode 100644 index 00000000..9c686811 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/t_292.js @@ -0,0 +1 @@ +c['292']=[['293',"Decrypt Method","topic_000000000000009F.html",0],['294',"Encrypt Method","topic_000000000000009E.html",0]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/t_4.js b/API_NetFramework/VSdoc/toc--/t_4.js index 1082177d..11cbab12 100644 --- a/API_NetFramework/VSdoc/toc--/t_4.js +++ b/API_NetFramework/VSdoc/toc--/t_4.js @@ -1 +1 @@ -c['4']=[['5',"BundleConfig Class","topic_0000000000000001.html",1],['8',"FilterConfig Class","topic_0000000000000003.html",1],['11',"RouteConfig Class","topic_0000000000000005.html",1],['14',"SwaggerConfig Class","topic_0000000000000007.html",1],['17',"WebApiApplication Class","topic_00000000000000C5.html",1],['20',"WebApiConfig Class","topic_0000000000000009.html",1]]; \ No newline at end of file +c['4']=[['5',"BundleConfig Class","topic_0000000000000001.html",1],['8',"FilterConfig Class","topic_0000000000000003.html",1],['11',"RouteConfig Class","topic_0000000000000005.html",1],['14',"SwaggerConfig Class","topic_0000000000000007.html",1],['17',"WebApiApplication Class","topic_00000000000000DB.html",1],['20',"WebApiConfig Class","topic_0000000000000009.html",1]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000000.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000000.html.js index 9c7db69f..3207d89a 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000000.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000000.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000001.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000001.html.js index a2869586..85b6fca5 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000001.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000001.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['5',"BundleConfig Class","topic_0000000000000001.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['5',"BundleConfig Class","topic_0000000000000001.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000001_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000001_methods--.html.js index a4eb7aa3..9135b4fe 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000001_methods--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000001_methods--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['5',"BundleConfig Class","topic_0000000000000001.html"],['6',"Methods","topic_0000000000000001_methods--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['5',"BundleConfig Class","topic_0000000000000001.html"],['6',"Methods","topic_0000000000000001_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000002.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000002.html.js index de730aba..d008a8a0 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000002.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000002.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['5',"BundleConfig Class","topic_0000000000000001.html"],['6',"Methods","topic_0000000000000001_methods--.html"],['7',"RegisterBundles Method","topic_0000000000000002.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['5',"BundleConfig Class","topic_0000000000000001.html"],['6',"Methods","topic_0000000000000001_methods--.html"],['7',"RegisterBundles Method","topic_0000000000000002.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000003.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000003.html.js index 6bd45e49..3c0dcbbe 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000003.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000003.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['8',"FilterConfig Class","topic_0000000000000003.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['8',"FilterConfig Class","topic_0000000000000003.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000003_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000003_methods--.html.js index 248221e0..9c16de83 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000003_methods--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000003_methods--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['8',"FilterConfig Class","topic_0000000000000003.html"],['9',"Methods","topic_0000000000000003_methods--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['8',"FilterConfig Class","topic_0000000000000003.html"],['9',"Methods","topic_0000000000000003_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000004.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000004.html.js index 6ffa539c..80e3cdbb 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000004.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000004.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['8',"FilterConfig Class","topic_0000000000000003.html"],['9',"Methods","topic_0000000000000003_methods--.html"],['10',"RegisterGlobalFilters Method","topic_0000000000000004.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['8',"FilterConfig Class","topic_0000000000000003.html"],['9',"Methods","topic_0000000000000003_methods--.html"],['10',"RegisterGlobalFilters Method","topic_0000000000000004.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000005.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000005.html.js index 8c42da54..f8d0f690 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000005.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000005.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['11',"RouteConfig Class","topic_0000000000000005.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['11',"RouteConfig Class","topic_0000000000000005.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000005_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000005_methods--.html.js index 6178c016..1b6484c0 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000005_methods--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000005_methods--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['11',"RouteConfig Class","topic_0000000000000005.html"],['12',"Methods","topic_0000000000000005_methods--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['11',"RouteConfig Class","topic_0000000000000005.html"],['12',"Methods","topic_0000000000000005_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000006.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000006.html.js index fa888761..e1bd02f5 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000006.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000006.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['11',"RouteConfig Class","topic_0000000000000005.html"],['12',"Methods","topic_0000000000000005_methods--.html"],['13',"RegisterRoutes Method","topic_0000000000000006.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['11',"RouteConfig Class","topic_0000000000000005.html"],['12',"Methods","topic_0000000000000005_methods--.html"],['13',"RegisterRoutes Method","topic_0000000000000006.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000007.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000007.html.js index 1d235320..c395dd3a 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000007.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000007.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['14',"SwaggerConfig Class","topic_0000000000000007.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['14',"SwaggerConfig Class","topic_0000000000000007.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000007_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000007_methods--.html.js index 9e433eff..9f61e602 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000007_methods--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000007_methods--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['14',"SwaggerConfig Class","topic_0000000000000007.html"],['15',"Methods","topic_0000000000000007_methods--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['14',"SwaggerConfig Class","topic_0000000000000007.html"],['15',"Methods","topic_0000000000000007_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000008.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000008.html.js index 979286d4..f6da3d0e 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000008.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000008.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['14',"SwaggerConfig Class","topic_0000000000000007.html"],['15',"Methods","topic_0000000000000007_methods--.html"],['16',"Register Method","topic_0000000000000008.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['14',"SwaggerConfig Class","topic_0000000000000007.html"],['15',"Methods","topic_0000000000000007_methods--.html"],['16',"Register Method","topic_0000000000000008.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000009.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000009.html.js index 110c206c..885e3ae3 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000009.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000009.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['20',"WebApiConfig Class","topic_0000000000000009.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['20',"WebApiConfig Class","topic_0000000000000009.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000009_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000009_methods--.html.js index 2333c0a6..085e7d3e 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000009_methods--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000009_methods--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['20',"WebApiConfig Class","topic_0000000000000009.html"],['21',"Methods","topic_0000000000000009_methods--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['20',"WebApiConfig Class","topic_0000000000000009.html"],['21',"Methods","topic_0000000000000009_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000000A.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000000A.html.js index 178c0e33..f449babe 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000000A.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000000A.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['20',"WebApiConfig Class","topic_0000000000000009.html"],['21',"Methods","topic_0000000000000009_methods--.html"],['22',"Register Method","topic_000000000000000A.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['20',"WebApiConfig Class","topic_0000000000000009.html"],['21',"Methods","topic_0000000000000009_methods--.html"],['22',"Register Method","topic_000000000000000A.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000000B.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000000B.html.js index 604746ef..cf9c1c52 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000000B.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000000B.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000000C.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000000C.html.js index f63463f6..adcb82fe 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000000C.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000000C.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['24',"ApiDescriptionExtensions Class","topic_000000000000000C.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['24',"ApiDescriptionExtensions Class","topic_000000000000000C.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000000C_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000000C_methods--.html.js index 0c985c1f..56e2c2e3 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000000C_methods--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000000C_methods--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['24',"ApiDescriptionExtensions Class","topic_000000000000000C.html"],['25',"Methods","topic_000000000000000C_methods--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['24',"ApiDescriptionExtensions Class","topic_000000000000000C.html"],['25',"Methods","topic_000000000000000C_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000000D.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000000D.html.js index 4888c84f..0675f793 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000000D.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000000D.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['24',"ApiDescriptionExtensions Class","topic_000000000000000C.html"],['25',"Methods","topic_000000000000000C_methods--.html"],['26',"GetFriendlyId Method","topic_000000000000000D.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['24',"ApiDescriptionExtensions Class","topic_000000000000000C.html"],['25',"Methods","topic_000000000000000C_methods--.html"],['26',"GetFriendlyId Method","topic_000000000000000D.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000000E.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000000E.html.js index add98986..cfaf9f6c 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000000E.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000000E.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['32',"HelpPageConfig Class","topic_000000000000000E.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['32',"HelpPageConfig Class","topic_000000000000000E.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000000E_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000000E_methods--.html.js index 497a1e97..79a66300 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000000E_methods--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000000E_methods--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['32',"HelpPageConfig Class","topic_000000000000000E.html"],['33',"Methods","topic_000000000000000E_methods--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['32',"HelpPageConfig Class","topic_000000000000000E.html"],['33',"Methods","topic_000000000000000E_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000000F.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000000F.html.js index 0c8a2b47..b48b5cfd 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000000F.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000000F.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['32',"HelpPageConfig Class","topic_000000000000000E.html"],['33',"Methods","topic_000000000000000E_methods--.html"],['34',"Register Method","topic_000000000000000F.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['32',"HelpPageConfig Class","topic_000000000000000E.html"],['33',"Methods","topic_000000000000000E_methods--.html"],['34',"Register Method","topic_000000000000000F.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000010.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000010.html.js index daff1b92..499e0c81 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000010.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000010.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['127',"API_NetFramework.Areas.HelpPage.Controllers Namespace","topic_0000000000000010.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['127',"API_NetFramework.Areas.HelpPage.Controllers Namespace","topic_0000000000000010.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000011.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000011.html.js index 40740c85..7c69ff67 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000011.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000011.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['127',"API_NetFramework.Areas.HelpPage.Controllers Namespace","topic_0000000000000010.html"],['128',"HelpController Class","topic_0000000000000011.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['127',"API_NetFramework.Areas.HelpPage.Controllers Namespace","topic_0000000000000010.html"],['128',"HelpController Class","topic_0000000000000011.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000011_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000011_methods--.html.js index 6bab69d1..c53b6891 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000011_methods--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000011_methods--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['127',"API_NetFramework.Areas.HelpPage.Controllers Namespace","topic_0000000000000010.html"],['128',"HelpController Class","topic_0000000000000011.html"],['134',"Methods","topic_0000000000000011_methods--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['127',"API_NetFramework.Areas.HelpPage.Controllers Namespace","topic_0000000000000010.html"],['128',"HelpController Class","topic_0000000000000011.html"],['134',"Methods","topic_0000000000000011_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000011_props--.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000011_props--.html.js index efd59657..3c54f598 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000011_props--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000011_props--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['127',"API_NetFramework.Areas.HelpPage.Controllers Namespace","topic_0000000000000010.html"],['128',"HelpController Class","topic_0000000000000011.html"],['132',"Properties","topic_0000000000000011_props--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['127',"API_NetFramework.Areas.HelpPage.Controllers Namespace","topic_0000000000000010.html"],['128',"HelpController Class","topic_0000000000000011.html"],['132',"Properties","topic_0000000000000011_props--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000012.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000012.html.js index 26d51f66..679d244b 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000012.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000012.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['127',"API_NetFramework.Areas.HelpPage.Controllers Namespace","topic_0000000000000010.html"],['128',"HelpController Class","topic_0000000000000011.html"],['129',"HelpController Constructor","topic_0000000000000012_overloads--.html"],['130',"HelpController() Constructor","topic_0000000000000012.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['127',"API_NetFramework.Areas.HelpPage.Controllers Namespace","topic_0000000000000010.html"],['128',"HelpController Class","topic_0000000000000011.html"],['129',"HelpController Constructor","topic_0000000000000012_overloads--.html"],['130',"HelpController() Constructor","topic_0000000000000012.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000012_overloads--.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000012_overloads--.html.js index ee82b3a8..0ecc32d2 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000012_overloads--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000012_overloads--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['127',"API_NetFramework.Areas.HelpPage.Controllers Namespace","topic_0000000000000010.html"],['128',"HelpController Class","topic_0000000000000011.html"],['129',"HelpController Constructor","topic_0000000000000012_overloads--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['127',"API_NetFramework.Areas.HelpPage.Controllers Namespace","topic_0000000000000010.html"],['128',"HelpController Class","topic_0000000000000011.html"],['129',"HelpController Constructor","topic_0000000000000012_overloads--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000013.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000013.html.js index 71a9f813..ab125b67 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000013.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000013.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['127',"API_NetFramework.Areas.HelpPage.Controllers Namespace","topic_0000000000000010.html"],['128',"HelpController Class","topic_0000000000000011.html"],['129',"HelpController Constructor","topic_0000000000000012_overloads--.html"],['131',"HelpController(HttpConfiguration) Constructor","topic_0000000000000013.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['127',"API_NetFramework.Areas.HelpPage.Controllers Namespace","topic_0000000000000010.html"],['128',"HelpController Class","topic_0000000000000011.html"],['129',"HelpController Constructor","topic_0000000000000012_overloads--.html"],['131',"HelpController(HttpConfiguration) Constructor","topic_0000000000000013.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000014.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000014.html.js index d714bf4d..d042d0fd 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000014.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000014.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['127',"API_NetFramework.Areas.HelpPage.Controllers Namespace","topic_0000000000000010.html"],['128',"HelpController Class","topic_0000000000000011.html"],['132',"Properties","topic_0000000000000011_props--.html"],['133',"Configuration Property","topic_0000000000000014.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['127',"API_NetFramework.Areas.HelpPage.Controllers Namespace","topic_0000000000000010.html"],['128',"HelpController Class","topic_0000000000000011.html"],['132',"Properties","topic_0000000000000011_props--.html"],['133',"Configuration Property","topic_0000000000000014.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000015.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000015.html.js index 82dae51b..c18c0c5f 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000015.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000015.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['127',"API_NetFramework.Areas.HelpPage.Controllers Namespace","topic_0000000000000010.html"],['128',"HelpController Class","topic_0000000000000011.html"],['134',"Methods","topic_0000000000000011_methods--.html"],['136',"Index Method","topic_0000000000000015.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['127',"API_NetFramework.Areas.HelpPage.Controllers Namespace","topic_0000000000000010.html"],['128',"HelpController Class","topic_0000000000000011.html"],['134',"Methods","topic_0000000000000011_methods--.html"],['136',"Index Method","topic_0000000000000015.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000016.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000016.html.js index 4207df79..1fac5e65 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000016.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000016.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['127',"API_NetFramework.Areas.HelpPage.Controllers Namespace","topic_0000000000000010.html"],['128',"HelpController Class","topic_0000000000000011.html"],['134',"Methods","topic_0000000000000011_methods--.html"],['135',"Api Method","topic_0000000000000016.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['127',"API_NetFramework.Areas.HelpPage.Controllers Namespace","topic_0000000000000010.html"],['128',"HelpController Class","topic_0000000000000011.html"],['134',"Methods","topic_0000000000000011_methods--.html"],['135',"Api Method","topic_0000000000000016.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000017.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000017.html.js index 18d54c84..7df19e00 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000017.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000017.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['127',"API_NetFramework.Areas.HelpPage.Controllers Namespace","topic_0000000000000010.html"],['128',"HelpController Class","topic_0000000000000011.html"],['134',"Methods","topic_0000000000000011_methods--.html"],['137',"ResourceModel Method","topic_0000000000000017.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['127',"API_NetFramework.Areas.HelpPage.Controllers Namespace","topic_0000000000000010.html"],['128',"HelpController Class","topic_0000000000000011.html"],['134',"Methods","topic_0000000000000011_methods--.html"],['137',"ResourceModel Method","topic_0000000000000017.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000018.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000018.html.js index 2499b008..06d74825 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000018.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000018.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['27',"HelpPageAreaRegistration Class","topic_0000000000000018.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['27',"HelpPageAreaRegistration Class","topic_0000000000000018.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000018_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000018_methods--.html.js index 25331622..326368fa 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000018_methods--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000018_methods--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['27',"HelpPageAreaRegistration Class","topic_0000000000000018.html"],['30',"Methods","topic_0000000000000018_methods--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['27',"HelpPageAreaRegistration Class","topic_0000000000000018.html"],['30',"Methods","topic_0000000000000018_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000018_props--.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000018_props--.html.js index 5376a203..0042aa7e 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000018_props--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000018_props--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['27',"HelpPageAreaRegistration Class","topic_0000000000000018.html"],['28',"Properties","topic_0000000000000018_props--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['27',"HelpPageAreaRegistration Class","topic_0000000000000018.html"],['28',"Properties","topic_0000000000000018_props--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000019.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000019.html.js index 3e5f8548..47b973e6 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000019.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000019.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['27',"HelpPageAreaRegistration Class","topic_0000000000000018.html"],['28',"Properties","topic_0000000000000018_props--.html"],['29',"AreaName Property","topic_0000000000000019.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['27',"HelpPageAreaRegistration Class","topic_0000000000000018.html"],['28',"Properties","topic_0000000000000018_props--.html"],['29',"AreaName Property","topic_0000000000000019.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000001A.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000001A.html.js index 6ebd53cd..49bb41bc 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000001A.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000001A.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['27',"HelpPageAreaRegistration Class","topic_0000000000000018.html"],['30',"Methods","topic_0000000000000018_methods--.html"],['31',"RegisterArea Method","topic_000000000000001A.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['27',"HelpPageAreaRegistration Class","topic_0000000000000018.html"],['30',"Methods","topic_0000000000000018_methods--.html"],['31',"RegisterArea Method","topic_000000000000001A.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000001B.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000001B.html.js index dd339b9a..d57abba6 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000001B.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000001B.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000001B_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000001B_methods--.html.js index 58bdc777..800a5234 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000001B_methods--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000001B_methods--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000001C.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000001C.html.js index cb31ab8d..411ea791 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000001C.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000001C.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['46',"SetDocumentationProvider Method","topic_000000000000001C.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['46',"SetDocumentationProvider Method","topic_000000000000001C.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000001D.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000001D.html.js index 2264a5de..392b5393 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000001D.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000001D.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['50',"SetSampleObjects Method","topic_000000000000001D.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['50',"SetSampleObjects Method","topic_000000000000001D.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000001E.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000001E.html.js index 88ec517c..27e93d4d 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000001E.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000001E.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['51',"SetSampleRequest Method","topic_000000000000001E_overloads--.html"],['52',"SetSampleRequest(this HttpConfiguration, object, MediaTypeHeaderValue, string, string) Method","topic_000000000000001E.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['51',"SetSampleRequest Method","topic_000000000000001E_overloads--.html"],['52',"SetSampleRequest(this HttpConfiguration, object, MediaTypeHeaderValue, string, string) Method","topic_000000000000001E.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000001E_overloads--.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000001E_overloads--.html.js index 6c85879e..c8284f57 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000001E_overloads--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000001E_overloads--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['51',"SetSampleRequest Method","topic_000000000000001E_overloads--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['51',"SetSampleRequest Method","topic_000000000000001E_overloads--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000001F.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000001F.html.js index 7abc6897..50dc4e15 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000001F.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000001F.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['51',"SetSampleRequest Method","topic_000000000000001E_overloads--.html"],['53',"SetSampleRequest(this HttpConfiguration, object, MediaTypeHeaderValue, string, string, params string[]) Method","topic_000000000000001F.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['51',"SetSampleRequest Method","topic_000000000000001E_overloads--.html"],['53',"SetSampleRequest(this HttpConfiguration, object, MediaTypeHeaderValue, string, string, params string[]) Method","topic_000000000000001F.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000020.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000020.html.js index ef273036..254e0c0e 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000020.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000020.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['54',"SetSampleResponse Method","topic_0000000000000020_overloads--.html"],['55',"SetSampleResponse(this HttpConfiguration, object, MediaTypeHeaderValue, string, string) Method","topic_0000000000000020.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['54',"SetSampleResponse Method","topic_0000000000000020_overloads--.html"],['55',"SetSampleResponse(this HttpConfiguration, object, MediaTypeHeaderValue, string, string) Method","topic_0000000000000020.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000020_overloads--.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000020_overloads--.html.js index b3056a7a..68663c5d 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000020_overloads--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000020_overloads--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['54',"SetSampleResponse Method","topic_0000000000000020_overloads--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['54',"SetSampleResponse Method","topic_0000000000000020_overloads--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000021.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000021.html.js index 94f2912b..f94eb4e0 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000021.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000021.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['54',"SetSampleResponse Method","topic_0000000000000020_overloads--.html"],['56',"SetSampleResponse(this HttpConfiguration, object, MediaTypeHeaderValue, string, string, params string[]) Method","topic_0000000000000021.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['54',"SetSampleResponse Method","topic_0000000000000020_overloads--.html"],['56',"SetSampleResponse(this HttpConfiguration, object, MediaTypeHeaderValue, string, string, params string[]) Method","topic_0000000000000021.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000022.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000022.html.js index 79ca2a99..f75e60ec 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000022.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000022.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['48',"SetSampleForMediaType Method","topic_0000000000000022.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['48',"SetSampleForMediaType Method","topic_0000000000000022.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000023.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000023.html.js index 46fed593..24e9367c 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000023.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000023.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['49',"SetSampleForType Method","topic_0000000000000023.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['49',"SetSampleForType Method","topic_0000000000000023.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000024.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000024.html.js index a26d52bd..7a5bc49c 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000024.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000024.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['40',"SetActualRequestType Method","topic_0000000000000024_overloads--.html"],['41',"SetActualRequestType(this HttpConfiguration, Type, string, string) Method","topic_0000000000000024.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['40',"SetActualRequestType Method","topic_0000000000000024_overloads--.html"],['41',"SetActualRequestType(this HttpConfiguration, Type, string, string) Method","topic_0000000000000024.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000024_overloads--.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000024_overloads--.html.js index 2d3a38ff..4d3f987e 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000024_overloads--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000024_overloads--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['40',"SetActualRequestType Method","topic_0000000000000024_overloads--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['40',"SetActualRequestType Method","topic_0000000000000024_overloads--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000025.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000025.html.js index 9d5ee9a8..913ef35c 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000025.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000025.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['40',"SetActualRequestType Method","topic_0000000000000024_overloads--.html"],['42',"SetActualRequestType(this HttpConfiguration, Type, string, string, params string[]) Method","topic_0000000000000025.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['40',"SetActualRequestType Method","topic_0000000000000024_overloads--.html"],['42',"SetActualRequestType(this HttpConfiguration, Type, string, string, params string[]) Method","topic_0000000000000025.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000026.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000026.html.js index bde48ca5..c7e0a43f 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000026.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000026.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['43',"SetActualResponseType Method","topic_0000000000000026_overloads--.html"],['44',"SetActualResponseType(this HttpConfiguration, Type, string, string) Method","topic_0000000000000026.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['43',"SetActualResponseType Method","topic_0000000000000026_overloads--.html"],['44',"SetActualResponseType(this HttpConfiguration, Type, string, string) Method","topic_0000000000000026.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000026_overloads--.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000026_overloads--.html.js index 25f14069..8f08ad6c 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000026_overloads--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000026_overloads--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['43',"SetActualResponseType Method","topic_0000000000000026_overloads--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['43',"SetActualResponseType Method","topic_0000000000000026_overloads--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000027.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000027.html.js index 3ee82052..12193a73 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000027.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000027.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['43',"SetActualResponseType Method","topic_0000000000000026_overloads--.html"],['45',"SetActualResponseType(this HttpConfiguration, Type, string, string, params string[]) Method","topic_0000000000000027.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['43',"SetActualResponseType Method","topic_0000000000000026_overloads--.html"],['45',"SetActualResponseType(this HttpConfiguration, Type, string, string, params string[]) Method","topic_0000000000000027.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000028.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000028.html.js index 5311ff23..5af9c3ae 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000028.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000028.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['38',"GetHelpPageSampleGenerator Method","topic_0000000000000028.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['38',"GetHelpPageSampleGenerator Method","topic_0000000000000028.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000029.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000029.html.js index e3855b75..68a9f05d 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000029.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000029.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['47',"SetHelpPageSampleGenerator Method","topic_0000000000000029.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['47',"SetHelpPageSampleGenerator Method","topic_0000000000000029.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000002A.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000002A.html.js index dc89348b..731ce7fa 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000002A.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000002A.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['39',"GetModelDescriptionGenerator Method","topic_000000000000002A.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['39',"GetModelDescriptionGenerator Method","topic_000000000000002A.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000002B.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000002B.html.js index 8f32a681..8b522c24 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000002B.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000002B.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['37',"GetHelpPageApiModel Method","topic_000000000000002B.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['35',"HelpPageConfigurationExtensions Class","topic_000000000000001B.html"],['36',"Methods","topic_000000000000001B_methods--.html"],['37',"GetHelpPageApiModel Method","topic_000000000000002B.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000002C.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000002C.html.js index fe8e0e36..0fbaae7f 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000002C.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000002C.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000002D.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000002D.html.js index 373bbe31..ea3caaf9 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000002D.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000002D.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['139',"CollectionModelDescription Class","topic_000000000000002D.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['139',"CollectionModelDescription Class","topic_000000000000002D.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000002D_props--.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000002D_props--.html.js index 86cf13f7..7d09b87d 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000002D_props--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000002D_props--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['139',"CollectionModelDescription Class","topic_000000000000002D.html"],['140',"Properties","topic_000000000000002D_props--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['139',"CollectionModelDescription Class","topic_000000000000002D.html"],['140',"Properties","topic_000000000000002D_props--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000002E.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000002E.html.js index 40bd30d8..66fb4002 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000002E.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000002E.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['139',"CollectionModelDescription Class","topic_000000000000002D.html"],['140',"Properties","topic_000000000000002D_props--.html"],['141',"ElementDescription Property","topic_000000000000002E.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['139',"CollectionModelDescription Class","topic_000000000000002D.html"],['140',"Properties","topic_000000000000002D_props--.html"],['141',"ElementDescription Property","topic_000000000000002E.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000002F.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000002F.html.js index 6841ee47..c556fa17 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000002F.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000002F.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['142',"ComplexTypeModelDescription Class","topic_000000000000002F.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['142',"ComplexTypeModelDescription Class","topic_000000000000002F.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000002F_props--.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000002F_props--.html.js index 301101e3..cb4bb61b 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000002F_props--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000002F_props--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['142',"ComplexTypeModelDescription Class","topic_000000000000002F.html"],['144',"Properties","topic_000000000000002F_props--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['142',"ComplexTypeModelDescription Class","topic_000000000000002F.html"],['144',"Properties","topic_000000000000002F_props--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000030.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000030.html.js index cf36dad7..aa659b03 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000030.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000030.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['142',"ComplexTypeModelDescription Class","topic_000000000000002F.html"],['143',"ComplexTypeModelDescription Constructor","topic_0000000000000030.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['142',"ComplexTypeModelDescription Class","topic_000000000000002F.html"],['143',"ComplexTypeModelDescription Constructor","topic_0000000000000030.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000031.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000031.html.js index e316fd0e..8629c58d 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000031.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000031.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['142',"ComplexTypeModelDescription Class","topic_000000000000002F.html"],['144',"Properties","topic_000000000000002F_props--.html"],['145',"Properties Property","topic_0000000000000031.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['142',"ComplexTypeModelDescription Class","topic_000000000000002F.html"],['144',"Properties","topic_000000000000002F_props--.html"],['145',"Properties Property","topic_0000000000000031.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000032.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000032.html.js index 3bbaf5bf..31cbffec 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000032.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000032.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['146',"DictionaryModelDescription Class","topic_0000000000000032.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['146',"DictionaryModelDescription Class","topic_0000000000000032.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000033.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000033.html.js index 7c28663e..20224b67 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000033.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000033.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['147',"EnumTypeModelDescription Class","topic_0000000000000033.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['147',"EnumTypeModelDescription Class","topic_0000000000000033.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000033_props--.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000033_props--.html.js index b0375e76..7cbcd099 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000033_props--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000033_props--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['147',"EnumTypeModelDescription Class","topic_0000000000000033.html"],['149',"Properties","topic_0000000000000033_props--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['147',"EnumTypeModelDescription Class","topic_0000000000000033.html"],['149',"Properties","topic_0000000000000033_props--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000034.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000034.html.js index 65c3ce83..916e28a0 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000034.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000034.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['147',"EnumTypeModelDescription Class","topic_0000000000000033.html"],['148',"EnumTypeModelDescription Constructor","topic_0000000000000034.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['147',"EnumTypeModelDescription Class","topic_0000000000000033.html"],['148',"EnumTypeModelDescription Constructor","topic_0000000000000034.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000035.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000035.html.js index f31693a4..2448be2c 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000035.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000035.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['147',"EnumTypeModelDescription Class","topic_0000000000000033.html"],['149',"Properties","topic_0000000000000033_props--.html"],['150',"Values Property","topic_0000000000000035.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['147',"EnumTypeModelDescription Class","topic_0000000000000033.html"],['149',"Properties","topic_0000000000000033_props--.html"],['150',"Values Property","topic_0000000000000035.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000036.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000036.html.js index ca7927a6..15c1e90d 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000036.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000036.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['151',"EnumValueDescription Class","topic_0000000000000036.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['151',"EnumValueDescription Class","topic_0000000000000036.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000036_props--.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000036_props--.html.js index e21fdea0..14be7b68 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000036_props--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000036_props--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['151',"EnumValueDescription Class","topic_0000000000000036.html"],['152',"Properties","topic_0000000000000036_props--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['151',"EnumValueDescription Class","topic_0000000000000036.html"],['152',"Properties","topic_0000000000000036_props--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000037.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000037.html.js index 0223a03f..7a478111 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000037.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000037.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['151',"EnumValueDescription Class","topic_0000000000000036.html"],['152',"Properties","topic_0000000000000036_props--.html"],['153',"Documentation Property","topic_0000000000000037.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['151',"EnumValueDescription Class","topic_0000000000000036.html"],['152',"Properties","topic_0000000000000036_props--.html"],['153',"Documentation Property","topic_0000000000000037.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000038.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000038.html.js index 06444dea..46c09567 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000038.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000038.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['151',"EnumValueDescription Class","topic_0000000000000036.html"],['152',"Properties","topic_0000000000000036_props--.html"],['154',"Name Property","topic_0000000000000038.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['151',"EnumValueDescription Class","topic_0000000000000036.html"],['152',"Properties","topic_0000000000000036_props--.html"],['154',"Name Property","topic_0000000000000038.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000039.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000039.html.js index 463e46e9..1173a73b 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000039.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000039.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['151',"EnumValueDescription Class","topic_0000000000000036.html"],['152',"Properties","topic_0000000000000036_props--.html"],['155',"Value Property","topic_0000000000000039.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['151',"EnumValueDescription Class","topic_0000000000000036.html"],['152',"Properties","topic_0000000000000036_props--.html"],['155',"Value Property","topic_0000000000000039.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000003A.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000003A.html.js index a8d92a3b..1614640e 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000003A.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000003A.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['187',"IModelDocumentationProvider Interface","topic_000000000000003A.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['187',"IModelDocumentationProvider Interface","topic_000000000000003A.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000003A_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000003A_methods--.html.js index f5fe09a9..d7aee5e2 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000003A_methods--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000003A_methods--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['187',"IModelDocumentationProvider Interface","topic_000000000000003A.html"],['188',"Methods","topic_000000000000003A_methods--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['187',"IModelDocumentationProvider Interface","topic_000000000000003A.html"],['188',"Methods","topic_000000000000003A_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000003B.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000003B.html.js index df708a14..a0b561aa 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000003B.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000003B.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['187',"IModelDocumentationProvider Interface","topic_000000000000003A.html"],['188',"Methods","topic_000000000000003A_methods--.html"],['189',"GetDocumentation Method","topic_000000000000003B_overloads--.html"],['190',"GetDocumentation(MemberInfo) Method","topic_000000000000003B.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['187',"IModelDocumentationProvider Interface","topic_000000000000003A.html"],['188',"Methods","topic_000000000000003A_methods--.html"],['189',"GetDocumentation Method","topic_000000000000003B_overloads--.html"],['190',"GetDocumentation(MemberInfo) Method","topic_000000000000003B.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000003B_overloads--.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000003B_overloads--.html.js index 09e1e9ee..4218a92e 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000003B_overloads--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000003B_overloads--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['187',"IModelDocumentationProvider Interface","topic_000000000000003A.html"],['188',"Methods","topic_000000000000003A_methods--.html"],['189',"GetDocumentation Method","topic_000000000000003B_overloads--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['187',"IModelDocumentationProvider Interface","topic_000000000000003A.html"],['188',"Methods","topic_000000000000003A_methods--.html"],['189',"GetDocumentation Method","topic_000000000000003B_overloads--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000003C.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000003C.html.js index ec5014aa..5af79030 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000003C.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000003C.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['187',"IModelDocumentationProvider Interface","topic_000000000000003A.html"],['188',"Methods","topic_000000000000003A_methods--.html"],['189',"GetDocumentation Method","topic_000000000000003B_overloads--.html"],['191',"GetDocumentation(Type) Method","topic_000000000000003C.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['187',"IModelDocumentationProvider Interface","topic_000000000000003A.html"],['188',"Methods","topic_000000000000003A_methods--.html"],['189',"GetDocumentation Method","topic_000000000000003B_overloads--.html"],['191',"GetDocumentation(Type) Method","topic_000000000000003C.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000003D.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000003D.html.js index ab3e0723..4833891a 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000003D.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000003D.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['156',"KeyValuePairModelDescription Class","topic_000000000000003D.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['156',"KeyValuePairModelDescription Class","topic_000000000000003D.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000003D_props--.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000003D_props--.html.js index bbe3d405..9b95ce48 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000003D_props--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000003D_props--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['156',"KeyValuePairModelDescription Class","topic_000000000000003D.html"],['157',"Properties","topic_000000000000003D_props--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['156',"KeyValuePairModelDescription Class","topic_000000000000003D.html"],['157',"Properties","topic_000000000000003D_props--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000003E.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000003E.html.js index 37eb0c43..84ce74aa 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000003E.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000003E.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['156',"KeyValuePairModelDescription Class","topic_000000000000003D.html"],['157',"Properties","topic_000000000000003D_props--.html"],['158',"KeyModelDescription Property","topic_000000000000003E.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['156',"KeyValuePairModelDescription Class","topic_000000000000003D.html"],['157',"Properties","topic_000000000000003D_props--.html"],['158',"KeyModelDescription Property","topic_000000000000003E.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000003F.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000003F.html.js index 6359bb22..cefa1454 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000003F.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000003F.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['156',"KeyValuePairModelDescription Class","topic_000000000000003D.html"],['157',"Properties","topic_000000000000003D_props--.html"],['159',"ValueModelDescription Property","topic_000000000000003F.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['156',"KeyValuePairModelDescription Class","topic_000000000000003D.html"],['157',"Properties","topic_000000000000003D_props--.html"],['159',"ValueModelDescription Property","topic_000000000000003F.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000040.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000040.html.js index 10d58c26..a14e0e9e 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000040.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000040.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['160',"ModelDescription Class","topic_0000000000000040.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['160',"ModelDescription Class","topic_0000000000000040.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000040_props--.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000040_props--.html.js index 0051374a..9cfd05a1 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000040_props--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000040_props--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['160',"ModelDescription Class","topic_0000000000000040.html"],['161',"Properties","topic_0000000000000040_props--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['160',"ModelDescription Class","topic_0000000000000040.html"],['161',"Properties","topic_0000000000000040_props--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000041.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000041.html.js index 4c905faf..26763100 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000041.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000041.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['160',"ModelDescription Class","topic_0000000000000040.html"],['161',"Properties","topic_0000000000000040_props--.html"],['162',"Documentation Property","topic_0000000000000041.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['160',"ModelDescription Class","topic_0000000000000040.html"],['161',"Properties","topic_0000000000000040_props--.html"],['162',"Documentation Property","topic_0000000000000041.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000042.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000042.html.js index 2f14fb13..8ec51799 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000042.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000042.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['160',"ModelDescription Class","topic_0000000000000040.html"],['161',"Properties","topic_0000000000000040_props--.html"],['163',"ModelType Property","topic_0000000000000042.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['160',"ModelDescription Class","topic_0000000000000040.html"],['161',"Properties","topic_0000000000000040_props--.html"],['163',"ModelType Property","topic_0000000000000042.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000043.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000043.html.js index 7e574cd6..1c37d648 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000043.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000043.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['160',"ModelDescription Class","topic_0000000000000040.html"],['161',"Properties","topic_0000000000000040_props--.html"],['164',"Name Property","topic_0000000000000043.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['160',"ModelDescription Class","topic_0000000000000040.html"],['161',"Properties","topic_0000000000000040_props--.html"],['164',"Name Property","topic_0000000000000043.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000044.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000044.html.js index e0700f6b..69c56c95 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000044.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000044.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['165',"ModelDescriptionGenerator Class","topic_0000000000000044.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['165',"ModelDescriptionGenerator Class","topic_0000000000000044.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000044_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000044_methods--.html.js index c23be8ea..35854f0e 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000044_methods--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000044_methods--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['165',"ModelDescriptionGenerator Class","topic_0000000000000044.html"],['169',"Methods","topic_0000000000000044_methods--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['165',"ModelDescriptionGenerator Class","topic_0000000000000044.html"],['169',"Methods","topic_0000000000000044_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000044_props--.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000044_props--.html.js index 47c8e40c..fc380bf8 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000044_props--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000044_props--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['165',"ModelDescriptionGenerator Class","topic_0000000000000044.html"],['167',"Properties","topic_0000000000000044_props--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['165',"ModelDescriptionGenerator Class","topic_0000000000000044.html"],['167',"Properties","topic_0000000000000044_props--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000045.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000045.html.js index ba4cfd30..4dd61b8f 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000045.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000045.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['165',"ModelDescriptionGenerator Class","topic_0000000000000044.html"],['166',"ModelDescriptionGenerator Constructor","topic_0000000000000045.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['165',"ModelDescriptionGenerator Class","topic_0000000000000044.html"],['166',"ModelDescriptionGenerator Constructor","topic_0000000000000045.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000046.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000046.html.js index 2fdac04b..d20415c6 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000046.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000046.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['165',"ModelDescriptionGenerator Class","topic_0000000000000044.html"],['167',"Properties","topic_0000000000000044_props--.html"],['168',"GeneratedModels Property","topic_0000000000000046.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['165',"ModelDescriptionGenerator Class","topic_0000000000000044.html"],['167',"Properties","topic_0000000000000044_props--.html"],['168',"GeneratedModels Property","topic_0000000000000046.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000047.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000047.html.js index b924f3bc..db74bba1 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000047.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000047.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['165',"ModelDescriptionGenerator Class","topic_0000000000000044.html"],['169',"Methods","topic_0000000000000044_methods--.html"],['170',"GetOrCreateModelDescription Method","topic_0000000000000047.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['165',"ModelDescriptionGenerator Class","topic_0000000000000044.html"],['169',"Methods","topic_0000000000000044_methods--.html"],['170',"GetOrCreateModelDescription Method","topic_0000000000000047.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000048.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000048.html.js index e70d7474..1b1a4ef6 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000048.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000048.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['171',"ModelNameAttribute Class","topic_0000000000000048.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['171',"ModelNameAttribute Class","topic_0000000000000048.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000048_props--.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000048_props--.html.js index 23c984fd..528f0322 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000048_props--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000048_props--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['171',"ModelNameAttribute Class","topic_0000000000000048.html"],['173',"Properties","topic_0000000000000048_props--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['171',"ModelNameAttribute Class","topic_0000000000000048.html"],['173',"Properties","topic_0000000000000048_props--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000049.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000049.html.js index 41948c13..21580eb1 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000049.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000049.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['171',"ModelNameAttribute Class","topic_0000000000000048.html"],['172',"ModelNameAttribute Constructor","topic_0000000000000049.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['171',"ModelNameAttribute Class","topic_0000000000000048.html"],['172',"ModelNameAttribute Constructor","topic_0000000000000049.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000004A.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000004A.html.js index 6e2c8e67..943d6df7 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000004A.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000004A.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['171',"ModelNameAttribute Class","topic_0000000000000048.html"],['173',"Properties","topic_0000000000000048_props--.html"],['174',"Name Property","topic_000000000000004A.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['171',"ModelNameAttribute Class","topic_0000000000000048.html"],['173',"Properties","topic_0000000000000048_props--.html"],['174',"Name Property","topic_000000000000004A.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000004B.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000004B.html.js index 9dc45c86..f9dfbf55 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000004B.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000004B.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['175',"ParameterAnnotation Class","topic_000000000000004B.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['175',"ParameterAnnotation Class","topic_000000000000004B.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000004B_props--.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000004B_props--.html.js index d0119064..e5998c8b 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000004B_props--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000004B_props--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['175',"ParameterAnnotation Class","topic_000000000000004B.html"],['176',"Properties","topic_000000000000004B_props--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['175',"ParameterAnnotation Class","topic_000000000000004B.html"],['176',"Properties","topic_000000000000004B_props--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000004C.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000004C.html.js index 69440fb5..de19ad0c 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000004C.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000004C.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['175',"ParameterAnnotation Class","topic_000000000000004B.html"],['176',"Properties","topic_000000000000004B_props--.html"],['177',"AnnotationAttribute Property","topic_000000000000004C.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['175',"ParameterAnnotation Class","topic_000000000000004B.html"],['176',"Properties","topic_000000000000004B_props--.html"],['177',"AnnotationAttribute Property","topic_000000000000004C.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000004D.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000004D.html.js index 827a17b1..09702a9e 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000004D.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000004D.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['175',"ParameterAnnotation Class","topic_000000000000004B.html"],['176',"Properties","topic_000000000000004B_props--.html"],['178',"Documentation Property","topic_000000000000004D.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['175',"ParameterAnnotation Class","topic_000000000000004B.html"],['176',"Properties","topic_000000000000004B_props--.html"],['178',"Documentation Property","topic_000000000000004D.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000004E.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000004E.html.js index 062c9503..09626622 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000004E.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000004E.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['179',"ParameterDescription Class","topic_000000000000004E.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['179',"ParameterDescription Class","topic_000000000000004E.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000004E_props--.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000004E_props--.html.js index 8c7dc27d..ffb50982 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000004E_props--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000004E_props--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['179',"ParameterDescription Class","topic_000000000000004E.html"],['181',"Properties","topic_000000000000004E_props--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['179',"ParameterDescription Class","topic_000000000000004E.html"],['181',"Properties","topic_000000000000004E_props--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000004F.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000004F.html.js index 025d00ab..02316260 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000004F.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000004F.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['179',"ParameterDescription Class","topic_000000000000004E.html"],['180',"ParameterDescription Constructor","topic_000000000000004F.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['179',"ParameterDescription Class","topic_000000000000004E.html"],['180',"ParameterDescription Constructor","topic_000000000000004F.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000050.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000050.html.js index dc6977ad..ed29e2f0 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000050.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000050.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['179',"ParameterDescription Class","topic_000000000000004E.html"],['181',"Properties","topic_000000000000004E_props--.html"],['182',"Annotations Property","topic_0000000000000050.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['179',"ParameterDescription Class","topic_000000000000004E.html"],['181',"Properties","topic_000000000000004E_props--.html"],['182',"Annotations Property","topic_0000000000000050.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000051.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000051.html.js index 3ef0f980..81f7cf10 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000051.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000051.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['179',"ParameterDescription Class","topic_000000000000004E.html"],['181',"Properties","topic_000000000000004E_props--.html"],['183',"Documentation Property","topic_0000000000000051.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['179',"ParameterDescription Class","topic_000000000000004E.html"],['181',"Properties","topic_000000000000004E_props--.html"],['183',"Documentation Property","topic_0000000000000051.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000052.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000052.html.js index ead8639d..5fa3051f 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000052.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000052.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['179',"ParameterDescription Class","topic_000000000000004E.html"],['181',"Properties","topic_000000000000004E_props--.html"],['184',"Name Property","topic_0000000000000052.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['179',"ParameterDescription Class","topic_000000000000004E.html"],['181',"Properties","topic_000000000000004E_props--.html"],['184',"Name Property","topic_0000000000000052.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000053.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000053.html.js index abc6bf47..192c79d4 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000053.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000053.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['179',"ParameterDescription Class","topic_000000000000004E.html"],['181',"Properties","topic_000000000000004E_props--.html"],['185',"TypeDescription Property","topic_0000000000000053.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['179',"ParameterDescription Class","topic_000000000000004E.html"],['181',"Properties","topic_000000000000004E_props--.html"],['185',"TypeDescription Property","topic_0000000000000053.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000054.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000054.html.js index e2dafcab..e625c6ce 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000054.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000054.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['186',"SimpleTypeModelDescription Class","topic_0000000000000054.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['138',"API_NetFramework.Areas.HelpPage.ModelDescriptions Namespace","topic_000000000000002C.html"],['186',"SimpleTypeModelDescription Class","topic_0000000000000054.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000055.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000055.html.js index fbed1268..479d3330 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000055.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000055.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['192',"API_NetFramework.Areas.HelpPage.Models Namespace","topic_0000000000000055.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['192',"API_NetFramework.Areas.HelpPage.Models Namespace","topic_0000000000000055.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000056.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000056.html.js index 5fbd9ff1..c1bc8957 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000056.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000056.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['192',"API_NetFramework.Areas.HelpPage.Models Namespace","topic_0000000000000055.html"],['193',"HelpPageApiModel Class","topic_0000000000000056.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['192',"API_NetFramework.Areas.HelpPage.Models Namespace","topic_0000000000000055.html"],['193',"HelpPageApiModel Class","topic_0000000000000056.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000056_props--.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000056_props--.html.js index a1debf23..b96bafe5 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000056_props--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000056_props--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['192',"API_NetFramework.Areas.HelpPage.Models Namespace","topic_0000000000000055.html"],['193',"HelpPageApiModel Class","topic_0000000000000056.html"],['195',"Properties","topic_0000000000000056_props--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['192',"API_NetFramework.Areas.HelpPage.Models Namespace","topic_0000000000000055.html"],['193',"HelpPageApiModel Class","topic_0000000000000056.html"],['195',"Properties","topic_0000000000000056_props--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000057.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000057.html.js index e5ae1f4a..5aada29f 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000057.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000057.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['192',"API_NetFramework.Areas.HelpPage.Models Namespace","topic_0000000000000055.html"],['193',"HelpPageApiModel Class","topic_0000000000000056.html"],['194',"HelpPageApiModel Constructor","topic_0000000000000057.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['192',"API_NetFramework.Areas.HelpPage.Models Namespace","topic_0000000000000055.html"],['193',"HelpPageApiModel Class","topic_0000000000000056.html"],['194',"HelpPageApiModel Constructor","topic_0000000000000057.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000058.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000058.html.js index 0104c410..64f0bb3a 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000058.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000058.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['192',"API_NetFramework.Areas.HelpPage.Models Namespace","topic_0000000000000055.html"],['193',"HelpPageApiModel Class","topic_0000000000000056.html"],['195',"Properties","topic_0000000000000056_props--.html"],['196',"ApiDescription Property","topic_0000000000000058.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['192',"API_NetFramework.Areas.HelpPage.Models Namespace","topic_0000000000000055.html"],['193',"HelpPageApiModel Class","topic_0000000000000056.html"],['195',"Properties","topic_0000000000000056_props--.html"],['196',"ApiDescription Property","topic_0000000000000058.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000059.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000059.html.js index cfee215a..d638e787 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000059.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000059.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['192',"API_NetFramework.Areas.HelpPage.Models Namespace","topic_0000000000000055.html"],['193',"HelpPageApiModel Class","topic_0000000000000056.html"],['195',"Properties","topic_0000000000000056_props--.html"],['205',"UriParameters Property","topic_0000000000000059.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['192',"API_NetFramework.Areas.HelpPage.Models Namespace","topic_0000000000000055.html"],['193',"HelpPageApiModel Class","topic_0000000000000056.html"],['195',"Properties","topic_0000000000000056_props--.html"],['205',"UriParameters Property","topic_0000000000000059.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000005A.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000005A.html.js index c9ffce01..d16e083a 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000005A.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000005A.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['192',"API_NetFramework.Areas.HelpPage.Models Namespace","topic_0000000000000055.html"],['193',"HelpPageApiModel Class","topic_0000000000000056.html"],['195',"Properties","topic_0000000000000056_props--.html"],['199',"RequestDocumentation Property","topic_000000000000005A.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['192',"API_NetFramework.Areas.HelpPage.Models Namespace","topic_0000000000000055.html"],['193',"HelpPageApiModel Class","topic_0000000000000056.html"],['195',"Properties","topic_0000000000000056_props--.html"],['199',"RequestDocumentation Property","topic_000000000000005A.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000005B.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000005B.html.js index 97b07c0d..c299a4e4 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000005B.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000005B.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['192',"API_NetFramework.Areas.HelpPage.Models Namespace","topic_0000000000000055.html"],['193',"HelpPageApiModel Class","topic_0000000000000056.html"],['195',"Properties","topic_0000000000000056_props--.html"],['200',"RequestModelDescription Property","topic_000000000000005B.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['192',"API_NetFramework.Areas.HelpPage.Models Namespace","topic_0000000000000055.html"],['193',"HelpPageApiModel Class","topic_0000000000000056.html"],['195',"Properties","topic_0000000000000056_props--.html"],['200',"RequestModelDescription Property","topic_000000000000005B.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000005C.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000005C.html.js index 79b74e73..a94baa2d 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000005C.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000005C.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['192',"API_NetFramework.Areas.HelpPage.Models Namespace","topic_0000000000000055.html"],['193',"HelpPageApiModel Class","topic_0000000000000056.html"],['195',"Properties","topic_0000000000000056_props--.html"],['198',"RequestBodyParameters Property","topic_000000000000005C.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['192',"API_NetFramework.Areas.HelpPage.Models Namespace","topic_0000000000000055.html"],['193',"HelpPageApiModel Class","topic_0000000000000056.html"],['195',"Properties","topic_0000000000000056_props--.html"],['198',"RequestBodyParameters Property","topic_000000000000005C.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000005D.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000005D.html.js index 44a38389..0daf4303 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000005D.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000005D.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['192',"API_NetFramework.Areas.HelpPage.Models Namespace","topic_0000000000000055.html"],['193',"HelpPageApiModel Class","topic_0000000000000056.html"],['195',"Properties","topic_0000000000000056_props--.html"],['201',"ResourceDescription Property","topic_000000000000005D.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['192',"API_NetFramework.Areas.HelpPage.Models Namespace","topic_0000000000000055.html"],['193',"HelpPageApiModel Class","topic_0000000000000056.html"],['195',"Properties","topic_0000000000000056_props--.html"],['201',"ResourceDescription Property","topic_000000000000005D.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000005E.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000005E.html.js index d05f85a1..ed6738e4 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000005E.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000005E.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['192',"API_NetFramework.Areas.HelpPage.Models Namespace","topic_0000000000000055.html"],['193',"HelpPageApiModel Class","topic_0000000000000056.html"],['195',"Properties","topic_0000000000000056_props--.html"],['202',"ResourceProperties Property","topic_000000000000005E.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['192',"API_NetFramework.Areas.HelpPage.Models Namespace","topic_0000000000000055.html"],['193',"HelpPageApiModel Class","topic_0000000000000056.html"],['195',"Properties","topic_0000000000000056_props--.html"],['202',"ResourceProperties Property","topic_000000000000005E.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000005F.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000005F.html.js index 7e16df44..ed614d5b 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000005F.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000005F.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['192',"API_NetFramework.Areas.HelpPage.Models Namespace","topic_0000000000000055.html"],['193',"HelpPageApiModel Class","topic_0000000000000056.html"],['195',"Properties","topic_0000000000000056_props--.html"],['203',"SampleRequests Property","topic_000000000000005F.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['192',"API_NetFramework.Areas.HelpPage.Models Namespace","topic_0000000000000055.html"],['193',"HelpPageApiModel Class","topic_0000000000000056.html"],['195',"Properties","topic_0000000000000056_props--.html"],['203',"SampleRequests Property","topic_000000000000005F.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000060.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000060.html.js index 4c8cc88c..2de02e76 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000060.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000060.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['192',"API_NetFramework.Areas.HelpPage.Models Namespace","topic_0000000000000055.html"],['193',"HelpPageApiModel Class","topic_0000000000000056.html"],['195',"Properties","topic_0000000000000056_props--.html"],['204',"SampleResponses Property","topic_0000000000000060.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['192',"API_NetFramework.Areas.HelpPage.Models Namespace","topic_0000000000000055.html"],['193',"HelpPageApiModel Class","topic_0000000000000056.html"],['195',"Properties","topic_0000000000000056_props--.html"],['204',"SampleResponses Property","topic_0000000000000060.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000061.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000061.html.js index 808fdf77..24fff6a4 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000061.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000061.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['192',"API_NetFramework.Areas.HelpPage.Models Namespace","topic_0000000000000055.html"],['193',"HelpPageApiModel Class","topic_0000000000000056.html"],['195',"Properties","topic_0000000000000056_props--.html"],['197',"ErrorMessages Property","topic_0000000000000061.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['192',"API_NetFramework.Areas.HelpPage.Models Namespace","topic_0000000000000055.html"],['193',"HelpPageApiModel Class","topic_0000000000000056.html"],['195',"Properties","topic_0000000000000056_props--.html"],['197',"ErrorMessages Property","topic_0000000000000061.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000062.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000062.html.js index 611997c6..b399b64f 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000062.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000062.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['57',"HelpPageSampleGenerator Class","topic_0000000000000062.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['57',"HelpPageSampleGenerator Class","topic_0000000000000062.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000062_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000062_methods--.html.js index 81a8dde2..4c1a6aae 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000062_methods--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000062_methods--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['57',"HelpPageSampleGenerator Class","topic_0000000000000062.html"],['64',"Methods","topic_0000000000000062_methods--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['57',"HelpPageSampleGenerator Class","topic_0000000000000062.html"],['64',"Methods","topic_0000000000000062_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000062_props--.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000062_props--.html.js index c6d2fd8e..4692670a 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000062_props--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000062_props--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['57',"HelpPageSampleGenerator Class","topic_0000000000000062.html"],['59',"Properties","topic_0000000000000062_props--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['57',"HelpPageSampleGenerator Class","topic_0000000000000062.html"],['59',"Properties","topic_0000000000000062_props--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000063.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000063.html.js index 5f66935e..2ce1b116 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000063.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000063.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['57',"HelpPageSampleGenerator Class","topic_0000000000000062.html"],['58',"HelpPageSampleGenerator Constructor","topic_0000000000000063.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['57',"HelpPageSampleGenerator Class","topic_0000000000000062.html"],['58',"HelpPageSampleGenerator Constructor","topic_0000000000000063.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000064.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000064.html.js index 0755593e..1129b35d 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000064.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000064.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['57',"HelpPageSampleGenerator Class","topic_0000000000000062.html"],['59',"Properties","topic_0000000000000062_props--.html"],['61',"ActualHttpMessageTypes Property","topic_0000000000000064.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['57',"HelpPageSampleGenerator Class","topic_0000000000000062.html"],['59',"Properties","topic_0000000000000062_props--.html"],['61',"ActualHttpMessageTypes Property","topic_0000000000000064.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000065.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000065.html.js index e2f345d3..3dce6562 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000065.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000065.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['57',"HelpPageSampleGenerator Class","topic_0000000000000062.html"],['59',"Properties","topic_0000000000000062_props--.html"],['60',"ActionSamples Property","topic_0000000000000065.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['57',"HelpPageSampleGenerator Class","topic_0000000000000062.html"],['59',"Properties","topic_0000000000000062_props--.html"],['60',"ActionSamples Property","topic_0000000000000065.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000066.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000066.html.js index ae6eaa7c..de64d8e7 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000066.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000066.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['57',"HelpPageSampleGenerator Class","topic_0000000000000062.html"],['59',"Properties","topic_0000000000000062_props--.html"],['63',"SampleObjects Property","topic_0000000000000066.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['57',"HelpPageSampleGenerator Class","topic_0000000000000062.html"],['59',"Properties","topic_0000000000000062_props--.html"],['63',"SampleObjects Property","topic_0000000000000066.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000067.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000067.html.js index 645c48f7..6e08495b 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000067.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000067.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['57',"HelpPageSampleGenerator Class","topic_0000000000000062.html"],['59',"Properties","topic_0000000000000062_props--.html"],['62',"SampleObjectFactories Property","topic_0000000000000067.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['57',"HelpPageSampleGenerator Class","topic_0000000000000062.html"],['59',"Properties","topic_0000000000000062_props--.html"],['62',"SampleObjectFactories Property","topic_0000000000000067.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000068.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000068.html.js index 1e1807a5..bdfe558c 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000068.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000068.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['57',"HelpPageSampleGenerator Class","topic_0000000000000062.html"],['64',"Methods","topic_0000000000000062_methods--.html"],['68',"GetSampleRequests Method","topic_0000000000000068.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['57',"HelpPageSampleGenerator Class","topic_0000000000000062.html"],['64',"Methods","topic_0000000000000062_methods--.html"],['68',"GetSampleRequests Method","topic_0000000000000068.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000069.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000069.html.js index b659ae41..38029e34 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000069.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000069.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['57',"HelpPageSampleGenerator Class","topic_0000000000000062.html"],['64',"Methods","topic_0000000000000062_methods--.html"],['69',"GetSampleResponses Method","topic_0000000000000069.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['57',"HelpPageSampleGenerator Class","topic_0000000000000062.html"],['64',"Methods","topic_0000000000000062_methods--.html"],['69',"GetSampleResponses Method","topic_0000000000000069.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000006A.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000006A.html.js index 49eac016..f5eea512 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000006A.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000006A.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['57',"HelpPageSampleGenerator Class","topic_0000000000000062.html"],['64',"Methods","topic_0000000000000062_methods--.html"],['66',"GetSample Method","topic_000000000000006A.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['57',"HelpPageSampleGenerator Class","topic_0000000000000062.html"],['64',"Methods","topic_0000000000000062_methods--.html"],['66',"GetSample Method","topic_000000000000006A.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000006B.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000006B.html.js index 45f4bf84..f4921def 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000006B.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000006B.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['57',"HelpPageSampleGenerator Class","topic_0000000000000062.html"],['64',"Methods","topic_0000000000000062_methods--.html"],['65',"GetActionSample Method","topic_000000000000006B.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['57',"HelpPageSampleGenerator Class","topic_0000000000000062.html"],['64',"Methods","topic_0000000000000062_methods--.html"],['65',"GetActionSample Method","topic_000000000000006B.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000006C.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000006C.html.js index 262aa4e6..64934a53 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000006C.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000006C.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['57',"HelpPageSampleGenerator Class","topic_0000000000000062.html"],['64',"Methods","topic_0000000000000062_methods--.html"],['67',"GetSampleObject Method","topic_000000000000006C.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['57',"HelpPageSampleGenerator Class","topic_0000000000000062.html"],['64',"Methods","topic_0000000000000062_methods--.html"],['67',"GetSampleObject Method","topic_000000000000006C.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000006D.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000006D.html.js index bf62a69c..7e90754a 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000006D.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000006D.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['57',"HelpPageSampleGenerator Class","topic_0000000000000062.html"],['64',"Methods","topic_0000000000000062_methods--.html"],['70',"ResolveHttpRequestMessageType Method","topic_000000000000006D.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['57',"HelpPageSampleGenerator Class","topic_0000000000000062.html"],['64',"Methods","topic_0000000000000062_methods--.html"],['70',"ResolveHttpRequestMessageType Method","topic_000000000000006D.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000006E.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000006E.html.js index 51528142..831335dc 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000006E.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000006E.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['57',"HelpPageSampleGenerator Class","topic_0000000000000062.html"],['64',"Methods","topic_0000000000000062_methods--.html"],['71',"ResolveType Method","topic_000000000000006E.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['57',"HelpPageSampleGenerator Class","topic_0000000000000062.html"],['64',"Methods","topic_0000000000000062_methods--.html"],['71',"ResolveType Method","topic_000000000000006E.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000006F.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000006F.html.js index 821e75a6..c23f54cb 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000006F.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000006F.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['57',"HelpPageSampleGenerator Class","topic_0000000000000062.html"],['64',"Methods","topic_0000000000000062_methods--.html"],['72',"WriteSampleObjectUsingFormatter Method","topic_000000000000006F.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['57',"HelpPageSampleGenerator Class","topic_0000000000000062.html"],['64',"Methods","topic_0000000000000062_methods--.html"],['72',"WriteSampleObjectUsingFormatter Method","topic_000000000000006F.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000070.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000070.html.js index 960152c6..c9bd1c51 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000070.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000070.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['73',"HelpPageSampleKey Class","topic_0000000000000070.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['73',"HelpPageSampleKey Class","topic_0000000000000070.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000070_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000070_methods--.html.js index b2f63a66..b942b8e4 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000070_methods--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000070_methods--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['73',"HelpPageSampleKey Class","topic_0000000000000070.html"],['86',"Methods","topic_0000000000000070_methods--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['73',"HelpPageSampleKey Class","topic_0000000000000070.html"],['86',"Methods","topic_0000000000000070_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000070_props--.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000070_props--.html.js index 4ce666d4..0b6ef22b 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000070_props--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000070_props--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['73',"HelpPageSampleKey Class","topic_0000000000000070.html"],['79',"Properties","topic_0000000000000070_props--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['73',"HelpPageSampleKey Class","topic_0000000000000070.html"],['79',"Properties","topic_0000000000000070_props--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000071.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000071.html.js index 15386bbe..ee69f80d 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000071.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000071.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['73',"HelpPageSampleKey Class","topic_0000000000000070.html"],['74',"HelpPageSampleKey Constructor","topic_0000000000000071_overloads--.html"],['75',"HelpPageSampleKey(MediaTypeHeaderValue) Constructor","topic_0000000000000071.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['73',"HelpPageSampleKey Class","topic_0000000000000070.html"],['74',"HelpPageSampleKey Constructor","topic_0000000000000071_overloads--.html"],['75',"HelpPageSampleKey(MediaTypeHeaderValue) Constructor","topic_0000000000000071.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000071_overloads--.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000071_overloads--.html.js index 235cdf8d..9ce5ad58 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000071_overloads--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000071_overloads--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['73',"HelpPageSampleKey Class","topic_0000000000000070.html"],['74',"HelpPageSampleKey Constructor","topic_0000000000000071_overloads--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['73',"HelpPageSampleKey Class","topic_0000000000000070.html"],['74',"HelpPageSampleKey Constructor","topic_0000000000000071_overloads--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000072.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000072.html.js index d38535f5..09fef912 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000072.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000072.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['73',"HelpPageSampleKey Class","topic_0000000000000070.html"],['74',"HelpPageSampleKey Constructor","topic_0000000000000071_overloads--.html"],['77',"HelpPageSampleKey(MediaTypeHeaderValue, Type) Constructor","topic_0000000000000072.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['73',"HelpPageSampleKey Class","topic_0000000000000070.html"],['74',"HelpPageSampleKey Constructor","topic_0000000000000071_overloads--.html"],['77',"HelpPageSampleKey(MediaTypeHeaderValue, Type) Constructor","topic_0000000000000072.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000073.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000073.html.js index 55996b14..17af8f4a 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000073.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000073.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['73',"HelpPageSampleKey Class","topic_0000000000000070.html"],['74',"HelpPageSampleKey Constructor","topic_0000000000000071_overloads--.html"],['78',"HelpPageSampleKey(SampleDirection, string, string, IEnumerable\u003cString\u003e) Constructor","topic_0000000000000073.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['73',"HelpPageSampleKey Class","topic_0000000000000070.html"],['74',"HelpPageSampleKey Constructor","topic_0000000000000071_overloads--.html"],['78',"HelpPageSampleKey(SampleDirection, string, string, IEnumerable\u003cString\u003e) Constructor","topic_0000000000000073.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000074.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000074.html.js index 1e68eadc..58a99b4a 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000074.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000074.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['73',"HelpPageSampleKey Class","topic_0000000000000070.html"],['74',"HelpPageSampleKey Constructor","topic_0000000000000071_overloads--.html"],['76',"HelpPageSampleKey(MediaTypeHeaderValue, SampleDirection, string, string, IEnumerable\u003cString\u003e) Constructor","topic_0000000000000074.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['73',"HelpPageSampleKey Class","topic_0000000000000070.html"],['74',"HelpPageSampleKey Constructor","topic_0000000000000071_overloads--.html"],['76',"HelpPageSampleKey(MediaTypeHeaderValue, SampleDirection, string, string, IEnumerable\u003cString\u003e) Constructor","topic_0000000000000074.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000075.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000075.html.js index d9fd25b0..cfe91e07 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000075.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000075.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['73',"HelpPageSampleKey Class","topic_0000000000000070.html"],['79',"Properties","topic_0000000000000070_props--.html"],['81',"ControllerName Property","topic_0000000000000075.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['73',"HelpPageSampleKey Class","topic_0000000000000070.html"],['79',"Properties","topic_0000000000000070_props--.html"],['81',"ControllerName Property","topic_0000000000000075.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000076.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000076.html.js index ff0a0103..96117015 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000076.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000076.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['73',"HelpPageSampleKey Class","topic_0000000000000070.html"],['79',"Properties","topic_0000000000000070_props--.html"],['80',"ActionName Property","topic_0000000000000076.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['73',"HelpPageSampleKey Class","topic_0000000000000070.html"],['79',"Properties","topic_0000000000000070_props--.html"],['80',"ActionName Property","topic_0000000000000076.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000077.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000077.html.js index 251acf2a..a005688b 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000077.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000077.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['73',"HelpPageSampleKey Class","topic_0000000000000070.html"],['79',"Properties","topic_0000000000000070_props--.html"],['82',"MediaType Property","topic_0000000000000077.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['73',"HelpPageSampleKey Class","topic_0000000000000070.html"],['79',"Properties","topic_0000000000000070_props--.html"],['82',"MediaType Property","topic_0000000000000077.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000078.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000078.html.js index 13b1ffbb..23b7d7e0 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000078.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000078.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['73',"HelpPageSampleKey Class","topic_0000000000000070.html"],['79',"Properties","topic_0000000000000070_props--.html"],['83',"ParameterNames Property","topic_0000000000000078.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['73',"HelpPageSampleKey Class","topic_0000000000000070.html"],['79',"Properties","topic_0000000000000070_props--.html"],['83',"ParameterNames Property","topic_0000000000000078.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000079.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000079.html.js index 46e77dce..11b1fb26 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000079.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000079.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['73',"HelpPageSampleKey Class","topic_0000000000000070.html"],['79',"Properties","topic_0000000000000070_props--.html"],['84',"ParameterType Property","topic_0000000000000079.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['73',"HelpPageSampleKey Class","topic_0000000000000070.html"],['79',"Properties","topic_0000000000000070_props--.html"],['84',"ParameterType Property","topic_0000000000000079.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000007A.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000007A.html.js index 07333d62..805502db 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000007A.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000007A.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['73',"HelpPageSampleKey Class","topic_0000000000000070.html"],['79',"Properties","topic_0000000000000070_props--.html"],['85',"SampleDirection Property","topic_000000000000007A.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['73',"HelpPageSampleKey Class","topic_0000000000000070.html"],['79',"Properties","topic_0000000000000070_props--.html"],['85',"SampleDirection Property","topic_000000000000007A.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000007B.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000007B.html.js index 71cab5ea..611e7197 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000007B.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000007B.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['73',"HelpPageSampleKey Class","topic_0000000000000070.html"],['86',"Methods","topic_0000000000000070_methods--.html"],['87',"Equals Method","topic_000000000000007B.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['73',"HelpPageSampleKey Class","topic_0000000000000070.html"],['86',"Methods","topic_0000000000000070_methods--.html"],['87',"Equals Method","topic_000000000000007B.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000007C.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000007C.html.js index cbfafa25..f0c7c204 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000007C.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000007C.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['73',"HelpPageSampleKey Class","topic_0000000000000070.html"],['86',"Methods","topic_0000000000000070_methods--.html"],['88',"GetHashCode Method","topic_000000000000007C.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['73',"HelpPageSampleKey Class","topic_0000000000000070.html"],['86',"Methods","topic_0000000000000070_methods--.html"],['88',"GetHashCode Method","topic_000000000000007C.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000007D.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000007D.html.js index a2a7b8e8..a87294e3 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000007D.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000007D.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['89',"ImageSample Class","topic_000000000000007D.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['89',"ImageSample Class","topic_000000000000007D.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000007D_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000007D_methods--.html.js index 993ce465..d3e086c2 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000007D_methods--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000007D_methods--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['89',"ImageSample Class","topic_000000000000007D.html"],['93',"Methods","topic_000000000000007D_methods--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['89',"ImageSample Class","topic_000000000000007D.html"],['93',"Methods","topic_000000000000007D_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000007D_props--.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000007D_props--.html.js index b0162fbf..acd5a3be 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000007D_props--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000007D_props--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['89',"ImageSample Class","topic_000000000000007D.html"],['91',"Properties","topic_000000000000007D_props--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['89',"ImageSample Class","topic_000000000000007D.html"],['91',"Properties","topic_000000000000007D_props--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000007E.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000007E.html.js index 44f52a89..08acb05a 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000007E.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000007E.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['89',"ImageSample Class","topic_000000000000007D.html"],['90',"ImageSample Constructor","topic_000000000000007E.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['89',"ImageSample Class","topic_000000000000007D.html"],['90',"ImageSample Constructor","topic_000000000000007E.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000007F.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000007F.html.js index 9a6c0453..6da8e7d6 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000007F.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000007F.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['89',"ImageSample Class","topic_000000000000007D.html"],['91',"Properties","topic_000000000000007D_props--.html"],['92',"Src Property","topic_000000000000007F.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['89',"ImageSample Class","topic_000000000000007D.html"],['91',"Properties","topic_000000000000007D_props--.html"],['92',"Src Property","topic_000000000000007F.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000080.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000080.html.js index 01ca8542..9537f92e 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000080.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000080.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['89',"ImageSample Class","topic_000000000000007D.html"],['93',"Methods","topic_000000000000007D_methods--.html"],['94',"Equals Method","topic_0000000000000080.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['89',"ImageSample Class","topic_000000000000007D.html"],['93',"Methods","topic_000000000000007D_methods--.html"],['94',"Equals Method","topic_0000000000000080.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000081.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000081.html.js index 688b1dc0..6ccbe6ce 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000081.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000081.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['89',"ImageSample Class","topic_000000000000007D.html"],['93',"Methods","topic_000000000000007D_methods--.html"],['95',"GetHashCode Method","topic_0000000000000081.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['89',"ImageSample Class","topic_000000000000007D.html"],['93',"Methods","topic_000000000000007D_methods--.html"],['95',"GetHashCode Method","topic_0000000000000081.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000082.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000082.html.js index 9a1928a6..41f05b78 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000082.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000082.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['89',"ImageSample Class","topic_000000000000007D.html"],['93',"Methods","topic_000000000000007D_methods--.html"],['96',"ToString Method","topic_0000000000000082.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['89',"ImageSample Class","topic_000000000000007D.html"],['93',"Methods","topic_000000000000007D_methods--.html"],['96',"ToString Method","topic_0000000000000082.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000083.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000083.html.js index 3db00ce9..cf370f77 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000083.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000083.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['97',"InvalidSample Class","topic_0000000000000083.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['97',"InvalidSample Class","topic_0000000000000083.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000083_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000083_methods--.html.js index 7ed7da6c..28ab2446 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000083_methods--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000083_methods--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['97',"InvalidSample Class","topic_0000000000000083.html"],['101',"Methods","topic_0000000000000083_methods--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['97',"InvalidSample Class","topic_0000000000000083.html"],['101',"Methods","topic_0000000000000083_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000083_props--.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000083_props--.html.js index b809162a..08338683 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000083_props--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000083_props--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['97',"InvalidSample Class","topic_0000000000000083.html"],['99',"Properties","topic_0000000000000083_props--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['97',"InvalidSample Class","topic_0000000000000083.html"],['99',"Properties","topic_0000000000000083_props--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000084.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000084.html.js index 0d2aa722..76c49f5f 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000084.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000084.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['97',"InvalidSample Class","topic_0000000000000083.html"],['98',"InvalidSample Constructor","topic_0000000000000084.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['97',"InvalidSample Class","topic_0000000000000083.html"],['98',"InvalidSample Constructor","topic_0000000000000084.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000085.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000085.html.js index 421b72d7..5183d3ad 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000085.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000085.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['97',"InvalidSample Class","topic_0000000000000083.html"],['99',"Properties","topic_0000000000000083_props--.html"],['100',"ErrorMessage Property","topic_0000000000000085.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['97',"InvalidSample Class","topic_0000000000000083.html"],['99',"Properties","topic_0000000000000083_props--.html"],['100',"ErrorMessage Property","topic_0000000000000085.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000086.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000086.html.js index cd2e71b4..0d9a9c0e 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000086.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000086.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['97',"InvalidSample Class","topic_0000000000000083.html"],['101',"Methods","topic_0000000000000083_methods--.html"],['102',"Equals Method","topic_0000000000000086.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['97',"InvalidSample Class","topic_0000000000000083.html"],['101',"Methods","topic_0000000000000083_methods--.html"],['102',"Equals Method","topic_0000000000000086.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000087.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000087.html.js index f4a92e9f..553ef57a 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000087.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000087.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['97',"InvalidSample Class","topic_0000000000000083.html"],['101',"Methods","topic_0000000000000083_methods--.html"],['103',"GetHashCode Method","topic_0000000000000087.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['97',"InvalidSample Class","topic_0000000000000083.html"],['101',"Methods","topic_0000000000000083_methods--.html"],['103',"GetHashCode Method","topic_0000000000000087.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000088.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000088.html.js index 03d99819..50d17ad3 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000088.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000088.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['97',"InvalidSample Class","topic_0000000000000083.html"],['101',"Methods","topic_0000000000000083_methods--.html"],['104',"ToString Method","topic_0000000000000088.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['97',"InvalidSample Class","topic_0000000000000083.html"],['101',"Methods","topic_0000000000000083_methods--.html"],['104',"ToString Method","topic_0000000000000088.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000089.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000089.html.js index 586cbd85..ddabfb8f 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000089.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000089.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['105',"ObjectGenerator Class","topic_0000000000000089.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['105',"ObjectGenerator Class","topic_0000000000000089.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000089_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000089_methods--.html.js index 4c90aa29..b0d3862b 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000089_methods--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000089_methods--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['105',"ObjectGenerator Class","topic_0000000000000089.html"],['106',"Methods","topic_0000000000000089_methods--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['105',"ObjectGenerator Class","topic_0000000000000089.html"],['106',"Methods","topic_0000000000000089_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000008A.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000008A.html.js index bd8a3eb3..c9995004 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000008A.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000008A.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['105',"ObjectGenerator Class","topic_0000000000000089.html"],['106',"Methods","topic_0000000000000089_methods--.html"],['107',"GenerateObject Method","topic_000000000000008A.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['105',"ObjectGenerator Class","topic_0000000000000089.html"],['106',"Methods","topic_0000000000000089_methods--.html"],['107',"GenerateObject Method","topic_000000000000008A.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000008B.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000008B.html.js index f0e57e26..b85acfc1 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000008B.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000008B.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['126',"SampleDirection Enumeration","topic_000000000000008B.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['126',"SampleDirection Enumeration","topic_000000000000008B.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000008E.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000008E.html.js index ca1624e3..78320a2b 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000008E.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000008E.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['108',"TextSample Class","topic_000000000000008E.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['108',"TextSample Class","topic_000000000000008E.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000008E_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000008E_methods--.html.js index 52d8d88d..ceae190a 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000008E_methods--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000008E_methods--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['108',"TextSample Class","topic_000000000000008E.html"],['112',"Methods","topic_000000000000008E_methods--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['108',"TextSample Class","topic_000000000000008E.html"],['112',"Methods","topic_000000000000008E_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000008E_props--.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000008E_props--.html.js index 69ebd3ff..c3dc229e 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000008E_props--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000008E_props--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['108',"TextSample Class","topic_000000000000008E.html"],['110',"Properties","topic_000000000000008E_props--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['108',"TextSample Class","topic_000000000000008E.html"],['110',"Properties","topic_000000000000008E_props--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000008F.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000008F.html.js index 506a8980..9041f594 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000008F.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000008F.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['108',"TextSample Class","topic_000000000000008E.html"],['109',"TextSample Constructor","topic_000000000000008F.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['108',"TextSample Class","topic_000000000000008E.html"],['109',"TextSample Constructor","topic_000000000000008F.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000090.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000090.html.js index 8fb30f8d..f27f8517 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000090.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000090.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['108',"TextSample Class","topic_000000000000008E.html"],['110',"Properties","topic_000000000000008E_props--.html"],['111',"Text Property","topic_0000000000000090.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['108',"TextSample Class","topic_000000000000008E.html"],['110',"Properties","topic_000000000000008E_props--.html"],['111',"Text Property","topic_0000000000000090.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000091.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000091.html.js index b077beef..abf22a66 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000091.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000091.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['108',"TextSample Class","topic_000000000000008E.html"],['112',"Methods","topic_000000000000008E_methods--.html"],['113',"Equals Method","topic_0000000000000091.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['108',"TextSample Class","topic_000000000000008E.html"],['112',"Methods","topic_000000000000008E_methods--.html"],['113',"Equals Method","topic_0000000000000091.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000092.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000092.html.js index 492a8288..58201417 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000092.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000092.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['108',"TextSample Class","topic_000000000000008E.html"],['112',"Methods","topic_000000000000008E_methods--.html"],['114',"GetHashCode Method","topic_0000000000000092.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['108',"TextSample Class","topic_000000000000008E.html"],['112',"Methods","topic_000000000000008E_methods--.html"],['114',"GetHashCode Method","topic_0000000000000092.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000093.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000093.html.js index 5ed55b89..8ce68aea 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000093.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000093.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['108',"TextSample Class","topic_000000000000008E.html"],['112',"Methods","topic_000000000000008E_methods--.html"],['115',"ToString Method","topic_0000000000000093.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['108',"TextSample Class","topic_000000000000008E.html"],['112',"Methods","topic_000000000000008E_methods--.html"],['115',"ToString Method","topic_0000000000000093.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000094.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000094.html.js index f92642f0..72590603 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000094.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000094.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['116',"XmlDocumentationProvider Class","topic_0000000000000094.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['116',"XmlDocumentationProvider Class","topic_0000000000000094.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000094_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000094_methods--.html.js index 2f45f5f1..c730308f 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000094_methods--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000094_methods--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['116',"XmlDocumentationProvider Class","topic_0000000000000094.html"],['118',"Methods","topic_0000000000000094_methods--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['116',"XmlDocumentationProvider Class","topic_0000000000000094.html"],['118',"Methods","topic_0000000000000094_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000095.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000095.html.js index d983b3ed..9b8eb02c 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000095.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000095.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['116',"XmlDocumentationProvider Class","topic_0000000000000094.html"],['117',"XmlDocumentationProvider Constructor","topic_0000000000000095.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['116',"XmlDocumentationProvider Class","topic_0000000000000094.html"],['117',"XmlDocumentationProvider Constructor","topic_0000000000000095.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000096.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000096.html.js index 7507b505..0c39ca71 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000096.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000096.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['116',"XmlDocumentationProvider Class","topic_0000000000000094.html"],['118',"Methods","topic_0000000000000094_methods--.html"],['119',"GetDocumentation Method","topic_0000000000000096_overloads--.html"],['120',"GetDocumentation(HttpControllerDescriptor) Method","topic_0000000000000096.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['116',"XmlDocumentationProvider Class","topic_0000000000000094.html"],['118',"Methods","topic_0000000000000094_methods--.html"],['119',"GetDocumentation Method","topic_0000000000000096_overloads--.html"],['120',"GetDocumentation(HttpControllerDescriptor) Method","topic_0000000000000096.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000096_overloads--.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000096_overloads--.html.js index 296947be..a5973e23 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000096_overloads--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000096_overloads--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['116',"XmlDocumentationProvider Class","topic_0000000000000094.html"],['118',"Methods","topic_0000000000000094_methods--.html"],['119',"GetDocumentation Method","topic_0000000000000096_overloads--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['116',"XmlDocumentationProvider Class","topic_0000000000000094.html"],['118',"Methods","topic_0000000000000094_methods--.html"],['119',"GetDocumentation Method","topic_0000000000000096_overloads--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000097.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000097.html.js index 4b680940..1b4625b5 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000097.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000097.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['116',"XmlDocumentationProvider Class","topic_0000000000000094.html"],['118',"Methods","topic_0000000000000094_methods--.html"],['119',"GetDocumentation Method","topic_0000000000000096_overloads--.html"],['123',"GetDocumentation(HttpActionDescriptor) Method","topic_0000000000000097.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['116',"XmlDocumentationProvider Class","topic_0000000000000094.html"],['118',"Methods","topic_0000000000000094_methods--.html"],['119',"GetDocumentation Method","topic_0000000000000096_overloads--.html"],['123',"GetDocumentation(HttpActionDescriptor) Method","topic_0000000000000097.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000098.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000098.html.js index 0304db2a..21be8c87 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000098.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000098.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['116',"XmlDocumentationProvider Class","topic_0000000000000094.html"],['118',"Methods","topic_0000000000000094_methods--.html"],['119',"GetDocumentation Method","topic_0000000000000096_overloads--.html"],['124',"GetDocumentation(HttpParameterDescriptor) Method","topic_0000000000000098.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['116',"XmlDocumentationProvider Class","topic_0000000000000094.html"],['118',"Methods","topic_0000000000000094_methods--.html"],['119',"GetDocumentation Method","topic_0000000000000096_overloads--.html"],['124',"GetDocumentation(HttpParameterDescriptor) Method","topic_0000000000000098.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_0000000000000099.html.js b/API_NetFramework/VSdoc/toc--/topic_0000000000000099.html.js index e4dbcdd5..7f2f4675 100644 --- a/API_NetFramework/VSdoc/toc--/topic_0000000000000099.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_0000000000000099.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['116',"XmlDocumentationProvider Class","topic_0000000000000094.html"],['118',"Methods","topic_0000000000000094_methods--.html"],['125',"GetResponseDocumentation Method","topic_0000000000000099.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['116',"XmlDocumentationProvider Class","topic_0000000000000094.html"],['118',"Methods","topic_0000000000000094_methods--.html"],['125',"GetResponseDocumentation Method","topic_0000000000000099.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000009A.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000009A.html.js index 5ad44d64..7294b3bf 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000009A.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000009A.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['116',"XmlDocumentationProvider Class","topic_0000000000000094.html"],['118',"Methods","topic_0000000000000094_methods--.html"],['119',"GetDocumentation Method","topic_0000000000000096_overloads--.html"],['121',"GetDocumentation(MemberInfo) Method","topic_000000000000009A.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['116',"XmlDocumentationProvider Class","topic_0000000000000094.html"],['118',"Methods","topic_0000000000000094_methods--.html"],['119',"GetDocumentation Method","topic_0000000000000096_overloads--.html"],['121',"GetDocumentation(MemberInfo) Method","topic_000000000000009A.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000009B.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000009B.html.js index acb83c70..ddb5dc6a 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000009B.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000009B.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['116',"XmlDocumentationProvider Class","topic_0000000000000094.html"],['118',"Methods","topic_0000000000000094_methods--.html"],['119',"GetDocumentation Method","topic_0000000000000096_overloads--.html"],['122',"GetDocumentation(Type) Method","topic_000000000000009B.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['23',"API_NetFramework.Areas.HelpPage Namespace","topic_000000000000000B.html"],['116',"XmlDocumentationProvider Class","topic_0000000000000094.html"],['118',"Methods","topic_0000000000000094_methods--.html"],['119',"GetDocumentation Method","topic_0000000000000096_overloads--.html"],['122',"GetDocumentation(Type) Method","topic_000000000000009B.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000009C.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000009C.html.js index 9810be38..7b3a21e7 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000009C.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000009C.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['284',"SecuringWebApiUsingApiKey.Middleware Namespace","topic_000000000000009C.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000009D.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000009D.html.js index 9f745a8c..38e7e409 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000009D.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000009D.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['207',"AntwortAdresseController Class","topic_000000000000009D.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['284',"SecuringWebApiUsingApiKey.Middleware Namespace","topic_000000000000009C.html"],['291',"StringCipher Class","topic_000000000000009D.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000009D_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000009D_methods--.html.js index 5024323a..63b53a18 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000009D_methods--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000009D_methods--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['207',"AntwortAdresseController Class","topic_000000000000009D.html"],['208',"Methods","topic_000000000000009D_methods--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['284',"SecuringWebApiUsingApiKey.Middleware Namespace","topic_000000000000009C.html"],['291',"StringCipher Class","topic_000000000000009D.html"],['292',"Methods","topic_000000000000009D_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000009E.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000009E.html.js index 847c4117..a47c435b 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000009E.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000009E.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['207',"AntwortAdresseController Class","topic_000000000000009D.html"],['208',"Methods","topic_000000000000009D_methods--.html"],['212',"GetGetAll Method","topic_000000000000009E.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['284',"SecuringWebApiUsingApiKey.Middleware Namespace","topic_000000000000009C.html"],['291',"StringCipher Class","topic_000000000000009D.html"],['292',"Methods","topic_000000000000009D_methods--.html"],['294',"Encrypt Method","topic_000000000000009E.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_000000000000009F.html.js b/API_NetFramework/VSdoc/toc--/topic_000000000000009F.html.js index 39f4d4c0..cb3a00a6 100644 --- a/API_NetFramework/VSdoc/toc--/topic_000000000000009F.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_000000000000009F.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['207',"AntwortAdresseController Class","topic_000000000000009D.html"],['208',"Methods","topic_000000000000009D_methods--.html"],['211',"GetByID Method","topic_000000000000009F.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['284',"SecuringWebApiUsingApiKey.Middleware Namespace","topic_000000000000009C.html"],['291',"StringCipher Class","topic_000000000000009D.html"],['292',"Methods","topic_000000000000009D_methods--.html"],['293',"Decrypt Method","topic_000000000000009F.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000A0.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000A0.html.js index b1d2c859..cceb8014 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000A0.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000A0.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['207',"AntwortAdresseController Class","topic_000000000000009D.html"],['208',"Methods","topic_000000000000009D_methods--.html"],['210',"GetAllMitarbeiterByTGNummer Method","topic_00000000000000A0.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['284',"SecuringWebApiUsingApiKey.Middleware Namespace","topic_000000000000009C.html"],['285',"ApiKeyMiddleware Class","topic_00000000000000A0.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000A0_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000A0_methods--.html.js new file mode 100644 index 00000000..97e19a5e --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000A0_methods--.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['284',"SecuringWebApiUsingApiKey.Middleware Namespace","topic_000000000000009C.html"],['285',"ApiKeyMiddleware Class","topic_00000000000000A0.html"],['286',"Methods","topic_00000000000000A0_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000A0_vars--.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000A0_vars--.html.js new file mode 100644 index 00000000..328c356b --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000A0_vars--.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['284',"SecuringWebApiUsingApiKey.Middleware Namespace","topic_000000000000009C.html"],['285',"ApiKeyMiddleware Class","topic_00000000000000A0.html"],['289',"Fields","topic_00000000000000A0_vars--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000A1.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000A1.html.js index 0b25b4cf..39e0ab4b 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000A1.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000A1.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['207',"AntwortAdresseController Class","topic_000000000000009D.html"],['208',"Methods","topic_000000000000009D_methods--.html"],['209',"GetAllMitarbeiterByMitarbeiterNr Method","topic_00000000000000A1.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['284',"SecuringWebApiUsingApiKey.Middleware Namespace","topic_000000000000009C.html"],['285',"ApiKeyMiddleware Class","topic_00000000000000A0.html"],['289',"Fields","topic_00000000000000A0_vars--.html"],['290',"apikeys Field","topic_00000000000000A1.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000A2.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000A2.html.js index b08cf83f..a9270be8 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000A2.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000A2.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['207',"AntwortAdresseController Class","topic_000000000000009D.html"],['208',"Methods","topic_000000000000009D_methods--.html"],['213',"GetMitarbeiterByID Method","topic_00000000000000A2.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['284',"SecuringWebApiUsingApiKey.Middleware Namespace","topic_000000000000009C.html"],['285',"ApiKeyMiddleware Class","topic_00000000000000A0.html"],['286',"Methods","topic_00000000000000A0_methods--.html"],['288',"GetValue Method","topic_00000000000000A2.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000A3.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000A3.html.js index 63c11a1e..f8009ffe 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000A3.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000A3.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['214',"ArchivController Class","topic_00000000000000A3.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['284',"SecuringWebApiUsingApiKey.Middleware Namespace","topic_000000000000009C.html"],['285',"ApiKeyMiddleware Class","topic_00000000000000A0.html"],['286',"Methods","topic_00000000000000A0_methods--.html"],['287',"Authorized Method","topic_00000000000000A3.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000A3_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000A3_methods--.html.js deleted file mode 100644 index 94f34400..00000000 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000A3_methods--.html.js +++ /dev/null @@ -1 +0,0 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['214',"ArchivController Class","topic_00000000000000A3.html"],['215',"Methods","topic_00000000000000A3_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000A4.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000A4.html.js index ca6c1120..16d8a9bc 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000A4.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000A4.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['214',"ArchivController Class","topic_00000000000000A3.html"],['215',"Methods","topic_00000000000000A3_methods--.html"],['218',"ArchivDoc_From_Database Method","topic_00000000000000A4.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000A5.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000A5.html.js index 28013e11..b046ff9b 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000A5.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000A5.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['214',"ArchivController Class","topic_00000000000000A3.html"],['215',"Methods","topic_00000000000000A3_methods--.html"],['216',"ArchivDocBase64 Method","topic_00000000000000A5.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['207',"AntwortAdresseController Class","topic_00000000000000A5.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000A5_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000A5_methods--.html.js new file mode 100644 index 00000000..788b3da6 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000A5_methods--.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['207',"AntwortAdresseController Class","topic_00000000000000A5.html"],['208',"Methods","topic_00000000000000A5_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000A6.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000A6.html.js index 759e5bc1..2d87daf4 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000A6.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000A6.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['214',"ArchivController Class","topic_00000000000000A3.html"],['215',"Methods","topic_00000000000000A3_methods--.html"],['219',"CheckDocID Method","topic_00000000000000A6.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['207',"AntwortAdresseController Class","topic_00000000000000A5.html"],['208',"Methods","topic_00000000000000A5_methods--.html"],['213',"GetGetAll Method","topic_00000000000000A6.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000A7.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000A7.html.js index 4210fb2d..5c4ce205 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000A7.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000A7.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['214',"ArchivController Class","topic_00000000000000A3.html"],['215',"Methods","topic_00000000000000A3_methods--.html"],['217',"ArchivDocFromIRIS Method","topic_00000000000000A7.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['207',"AntwortAdresseController Class","topic_00000000000000A5.html"],['208',"Methods","topic_00000000000000A5_methods--.html"],['211',"GetByID Method","topic_00000000000000A7.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000A8.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000A8.html.js index 87f2dbc1..4534430a 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000A8.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000A8.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['243',"TestParam Class","topic_00000000000000A8.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['207',"AntwortAdresseController Class","topic_00000000000000A5.html"],['208',"Methods","topic_00000000000000A5_methods--.html"],['210',"GetAllMitarbeiterByTGNummer Method","topic_00000000000000A8.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000A8_props--.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000A8_props--.html.js deleted file mode 100644 index 7463e189..00000000 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000A8_props--.html.js +++ /dev/null @@ -1 +0,0 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['243',"TestParam Class","topic_00000000000000A8.html"],['244',"Properties","topic_00000000000000A8_props--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000A9.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000A9.html.js index 8c8f9cf9..59e459b1 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000A9.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000A9.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['243',"TestParam Class","topic_00000000000000A8.html"],['244',"Properties","topic_00000000000000A8_props--.html"],['245',"param1 Property","topic_00000000000000A9.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['207',"AntwortAdresseController Class","topic_00000000000000A5.html"],['208',"Methods","topic_00000000000000A5_methods--.html"],['209',"GetAllMitarbeiterByMitarbeiterNr Method","topic_00000000000000A9.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000AA.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000AA.html.js index e17c6a68..5ecb0648 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000AA.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000AA.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['243',"TestParam Class","topic_00000000000000A8.html"],['244',"Properties","topic_00000000000000A8_props--.html"],['246',"param2 Property","topic_00000000000000AA.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['207',"AntwortAdresseController Class","topic_00000000000000A5.html"],['208',"Methods","topic_00000000000000A5_methods--.html"],['214',"GetMitarbeiterByID Method","topic_00000000000000AA.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000AB.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000AB.html.js index 1e9f4dfc..01a6c63e 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000AB.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000AB.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['220',"DocumentController Class","topic_00000000000000AB.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['207',"AntwortAdresseController Class","topic_00000000000000A5.html"],['208',"Methods","topic_00000000000000A5_methods--.html"],['212',"GetGASAdressen_Einzeilig Method","topic_00000000000000AB.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000AB_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000AB_methods--.html.js deleted file mode 100644 index 88ec65a4..00000000 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000AB_methods--.html.js +++ /dev/null @@ -1 +0,0 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['220',"DocumentController Class","topic_00000000000000AB.html"],['223',"Methods","topic_00000000000000AB_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000AB_props--.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000AB_props--.html.js deleted file mode 100644 index 4b29e55f..00000000 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000AB_props--.html.js +++ /dev/null @@ -1 +0,0 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['220',"DocumentController Class","topic_00000000000000AB.html"],['221',"Properties","topic_00000000000000AB_props--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000AC.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000AC.html.js index 54874f25..4f527d54 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000AC.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000AC.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['220',"DocumentController Class","topic_00000000000000AB.html"],['223',"Methods","topic_00000000000000AB_methods--.html"],['225',"GetDocument Method","topic_00000000000000AC.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['244',"ILResponse Class","topic_00000000000000AC.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000AC_props--.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000AC_props--.html.js new file mode 100644 index 00000000..130a0154 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000AC_props--.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['244',"ILResponse Class","topic_00000000000000AC.html"],['245',"Properties","topic_00000000000000AC_props--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000AC_vars--.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000AC_vars--.html.js new file mode 100644 index 00000000..bd177a69 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000AC_vars--.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['244',"ILResponse Class","topic_00000000000000AC.html"],['248',"Fields","topic_00000000000000AC_vars--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000AD.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000AD.html.js index fd586c0d..67e60df4 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000AD.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000AD.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['220',"DocumentController Class","topic_00000000000000AB.html"],['221',"Properties","topic_00000000000000AB_props--.html"],['222',"pageCollection Property","topic_00000000000000AD.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['244',"ILResponse Class","topic_00000000000000AC.html"],['248',"Fields","topic_00000000000000AC_vars--.html"],['249',"StatusCode Field","topic_00000000000000AD.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000AE.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000AE.html.js index ef92c897..518d37a4 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000AE.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000AE.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['220',"DocumentController Class","topic_00000000000000AB.html"],['223',"Methods","topic_00000000000000AB_methods--.html"],['226',"GetDocumentJSONBody Method","topic_00000000000000AE.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['244',"ILResponse Class","topic_00000000000000AC.html"],['245',"Properties","topic_00000000000000AC_props--.html"],['247',"senderror Property","topic_00000000000000AE.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000AF.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000AF.html.js index 23d4523d..027e0431 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000AF.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000AF.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['220',"DocumentController Class","topic_00000000000000AB.html"],['223',"Methods","topic_00000000000000AB_methods--.html"],['227',"GetDocumentPDF Method","topic_00000000000000AF.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['244',"ILResponse Class","topic_00000000000000AC.html"],['245',"Properties","topic_00000000000000AC_props--.html"],['246',"response Property","topic_00000000000000AF.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000B0.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000B0.html.js index 688d5c8d..43b9be8a 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000B0.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000B0.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['220',"DocumentController Class","topic_00000000000000AB.html"],['223',"Methods","topic_00000000000000AB_methods--.html"],['228',"SendToOnBase Method","topic_00000000000000B0.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['269',"uploadtype Enumeration","topic_00000000000000B0.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000B1.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000B1.html.js deleted file mode 100644 index 4fde1ce7..00000000 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000B1.html.js +++ /dev/null @@ -1 +0,0 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['220',"DocumentController Class","topic_00000000000000AB.html"],['223',"Methods","topic_00000000000000AB_methods--.html"],['224',"GenDoc Method","topic_00000000000000B1.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000B2.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000B2.html.js deleted file mode 100644 index f64d1a8d..00000000 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000B2.html.js +++ /dev/null @@ -1 +0,0 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['237',"HomeController Class","topic_00000000000000B2.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000B2_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000B2_methods--.html.js deleted file mode 100644 index 959b4f6d..00000000 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000B2_methods--.html.js +++ /dev/null @@ -1 +0,0 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['237',"HomeController Class","topic_00000000000000B2.html"],['238',"Methods","topic_00000000000000B2_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000B3.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000B3.html.js deleted file mode 100644 index db0a1d2b..00000000 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000B3.html.js +++ /dev/null @@ -1 +0,0 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['237',"HomeController Class","topic_00000000000000B2.html"],['238',"Methods","topic_00000000000000B2_methods--.html"],['239',"Index Method","topic_00000000000000B3.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000B4.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000B4.html.js index dcd50800..3dab0d2f 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000B4.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000B4.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['255',"IFileService Interface","topic_00000000000000B4.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['215',"ArchivController Class","topic_00000000000000B4.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000B4_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000B4_methods--.html.js index 03e2d88d..e620eddb 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000B4_methods--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000B4_methods--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['255',"IFileService Interface","topic_00000000000000B4.html"],['256',"Methods","topic_00000000000000B4_methods--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['215',"ArchivController Class","topic_00000000000000B4.html"],['216',"Methods","topic_00000000000000B4_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000B5.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000B5.html.js index 30c71533..5e1aa0be 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000B5.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000B5.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['255',"IFileService Interface","topic_00000000000000B4.html"],['256',"Methods","topic_00000000000000B4_methods--.html"],['258',"GetImageAsStream Method","topic_00000000000000B5.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['215',"ArchivController Class","topic_00000000000000B4.html"],['216',"Methods","topic_00000000000000B4_methods--.html"],['217',"ArchivDocFromDatabase Method","topic_00000000000000B5.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000B6.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000B6.html.js index 5cab9d35..488ce1d8 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000B6.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000B6.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['255',"IFileService Interface","topic_00000000000000B4.html"],['256',"Methods","topic_00000000000000B4_methods--.html"],['257',"GetImageAsByteArray Method","topic_00000000000000B6.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['215',"ArchivController Class","topic_00000000000000B4.html"],['216',"Methods","topic_00000000000000B4_methods--.html"],['220',"CheckDocID Method","topic_00000000000000B6.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000B7.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000B7.html.js index 47f9c600..9fb80481 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000B7.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000B7.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['240',"Image Class","topic_00000000000000B7.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['215',"ArchivController Class","topic_00000000000000B4.html"],['216',"Methods","topic_00000000000000B4_methods--.html"],['218',"ArchivDocFromIRIS Method","topic_00000000000000B7.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000B7_vars--.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000B7_vars--.html.js deleted file mode 100644 index bcc8b343..00000000 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000B7_vars--.html.js +++ /dev/null @@ -1 +0,0 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['240',"Image Class","topic_00000000000000B7.html"],['241',"Fields","topic_00000000000000B7_vars--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000B8.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000B8.html.js index abf49e9d..7f2a859d 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000B8.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000B8.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['240',"Image Class","topic_00000000000000B7.html"],['241',"Fields","topic_00000000000000B7_vars--.html"],['242',"Base64Image Field","topic_00000000000000B8.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['215',"ArchivController Class","topic_00000000000000B4.html"],['216',"Methods","topic_00000000000000B4_methods--.html"],['219',"ArchivSBDoc Method","topic_00000000000000B8.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000B9.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000B9.html.js index 02170200..e7c4220b 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000B9.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000B9.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['247',"UnterschriftController Class","topic_00000000000000B9.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['215',"ArchivController Class","topic_00000000000000B4.html"],['216',"Methods","topic_00000000000000B4_methods--.html"],['221',"Transfer_OnBase Method","topic_00000000000000B9.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000B9_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000B9_methods--.html.js deleted file mode 100644 index 03b44b78..00000000 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000B9_methods--.html.js +++ /dev/null @@ -1 +0,0 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['247',"UnterschriftController Class","topic_00000000000000B9.html"],['248',"Methods","topic_00000000000000B9_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000BA.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000BA.html.js index 4be760b6..e88982a2 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000BA.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000BA.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['247',"UnterschriftController Class","topic_00000000000000B9.html"],['248',"Methods","topic_00000000000000B9_methods--.html"],['250',"GetUnterschriftAsBase64 Method","topic_00000000000000BA.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['253',"TestParam Class","topic_00000000000000BA.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000BA_props--.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000BA_props--.html.js new file mode 100644 index 00000000..79372a76 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000BA_props--.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['253',"TestParam Class","topic_00000000000000BA.html"],['254',"Properties","topic_00000000000000BA_props--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000BB.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000BB.html.js index 2f72f2d7..67556c53 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000BB.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000BB.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['247',"UnterschriftController Class","topic_00000000000000B9.html"],['248',"Methods","topic_00000000000000B9_methods--.html"],['249',"GetUnterschrift Method","topic_00000000000000BB.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['253',"TestParam Class","topic_00000000000000BA.html"],['254',"Properties","topic_00000000000000BA_props--.html"],['255',"param1 Property","topic_00000000000000BB.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000BC.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000BC.html.js index f8b34afa..bdd30740 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000BC.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000BC.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['229',"FileResult Class","topic_00000000000000BC.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['253',"TestParam Class","topic_00000000000000BA.html"],['254',"Properties","topic_00000000000000BA_props--.html"],['256',"param2 Property","topic_00000000000000BC.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000BC_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000BC_methods--.html.js deleted file mode 100644 index 5126d6e6..00000000 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000BC_methods--.html.js +++ /dev/null @@ -1 +0,0 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['229',"FileResult Class","topic_00000000000000BC.html"],['231',"Methods","topic_00000000000000BC_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000BD.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000BD.html.js index a5497748..4ab7fdf3 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000BD.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000BD.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['229',"FileResult Class","topic_00000000000000BC.html"],['230',"FileResult Constructor","topic_00000000000000BD.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['222',"DocumentController Class","topic_00000000000000BD.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000BD_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000BD_methods--.html.js new file mode 100644 index 00000000..d7f0c8f3 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000BD_methods--.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['222',"DocumentController Class","topic_00000000000000BD.html"],['225',"Methods","topic_00000000000000BD_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000BD_props--.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000BD_props--.html.js new file mode 100644 index 00000000..a4e2f516 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000BD_props--.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['222',"DocumentController Class","topic_00000000000000BD.html"],['223',"Properties","topic_00000000000000BD_props--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000BD_vars--.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000BD_vars--.html.js new file mode 100644 index 00000000..0ae29d30 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000BD_vars--.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['222',"DocumentController Class","topic_00000000000000BD.html"],['231',"Fields","topic_00000000000000BD_vars--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000BE.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000BE.html.js index 0f3ebb22..f3ae0a2b 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000BE.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000BE.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['229',"FileResult Class","topic_00000000000000BC.html"],['231',"Methods","topic_00000000000000BC_methods--.html"],['232',"ExecuteAsync Method","topic_00000000000000BE.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['222',"DocumentController Class","topic_00000000000000BD.html"],['231',"Fields","topic_00000000000000BD_vars--.html"],['232',"tokenfunction Field","topic_00000000000000BE.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000BF.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000BF.html.js index 39576dd8..72972d4b 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000BF.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000BF.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['233',"FileService Class","topic_00000000000000BF.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['222',"DocumentController Class","topic_00000000000000BD.html"],['225',"Methods","topic_00000000000000BD_methods--.html"],['227',"GetDocument Method","topic_00000000000000BF.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000BF_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000BF_methods--.html.js deleted file mode 100644 index 03361a8c..00000000 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000BF_methods--.html.js +++ /dev/null @@ -1 +0,0 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['233',"FileService Class","topic_00000000000000BF.html"],['234',"Methods","topic_00000000000000BF_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000C0.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000C0.html.js index c362d4d9..068e16f4 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000C0.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000C0.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['233',"FileService Class","topic_00000000000000BF.html"],['234',"Methods","topic_00000000000000BF_methods--.html"],['236',"GetImageAsStream Method","topic_00000000000000C0.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['222',"DocumentController Class","topic_00000000000000BD.html"],['223',"Properties","topic_00000000000000BD_props--.html"],['224',"pageCollection Property","topic_00000000000000C0.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000C1.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000C1.html.js index 38c4ab79..23845380 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000C1.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000C1.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['233',"FileService Class","topic_00000000000000BF.html"],['234',"Methods","topic_00000000000000BF_methods--.html"],['235',"GetImageAsByteArray Method","topic_00000000000000C1.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['222',"DocumentController Class","topic_00000000000000BD.html"],['225',"Methods","topic_00000000000000BD_methods--.html"],['228',"GetDocumentJSONBody Method","topic_00000000000000C1.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000C2.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000C2.html.js index 95dd0f24..ec31f42a 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000C2.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000C2.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['251',"unterschriftResult Class","topic_00000000000000C2.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['222',"DocumentController Class","topic_00000000000000BD.html"],['225',"Methods","topic_00000000000000BD_methods--.html"],['229',"GetDocumentPDF Method","topic_00000000000000C2.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000C2_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000C2_methods--.html.js deleted file mode 100644 index 8f6e85d2..00000000 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000C2_methods--.html.js +++ /dev/null @@ -1 +0,0 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['251',"unterschriftResult Class","topic_00000000000000C2.html"],['253',"Methods","topic_00000000000000C2_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000C3.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000C3.html.js index b21f4d69..d45f6113 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000C3.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000C3.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['251',"unterschriftResult Class","topic_00000000000000C2.html"],['252',"unterschriftResult Constructor","topic_00000000000000C3.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['222',"DocumentController Class","topic_00000000000000BD.html"],['225',"Methods","topic_00000000000000BD_methods--.html"],['230',"SendToOnBase Method","topic_00000000000000C3.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000C4.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000C4.html.js index 3b3818f7..d6d6c8ee 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000C4.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000C4.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['206',"API_NetFramework.Controllers Namespace","topic_000000000000009C.html"],['251',"unterschriftResult Class","topic_00000000000000C2.html"],['253',"Methods","topic_00000000000000C2_methods--.html"],['254',"ExecuteAsync Method","topic_00000000000000C4.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['222',"DocumentController Class","topic_00000000000000BD.html"],['225',"Methods","topic_00000000000000BD_methods--.html"],['226',"GenDoc Method","topic_00000000000000C4.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000C5.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000C5.html.js index 619993e1..b6f42959 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000C5.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000C5.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['17',"WebApiApplication Class","topic_00000000000000C5.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['241',"HomeController Class","topic_00000000000000C5.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000C5_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000C5_methods--.html.js index 0ce58f0a..410f27ec 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000C5_methods--.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000C5_methods--.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['17',"WebApiApplication Class","topic_00000000000000C5.html"],['18',"Methods","topic_00000000000000C5_methods--.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['241',"HomeController Class","topic_00000000000000C5.html"],['242',"Methods","topic_00000000000000C5_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000C6.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000C6.html.js index dc9b7f7d..f356c9d0 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000C6.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000C6.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['17',"WebApiApplication Class","topic_00000000000000C5.html"],['18',"Methods","topic_00000000000000C5_methods--.html"],['19',"Application_Start Method","topic_00000000000000C6.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['241',"HomeController Class","topic_00000000000000C5.html"],['242',"Methods","topic_00000000000000C5_methods--.html"],['243',"Index Method","topic_00000000000000C6.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000C7.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000C7.html.js index aa64054d..a68ac48b 100644 --- a/API_NetFramework/VSdoc/toc--/topic_00000000000000C7.html.js +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000C7.html.js @@ -1 +1 @@ -var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000C7.html"]]; \ No newline at end of file +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['280',"OnDocAPI_NetFramework.Controllers Namespace","topic_00000000000000C7.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000C8.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000C8.html.js new file mode 100644 index 00000000..9334a692 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000C8.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['280',"OnDocAPI_NetFramework.Controllers Namespace","topic_00000000000000C7.html"],['281',"TokenController Class","topic_00000000000000C8.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000C8_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000C8_methods--.html.js new file mode 100644 index 00000000..b0e144fd --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000C8_methods--.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['280',"OnDocAPI_NetFramework.Controllers Namespace","topic_00000000000000C7.html"],['281',"TokenController Class","topic_00000000000000C8.html"],['282',"Methods","topic_00000000000000C8_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000C9.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000C9.html.js new file mode 100644 index 00000000..7a416e60 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000C9.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['280',"OnDocAPI_NetFramework.Controllers Namespace","topic_00000000000000C7.html"],['281',"TokenController Class","topic_00000000000000C8.html"],['282',"Methods","topic_00000000000000C8_methods--.html"],['283',"TokenGenerator Method","topic_00000000000000C9.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000CA.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000CA.html.js new file mode 100644 index 00000000..5d1f41ac --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000CA.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['265',"IFileService Interface","topic_00000000000000CA.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000CA_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000CA_methods--.html.js new file mode 100644 index 00000000..12bfeb51 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000CA_methods--.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['265',"IFileService Interface","topic_00000000000000CA.html"],['266',"Methods","topic_00000000000000CA_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000CB.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000CB.html.js new file mode 100644 index 00000000..6b264efd --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000CB.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['265',"IFileService Interface","topic_00000000000000CA.html"],['266',"Methods","topic_00000000000000CA_methods--.html"],['268',"GetImageAsStream Method","topic_00000000000000CB.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000CC.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000CC.html.js new file mode 100644 index 00000000..67857801 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000CC.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['265',"IFileService Interface","topic_00000000000000CA.html"],['266',"Methods","topic_00000000000000CA_methods--.html"],['267',"GetImageAsByteArray Method","topic_00000000000000CC.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000CD.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000CD.html.js new file mode 100644 index 00000000..028ff334 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000CD.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['250',"Image Class","topic_00000000000000CD.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000CD_vars--.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000CD_vars--.html.js new file mode 100644 index 00000000..81c90b4a --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000CD_vars--.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['250',"Image Class","topic_00000000000000CD.html"],['251',"Fields","topic_00000000000000CD_vars--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000CE.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000CE.html.js new file mode 100644 index 00000000..1fa66c97 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000CE.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['250',"Image Class","topic_00000000000000CD.html"],['251',"Fields","topic_00000000000000CD_vars--.html"],['252',"Base64Image Field","topic_00000000000000CE.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000CF.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000CF.html.js new file mode 100644 index 00000000..26bf1e08 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000CF.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['257',"UnterschriftController Class","topic_00000000000000CF.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000CF_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000CF_methods--.html.js new file mode 100644 index 00000000..1d9cdc1f --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000CF_methods--.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['257',"UnterschriftController Class","topic_00000000000000CF.html"],['258',"Methods","topic_00000000000000CF_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000D0.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000D0.html.js new file mode 100644 index 00000000..9fb6cf9d --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000D0.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['257',"UnterschriftController Class","topic_00000000000000CF.html"],['258',"Methods","topic_00000000000000CF_methods--.html"],['260',"GetUnterschriftAsBase64 Method","topic_00000000000000D0.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000D1.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000D1.html.js new file mode 100644 index 00000000..282f64f1 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000D1.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['257',"UnterschriftController Class","topic_00000000000000CF.html"],['258',"Methods","topic_00000000000000CF_methods--.html"],['259',"GetUnterschrift Method","topic_00000000000000D1.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000D2.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000D2.html.js new file mode 100644 index 00000000..5fbcd55e --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000D2.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['233',"FileResult Class","topic_00000000000000D2.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000D2_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000D2_methods--.html.js new file mode 100644 index 00000000..1459dc14 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000D2_methods--.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['233',"FileResult Class","topic_00000000000000D2.html"],['235',"Methods","topic_00000000000000D2_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000D3.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000D3.html.js new file mode 100644 index 00000000..7b408005 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000D3.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['233',"FileResult Class","topic_00000000000000D2.html"],['234',"FileResult Constructor","topic_00000000000000D3.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000D4.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000D4.html.js new file mode 100644 index 00000000..dc2dd0b9 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000D4.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['233',"FileResult Class","topic_00000000000000D2.html"],['235',"Methods","topic_00000000000000D2_methods--.html"],['236',"ExecuteAsync Method","topic_00000000000000D4.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000D5.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000D5.html.js new file mode 100644 index 00000000..35c917e0 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000D5.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['237',"FileService Class","topic_00000000000000D5.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000D5_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000D5_methods--.html.js new file mode 100644 index 00000000..7ea5a8db --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000D5_methods--.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['237',"FileService Class","topic_00000000000000D5.html"],['238',"Methods","topic_00000000000000D5_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000D6.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000D6.html.js new file mode 100644 index 00000000..3ec9d072 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000D6.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['237',"FileService Class","topic_00000000000000D5.html"],['238',"Methods","topic_00000000000000D5_methods--.html"],['240',"GetImageAsStream Method","topic_00000000000000D6.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000D7.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000D7.html.js new file mode 100644 index 00000000..3fea7d4c --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000D7.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['237',"FileService Class","topic_00000000000000D5.html"],['238',"Methods","topic_00000000000000D5_methods--.html"],['239',"GetImageAsByteArray Method","topic_00000000000000D7.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000D8.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000D8.html.js new file mode 100644 index 00000000..a1a86237 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000D8.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['261',"unterschriftResult Class","topic_00000000000000D8.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000D8_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000D8_methods--.html.js new file mode 100644 index 00000000..f77be391 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000D8_methods--.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['261',"unterschriftResult Class","topic_00000000000000D8.html"],['263',"Methods","topic_00000000000000D8_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000D9.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000D9.html.js new file mode 100644 index 00000000..7eea6b23 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000D9.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['261',"unterschriftResult Class","topic_00000000000000D8.html"],['262',"unterschriftResult Constructor","topic_00000000000000D9.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000DA.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000DA.html.js new file mode 100644 index 00000000..0b5163fd --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000DA.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['206',"API_NetFramework.Controllers Namespace","topic_00000000000000A4.html"],['261',"unterschriftResult Class","topic_00000000000000D8.html"],['263',"Methods","topic_00000000000000D8_methods--.html"],['264',"ExecuteAsync Method","topic_00000000000000DA.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000DB.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000DB.html.js new file mode 100644 index 00000000..d4ac439b --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000DB.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['17',"WebApiApplication Class","topic_00000000000000DB.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000DB_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000DB_methods--.html.js new file mode 100644 index 00000000..f9a1ab3d --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000DB_methods--.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['17',"WebApiApplication Class","topic_00000000000000DB.html"],['18',"Methods","topic_00000000000000DB_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000DC.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000DC.html.js new file mode 100644 index 00000000..df5b8fa5 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000DC.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['4',"API_NetFramework Namespace","topic_0000000000000000.html"],['17',"WebApiApplication Class","topic_00000000000000DB.html"],['18',"Methods","topic_00000000000000DB_methods--.html"],['19',"Application_Start Method","topic_00000000000000DC.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000DD.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000DD.html.js new file mode 100644 index 00000000..a78fc626 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000DD.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['270',"API_NetFramework.Models Namespace","topic_00000000000000DD.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000DE.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000DE.html.js new file mode 100644 index 00000000..3b3a9870 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000DE.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['270',"API_NetFramework.Models Namespace","topic_00000000000000DD.html"],['275',"LogLevelType Enumeration","topic_00000000000000DE.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000E4.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000E4.html.js new file mode 100644 index 00000000..8b289d5f --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000E4.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['270',"API_NetFramework.Models Namespace","topic_00000000000000DD.html"],['271',"APILogging Class","topic_00000000000000E4.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000E4_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000E4_methods--.html.js new file mode 100644 index 00000000..ae749e65 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000E4_methods--.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['270',"API_NetFramework.Models Namespace","topic_00000000000000DD.html"],['271',"APILogging Class","topic_00000000000000E4.html"],['272',"Methods","topic_00000000000000E4_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000E5.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000E5.html.js new file mode 100644 index 00000000..4946cb02 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000E5.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['270',"API_NetFramework.Models Namespace","topic_00000000000000DD.html"],['271',"APILogging Class","topic_00000000000000E4.html"],['272',"Methods","topic_00000000000000E4_methods--.html"],['274',"initLogging Method","topic_00000000000000E5.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000E6.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000E6.html.js new file mode 100644 index 00000000..f8080117 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000E6.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['270',"API_NetFramework.Models Namespace","topic_00000000000000DD.html"],['271',"APILogging Class","topic_00000000000000E4.html"],['272',"Methods","topic_00000000000000E4_methods--.html"],['273',"Log Method","topic_00000000000000E6.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000E7.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000E7.html.js new file mode 100644 index 00000000..40362c24 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000E7.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['276',"OnDocAPI_NetFramework Namespace","topic_00000000000000E7.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000E8.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000E8.html.js new file mode 100644 index 00000000..ecf7f02a --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000E8.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['276',"OnDocAPI_NetFramework Namespace","topic_00000000000000E7.html"],['277',"Startup Class","topic_00000000000000E8.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000E8_methods--.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000E8_methods--.html.js new file mode 100644 index 00000000..74eb62cf --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000E8_methods--.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['276',"OnDocAPI_NetFramework Namespace","topic_00000000000000E7.html"],['277',"Startup Class","topic_00000000000000E8.html"],['278',"Methods","topic_00000000000000E8_methods--.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000E9.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000E9.html.js new file mode 100644 index 00000000..2d816419 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000E9.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"],['276',"OnDocAPI_NetFramework Namespace","topic_00000000000000E7.html"],['277',"Startup Class","topic_00000000000000E8.html"],['278',"Methods","topic_00000000000000E8_methods--.html"],['279',"Configuration Method","topic_00000000000000E9.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/toc--/topic_00000000000000EA.html.js b/API_NetFramework/VSdoc/toc--/topic_00000000000000EA.html.js new file mode 100644 index 00000000..d178bdf7 --- /dev/null +++ b/API_NetFramework/VSdoc/toc--/topic_00000000000000EA.html.js @@ -0,0 +1 @@ +var breadcrumbs=[['-1',"",""],['2',"API_NetFramework Reference","topic_00000000000000EA.html"]]; \ No newline at end of file diff --git a/API_NetFramework/VSdoc/topic_0000000000000000.html b/API_NetFramework/VSdoc/topic_0000000000000000.html index 18fd7758..41d7cda9 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000000.html +++ b/API_NetFramework/VSdoc/topic_0000000000000000.html @@ -78,7 +78,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll)
@@ -231,7 +231,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); - WebApiApplication + WebApiApplication diff --git a/API_NetFramework/VSdoc/topic_0000000000000001.html b/API_NetFramework/VSdoc/topic_0000000000000001.html index a6526f3f..3f93a2c8 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000001.html +++ b/API_NetFramework/VSdoc/topic_0000000000000001.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000002.html b/API_NetFramework/VSdoc/topic_0000000000000002.html index 63151d87..b7307ec1 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000002.html +++ b/API_NetFramework/VSdoc/topic_0000000000000002.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000003.html b/API_NetFramework/VSdoc/topic_0000000000000003.html index b4ce9294..ee9adc30 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000003.html +++ b/API_NetFramework/VSdoc/topic_0000000000000003.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000004.html b/API_NetFramework/VSdoc/topic_0000000000000004.html index d773c3a6..30ab2758 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000004.html +++ b/API_NetFramework/VSdoc/topic_0000000000000004.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000005.html b/API_NetFramework/VSdoc/topic_0000000000000005.html index 2cd0e5e8..b01c6d37 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000005.html +++ b/API_NetFramework/VSdoc/topic_0000000000000005.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000006.html b/API_NetFramework/VSdoc/topic_0000000000000006.html index 41bf967c..ba7fd9a9 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000006.html +++ b/API_NetFramework/VSdoc/topic_0000000000000006.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000007.html b/API_NetFramework/VSdoc/topic_0000000000000007.html index cd969a94..b3a063c8 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000007.html +++ b/API_NetFramework/VSdoc/topic_0000000000000007.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000008.html b/API_NetFramework/VSdoc/topic_0000000000000008.html index 0e2a5c13..11cdc907 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000008.html +++ b/API_NetFramework/VSdoc/topic_0000000000000008.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000009.html b/API_NetFramework/VSdoc/topic_0000000000000009.html index e90d0162..105ab972 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000009.html +++ b/API_NetFramework/VSdoc/topic_0000000000000009.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000000A.html b/API_NetFramework/VSdoc/topic_000000000000000A.html index c92dcf0b..2873d44d 100644 --- a/API_NetFramework/VSdoc/topic_000000000000000A.html +++ b/API_NetFramework/VSdoc/topic_000000000000000A.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000000B.html b/API_NetFramework/VSdoc/topic_000000000000000B.html index f967e9a5..57045a40 100644 --- a/API_NetFramework/VSdoc/topic_000000000000000B.html +++ b/API_NetFramework/VSdoc/topic_000000000000000B.html @@ -78,7 +78,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll)
diff --git a/API_NetFramework/VSdoc/topic_000000000000000C.html b/API_NetFramework/VSdoc/topic_000000000000000C.html index 5d2f6eff..13883982 100644 --- a/API_NetFramework/VSdoc/topic_000000000000000C.html +++ b/API_NetFramework/VSdoc/topic_000000000000000C.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000000D.html b/API_NetFramework/VSdoc/topic_000000000000000D.html index e9da2046..435ce7e8 100644 --- a/API_NetFramework/VSdoc/topic_000000000000000D.html +++ b/API_NetFramework/VSdoc/topic_000000000000000D.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000000E.html b/API_NetFramework/VSdoc/topic_000000000000000E.html index 0c7da97d..f94e7b40 100644 --- a/API_NetFramework/VSdoc/topic_000000000000000E.html +++ b/API_NetFramework/VSdoc/topic_000000000000000E.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000000F.html b/API_NetFramework/VSdoc/topic_000000000000000F.html index 18bc8038..4122b738 100644 --- a/API_NetFramework/VSdoc/topic_000000000000000F.html +++ b/API_NetFramework/VSdoc/topic_000000000000000F.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000010.html b/API_NetFramework/VSdoc/topic_0000000000000010.html index d5d3ce43..7c592130 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000010.html +++ b/API_NetFramework/VSdoc/topic_0000000000000010.html @@ -78,7 +78,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll)
diff --git a/API_NetFramework/VSdoc/topic_0000000000000011.html b/API_NetFramework/VSdoc/topic_0000000000000011.html index ede05090..7386ea19 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000011.html +++ b/API_NetFramework/VSdoc/topic_0000000000000011.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000012.html b/API_NetFramework/VSdoc/topic_0000000000000012.html index 40b0b7d8..b9d47a63 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000012.html +++ b/API_NetFramework/VSdoc/topic_0000000000000012.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000013.html b/API_NetFramework/VSdoc/topic_0000000000000013.html index 5ce707ad..875adbbc 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000013.html +++ b/API_NetFramework/VSdoc/topic_0000000000000013.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000014.html b/API_NetFramework/VSdoc/topic_0000000000000014.html index 81befb2a..9a4dbee1 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000014.html +++ b/API_NetFramework/VSdoc/topic_0000000000000014.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000015.html b/API_NetFramework/VSdoc/topic_0000000000000015.html index 8da99aa6..3bb324d2 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000015.html +++ b/API_NetFramework/VSdoc/topic_0000000000000015.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000016.html b/API_NetFramework/VSdoc/topic_0000000000000016.html index 206d4e45..55f277bc 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000016.html +++ b/API_NetFramework/VSdoc/topic_0000000000000016.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000017.html b/API_NetFramework/VSdoc/topic_0000000000000017.html index 9a82f8e0..d5ef79a7 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000017.html +++ b/API_NetFramework/VSdoc/topic_0000000000000017.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000018.html b/API_NetFramework/VSdoc/topic_0000000000000018.html index 2656e52b..b93aa5a7 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000018.html +++ b/API_NetFramework/VSdoc/topic_0000000000000018.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000019.html b/API_NetFramework/VSdoc/topic_0000000000000019.html index 1b04bb48..1b8a5f04 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000019.html +++ b/API_NetFramework/VSdoc/topic_0000000000000019.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000001A.html b/API_NetFramework/VSdoc/topic_000000000000001A.html index 7dcbb1a1..4c322315 100644 --- a/API_NetFramework/VSdoc/topic_000000000000001A.html +++ b/API_NetFramework/VSdoc/topic_000000000000001A.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000001B.html b/API_NetFramework/VSdoc/topic_000000000000001B.html index 26fc51e7..ed4db8f7 100644 --- a/API_NetFramework/VSdoc/topic_000000000000001B.html +++ b/API_NetFramework/VSdoc/topic_000000000000001B.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000001C.html b/API_NetFramework/VSdoc/topic_000000000000001C.html index a51f45d9..a8ec33dd 100644 --- a/API_NetFramework/VSdoc/topic_000000000000001C.html +++ b/API_NetFramework/VSdoc/topic_000000000000001C.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000001D.html b/API_NetFramework/VSdoc/topic_000000000000001D.html index dd8cba2a..9eb40eab 100644 --- a/API_NetFramework/VSdoc/topic_000000000000001D.html +++ b/API_NetFramework/VSdoc/topic_000000000000001D.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000001E.html b/API_NetFramework/VSdoc/topic_000000000000001E.html index b1f5062b..c5435816 100644 --- a/API_NetFramework/VSdoc/topic_000000000000001E.html +++ b/API_NetFramework/VSdoc/topic_000000000000001E.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000001F.html b/API_NetFramework/VSdoc/topic_000000000000001F.html index 531b3af0..bf4a87a8 100644 --- a/API_NetFramework/VSdoc/topic_000000000000001F.html +++ b/API_NetFramework/VSdoc/topic_000000000000001F.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000020.html b/API_NetFramework/VSdoc/topic_0000000000000020.html index 793c25df..6c153296 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000020.html +++ b/API_NetFramework/VSdoc/topic_0000000000000020.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000021.html b/API_NetFramework/VSdoc/topic_0000000000000021.html index bdc591e7..43d2ba43 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000021.html +++ b/API_NetFramework/VSdoc/topic_0000000000000021.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000022.html b/API_NetFramework/VSdoc/topic_0000000000000022.html index 0f814723..58bdf94f 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000022.html +++ b/API_NetFramework/VSdoc/topic_0000000000000022.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000023.html b/API_NetFramework/VSdoc/topic_0000000000000023.html index 1fc01310..922778f6 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000023.html +++ b/API_NetFramework/VSdoc/topic_0000000000000023.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000024.html b/API_NetFramework/VSdoc/topic_0000000000000024.html index fec5bd3a..57979f27 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000024.html +++ b/API_NetFramework/VSdoc/topic_0000000000000024.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000025.html b/API_NetFramework/VSdoc/topic_0000000000000025.html index f6f38623..b36ea62d 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000025.html +++ b/API_NetFramework/VSdoc/topic_0000000000000025.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000026.html b/API_NetFramework/VSdoc/topic_0000000000000026.html index 3309cbe1..b5faf396 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000026.html +++ b/API_NetFramework/VSdoc/topic_0000000000000026.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000027.html b/API_NetFramework/VSdoc/topic_0000000000000027.html index 111dfc7d..1a378c7e 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000027.html +++ b/API_NetFramework/VSdoc/topic_0000000000000027.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000028.html b/API_NetFramework/VSdoc/topic_0000000000000028.html index 8249b8ad..d1cb5342 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000028.html +++ b/API_NetFramework/VSdoc/topic_0000000000000028.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000029.html b/API_NetFramework/VSdoc/topic_0000000000000029.html index 25ec9c9c..f5211b6a 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000029.html +++ b/API_NetFramework/VSdoc/topic_0000000000000029.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000002A.html b/API_NetFramework/VSdoc/topic_000000000000002A.html index 4c256224..c781bfbd 100644 --- a/API_NetFramework/VSdoc/topic_000000000000002A.html +++ b/API_NetFramework/VSdoc/topic_000000000000002A.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000002B.html b/API_NetFramework/VSdoc/topic_000000000000002B.html index 012fca5e..4d0374d4 100644 --- a/API_NetFramework/VSdoc/topic_000000000000002B.html +++ b/API_NetFramework/VSdoc/topic_000000000000002B.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000002C.html b/API_NetFramework/VSdoc/topic_000000000000002C.html index abac3af4..63deb9c4 100644 --- a/API_NetFramework/VSdoc/topic_000000000000002C.html +++ b/API_NetFramework/VSdoc/topic_000000000000002C.html @@ -78,7 +78,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll)
diff --git a/API_NetFramework/VSdoc/topic_000000000000002D.html b/API_NetFramework/VSdoc/topic_000000000000002D.html index 81352843..16b0a4b6 100644 --- a/API_NetFramework/VSdoc/topic_000000000000002D.html +++ b/API_NetFramework/VSdoc/topic_000000000000002D.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000002E.html b/API_NetFramework/VSdoc/topic_000000000000002E.html index 29e20595..96e631a7 100644 --- a/API_NetFramework/VSdoc/topic_000000000000002E.html +++ b/API_NetFramework/VSdoc/topic_000000000000002E.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000002F.html b/API_NetFramework/VSdoc/topic_000000000000002F.html index 27aad20f..15b86ed8 100644 --- a/API_NetFramework/VSdoc/topic_000000000000002F.html +++ b/API_NetFramework/VSdoc/topic_000000000000002F.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000030.html b/API_NetFramework/VSdoc/topic_0000000000000030.html index 82ebd07f..558aed6e 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000030.html +++ b/API_NetFramework/VSdoc/topic_0000000000000030.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000031.html b/API_NetFramework/VSdoc/topic_0000000000000031.html index aeeb2b09..0cf73445 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000031.html +++ b/API_NetFramework/VSdoc/topic_0000000000000031.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000032.html b/API_NetFramework/VSdoc/topic_0000000000000032.html index 3e280e1f..0d9bcf30 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000032.html +++ b/API_NetFramework/VSdoc/topic_0000000000000032.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000033.html b/API_NetFramework/VSdoc/topic_0000000000000033.html index 95405492..3eb0165e 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000033.html +++ b/API_NetFramework/VSdoc/topic_0000000000000033.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000034.html b/API_NetFramework/VSdoc/topic_0000000000000034.html index 4e05bf6c..f2f25195 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000034.html +++ b/API_NetFramework/VSdoc/topic_0000000000000034.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000035.html b/API_NetFramework/VSdoc/topic_0000000000000035.html index dfd08d80..91dfabfe 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000035.html +++ b/API_NetFramework/VSdoc/topic_0000000000000035.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000036.html b/API_NetFramework/VSdoc/topic_0000000000000036.html index 20793d4a..35b7269b 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000036.html +++ b/API_NetFramework/VSdoc/topic_0000000000000036.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000037.html b/API_NetFramework/VSdoc/topic_0000000000000037.html index 6d4284b3..a76a1e1f 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000037.html +++ b/API_NetFramework/VSdoc/topic_0000000000000037.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000038.html b/API_NetFramework/VSdoc/topic_0000000000000038.html index af4b2ac1..13468314 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000038.html +++ b/API_NetFramework/VSdoc/topic_0000000000000038.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000039.html b/API_NetFramework/VSdoc/topic_0000000000000039.html index cbf0feaa..1ce53611 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000039.html +++ b/API_NetFramework/VSdoc/topic_0000000000000039.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000003A.html b/API_NetFramework/VSdoc/topic_000000000000003A.html index 43795e60..58847edc 100644 --- a/API_NetFramework/VSdoc/topic_000000000000003A.html +++ b/API_NetFramework/VSdoc/topic_000000000000003A.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000003B.html b/API_NetFramework/VSdoc/topic_000000000000003B.html index 2ce952dd..8c402fcc 100644 --- a/API_NetFramework/VSdoc/topic_000000000000003B.html +++ b/API_NetFramework/VSdoc/topic_000000000000003B.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000003C.html b/API_NetFramework/VSdoc/topic_000000000000003C.html index ec0352ba..2efb532b 100644 --- a/API_NetFramework/VSdoc/topic_000000000000003C.html +++ b/API_NetFramework/VSdoc/topic_000000000000003C.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000003D.html b/API_NetFramework/VSdoc/topic_000000000000003D.html index 56310442..c8d430de 100644 --- a/API_NetFramework/VSdoc/topic_000000000000003D.html +++ b/API_NetFramework/VSdoc/topic_000000000000003D.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000003E.html b/API_NetFramework/VSdoc/topic_000000000000003E.html index 1e1a61c8..a413056f 100644 --- a/API_NetFramework/VSdoc/topic_000000000000003E.html +++ b/API_NetFramework/VSdoc/topic_000000000000003E.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000003F.html b/API_NetFramework/VSdoc/topic_000000000000003F.html index 70a37eee..47d7da48 100644 --- a/API_NetFramework/VSdoc/topic_000000000000003F.html +++ b/API_NetFramework/VSdoc/topic_000000000000003F.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000040.html b/API_NetFramework/VSdoc/topic_0000000000000040.html index 78f37eed..20272a51 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000040.html +++ b/API_NetFramework/VSdoc/topic_0000000000000040.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000041.html b/API_NetFramework/VSdoc/topic_0000000000000041.html index c1a6aec9..b70e9775 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000041.html +++ b/API_NetFramework/VSdoc/topic_0000000000000041.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000042.html b/API_NetFramework/VSdoc/topic_0000000000000042.html index eb91ec5d..e97be0d9 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000042.html +++ b/API_NetFramework/VSdoc/topic_0000000000000042.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000043.html b/API_NetFramework/VSdoc/topic_0000000000000043.html index 68fb502a..b6f74d10 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000043.html +++ b/API_NetFramework/VSdoc/topic_0000000000000043.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000044.html b/API_NetFramework/VSdoc/topic_0000000000000044.html index 559c641c..f106bfa1 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000044.html +++ b/API_NetFramework/VSdoc/topic_0000000000000044.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000045.html b/API_NetFramework/VSdoc/topic_0000000000000045.html index 794fbe0a..db117a29 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000045.html +++ b/API_NetFramework/VSdoc/topic_0000000000000045.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000046.html b/API_NetFramework/VSdoc/topic_0000000000000046.html index 9e0d87fa..12d08e4b 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000046.html +++ b/API_NetFramework/VSdoc/topic_0000000000000046.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000047.html b/API_NetFramework/VSdoc/topic_0000000000000047.html index a9ba1c16..054a5c75 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000047.html +++ b/API_NetFramework/VSdoc/topic_0000000000000047.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000048.html b/API_NetFramework/VSdoc/topic_0000000000000048.html index 192d8672..6c857f83 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000048.html +++ b/API_NetFramework/VSdoc/topic_0000000000000048.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000049.html b/API_NetFramework/VSdoc/topic_0000000000000049.html index f8f52cf7..0170ac9c 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000049.html +++ b/API_NetFramework/VSdoc/topic_0000000000000049.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000004A.html b/API_NetFramework/VSdoc/topic_000000000000004A.html index a1660706..93923467 100644 --- a/API_NetFramework/VSdoc/topic_000000000000004A.html +++ b/API_NetFramework/VSdoc/topic_000000000000004A.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000004B.html b/API_NetFramework/VSdoc/topic_000000000000004B.html index c3e5da93..8207ed43 100644 --- a/API_NetFramework/VSdoc/topic_000000000000004B.html +++ b/API_NetFramework/VSdoc/topic_000000000000004B.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000004C.html b/API_NetFramework/VSdoc/topic_000000000000004C.html index af7ac35a..992297ce 100644 --- a/API_NetFramework/VSdoc/topic_000000000000004C.html +++ b/API_NetFramework/VSdoc/topic_000000000000004C.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000004D.html b/API_NetFramework/VSdoc/topic_000000000000004D.html index ce5710e1..84e3c03d 100644 --- a/API_NetFramework/VSdoc/topic_000000000000004D.html +++ b/API_NetFramework/VSdoc/topic_000000000000004D.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000004E.html b/API_NetFramework/VSdoc/topic_000000000000004E.html index 43070dbb..5ff752a1 100644 --- a/API_NetFramework/VSdoc/topic_000000000000004E.html +++ b/API_NetFramework/VSdoc/topic_000000000000004E.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000004F.html b/API_NetFramework/VSdoc/topic_000000000000004F.html index 4bcc79f8..39e22ef1 100644 --- a/API_NetFramework/VSdoc/topic_000000000000004F.html +++ b/API_NetFramework/VSdoc/topic_000000000000004F.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000050.html b/API_NetFramework/VSdoc/topic_0000000000000050.html index 286cc718..98875297 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000050.html +++ b/API_NetFramework/VSdoc/topic_0000000000000050.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000051.html b/API_NetFramework/VSdoc/topic_0000000000000051.html index 901dd20b..a2d7ddad 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000051.html +++ b/API_NetFramework/VSdoc/topic_0000000000000051.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000052.html b/API_NetFramework/VSdoc/topic_0000000000000052.html index 123c7b28..2bf67e1d 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000052.html +++ b/API_NetFramework/VSdoc/topic_0000000000000052.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000053.html b/API_NetFramework/VSdoc/topic_0000000000000053.html index eccd6c9f..2369ef78 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000053.html +++ b/API_NetFramework/VSdoc/topic_0000000000000053.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000054.html b/API_NetFramework/VSdoc/topic_0000000000000054.html index 6c77181f..1b568577 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000054.html +++ b/API_NetFramework/VSdoc/topic_0000000000000054.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000055.html b/API_NetFramework/VSdoc/topic_0000000000000055.html index c6923857..8c3fbc0b 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000055.html +++ b/API_NetFramework/VSdoc/topic_0000000000000055.html @@ -78,7 +78,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll)
diff --git a/API_NetFramework/VSdoc/topic_0000000000000056.html b/API_NetFramework/VSdoc/topic_0000000000000056.html index 0279a5f1..6e89df2c 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000056.html +++ b/API_NetFramework/VSdoc/topic_0000000000000056.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000057.html b/API_NetFramework/VSdoc/topic_0000000000000057.html index 9198be23..90ca97c9 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000057.html +++ b/API_NetFramework/VSdoc/topic_0000000000000057.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000058.html b/API_NetFramework/VSdoc/topic_0000000000000058.html index 5a4b2b4b..7af137f6 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000058.html +++ b/API_NetFramework/VSdoc/topic_0000000000000058.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000059.html b/API_NetFramework/VSdoc/topic_0000000000000059.html index c62a49d9..531ee7e0 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000059.html +++ b/API_NetFramework/VSdoc/topic_0000000000000059.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000005A.html b/API_NetFramework/VSdoc/topic_000000000000005A.html index 718765ad..fe6e61af 100644 --- a/API_NetFramework/VSdoc/topic_000000000000005A.html +++ b/API_NetFramework/VSdoc/topic_000000000000005A.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000005B.html b/API_NetFramework/VSdoc/topic_000000000000005B.html index 2ac69d52..8c321e02 100644 --- a/API_NetFramework/VSdoc/topic_000000000000005B.html +++ b/API_NetFramework/VSdoc/topic_000000000000005B.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000005C.html b/API_NetFramework/VSdoc/topic_000000000000005C.html index 7cfbd564..13680c05 100644 --- a/API_NetFramework/VSdoc/topic_000000000000005C.html +++ b/API_NetFramework/VSdoc/topic_000000000000005C.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000005D.html b/API_NetFramework/VSdoc/topic_000000000000005D.html index 24e34a65..af9806d4 100644 --- a/API_NetFramework/VSdoc/topic_000000000000005D.html +++ b/API_NetFramework/VSdoc/topic_000000000000005D.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000005E.html b/API_NetFramework/VSdoc/topic_000000000000005E.html index cb8c9b02..586243fd 100644 --- a/API_NetFramework/VSdoc/topic_000000000000005E.html +++ b/API_NetFramework/VSdoc/topic_000000000000005E.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000005F.html b/API_NetFramework/VSdoc/topic_000000000000005F.html index 87310923..9cecd036 100644 --- a/API_NetFramework/VSdoc/topic_000000000000005F.html +++ b/API_NetFramework/VSdoc/topic_000000000000005F.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000060.html b/API_NetFramework/VSdoc/topic_0000000000000060.html index 4d7d01e9..76410e33 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000060.html +++ b/API_NetFramework/VSdoc/topic_0000000000000060.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000061.html b/API_NetFramework/VSdoc/topic_0000000000000061.html index e195519b..71ae12e4 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000061.html +++ b/API_NetFramework/VSdoc/topic_0000000000000061.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000062.html b/API_NetFramework/VSdoc/topic_0000000000000062.html index 561028ab..9ed73512 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000062.html +++ b/API_NetFramework/VSdoc/topic_0000000000000062.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000063.html b/API_NetFramework/VSdoc/topic_0000000000000063.html index 09610fdb..06eaea12 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000063.html +++ b/API_NetFramework/VSdoc/topic_0000000000000063.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000064.html b/API_NetFramework/VSdoc/topic_0000000000000064.html index edbadfce..d4577ad7 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000064.html +++ b/API_NetFramework/VSdoc/topic_0000000000000064.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000065.html b/API_NetFramework/VSdoc/topic_0000000000000065.html index 548e7080..d55dbf66 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000065.html +++ b/API_NetFramework/VSdoc/topic_0000000000000065.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000066.html b/API_NetFramework/VSdoc/topic_0000000000000066.html index c975a3d9..f6ed9091 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000066.html +++ b/API_NetFramework/VSdoc/topic_0000000000000066.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000067.html b/API_NetFramework/VSdoc/topic_0000000000000067.html index a123300a..43a86e52 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000067.html +++ b/API_NetFramework/VSdoc/topic_0000000000000067.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000068.html b/API_NetFramework/VSdoc/topic_0000000000000068.html index d1b16dc8..71ac332f 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000068.html +++ b/API_NetFramework/VSdoc/topic_0000000000000068.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000069.html b/API_NetFramework/VSdoc/topic_0000000000000069.html index 495408e3..7927fffc 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000069.html +++ b/API_NetFramework/VSdoc/topic_0000000000000069.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000006A.html b/API_NetFramework/VSdoc/topic_000000000000006A.html index d70bf02f..2f79216a 100644 --- a/API_NetFramework/VSdoc/topic_000000000000006A.html +++ b/API_NetFramework/VSdoc/topic_000000000000006A.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000006B.html b/API_NetFramework/VSdoc/topic_000000000000006B.html index 1ef16bd3..da54b551 100644 --- a/API_NetFramework/VSdoc/topic_000000000000006B.html +++ b/API_NetFramework/VSdoc/topic_000000000000006B.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000006C.html b/API_NetFramework/VSdoc/topic_000000000000006C.html index 0a9a2bed..ee6999be 100644 --- a/API_NetFramework/VSdoc/topic_000000000000006C.html +++ b/API_NetFramework/VSdoc/topic_000000000000006C.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000006D.html b/API_NetFramework/VSdoc/topic_000000000000006D.html index d36ad11b..5c6bfd64 100644 --- a/API_NetFramework/VSdoc/topic_000000000000006D.html +++ b/API_NetFramework/VSdoc/topic_000000000000006D.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000006E.html b/API_NetFramework/VSdoc/topic_000000000000006E.html index 1c7d53a3..ad684bce 100644 --- a/API_NetFramework/VSdoc/topic_000000000000006E.html +++ b/API_NetFramework/VSdoc/topic_000000000000006E.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000006F.html b/API_NetFramework/VSdoc/topic_000000000000006F.html index edd55730..992b66f2 100644 --- a/API_NetFramework/VSdoc/topic_000000000000006F.html +++ b/API_NetFramework/VSdoc/topic_000000000000006F.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000070.html b/API_NetFramework/VSdoc/topic_0000000000000070.html index 8b646d5f..79fe3211 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000070.html +++ b/API_NetFramework/VSdoc/topic_0000000000000070.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000071.html b/API_NetFramework/VSdoc/topic_0000000000000071.html index 2d697d42..77d43d62 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000071.html +++ b/API_NetFramework/VSdoc/topic_0000000000000071.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000072.html b/API_NetFramework/VSdoc/topic_0000000000000072.html index ca80d54b..b36930b6 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000072.html +++ b/API_NetFramework/VSdoc/topic_0000000000000072.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000073.html b/API_NetFramework/VSdoc/topic_0000000000000073.html index a8a2833e..4f518ede 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000073.html +++ b/API_NetFramework/VSdoc/topic_0000000000000073.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000074.html b/API_NetFramework/VSdoc/topic_0000000000000074.html index 84408738..6aa25821 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000074.html +++ b/API_NetFramework/VSdoc/topic_0000000000000074.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000075.html b/API_NetFramework/VSdoc/topic_0000000000000075.html index e1b54725..be070b44 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000075.html +++ b/API_NetFramework/VSdoc/topic_0000000000000075.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000076.html b/API_NetFramework/VSdoc/topic_0000000000000076.html index d0ac7ea7..102567d4 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000076.html +++ b/API_NetFramework/VSdoc/topic_0000000000000076.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000077.html b/API_NetFramework/VSdoc/topic_0000000000000077.html index 58580ed5..ae6d614a 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000077.html +++ b/API_NetFramework/VSdoc/topic_0000000000000077.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000078.html b/API_NetFramework/VSdoc/topic_0000000000000078.html index 8fc2555a..3c08b025 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000078.html +++ b/API_NetFramework/VSdoc/topic_0000000000000078.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000079.html b/API_NetFramework/VSdoc/topic_0000000000000079.html index 31232e50..b67c6a11 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000079.html +++ b/API_NetFramework/VSdoc/topic_0000000000000079.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000007A.html b/API_NetFramework/VSdoc/topic_000000000000007A.html index ad688c10..49dddbc4 100644 --- a/API_NetFramework/VSdoc/topic_000000000000007A.html +++ b/API_NetFramework/VSdoc/topic_000000000000007A.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000007B.html b/API_NetFramework/VSdoc/topic_000000000000007B.html index 9ddee748..e6c8aab1 100644 --- a/API_NetFramework/VSdoc/topic_000000000000007B.html +++ b/API_NetFramework/VSdoc/topic_000000000000007B.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000007C.html b/API_NetFramework/VSdoc/topic_000000000000007C.html index d835dd07..fd1e31ed 100644 --- a/API_NetFramework/VSdoc/topic_000000000000007C.html +++ b/API_NetFramework/VSdoc/topic_000000000000007C.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000007D.html b/API_NetFramework/VSdoc/topic_000000000000007D.html index a0d1e17b..f0ae07e2 100644 --- a/API_NetFramework/VSdoc/topic_000000000000007D.html +++ b/API_NetFramework/VSdoc/topic_000000000000007D.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000007E.html b/API_NetFramework/VSdoc/topic_000000000000007E.html index 1710813c..96c9cdeb 100644 --- a/API_NetFramework/VSdoc/topic_000000000000007E.html +++ b/API_NetFramework/VSdoc/topic_000000000000007E.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000007F.html b/API_NetFramework/VSdoc/topic_000000000000007F.html index ece4a59b..22c1b0bd 100644 --- a/API_NetFramework/VSdoc/topic_000000000000007F.html +++ b/API_NetFramework/VSdoc/topic_000000000000007F.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000080.html b/API_NetFramework/VSdoc/topic_0000000000000080.html index 4227ee06..af24cb8f 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000080.html +++ b/API_NetFramework/VSdoc/topic_0000000000000080.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000081.html b/API_NetFramework/VSdoc/topic_0000000000000081.html index 7931982e..0bbfd1fa 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000081.html +++ b/API_NetFramework/VSdoc/topic_0000000000000081.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000082.html b/API_NetFramework/VSdoc/topic_0000000000000082.html index a3806b95..faef371e 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000082.html +++ b/API_NetFramework/VSdoc/topic_0000000000000082.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000083.html b/API_NetFramework/VSdoc/topic_0000000000000083.html index ff68e401..27442762 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000083.html +++ b/API_NetFramework/VSdoc/topic_0000000000000083.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000084.html b/API_NetFramework/VSdoc/topic_0000000000000084.html index 5a93aef9..54a1ef31 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000084.html +++ b/API_NetFramework/VSdoc/topic_0000000000000084.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000085.html b/API_NetFramework/VSdoc/topic_0000000000000085.html index 884fbed0..7e2a88ed 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000085.html +++ b/API_NetFramework/VSdoc/topic_0000000000000085.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000086.html b/API_NetFramework/VSdoc/topic_0000000000000086.html index f892a5f6..5634ba94 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000086.html +++ b/API_NetFramework/VSdoc/topic_0000000000000086.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000087.html b/API_NetFramework/VSdoc/topic_0000000000000087.html index 91c057dd..ead16a2c 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000087.html +++ b/API_NetFramework/VSdoc/topic_0000000000000087.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000088.html b/API_NetFramework/VSdoc/topic_0000000000000088.html index f54fe620..e4b06e38 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000088.html +++ b/API_NetFramework/VSdoc/topic_0000000000000088.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000089.html b/API_NetFramework/VSdoc/topic_0000000000000089.html index 912edaa9..49070ad4 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000089.html +++ b/API_NetFramework/VSdoc/topic_0000000000000089.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000008A.html b/API_NetFramework/VSdoc/topic_000000000000008A.html index 4eee22de..9c14c680 100644 --- a/API_NetFramework/VSdoc/topic_000000000000008A.html +++ b/API_NetFramework/VSdoc/topic_000000000000008A.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000008B.html b/API_NetFramework/VSdoc/topic_000000000000008B.html index d633e2ff..5b20e82a 100644 --- a/API_NetFramework/VSdoc/topic_000000000000008B.html +++ b/API_NetFramework/VSdoc/topic_000000000000008B.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000008E.html b/API_NetFramework/VSdoc/topic_000000000000008E.html index baa2ae7c..475d0925 100644 --- a/API_NetFramework/VSdoc/topic_000000000000008E.html +++ b/API_NetFramework/VSdoc/topic_000000000000008E.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000008F.html b/API_NetFramework/VSdoc/topic_000000000000008F.html index 014b68d2..dd6964a9 100644 --- a/API_NetFramework/VSdoc/topic_000000000000008F.html +++ b/API_NetFramework/VSdoc/topic_000000000000008F.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000090.html b/API_NetFramework/VSdoc/topic_0000000000000090.html index 73767d89..e286c34a 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000090.html +++ b/API_NetFramework/VSdoc/topic_0000000000000090.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000091.html b/API_NetFramework/VSdoc/topic_0000000000000091.html index 45a07e45..4c1017f8 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000091.html +++ b/API_NetFramework/VSdoc/topic_0000000000000091.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000092.html b/API_NetFramework/VSdoc/topic_0000000000000092.html index 53d1364e..d0ac0a29 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000092.html +++ b/API_NetFramework/VSdoc/topic_0000000000000092.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000093.html b/API_NetFramework/VSdoc/topic_0000000000000093.html index 83598a99..f46a36b2 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000093.html +++ b/API_NetFramework/VSdoc/topic_0000000000000093.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000094.html b/API_NetFramework/VSdoc/topic_0000000000000094.html index 59886527..8b482034 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000094.html +++ b/API_NetFramework/VSdoc/topic_0000000000000094.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000095.html b/API_NetFramework/VSdoc/topic_0000000000000095.html index 3df0ecf3..aa517913 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000095.html +++ b/API_NetFramework/VSdoc/topic_0000000000000095.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000096.html b/API_NetFramework/VSdoc/topic_0000000000000096.html index d12ba459..64a81d91 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000096.html +++ b/API_NetFramework/VSdoc/topic_0000000000000096.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000097.html b/API_NetFramework/VSdoc/topic_0000000000000097.html index 6ea4e3c3..511715c5 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000097.html +++ b/API_NetFramework/VSdoc/topic_0000000000000097.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000098.html b/API_NetFramework/VSdoc/topic_0000000000000098.html index b35b0d9d..28039dce 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000098.html +++ b/API_NetFramework/VSdoc/topic_0000000000000098.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_0000000000000099.html b/API_NetFramework/VSdoc/topic_0000000000000099.html index 35940f64..7b5dcc84 100644 --- a/API_NetFramework/VSdoc/topic_0000000000000099.html +++ b/API_NetFramework/VSdoc/topic_0000000000000099.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000009A.html b/API_NetFramework/VSdoc/topic_000000000000009A.html index 71b802bb..6cec8d13 100644 --- a/API_NetFramework/VSdoc/topic_000000000000009A.html +++ b/API_NetFramework/VSdoc/topic_000000000000009A.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000009B.html b/API_NetFramework/VSdoc/topic_000000000000009B.html index 6baecfa9..209723d9 100644 --- a/API_NetFramework/VSdoc/topic_000000000000009B.html +++ b/API_NetFramework/VSdoc/topic_000000000000009B.html @@ -83,7 +83,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll) diff --git a/API_NetFramework/VSdoc/topic_000000000000009C.html b/API_NetFramework/VSdoc/topic_000000000000009C.html index 0c5c6981..9897c1e0 100644 --- a/API_NetFramework/VSdoc/topic_000000000000009C.html +++ b/API_NetFramework/VSdoc/topic_000000000000009C.html @@ -4,7 +4,7 @@ - API_NetFramework.Controllers Namespace + SecuringWebApiUsingApiKey.Middleware Namespace @@ -74,11 +74,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

API_NetFramework.Controllers Namespace

+

SecuringWebApiUsingApiKey.Middleware Namespace

-
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll)
@@ -151,126 +151,12 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); Public class - - - - - AntwortAdresseController - - - - - - - - - - Public class - - - - - - ArchivController - - - - - - - - - - Public class - - - - - - DocumentController - - - - - - - - - - Public class - - - - - - FileResult - - - - - - - - - - Public class - - - - - - FileService - - - - - - - - - - Public class - - - - - - HomeController - - - - - - - - - - Public class - Static - Image + ApiKeyMiddleware @@ -285,49 +171,12 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); Public class + Static - TestParam - - - - - - - - - - Public class - - - - - - UnterschriftController - - - - - - - - - - Public class - - - - - - unterschriftResult + StringCipher @@ -352,52 +201,6 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
-
- Interfaces -
 
-
- -
- - - - - - - - - - - - - -
- Name - - Description -
- Public interface - - - - - IFileService - - - - -
- - - Top - - -
-
diff --git a/API_NetFramework/VSdoc/topic_000000000000009D.html b/API_NetFramework/VSdoc/topic_000000000000009D.html index ca24c991..89ad7369 100644 --- a/API_NetFramework/VSdoc/topic_000000000000009D.html +++ b/API_NetFramework/VSdoc/topic_000000000000009D.html @@ -4,7 +4,7 @@ - AntwortAdresseController Class + StringCipher Class @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

AntwortAdresseController Class

+

StringCipher Class

Namespace: -API_NetFramework.Controllers +SecuringWebApiUsingApiKey.Middleware -
Assembly: EDOKAAPI_NetFramework (in EDOKAAPI_NetFramework.dll) +
Assembly: OnDoc_NetFramework (in OnDoc_NetFramework.dll)
@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
Public Class AntwortAdresseController 
Inherits ApiController
+
Public Class StringCipher
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public class AntwortAdresseController : ApiController
+
public static class StringCipher
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public ref class AntwortAdresseController : public ApiController^
+
public ref class StringCipher 
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public class AntwortAdresseController 
extends ApiController
+
public class StringCipher
This language is not supported or no code example is available.
@@ -321,11 +321,12 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); Public method + Static - GetAllMitarbeiterByMitarbeiterNr(string, string) + Decrypt(string, string) @@ -349,95 +350,12 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); Public method + Static - GetAllMitarbeiterByTGNummer(string, string) - - - - - - - - - - - - - - - - - - -Public method - - - - - - GetByID(string, string) - - - - - - - - - - - - - - - - - - -Public method - - - - - - GetGetAll(string) - - - - - - - - - - - - - - - - - - -Public method - - - - - - GetMitarbeiterByID(string, string) + Encrypt(string, string) @@ -474,9 +392,6 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); - - - @@ -563,7 +478,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- API_NetFramework.Controllers Namespace
+ SecuringWebApiUsingApiKey.Middleware Namespace
diff --git a/API_NetFramework/VSdoc/topic_000000000000009D_attached_props--.html b/API_NetFramework/VSdoc/topic_000000000000009D_attached_props--.html index 489c2dcb..52e87e4c 100644 --- a/API_NetFramework/VSdoc/topic_000000000000009D_attached_props--.html +++ b/API_NetFramework/VSdoc/topic_000000000000009D_attached_props--.html @@ -4,7 +4,7 @@ - AntwortAdresseController Attached Properties + StringCipher Attached Properties @@ -75,11 +75,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

AntwortAdresseController Attached Properties

+

StringCipher Attached Properties

The following tables list the members exposed by the - AntwortAdresseController + StringCipher type.

@@ -93,8 +93,8 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- AntwortAdresseController Class
- API_NetFramework.Controllers Namespace
+ StringCipher Class
+ SecuringWebApiUsingApiKey.Middleware Namespace
diff --git a/API_NetFramework/VSdoc/topic_000000000000009D_events--.html b/API_NetFramework/VSdoc/topic_000000000000009D_events--.html index 6124dc33..47395f4a 100644 --- a/API_NetFramework/VSdoc/topic_000000000000009D_events--.html +++ b/API_NetFramework/VSdoc/topic_000000000000009D_events--.html @@ -4,7 +4,7 @@ - AntwortAdresseController Events + StringCipher Events @@ -75,11 +75,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

AntwortAdresseController Events

+

StringCipher Events

The following tables list the members exposed by the - AntwortAdresseController + StringCipher type.

@@ -93,8 +93,8 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- AntwortAdresseController Class
- API_NetFramework.Controllers Namespace
+ StringCipher Class
+ SecuringWebApiUsingApiKey.Middleware Namespace
diff --git a/API_NetFramework/VSdoc/topic_000000000000009D_methods--.html b/API_NetFramework/VSdoc/topic_000000000000009D_methods--.html index c9164434..74a51905 100644 --- a/API_NetFramework/VSdoc/topic_000000000000009D_methods--.html +++ b/API_NetFramework/VSdoc/topic_000000000000009D_methods--.html @@ -4,7 +4,7 @@ - AntwortAdresseController Methods + StringCipher Methods @@ -75,11 +75,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

AntwortAdresseController Methods

+

StringCipher Methods

The following tables list the members exposed by the - AntwortAdresseController + StringCipher type.

@@ -115,11 +115,12 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); Public method + Static - GetAllMitarbeiterByMitarbeiterNr(string, string) + Decrypt(string, string) @@ -143,95 +144,12 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); Public method + Static - GetAllMitarbeiterByTGNummer(string, string) - - - - - - - - - - - - - - - - - - -Public method - - - - - - GetByID(string, string) - - - - - - - - - - - - - - - - - - -Public method - - - - - - GetGetAll(string) - - - - - - - - - - - - - - - - - - -Public method - - - - - - GetMitarbeiterByID(string, string) + Encrypt(string, string) @@ -268,9 +186,6 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); - - -
See Also @@ -279,8 +194,8 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- AntwortAdresseController Class
- API_NetFramework.Controllers Namespace
+ StringCipher Class
+ SecuringWebApiUsingApiKey.Middleware Namespace
diff --git a/API_NetFramework/VSdoc/topic_000000000000009D_props--.html b/API_NetFramework/VSdoc/topic_000000000000009D_props--.html index a5a7daf4..cdd63f5d 100644 --- a/API_NetFramework/VSdoc/topic_000000000000009D_props--.html +++ b/API_NetFramework/VSdoc/topic_000000000000009D_props--.html @@ -4,7 +4,7 @@ - AntwortAdresseController Properties + StringCipher Properties @@ -75,11 +75,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

AntwortAdresseController Properties

+

StringCipher Properties

The following tables list the members exposed by the - AntwortAdresseController + StringCipher type.

@@ -93,8 +93,8 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- AntwortAdresseController Class
- API_NetFramework.Controllers Namespace
+ StringCipher Class
+ SecuringWebApiUsingApiKey.Middleware Namespace
diff --git a/API_NetFramework/VSdoc/topic_000000000000009D_vars--.html b/API_NetFramework/VSdoc/topic_000000000000009D_vars--.html index 86dd2e3e..972321f9 100644 --- a/API_NetFramework/VSdoc/topic_000000000000009D_vars--.html +++ b/API_NetFramework/VSdoc/topic_000000000000009D_vars--.html @@ -4,7 +4,7 @@ - AntwortAdresseController Fields + StringCipher Fields @@ -76,11 +76,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

AntwortAdresseController Fields

+

StringCipher Fields

The following tables list the members exposed by the - AntwortAdresseController + StringCipher type.

@@ -94,8 +94,8 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- AntwortAdresseController Class
- API_NetFramework.Controllers Namespace
+ StringCipher Class
+ SecuringWebApiUsingApiKey.Middleware Namespace
diff --git a/API_NetFramework/VSdoc/topic_000000000000009E.html b/API_NetFramework/VSdoc/topic_000000000000009E.html index f9ea27a2..c807aebf 100644 --- a/API_NetFramework/VSdoc/topic_000000000000009E.html +++ b/API_NetFramework/VSdoc/topic_000000000000009E.html @@ -4,7 +4,7 @@ - AntwortAdresseController.GetGetAll Method + StringCipher.Encrypt Method @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

AntwortAdresseController.GetGetAll Method

+

StringCipher.Encrypt Method

@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
<HttpGet()> _ 
<Route("API/Antwortadresse/GetAll")> _ 
Public Function GetGetAll( _ 
Optional ByVal OutFormat As String = "JSON" _ 
) As IHttpActionResult
+
Public Shared Function Encrypt( _ 
ByVal plainText As String, _ 
ByVal passPhrase As String
) As String
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
[HttpGet()] 
[Route("API/Antwortadresse/GetAll")] 
public IHttpActionResult GetGetAll( 
string OutFormat = "JSON" 
)
+
public static string Encrypt( 
string plainText
string passPhrase 
)
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
[HttpGet()] 
[Route("API/Antwortadresse/GetAll")] 
public:  
IHttpActionResult^ GetGetAll( 
String^ OutFormat 
)
+
public:  
static String^ Encrypt( 
String^ plainText
String^ passPhrase 
)
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public  
HttpGet() 
Route("API/Antwortadresse/GetAll") 
function GetGetAll( 
OutFormat : String 
) : IHttpActionResult;
+
public static function Encrypt( 
plainText : String
passPhrase : String 
) : String;
This language is not supported or no code example is available.
@@ -268,10 +268,23 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));

- Parameters

+ Parameters
- OutFormat + plainText + +
+
+ string +
+
+

+ +

+
+
+ + passPhrase
@@ -286,7 +299,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));

Return Value

- IHttpActionResult + string @@ -375,11 +388,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- AntwortAdresseController Class
+ StringCipher Class
-API_NetFramework.Controllers Namespace
+SecuringWebApiUsingApiKey.Middleware Namespace
diff --git a/API_NetFramework/VSdoc/topic_000000000000009F.html b/API_NetFramework/VSdoc/topic_000000000000009F.html index 68660607..b8cdd537 100644 --- a/API_NetFramework/VSdoc/topic_000000000000009F.html +++ b/API_NetFramework/VSdoc/topic_000000000000009F.html @@ -4,7 +4,7 @@ - AntwortAdresseController.GetByID Method + StringCipher.Decrypt Method @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

AntwortAdresseController.GetByID Method

+

StringCipher.Decrypt Method

@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
<HttpGet()> _ 
<Route("API/Antwortadresse/GetByID")> _ 
Public Function GetByID( _ 
ByVal ID As String, _ 
Optional ByVal OutFormat As String = "JSON" _ 
) As IHttpActionResult
+
Public Shared Function Decrypt( _ 
ByVal cipherText As String, _ 
ByVal passPhrase As String
) As String
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
[HttpGet()] 
[Route("API/Antwortadresse/GetByID")] 
public IHttpActionResult GetByID( 
string ID
string OutFormat = "JSON" 
)
+
public static string Decrypt( 
string cipherText
string passPhrase 
)
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
[HttpGet()] 
[Route("API/Antwortadresse/GetByID")] 
public:  
IHttpActionResult^ GetByID( 
String^ ID
String^ OutFormat 
)
+
public:  
static String^ Decrypt( 
String^ cipherText
String^ passPhrase 
)
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public  
HttpGet() 
Route("API/Antwortadresse/GetByID") 
function GetByID( 
ID : String
OutFormat : String 
) : IHttpActionResult;
+
public static function Decrypt( 
cipherText : String
passPhrase : String 
) : String;
This language is not supported or no code example is available.
@@ -268,10 +268,10 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));

- Parameters

+ Parameters
- ID + cipherText
@@ -281,10 +281,10 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));

-
+
- OutFormat + passPhrase
@@ -299,7 +299,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));

Return Value

- IHttpActionResult + string @@ -388,11 +388,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- AntwortAdresseController Class
+ StringCipher Class
-API_NetFramework.Controllers Namespace
+SecuringWebApiUsingApiKey.Middleware Namespace
diff --git a/API_NetFramework/VSdoc/topic_00000000000000A0.html b/API_NetFramework/VSdoc/topic_00000000000000A0.html index f13616cf..e4073749 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000A0.html +++ b/API_NetFramework/VSdoc/topic_00000000000000A0.html @@ -4,7 +4,7 @@ - AntwortAdresseController.GetAllMitarbeiterByTGNummer Method + ApiKeyMiddleware Class @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

AntwortAdresseController.GetAllMitarbeiterByTGNummer Method

+

ApiKeyMiddleware Class

@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
<HttpGet()> _ 
<Route("API/API/AntwortAdresse/GetAllMitarbeiterByTGNummer")> _ 
Public Function GetAllMitarbeiterByTGNummer( _ 
ByVal tgnummer As String, _ 
Optional ByVal OutFormat As String = "JSON" _ 
) As IHttpActionResult
+
Public Class ApiKeyMiddleware
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
[HttpGet()] 
[Route("API/API/AntwortAdresse/GetAllMitarbeiterByTGNummer")] 
public IHttpActionResult GetAllMitarbeiterByTGNummer( 
string tgnummer
string OutFormat = "JSON" 
)
+
public static class ApiKeyMiddleware
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
[HttpGet()] 
[Route("API/API/AntwortAdresse/GetAllMitarbeiterByTGNummer")] 
public:  
IHttpActionResult^ GetAllMitarbeiterByTGNummer( 
String^ tgnummer
String^ OutFormat 
)
+
public ref class ApiKeyMiddleware 
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public  
HttpGet() 
Route("API/API/AntwortAdresse/GetAllMitarbeiterByTGNummer") 
function GetAllMitarbeiterByTGNummer( 
tgnummer : String
OutFormat : String 
) : IHttpActionResult;
+
public class ApiKeyMiddleware
This language is not supported or no code example is available.
@@ -267,40 +267,6 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

- Parameters

-
- - tgnummer - -
-
- string -
-
-

- -

-
-
- - OutFormat - -
-
- string -
-
-

- -

- -

- -

- Return Value

- IHttpActionResult - @@ -327,6 +293,176 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); +
+
+ Methods +
 
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Name + + Description +
+Public method + + Static + + + + Authorized(HttpRequestMessage, string) + + + + + +
+Public method + + Static + + + + GetValue(string) + + + + + +
+ + + Top + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Fields +
 
+
+ +
+ + + + + + + + + + + + + +
+ Name + + Description +
+ Public field + + Static + + + + apikeys + + + + +
+ + + Top + + +
+
+ + + + + + + + @@ -380,6 +516,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
+
See Also @@ -388,14 +525,10 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); diff --git a/API_NetFramework/VSdoc/topic_00000000000000A0_attached_props--.html b/API_NetFramework/VSdoc/topic_00000000000000A0_attached_props--.html new file mode 100644 index 00000000..bf26762d --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000A0_attached_props--.html @@ -0,0 +1,123 @@ + + + + + + + ApiKeyMiddleware Attached Properties + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

ApiKeyMiddleware Attached Properties

+

+

+ The following tables list the members exposed by the + ApiKeyMiddleware + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000A0_events--.html b/API_NetFramework/VSdoc/topic_00000000000000A0_events--.html new file mode 100644 index 00000000..1158006b --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000A0_events--.html @@ -0,0 +1,123 @@ + + + + + + + ApiKeyMiddleware Events + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

ApiKeyMiddleware Events

+

+

+ The following tables list the members exposed by the + ApiKeyMiddleware + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000A0_methods--.html b/API_NetFramework/VSdoc/topic_00000000000000A0_methods--.html new file mode 100644 index 00000000..e6a57e7e --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000A0_methods--.html @@ -0,0 +1,224 @@ + + + + + + + ApiKeyMiddleware Methods + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

ApiKeyMiddleware Methods

+

+

+ The following tables list the members exposed by the + ApiKeyMiddleware + type. +

+ + + + + +
+
+ Methods +
 
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Name + + Description +
+Public method + + Static + + + + Authorized(HttpRequestMessage, string) + + + + + +
+Public method + + Static + + + + GetValue(string) + + + + + +
+ + + Top + + +
+
+ + + + + + + + + + + + + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000A0_props--.html b/API_NetFramework/VSdoc/topic_00000000000000A0_props--.html new file mode 100644 index 00000000..cf52c0df --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000A0_props--.html @@ -0,0 +1,123 @@ + + + + + + + ApiKeyMiddleware Properties + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

ApiKeyMiddleware Properties

+

+

+ The following tables list the members exposed by the + ApiKeyMiddleware + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000A0_vars--.html b/API_NetFramework/VSdoc/topic_00000000000000A0_vars--.html new file mode 100644 index 00000000..f2b1b980 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000A0_vars--.html @@ -0,0 +1,170 @@ + + + + + + + ApiKeyMiddleware Fields + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

ApiKeyMiddleware Fields

+

+

+ The following tables list the members exposed by the + ApiKeyMiddleware + type. +

+ +
+
+ Fields +
 
+
+ +
+ + + + + + + + + + + + + +
+ Name + + Description +
+ Public field + + Static + + + + apikeys + + + + +
+ + + Top + + +
+
+ + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + diff --git a/API_NetFramework/VSdoc/topic_00000000000000A1.html b/API_NetFramework/VSdoc/topic_00000000000000A1.html index c463fc70..1980f662 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000A1.html +++ b/API_NetFramework/VSdoc/topic_00000000000000A1.html @@ -4,7 +4,7 @@ - AntwortAdresseController.GetAllMitarbeiterByMitarbeiterNr Method + apikeys Field @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

AntwortAdresseController.GetAllMitarbeiterByMitarbeiterNr Method

+

apikeys Field

@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
<HttpGet()> _ 
<Route("API/API/AntwortAdresse/GetAllMitarbeiterByMitarbeiterNr")> _ 
Public Function GetAllMitarbeiterByMitarbeiterNr( _ 
ByVal Mitarbeiternr As String, _ 
Optional ByVal OutFormat As String = "JSON" _ 
) As IHttpActionResult
+
Public Shared apikeys As String()
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
[HttpGet()] 
[Route("API/API/AntwortAdresse/GetAllMitarbeiterByMitarbeiterNr")] 
public IHttpActionResult GetAllMitarbeiterByMitarbeiterNr( 
string Mitarbeiternr
string OutFormat = "JSON" 
)
+
public static string[] apikeys
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
[HttpGet()] 
[Route("API/API/AntwortAdresse/GetAllMitarbeiterByMitarbeiterNr")] 
public:  
IHttpActionResult^ GetAllMitarbeiterByMitarbeiterNr( 
String^ Mitarbeiternr
String^ OutFormat 
)
+
public:  
static array< String^ >^ apikeys;
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public  
HttpGet() 
Route("API/API/AntwortAdresse/GetAllMitarbeiterByMitarbeiterNr") 
function GetAllMitarbeiterByMitarbeiterNr( 
Mitarbeiternr : String
OutFormat : String 
) : IHttpActionResult;
+
public static apikeys : String[]
This language is not supported or no code example is available.
@@ -267,39 +267,10 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

- Parameters

-
- - Mitarbeiternr - -
-
- string -
-
-

- -

-
-
- - OutFormat - -
-
- string -
-
-

- -

- -

- Return Value

- IHttpActionResult + Field Value + string[] @@ -388,11 +359,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- AntwortAdresseController Class
+ ApiKeyMiddleware Class
-API_NetFramework.Controllers Namespace
+SecuringWebApiUsingApiKey.Middleware Namespace
@@ -418,4 +389,3 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- diff --git a/API_NetFramework/VSdoc/topic_00000000000000A2.html b/API_NetFramework/VSdoc/topic_00000000000000A2.html index 08fca729..851058e2 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000A2.html +++ b/API_NetFramework/VSdoc/topic_00000000000000A2.html @@ -4,7 +4,7 @@ - AntwortAdresseController.GetMitarbeiterByID Method + ApiKeyMiddleware.GetValue Method @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

AntwortAdresseController.GetMitarbeiterByID Method

+

ApiKeyMiddleware.GetValue Method

@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
<HttpGet()> _ 
<Route("API/API/AntwortAdresse/GetMitarbeiterByID")> _ 
Public Function GetMitarbeiterByID( _ 
ByVal ID As String, _ 
Optional ByVal OutFormat As String = "JSON" _ 
) As IHttpActionResult
+
Public Shared Function GetValue( _ 
ByVal key As String
) As String
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
[HttpGet()] 
[Route("API/API/AntwortAdresse/GetMitarbeiterByID")] 
public IHttpActionResult GetMitarbeiterByID( 
string ID
string OutFormat = "JSON" 
)
+
public static string GetValue( 
string key 
)
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
[HttpGet()] 
[Route("API/API/AntwortAdresse/GetMitarbeiterByID")] 
public:  
IHttpActionResult^ GetMitarbeiterByID( 
String^ ID
String^ OutFormat 
)
+
public:  
static String^ GetValue( 
String^ key 
)
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public  
HttpGet() 
Route("API/API/AntwortAdresse/GetMitarbeiterByID") 
function GetMitarbeiterByID( 
ID : String
OutFormat : String 
) : IHttpActionResult;
+
public static function GetValue( 
key : String 
) : String;
This language is not supported or no code example is available.
@@ -268,23 +268,10 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));

- Parameters

+ Parameters
- ID - -
-
- string -
-
-

- -

-
-
- - OutFormat + key
@@ -299,7 +286,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));

Return Value

- IHttpActionResult + string @@ -388,11 +375,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- AntwortAdresseController Class
+ ApiKeyMiddleware Class
-API_NetFramework.Controllers Namespace
+SecuringWebApiUsingApiKey.Middleware Namespace
diff --git a/API_NetFramework/VSdoc/topic_00000000000000A3.html b/API_NetFramework/VSdoc/topic_00000000000000A3.html index 89c45622..307265af 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000A3.html +++ b/API_NetFramework/VSdoc/topic_00000000000000A3.html @@ -4,7 +4,7 @@ - ArchivController Class + ApiKeyMiddleware.Authorized Method @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

ArchivController Class

+

ApiKeyMiddleware.Authorized Method

@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
Public Class ArchivController 
Inherits ApiController
+
Public Shared Function Authorized( _ 
ByVal request As HttpRequestMessage, _ 
ByVal function As String
) As Boolean
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public class ArchivController : ApiController
+
public static bool Authorized( 
HttpRequestMessage request
string function 
)
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public ref class ArchivController : public ApiController^
+
public:  
static bool Authorized( 
HttpRequestMessage^ request
String^ function 
)
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public class ArchivController 
extends ApiController
+
public static function Authorized( 
request : HttpRequestMessage
function : String 
) : boolean;
This language is not supported or no code example is available.
@@ -267,6 +267,40 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
+

+ Parameters

+
+ + request + +
+
+ HttpRequestMessage +
+
+

+ +

+
+
+ + function + +
+
+ string +
+
+

+ +

+ +

+ +

+ Return Value

+ bool + @@ -293,185 +327,6 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
-
- Methods -
 
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Name - - Description -
-Public method - - - - - ArchivDocBase64(string) - - - - - -
-Public method - - - - - ArchivDocFromIRIS(string) - - - - - -
-Public method - - - - - ArchivDoc_From_Database(string) - - - -Archiviert das Dokument aus OnDoc in OnBase - -
-Public method - - - - - CheckDocID(string) - - - - - -
- - - Top - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -525,7 +380,6 @@ Archiviert das Dokument aus OnDoc in OnBase
-
See Also @@ -534,10 +388,14 @@ Archiviert das Dokument aus OnDoc in OnBase diff --git a/API_NetFramework/VSdoc/topic_00000000000000A4.html b/API_NetFramework/VSdoc/topic_00000000000000A4.html index a877666f..77b63257 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000A4.html +++ b/API_NetFramework/VSdoc/topic_00000000000000A4.html @@ -4,7 +4,7 @@ - ArchivController.ArchivDoc_From_Database Method + API_NetFramework.Controllers Namespace @@ -74,26 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

ArchivController.ArchivDoc_From_Database Method

+

API_NetFramework.Controllers Namespace

- Archiviert das Dokument aus OnDoc in OnBase - - - - @@ -103,196 +93,19 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
-
-
-
-
-
-
- VB -
-
- C# -
-
- F# -
-
- C++ -
-
- JScript -
-
-
-
-
-
- -
-
- Copy -
- -
-
<HttpGet()> _ 
<Route("API/ArchiveDocFromDatabase")> _ 
Public Function ArchivDoc_From_Database( _ 
ByVal dokid As String
) As IHttpActionResult
-
-
-
This language is not supported or no code example is available.
-
-
-
-
-
-
-
-
- VB -
-
- C# -
-
- F# -
-
- C++ -
-
- JScript -
-
-
-
-
-
- -
-
- Copy -
- -
-
[HttpGet()] 
[Route("API/ArchiveDocFromDatabase")] 
public IHttpActionResult ArchivDoc_From_Database( 
string dokid 
)
-
-
-
This language is not supported or no code example is available.
-
-
-
-
-
-
-
-
- VB -
-
- C# -
-
- F# -
-
- C++ -
-
- JScript -
-
-
-
-
-
- -
-
- Copy -
- -
-
[HttpGet()] 
[Route("API/ArchiveDocFromDatabase")] 
public:  
IHttpActionResult^ ArchivDoc_From_Database( 
String^ dokid 
)
-
-
-
This language is not supported or no code example is available.
-
-
-
-
-
-
-
-
- VB -
-
- C# -
-
- F# -
-
- C++ -
-
- JScript -
-
-
-
-
-
- -
-
- Copy -
- -
-
public  
HttpGet() 
Route("API/ArchiveDocFromDatabase") 
function ArchivDoc_From_Database( 
dokid : String 
) : IHttpActionResult;
-
-
-
This language is not supported or no code example is available.
-
-
-
-

- Parameters

-
- - dokid - -
-
- string -
-
-

- -

-

-

- Return Value

- IHttpActionResult -

- Returncode: 200 (OK) -Dokumenthandle aus OnBase -

- @@ -307,91 +120,416 @@ Dokumenthandle aus OnBase + + + + +
+
+ Classes +
 
-
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Name + + Description +
+ Public class + + + AntwortAdresseController + +
+ Public class + + + ArchivController + +
+ Public class + + + DocumentController + +
+ Public class + + + FileResult + +
+ Public class + + + FileService + - +
+ Public class + + + + + HomeController + + + + +
+ Public class + + + + + ILResponse + + +
+ Public class + Static + + + Image + +
+ Public class + + + + + TestParam + + + + +
+ Public class + + + + + UnterschriftController + + + + +
+ Public class + + + + + unterschriftResult + + + + +
+ + + Top + + +
+
+
-
-

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
+
+ + + + + + + + + + + + +
+ Name + + Description +
+ Public interface + + + IFileService + +
+ + Top + + +
+
+
+
+ Enumerations +
 
+
+ +
+ + + + + + + + + + + + + +
+ Name + + Description +
+ Public enumeration + + + + + uploadtype + + + + +
+ + + Top + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-
-
- ArchivController Class
+
+

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
-API_NetFramework.Controllers Namespace
- -
+ + + + + +
+ + +
@@ -410,4 +548,3 @@ Dokumenthandle aus OnBase
- diff --git a/API_NetFramework/VSdoc/topic_00000000000000A5.html b/API_NetFramework/VSdoc/topic_00000000000000A5.html index 7857d0fd..990e422a 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000A5.html +++ b/API_NetFramework/VSdoc/topic_00000000000000A5.html @@ -4,7 +4,7 @@ - ArchivController.ArchivDocBase64 Method + AntwortAdresseController Class @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

ArchivController.ArchivDocBase64 Method

+

AntwortAdresseController Class

@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
<HttpGet()> _ 
<Route("API/ArchiveDocBase64")> _ 
Public Function ArchivDocBase64( _ 
ByVal dokid As String
) As IHttpActionResult
+
Public Class AntwortAdresseController 
Inherits ApiController
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
[HttpGet()] 
[Route("API/ArchiveDocBase64")] 
public IHttpActionResult ArchivDocBase64( 
string dokid 
)
+
public class AntwortAdresseController : ApiController
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
[HttpGet()] 
[Route("API/ArchiveDocBase64")] 
public:  
IHttpActionResult^ ArchivDocBase64( 
String^ dokid 
)
+
public ref class AntwortAdresseController : public ApiController^
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public  
HttpGet() 
Route("API/ArchiveDocBase64") 
function ArchivDocBase64( 
dokid : String 
) : IHttpActionResult;
+
public class AntwortAdresseController 
extends ApiController
This language is not supported or no code example is available.
@@ -267,27 +267,6 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

- Parameters

-
- - dokid - -
-
- string -
-
-

- -

- -

- -

- Return Value

- IHttpActionResult - @@ -314,6 +293,243 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); +
+
+ Methods +
 
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Name + + Description +
+Public method + + + + + GetAllMitarbeiterByMitarbeiterNr(string, string) + + + + + +
+Public method + + + + + GetAllMitarbeiterByTGNummer(string, string) + + + +GetAllMitarbeiterByTGNummer liefert die persönlichen Adressen eines Mitarbeiters + +
+Public method + + + + + GetByID(string, string) + + + + + +
+Public method + + + + + GetGASAdressen_Einzeilig(string, string) + + + + + +
+Public method + + + + + GetGetAll(string) + + + +GetGetAll liefert alle GAS-Adressen + +
+Public method + + + + + GetMitarbeiterByID(string, string) + + + + + +
+ + + Top + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -367,6 +583,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
+
See Also @@ -375,14 +592,10 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); diff --git a/API_NetFramework/VSdoc/topic_00000000000000A5_attached_props--.html b/API_NetFramework/VSdoc/topic_00000000000000A5_attached_props--.html new file mode 100644 index 00000000..ca3ac2ad --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000A5_attached_props--.html @@ -0,0 +1,123 @@ + + + + + + + AntwortAdresseController Attached Properties + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

AntwortAdresseController Attached Properties

+

+

+ The following tables list the members exposed by the + AntwortAdresseController + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000A5_events--.html b/API_NetFramework/VSdoc/topic_00000000000000A5_events--.html new file mode 100644 index 00000000..cd09698d --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000A5_events--.html @@ -0,0 +1,123 @@ + + + + + + + AntwortAdresseController Events + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

AntwortAdresseController Events

+

+

+ The following tables list the members exposed by the + AntwortAdresseController + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000A5_methods--.html b/API_NetFramework/VSdoc/topic_00000000000000A5_methods--.html new file mode 100644 index 00000000..230b81fd --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000A5_methods--.html @@ -0,0 +1,338 @@ + + + + + + + AntwortAdresseController Methods + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

AntwortAdresseController Methods

+

+

+ The following tables list the members exposed by the + AntwortAdresseController + type. +

+ + + + + +
+
+ Methods +
 
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Name + + Description +
+Public method + + + + + GetAllMitarbeiterByMitarbeiterNr(string, string) + + + + + +
+Public method + + + + + GetAllMitarbeiterByTGNummer(string, string) + + + +GetAllMitarbeiterByTGNummer liefert die persönlichen Adressen eines Mitarbeiters + +
+Public method + + + + + GetByID(string, string) + + + + + +
+Public method + + + + + GetGASAdressen_Einzeilig(string, string) + + + + + +
+Public method + + + + + GetGetAll(string) + + + +GetGetAll liefert alle GAS-Adressen + +
+Public method + + + + + GetMitarbeiterByID(string, string) + + + + + +
+ + + Top + + +
+
+ + + + + + + + + + + + + + + + + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000A5_props--.html b/API_NetFramework/VSdoc/topic_00000000000000A5_props--.html new file mode 100644 index 00000000..e074edc7 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000A5_props--.html @@ -0,0 +1,123 @@ + + + + + + + AntwortAdresseController Properties + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

AntwortAdresseController Properties

+

+

+ The following tables list the members exposed by the + AntwortAdresseController + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000A5_vars--.html b/API_NetFramework/VSdoc/topic_00000000000000A5_vars--.html new file mode 100644 index 00000000..c20823b9 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000A5_vars--.html @@ -0,0 +1,123 @@ + + + + + + + AntwortAdresseController Fields + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

AntwortAdresseController Fields

+

+

+ The following tables list the members exposed by the + AntwortAdresseController + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + diff --git a/API_NetFramework/VSdoc/topic_00000000000000A6.html b/API_NetFramework/VSdoc/topic_00000000000000A6.html index 578a1a04..c9c14410 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000A6.html +++ b/API_NetFramework/VSdoc/topic_00000000000000A6.html @@ -4,7 +4,7 @@ - ArchivController.CheckDocID Method + AntwortAdresseController.GetGetAll Method @@ -74,21 +74,22 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

ArchivController.CheckDocID Method

+

AntwortAdresseController.GetGetAll Method

+ GetGetAll liefert alle GAS-Adressen @@ -138,7 +139,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
<HttpGet()> _ 
<Route("API/CheckDocID")> _ 
Public Function CheckDocID( _ 
ByVal DokumentID As String
) As IHttpActionResult
+
<HttpGet()> _ 
<Route("API/Antwortadresse/GetAll")> _ 
Public Function GetGetAll( _ 
Optional ByVal OutFormat As String = "JSON" _ 
) As IHttpActionResult
This language is not supported or no code example is available.
@@ -177,7 +178,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
[HttpGet()] 
[Route("API/CheckDocID")] 
public IHttpActionResult CheckDocID( 
string DokumentID 
)
+
[HttpGet()] 
[Route("API/Antwortadresse/GetAll")] 
public IHttpActionResult GetGetAll( 
string OutFormat = "JSON" 
)
This language is not supported or no code example is available.
@@ -217,7 +218,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
[HttpGet()] 
[Route("API/CheckDocID")] 
public:  
IHttpActionResult^ CheckDocID( 
String^ DokumentID 
)
+
[HttpGet()] 
[Route("API/Antwortadresse/GetAll")] 
public:  
IHttpActionResult^ GetGetAll( 
String^ OutFormat 
)
This language is not supported or no code example is available.
@@ -256,7 +257,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public  
HttpGet() 
Route("API/CheckDocID") 
function CheckDocID( 
DokumentID : String 
) : IHttpActionResult;
+
public  
HttpGet() 
Route("API/Antwortadresse/GetAll") 
function GetGetAll( 
OutFormat : String 
) : IHttpActionResult;
This language is not supported or no code example is available.
@@ -268,10 +269,10 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));

- Parameters

+ Parameters
- DokumentID + OutFormat
@@ -279,7 +280,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));

- + Optional. The default value is "JSON".Optionaler Parameter: "XML"

@@ -375,11 +376,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));

- ArchivController Class
+ AntwortAdresseController Class
-API_NetFramework.Controllers Namespace
+API_NetFramework.Controllers Namespace
diff --git a/API_NetFramework/VSdoc/topic_00000000000000A7.html b/API_NetFramework/VSdoc/topic_00000000000000A7.html index 78afd476..79c8daf8 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000A7.html +++ b/API_NetFramework/VSdoc/topic_00000000000000A7.html @@ -4,7 +4,7 @@ - ArchivController.ArchivDocFromIRIS Method + AntwortAdresseController.GetByID Method @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

ArchivController.ArchivDocFromIRIS Method

+

AntwortAdresseController.GetByID Method

@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
<HttpPost()> _ 
<Route("API/ArchivDocFromIRIS")> _ 
Public Function ArchivDocFromIRIS( _ 
ByVal dokumentid As String
) As IHttpActionResult
+
<HttpGet()> _ 
<Route("API/Antwortadresse/GetByID")> _ 
Public Function GetByID( _ 
ByVal ID As String, _ 
Optional ByVal OutFormat As String = "JSON" _ 
) As IHttpActionResult
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
[HttpPost()] 
[Route("API/ArchivDocFromIRIS")] 
public IHttpActionResult ArchivDocFromIRIS( 
string dokumentid 
)
+
[HttpGet()] 
[Route("API/Antwortadresse/GetByID")] 
public IHttpActionResult GetByID( 
string ID
string OutFormat = "JSON" 
)
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
[HttpPost()] 
[Route("API/ArchivDocFromIRIS")] 
public:  
IHttpActionResult^ ArchivDocFromIRIS( 
String^ dokumentid 
)
+
[HttpGet()] 
[Route("API/Antwortadresse/GetByID")] 
public:  
IHttpActionResult^ GetByID( 
String^ ID
String^ OutFormat 
)
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public  
HttpPost() 
Route("API/ArchivDocFromIRIS") 
function ArchivDocFromIRIS( 
dokumentid : String 
) : IHttpActionResult;
+
public  
HttpGet() 
Route("API/Antwortadresse/GetByID") 
function GetByID( 
ID : String
OutFormat : String 
) : IHttpActionResult;
This language is not supported or no code example is available.
@@ -268,10 +268,23 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));

- Parameters

+ Parameters
- dokumentid + ID + +
+
+ string +
+
+

+ +

+
+
+ + OutFormat
@@ -375,11 +388,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- ArchivController Class
+ AntwortAdresseController Class
-API_NetFramework.Controllers Namespace
+API_NetFramework.Controllers Namespace
diff --git a/API_NetFramework/VSdoc/topic_00000000000000A8.html b/API_NetFramework/VSdoc/topic_00000000000000A8.html index a16c2cb1..ee909031 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000A8.html +++ b/API_NetFramework/VSdoc/topic_00000000000000A8.html @@ -4,7 +4,7 @@ - TestParam Class + AntwortAdresseController.GetAllMitarbeiterByTGNummer Method @@ -74,21 +74,22 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

TestParam Class

+

AntwortAdresseController.GetAllMitarbeiterByTGNummer Method

+ GetAllMitarbeiterByTGNummer liefert die persönlichen Adressen eines Mitarbeiters @@ -138,7 +139,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
Public Class TestParam
+
<HttpGet()> _ 
<Route("API/API/AntwortAdresse/GetAllMitarbeiterByTGNummer")> _ 
Public Function GetAllMitarbeiterByTGNummer( _ 
ByVal tgnummer As String, _ 
Optional ByVal OutFormat As String = "JSON" _ 
) As IHttpActionResult
This language is not supported or no code example is available.
@@ -177,7 +178,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public class TestParam
+
[HttpGet()] 
[Route("API/API/AntwortAdresse/GetAllMitarbeiterByTGNummer")] 
public IHttpActionResult GetAllMitarbeiterByTGNummer( 
string tgnummer
string OutFormat = "JSON" 
)
This language is not supported or no code example is available.
@@ -217,7 +218,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public ref class TestParam 
+
[HttpGet()] 
[Route("API/API/AntwortAdresse/GetAllMitarbeiterByTGNummer")] 
public:  
IHttpActionResult^ GetAllMitarbeiterByTGNummer( 
String^ tgnummer
String^ OutFormat 
)
This language is not supported or no code example is available.
@@ -256,7 +257,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public class TestParam
+
public  
HttpGet() 
Route("API/API/AntwortAdresse/GetAllMitarbeiterByTGNummer") 
function GetAllMitarbeiterByTGNummer( 
tgnummer : String
OutFormat : String 
) : IHttpActionResult;
This language is not supported or no code example is available.
@@ -267,100 +268,55 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- - - - - - - - - - - - - - -
-
- - - - -
-
- Properties -
 
-
- -
- - - - - - - - +

+ Parameters

+
+ + tgnummer + +
+
+ string +
+
+

+ Required. +

+
+
+ + OutFormat + +
+
+ string +
+
+

+ Optional. The default value is "JSON".Optionalier Parameter: "XML" +

+ +

+ +

+ Return Value

+ IHttpActionResult - - - - - - - - - - - - - - - - - -
- Name - - Description -
-Public property - - - param1 - -
-Public property - - - param2 - - - -
- - - Top - - -
+
@@ -368,26 +324,6 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); - - - - - - - - - - - - - - - - - - - - @@ -445,7 +381,6 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
See Also @@ -454,10 +389,14 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); diff --git a/API_NetFramework/VSdoc/topic_00000000000000A9.html b/API_NetFramework/VSdoc/topic_00000000000000A9.html index 3fe8f59e..8c9fb9bb 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000A9.html +++ b/API_NetFramework/VSdoc/topic_00000000000000A9.html @@ -4,7 +4,7 @@ - TestParam.param1 Property + AntwortAdresseController.GetAllMitarbeiterByMitarbeiterNr Method @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

TestParam.param1 Property

+

AntwortAdresseController.GetAllMitarbeiterByMitarbeiterNr Method

@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
Public Property param1() As String
+
<HttpGet()> _ 
<Route("API/API/AntwortAdresse/GetAllMitarbeiterByMitarbeiterNr")> _ 
Public Function GetAllMitarbeiterByMitarbeiterNr( _ 
ByVal Mitarbeiternr As String, _ 
Optional ByVal OutFormat As String = "JSON" _ 
) As IHttpActionResult
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public string param1 {get; set;}
+
[HttpGet()] 
[Route("API/API/AntwortAdresse/GetAllMitarbeiterByMitarbeiterNr")] 
public IHttpActionResult GetAllMitarbeiterByMitarbeiterNr( 
string Mitarbeiternr
string OutFormat = "JSON" 
)
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public:  
property String^ param1 { 
String^ get( ); 
void set( 
String^ value 
); 
}
+
[HttpGet()] 
[Route("API/API/AntwortAdresse/GetAllMitarbeiterByMitarbeiterNr")] 
public:  
IHttpActionResult^ GetAllMitarbeiterByMitarbeiterNr( 
String^ Mitarbeiternr
String^ OutFormat 
)
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public function get param1() : String
public function set param1(value : String);
+
public  
HttpGet() 
Route("API/API/AntwortAdresse/GetAllMitarbeiterByMitarbeiterNr") 
function GetAllMitarbeiterByMitarbeiterNr( 
Mitarbeiternr : String
OutFormat : String 
) : IHttpActionResult;
This language is not supported or no code example is available.
@@ -267,10 +267,39 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
+

+ Parameters

+
+ + Mitarbeiternr + +
+
+ string +
+
+

+ +

+
+
+ + OutFormat + +
+
+ string +
+
+

+ +

+ +

- Property Value

- string + Return Value + IHttpActionResult @@ -359,11 +388,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- TestParam Class
+ AntwortAdresseController Class
-API_NetFramework.Controllers Namespace
+API_NetFramework.Controllers Namespace
diff --git a/API_NetFramework/VSdoc/topic_00000000000000AA.html b/API_NetFramework/VSdoc/topic_00000000000000AA.html index e5eac924..a4127eb4 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000AA.html +++ b/API_NetFramework/VSdoc/topic_00000000000000AA.html @@ -4,7 +4,7 @@ - TestParam.param2 Property + AntwortAdresseController.GetMitarbeiterByID Method @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

TestParam.param2 Property

+

AntwortAdresseController.GetMitarbeiterByID Method

@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
Public Property param2() As String
+
<HttpGet()> _ 
<Route("API/API/AntwortAdresse/GetMitarbeiterByID")> _ 
Public Function GetMitarbeiterByID( _ 
ByVal ID As String, _ 
Optional ByVal OutFormat As String = "JSON" _ 
) As IHttpActionResult
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public string param2 {get; set;}
+
[HttpGet()] 
[Route("API/API/AntwortAdresse/GetMitarbeiterByID")] 
public IHttpActionResult GetMitarbeiterByID( 
string ID
string OutFormat = "JSON" 
)
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public:  
property String^ param2 { 
String^ get( ); 
void set( 
String^ value 
); 
}
+
[HttpGet()] 
[Route("API/API/AntwortAdresse/GetMitarbeiterByID")] 
public:  
IHttpActionResult^ GetMitarbeiterByID( 
String^ ID
String^ OutFormat 
)
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public function get param2() : String
public function set param2(value : String);
+
public  
HttpGet() 
Route("API/API/AntwortAdresse/GetMitarbeiterByID") 
function GetMitarbeiterByID( 
ID : String
OutFormat : String 
) : IHttpActionResult;
This language is not supported or no code example is available.
@@ -267,10 +267,39 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
+

+ Parameters

+
+ + ID + +
+
+ string +
+
+

+ +

+
+
+ + OutFormat + +
+
+ string +
+
+

+ +

+ +

- Property Value

- string + Return Value + IHttpActionResult @@ -359,11 +388,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- TestParam Class
+ AntwortAdresseController Class
-API_NetFramework.Controllers Namespace
+API_NetFramework.Controllers Namespace
diff --git a/API_NetFramework/VSdoc/topic_00000000000000AB.html b/API_NetFramework/VSdoc/topic_00000000000000AB.html index f14b3ddd..e7edde6b 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000AB.html +++ b/API_NetFramework/VSdoc/topic_00000000000000AB.html @@ -4,7 +4,7 @@ - DocumentController Class + AntwortAdresseController.GetGASAdressen_Einzeilig Method @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

DocumentController Class

+

AntwortAdresseController.GetGASAdressen_Einzeilig Method

@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
Public Class DocumentController 
Inherits ApiController
+
<HttpGet()> _ 
<Route("API/API/AntwortAdresse/GetMitarbeiterUndStandard")> _ 
Public Function GetGASAdressen_Einzeilig( _ 
ByVal TGNummer As String, _ 
Optional ByVal OutFormat As String = "JSON" _ 
) As IHttpActionResult
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public class DocumentController : ApiController
+
[HttpGet()] 
[Route("API/API/AntwortAdresse/GetMitarbeiterUndStandard")] 
public IHttpActionResult GetGASAdressen_Einzeilig( 
string TGNummer
string OutFormat = "JSON" 
)
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public ref class DocumentController : public ApiController^
+
[HttpGet()] 
[Route("API/API/AntwortAdresse/GetMitarbeiterUndStandard")] 
public:  
IHttpActionResult^ GetGASAdressen_Einzeilig( 
String^ TGNummer
String^ OutFormat 
)
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public class DocumentController 
extends ApiController
+
public  
HttpGet() 
Route("API/API/AntwortAdresse/GetMitarbeiterUndStandard") 
function GetGASAdressen_Einzeilig( 
TGNummer : String
OutFormat : String 
) : IHttpActionResult;
This language is not supported or no code example is available.
@@ -267,249 +267,55 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- - - - - - - - - - - - - - -
-
- - - - -
-
- Properties -
 
-
- -
- - - - - - - - +

+ Parameters

+
+ + TGNummer + +
+
+ string +
+
+

+ +

+
+
+ + OutFormat + +
+
+ string +
+
+

+ +

+ +

+ +

+ Return Value

+ IHttpActionResult - - - - - - -
- Name - - Description -
-Public property - - - pageCollection - -
- - Top - -
-
- - - - -
-
- Methods -
 
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Name - - Description -
-Public method - - - - - GenDoc(string, string, string, string, string, string, string, string, string) - - - - - -
-Public method - - - - - GetDocument(string) - - - - - -
-Public method - - - - - GetDocumentJSONBody(TestParam) - - - - - -
-Public method - - - - - GetDocumentPDF(string) - - - - - -
-Public method - - - - - SendToOnBase(string) - - - - - -
- - - Top - - -
@@ -528,37 +334,6 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -605,7 +380,6 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
See Also @@ -614,10 +388,14 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); diff --git a/API_NetFramework/VSdoc/topic_00000000000000AC.html b/API_NetFramework/VSdoc/topic_00000000000000AC.html index 3bf7be8c..299fd252 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000AC.html +++ b/API_NetFramework/VSdoc/topic_00000000000000AC.html @@ -4,7 +4,7 @@ - DocumentController.GetDocument Method + ILResponse Class @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

DocumentController.GetDocument Method

+

ILResponse Class

@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
<HttpGet()> _ 
<Route("API/GetDocument")> _ 
Public Function GetDocument( _ 
ByVal dokid As String
) As IHttpActionResult
+
Public Class ILResponse
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
[HttpGet()] 
[Route("API/GetDocument")] 
public IHttpActionResult GetDocument( 
string dokid 
)
+
public class ILResponse
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
[HttpGet()] 
[Route("API/GetDocument")] 
public:  
IHttpActionResult^ GetDocument( 
String^ dokid 
)
+
public ref class ILResponse 
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public  
HttpGet() 
Route("API/GetDocument") 
function GetDocument( 
dokid : String 
) : IHttpActionResult;
+
public class ILResponse
This language is not supported or no code example is available.
@@ -267,27 +267,6 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

- Parameters

-
- - dokid - -
-
- string -
-
-

- -

- -

- -

- Return Value

- IHttpActionResult - @@ -308,6 +287,151 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); +
+
+ Properties +
 
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Name + + Description +
+Public property + + + + + response + + + + + +
+Public property + + + + + senderror + + + + + +
+ + + Top + + +
+
+ + + + + + + + + + + + + + + + + + + + + + +
+
+ Fields +
 
+
+ +
+ + + + + + + + + + + + + +
+ Name + + Description +
+ Public field + + + + + StatusCode + + + + +
+ + + Top + + +
+
+ + @@ -367,6 +491,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
+
See Also @@ -375,14 +500,10 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); diff --git a/API_NetFramework/VSdoc/topic_00000000000000AC_attached_props--.html b/API_NetFramework/VSdoc/topic_00000000000000AC_attached_props--.html new file mode 100644 index 00000000..7a5e2be0 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000AC_attached_props--.html @@ -0,0 +1,123 @@ + + + + + + + ILResponse Attached Properties + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

ILResponse Attached Properties

+

+

+ The following tables list the members exposed by the + ILResponse + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000AC_events--.html b/API_NetFramework/VSdoc/topic_00000000000000AC_events--.html new file mode 100644 index 00000000..9e660555 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000AC_events--.html @@ -0,0 +1,123 @@ + + + + + + + ILResponse Events + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

ILResponse Events

+

+

+ The following tables list the members exposed by the + ILResponse + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000AC_methods--.html b/API_NetFramework/VSdoc/topic_00000000000000AC_methods--.html new file mode 100644 index 00000000..8fd81b46 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000AC_methods--.html @@ -0,0 +1,125 @@ + + + + + + + ILResponse Methods + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

ILResponse Methods

+

+

+ The following tables list the members exposed by the + ILResponse + type. +

+ + + + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000AC_props--.html b/API_NetFramework/VSdoc/topic_00000000000000AC_props--.html new file mode 100644 index 00000000..6de019ef --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000AC_props--.html @@ -0,0 +1,198 @@ + + + + + + + ILResponse Properties + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

ILResponse Properties

+

+

+ The following tables list the members exposed by the + ILResponse + type. +

+ +
+
+ Properties +
 
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Name + + Description +
+Public property + + + + + response + + + + + +
+Public property + + + + + senderror + + + + + +
+ + + Top + + +
+
+ + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000AC_vars--.html b/API_NetFramework/VSdoc/topic_00000000000000AC_vars--.html new file mode 100644 index 00000000..5df07556 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000AC_vars--.html @@ -0,0 +1,169 @@ + + + + + + + ILResponse Fields + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

ILResponse Fields

+

+

+ The following tables list the members exposed by the + ILResponse + type. +

+ +
+
+ Fields +
 
+
+ +
+ + + + + + + + + + + + + +
+ Name + + Description +
+ Public field + + + + + StatusCode + + + + +
+ + + Top + + +
+
+ + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + diff --git a/API_NetFramework/VSdoc/topic_00000000000000AD.html b/API_NetFramework/VSdoc/topic_00000000000000AD.html index 5a9b9b4c..7d208920 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000AD.html +++ b/API_NetFramework/VSdoc/topic_00000000000000AD.html @@ -4,7 +4,7 @@ - DocumentController.pageCollection Property + StatusCode Field @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

DocumentController.pageCollection Property

+

StatusCode Field

@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
Public Property pageCollection() As Object
+
Public StatusCode As Integer
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public object pageCollection {get; set;}
+
public int StatusCode
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public:  
property object^ pageCollection { 
object^ get( ); 
void set( 
object^ value 
); 
}
+
public:  
int StatusCode;
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public function get pageCollection() : object
public function set pageCollection(value : object);
+
public StatusCode : int
This language is not supported or no code example is available.
@@ -269,8 +269,8 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));

- Property Value

- object + Field Value + int @@ -359,11 +359,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- DocumentController Class
+ ILResponse Class
-API_NetFramework.Controllers Namespace
+API_NetFramework.Controllers Namespace
@@ -389,4 +389,3 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- diff --git a/API_NetFramework/VSdoc/topic_00000000000000AE.html b/API_NetFramework/VSdoc/topic_00000000000000AE.html index 03b5a879..77648da8 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000AE.html +++ b/API_NetFramework/VSdoc/topic_00000000000000AE.html @@ -4,7 +4,7 @@ - DocumentController.GetDocumentJSONBody Method + ILResponse.senderror Property @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

DocumentController.GetDocumentJSONBody Method

+

ILResponse.senderror Property

@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
<HttpPost()> _ 
<Route("API/GetDocumentJSONBody")> _ 
Public Function GetDocumentJSONBody( _ 
<FromBody()> _ 
ByVal tp As TestParam
) As IHttpActionResult
+
Public Property senderror() As Integer
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
[HttpPost()] 
[Route("API/GetDocumentJSONBody")] 
public IHttpActionResult GetDocumentJSONBody( 
[FromBody()] 
TestParam tp 
)
+
public int senderror {get; set;}
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
[HttpPost()] 
[Route("API/GetDocumentJSONBody")] 
public:  
IHttpActionResult^ GetDocumentJSONBody( 
[FromBody()] 
TestParam^ tp 
)
+
public:  
property int senderror { 
int get( ); 
void set( 
int value 
); 
}
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public  
HttpPost() 
Route("API/GetDocumentJSONBody") 
function GetDocumentJSONBody( 
FromBody() 
tp : TestParam 
) : IHttpActionResult;
+
public function get senderror() : int
public function set senderror(value : int);
This language is not supported or no code example is available.
@@ -267,26 +267,10 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

- Parameters

-
- - tp - -
-
- TestParam -
-
-

- -

- -

- Return Value

- IHttpActionResult + Property Value + int @@ -375,11 +359,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- DocumentController Class
+ ILResponse Class
-API_NetFramework.Controllers Namespace
+API_NetFramework.Controllers Namespace
diff --git a/API_NetFramework/VSdoc/topic_00000000000000AF.html b/API_NetFramework/VSdoc/topic_00000000000000AF.html index 2d9e05e4..5802475d 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000AF.html +++ b/API_NetFramework/VSdoc/topic_00000000000000AF.html @@ -4,7 +4,7 @@ - DocumentController.GetDocumentPDF Method + ILResponse.response Property @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

DocumentController.GetDocumentPDF Method

+

ILResponse.response Property

@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
<Route("API/GetDocumentPDF")> _ 
<HttpGet()> _ 
Public Function GetDocumentPDF( _ 
ByVal dokid As String
) As IHttpActionResult
+
Public Property response() As String
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
[Route("API/GetDocumentPDF")] 
[HttpGet()] 
public IHttpActionResult GetDocumentPDF( 
string dokid 
)
+
public string response {get; set;}
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
[Route("API/GetDocumentPDF")] 
[HttpGet()] 
public:  
IHttpActionResult^ GetDocumentPDF( 
String^ dokid 
)
+
public:  
property String^ response { 
String^ get( ); 
void set( 
String^ value 
); 
}
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public  
Route("API/GetDocumentPDF") 
HttpGet() 
function GetDocumentPDF( 
dokid : String 
) : IHttpActionResult;
+
public function get response() : String
public function set response(value : String);
This language is not supported or no code example is available.
@@ -267,26 +267,10 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

- Parameters

-
- - dokid - -
-
- string -
-
-

- -

- -

- Return Value

- IHttpActionResult + Property Value + string @@ -375,11 +359,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- DocumentController Class
+ ILResponse Class
-API_NetFramework.Controllers Namespace
+API_NetFramework.Controllers Namespace
diff --git a/API_NetFramework/VSdoc/topic_00000000000000B0.html b/API_NetFramework/VSdoc/topic_00000000000000B0.html index 88ee4313..6fbd4c09 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000B0.html +++ b/API_NetFramework/VSdoc/topic_00000000000000B0.html @@ -4,7 +4,7 @@ - DocumentController.SendToOnBase Method + uploadtype Enumeration @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

DocumentController.SendToOnBase Method

+

uploadtype Enumeration

@@ -98,225 +98,81 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); - - - - -
-
-
-
-
-
-
- VB -
-
- C# -
-
- F# -
-
- C++ -
-
- JScript -
-
-
-
-
-
- -
-
- Copy -
- -
-
<HttpGet()> _ 
<Route("API/SendToOnBase")> _ 
Public Function SendToOnBase( _ 
ByVal dokid As String
) As IHttpActionResult
-
-
-
This language is not supported or no code example is available.
-
-
-
-
-
-
-
-
- VB -
-
- C# -
-
- F# -
-
- C++ -
-
- JScript -
-
-
-
-
-
- -
-
- Copy -
- -
-
[HttpGet()] 
[Route("API/SendToOnBase")] 
public IHttpActionResult SendToOnBase( 
string dokid 
)
-
-
-
This language is not supported or no code example is available.
-
-
-
-
-
-
-
-
- VB -
-
- C# -
-
- F# -
-
- C++ -
-
- JScript -
-
-
-
-
-
- -
-
- Copy -
- -
-
[HttpGet()] 
[Route("API/SendToOnBase")] 
public:  
IHttpActionResult^ SendToOnBase( 
String^ dokid 
)
-
-
-
This language is not supported or no code example is available.
-
-
-
-
-
-
-
-
- VB -
-
- C# -
-
- F# -
-
- C++ -
-
- JScript -
-
-
-
-
-
- -
-
- Copy -
- -
-
public  
HttpGet() 
Route("API/SendToOnBase") 
function SendToOnBase( 
dokid : String 
) : IHttpActionResult;
-
-
-
This language is not supported or no code example is available.
-
-
-
-

- Parameters

-
- - dokid - -
-
- string -
-
-

- -

- -

- -

- Return Value

- IHttpActionResult - - - - - - - - - - - - - +
+
+ Fields +
 
-
- - - - - - - - - - - +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Name + + Value + Description +
+ docupload + + 3 + + +
+ fast + + 1 + + +
+ slow + + 2 + + +
+
+
+ @@ -330,7 +186,6 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); - @@ -338,20 +193,8 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); - - - - - -
-
- Applies to -
 
-
-
-

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
@@ -362,10 +205,6 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); - - -
-
@@ -375,11 +214,8 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- DocumentController Class
- - - -API_NetFramework.Controllers Namespace
+ +API_NetFramework.Controllers Namespace
@@ -405,4 +241,3 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- diff --git a/API_NetFramework/VSdoc/topic_00000000000000B4.html b/API_NetFramework/VSdoc/topic_00000000000000B4.html index 6483c5c6..2fd43c01 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000B4.html +++ b/API_NetFramework/VSdoc/topic_00000000000000B4.html @@ -4,7 +4,7 @@ - IFileService Interface + ArchivController Class @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

IFileService Interface

+

ArchivController Class

@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
Public Interface IFileService
+
Public Class ArchivController 
Inherits ApiController
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public interface IFileService
+
public class ArchivController : ApiController
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public interface class IFileService
+
public ref class ArchivController : public ApiController^
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public interface IFileService
+
public class ArchivController 
extends ApiController
This language is not supported or no code example is available.
@@ -325,7 +325,35 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); - GetImageAsByteArray() + ArchivDocFromDatabase(string) + + + + +Archiviert das Dokument aus OnDoc in OnBase + + + + + + + + + + + + + +Public method + + + + + + ArchivDocFromIRIS(string) @@ -353,7 +381,63 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); - GetImageAsStream() + ArchivSBDoc(string, string, int, string) + + + + + + + + + + + + + + + + + + +Public method + + + + + + CheckDocID(string) + + + + +CheckDocID prüft auf eine vorhandene DokumentID in OnDoc (DokumentID OFFEDK... / Barcode-Klenber-Nr) + + + + + + + + + + + + + +Public method + + + + + + Transfer_OnBase(uploadtype, ref string, ref ILResponse) @@ -390,6 +474,9 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); + + + @@ -467,6 +554,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
+
See Also @@ -475,7 +563,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- API_NetFramework.Controllers Namespace
+ API_NetFramework.Controllers Namespace
diff --git a/API_NetFramework/VSdoc/topic_00000000000000B4_attached_props--.html b/API_NetFramework/VSdoc/topic_00000000000000B4_attached_props--.html index 6f4c5007..aec1c27f 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000B4_attached_props--.html +++ b/API_NetFramework/VSdoc/topic_00000000000000B4_attached_props--.html @@ -4,7 +4,7 @@ - IFileService Attached Properties + ArchivController Attached Properties @@ -75,11 +75,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

IFileService Attached Properties

+

ArchivController Attached Properties

The following tables list the members exposed by the - IFileService + ArchivController type.

@@ -93,8 +93,8 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- IFileService Interface
- API_NetFramework.Controllers Namespace
+ ArchivController Class
+ API_NetFramework.Controllers Namespace
diff --git a/API_NetFramework/VSdoc/topic_00000000000000B4_events--.html b/API_NetFramework/VSdoc/topic_00000000000000B4_events--.html index a1511e19..92a15c2a 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000B4_events--.html +++ b/API_NetFramework/VSdoc/topic_00000000000000B4_events--.html @@ -4,7 +4,7 @@ - IFileService Events + ArchivController Events @@ -75,11 +75,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

IFileService Events

+

ArchivController Events

The following tables list the members exposed by the - IFileService + ArchivController type.

@@ -93,8 +93,8 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- IFileService Interface
- API_NetFramework.Controllers Namespace
+ ArchivController Class
+ API_NetFramework.Controllers Namespace
diff --git a/API_NetFramework/VSdoc/topic_00000000000000B4_methods--.html b/API_NetFramework/VSdoc/topic_00000000000000B4_methods--.html index b4da6961..bb9131f3 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000B4_methods--.html +++ b/API_NetFramework/VSdoc/topic_00000000000000B4_methods--.html @@ -4,7 +4,7 @@ - IFileService Methods + ArchivController Methods @@ -75,11 +75,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

IFileService Methods

+

ArchivController Methods

The following tables list the members exposed by the - IFileService + ArchivController type.

@@ -119,7 +119,63 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); - GetImageAsByteArray() + ArchivDocFromDatabase(string) + + + + +Archiviert das Dokument aus OnDoc in OnBase + + + + + + + + + + + + + +Public method + + + + + + ArchivDocFromIRIS(string) + + + + + + + + + + + + + + + + + + +Public method + + + + + + ArchivSBDoc(string, string, int, string) @@ -147,7 +203,35 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); - GetImageAsStream() + CheckDocID(string) + + + + +CheckDocID prüft auf eine vorhandene DokumentID in OnDoc (DokumentID OFFEDK... / Barcode-Klenber-Nr) + + + + + + + + + + + + + +Public method + + + + + + Transfer_OnBase(uploadtype, ref string, ref ILResponse) @@ -184,6 +268,9 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); + + +
See Also @@ -192,8 +279,8 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- IFileService Interface
- API_NetFramework.Controllers Namespace
+ ArchivController Class
+ API_NetFramework.Controllers Namespace
diff --git a/API_NetFramework/VSdoc/topic_00000000000000B4_props--.html b/API_NetFramework/VSdoc/topic_00000000000000B4_props--.html index bcca938d..3de1605a 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000B4_props--.html +++ b/API_NetFramework/VSdoc/topic_00000000000000B4_props--.html @@ -4,7 +4,7 @@ - IFileService Properties + ArchivController Properties @@ -75,11 +75,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

IFileService Properties

+

ArchivController Properties

The following tables list the members exposed by the - IFileService + ArchivController type.

@@ -93,8 +93,8 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- IFileService Interface
- API_NetFramework.Controllers Namespace
+ ArchivController Class
+ API_NetFramework.Controllers Namespace
diff --git a/API_NetFramework/VSdoc/topic_00000000000000B4_vars--.html b/API_NetFramework/VSdoc/topic_00000000000000B4_vars--.html index 1d9a67d3..5b6690a8 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000B4_vars--.html +++ b/API_NetFramework/VSdoc/topic_00000000000000B4_vars--.html @@ -4,7 +4,7 @@ - IFileService Fields + ArchivController Fields @@ -76,11 +76,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

IFileService Fields

+

ArchivController Fields

The following tables list the members exposed by the - IFileService + ArchivController type.

@@ -94,8 +94,8 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- IFileService Interface
- API_NetFramework.Controllers Namespace
+ ArchivController Class
+ API_NetFramework.Controllers Namespace
diff --git a/API_NetFramework/VSdoc/topic_00000000000000B5.html b/API_NetFramework/VSdoc/topic_00000000000000B5.html index 4de59353..5e108403 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000B5.html +++ b/API_NetFramework/VSdoc/topic_00000000000000B5.html @@ -4,7 +4,7 @@ - IFileService.GetImageAsStream Method + ArchivController.ArchivDocFromDatabase Method @@ -74,21 +74,22 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

IFileService.GetImageAsStream Method

+

ArchivController.ArchivDocFromDatabase Method

+ Archiviert das Dokument aus OnDoc in OnBase @@ -138,7 +139,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
Function GetImageAsStream() As Stream
+
<HttpGet()> _ 
<Route("API/ArchiveDocFromDatabase")> _ 
Public Function ArchivDocFromDatabase( _ 
ByVal DokumentID As String
) As IHttpActionResult
This language is not supported or no code example is available.
@@ -177,7 +178,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
Stream GetImageAsStream()
+
[HttpGet()] 
[Route("API/ArchiveDocFromDatabase")] 
public IHttpActionResult ArchivDocFromDatabase( 
string DokumentID 
)
This language is not supported or no code example is available.
@@ -217,7 +218,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
 
Stream^ GetImageAsStream()
+
[HttpGet()] 
[Route("API/ArchiveDocFromDatabase")] 
public:  
IHttpActionResult^ ArchivDocFromDatabase( 
String^ DokumentID 
)
This language is not supported or no code example is available.
@@ -256,7 +257,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
function GetImageAsStream() : Stream;
+
public  
HttpGet() 
Route("API/ArchiveDocFromDatabase") 
function ArchivDocFromDatabase( 
DokumentID : String 
) : IHttpActionResult;
This language is not supported or no code example is available.
@@ -267,10 +268,30 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
+

+ Parameters

+
+ + DokumentID + +
+
+ string +
+
+

+ +

+ +

Return Value

- Stream + IHttpActionResult +

+ Returncode: 200 (OK) +Dokumenthandle aus OnBase +

@@ -359,11 +380,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- IFileService Interface
+ ArchivController Class
-API_NetFramework.Controllers Namespace
+API_NetFramework.Controllers Namespace
diff --git a/API_NetFramework/VSdoc/topic_00000000000000B6.html b/API_NetFramework/VSdoc/topic_00000000000000B6.html index 5e6a74c6..a51699e2 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000B6.html +++ b/API_NetFramework/VSdoc/topic_00000000000000B6.html @@ -4,7 +4,7 @@ - IFileService.GetImageAsByteArray Method + ArchivController.CheckDocID Method @@ -74,21 +74,22 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

IFileService.GetImageAsByteArray Method

+

ArchivController.CheckDocID Method

+ CheckDocID prüft auf eine vorhandene DokumentID in OnDoc (DokumentID OFFEDK... / Barcode-Klenber-Nr) @@ -138,7 +139,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
Function GetImageAsByteArray() As Byte()
+
<HttpGet()> _ 
<Route("API/CheckDocID")> _ 
Public Function CheckDocID( _ 
ByVal DokumentID As String
) As IHttpActionResult
This language is not supported or no code example is available.
@@ -177,7 +178,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
byte[] GetImageAsByteArray()
+
[HttpGet()] 
[Route("API/CheckDocID")] 
public IHttpActionResult CheckDocID( 
string DokumentID 
)
This language is not supported or no code example is available.
@@ -217,7 +218,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
 
array< Byte >^ GetImageAsByteArray()
+
[HttpGet()] 
[Route("API/CheckDocID")] 
public:  
IHttpActionResult^ CheckDocID( 
String^ DokumentID 
)
This language is not supported or no code example is available.
@@ -256,7 +257,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
function GetImageAsByteArray() : byte[];
+
public  
HttpGet() 
Route("API/CheckDocID") 
function CheckDocID( 
DokumentID : String 
) : IHttpActionResult;
This language is not supported or no code example is available.
@@ -267,10 +268,29 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
+

+ Parameters

+
+ + DokumentID + +
+
+ string +
+
+

+ +

+ +

Return Value

- byte[] + IHttpActionResult +

+ 200: OK +

@@ -359,11 +379,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- IFileService Interface
+ ArchivController Class
-API_NetFramework.Controllers Namespace
+API_NetFramework.Controllers Namespace
diff --git a/API_NetFramework/VSdoc/topic_00000000000000B7.html b/API_NetFramework/VSdoc/topic_00000000000000B7.html index 74a98e62..a68ae850 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000B7.html +++ b/API_NetFramework/VSdoc/topic_00000000000000B7.html @@ -4,7 +4,7 @@ - Image Class + ArchivController.ArchivDocFromIRIS Method @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

Image Class

+

ArchivController.ArchivDocFromIRIS Method

@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
Public Class Image
+
<HttpPost()> _ 
<Route("API/ArchivDocFromIRIS")> _ 
Public Function ArchivDocFromIRIS( _ 
ByVal dokumentid As String
) As IHttpActionResult
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public static class Image
+
[HttpPost()] 
[Route("API/ArchivDocFromIRIS")] 
public IHttpActionResult ArchivDocFromIRIS( 
string dokumentid 
)
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public ref class Image 
+
[HttpPost()] 
[Route("API/ArchivDocFromIRIS")] 
public:  
IHttpActionResult^ ArchivDocFromIRIS( 
String^ dokumentid 
)
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public class Image
+
public  
HttpPost() 
Route("API/ArchivDocFromIRIS") 
function ArchivDocFromIRIS( 
dokumentid : String 
) : IHttpActionResult;
This language is not supported or no code example is available.
@@ -267,6 +267,27 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
+

+ Parameters

+
+ + dokumentid + +
+
+ string +
+
+

+ +

+ +

+ +

+ Return Value

+ IHttpActionResult + @@ -293,76 +314,6 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); - - - - - - - - - - - - - - - - -
-
- Fields -
 
-
- -
- - - - - - - - - - - - - -
- Name - - Description -
- Public field - - - - - Base64Image - - - - -
- - - Top - - -
-
- - - - - - - - @@ -416,7 +367,6 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
See Also @@ -425,10 +375,14 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); diff --git a/API_NetFramework/VSdoc/topic_00000000000000B8.html b/API_NetFramework/VSdoc/topic_00000000000000B8.html index 9b02116f..87c61b41 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000B8.html +++ b/API_NetFramework/VSdoc/topic_00000000000000B8.html @@ -4,7 +4,7 @@ - Base64Image Field + ArchivController.ArchivSBDoc Method @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

Base64Image Field

+

ArchivController.ArchivSBDoc Method

@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
Public Const Base64Image As String = "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"
+
<HttpPost()> _ 
<Route("API/ArchivSBDoc")> _ 
Public Function ArchivSBDoc( _ 
ByVal sbnr As String, _ 
ByVal intid As String, _ 
ByVal partnernr As Integer, _ 
ByVal dokumentid As String
) As IHttpActionResult
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public const string Base64Image = @"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"
+
[HttpPost()] 
[Route("API/ArchivSBDoc")] 
public IHttpActionResult ArchivSBDoc( 
string sbnr
string intid
int partnernr
string dokumentid 
)
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public:  
const String^ Base64Image = "iVBORw0KGgoAAAANSUhEUgAAAKQAAAA0CAYAAAAE05MCAAAOG0lEQVR4nO1dCXgU1R3/ze4mJCGBALkgUAx44FGU1uNDilqs9fOoVQsigrHihYDcICoqWBBBLV4RgxEICFVQS7+qBWtbFS1WwaOihVbk8gjnJnEDOXZ3+r3d38S3szOz18QP2fl932R3Z97Mm3nze//r/d+Lom5ECHPUszBD/RWAA7AJJwO4EcC5AHoACAD4H4BXASxKqiIXgEI3qmfWonz1IfhL3ZHHA0GoNQfhWTMbyvk/ses5HHyP8LRRVQ8AuN1gfzGAn/HYbQCWOy/bgYy2IKQg2YgYZToCWAYgB0Cl80YcaHDZ3BLL4iCjjKcAnOC8DQca7CTkswCuTeK8J5234UCDXYQUknF4kucOAtA1rpLCLcpRUNdeCX93cNTBDkJWJykZZZwes4QgYGcX0KTi1G1+IDvFGh0ckUiVkEsAlNvwYF0sjwoyFriA9gpWTziIc95uQqDIbXmKgx8mUiHkYgC/tempa02PaGTMU7ByoheDXzgEtcSNoE0VOziykGzYZ4mNZBT40HCvRsZcBSsmeDHs+QYEj8tAwA0oqo21OzhikIyErLKZjGKsaGfUXkHGLkIyulA92YtrnnPImA5IVEKKIb8bbG6XsVF7NAemowtLJ3lRvrIBwWMdMqYDEiFkVRuQcSaAf0Xs0ciY78LiKV5ct8IHVZDR45AxHRAvIZ9uAzLOBzArYo8gYyclRMiqKV5cvzxMRr9DxrRBPDZkJbN27MT8qOQLjYxd3Fg0zYsblvmg9nbImG6IRciFAG62uU0eNCVj5zAZb1riA3p54M90yJhusFLZgoyjbG6PhwFMi9gjScanbicZe3vQkqlAabtgoxiqvAhAX34XNW0HsAHAn9us1u9wMVPx6gC8lMJ1cjgwsQnA+3Ge0wHAMAB/Z37qEYVWQiqhv0IcZYjnXAhkjArvFftaABwC0NxaMgkIMk6JOE2SjIKMtywWalpIxhTJqFje42wAkwFkmRz/hBL8L234op4AUAagEakNguZTcAi42bFi4RXmpI48ognZEtLeRQB8FWdj66hTlT3IRzO8aIeP1WJsCCV9i+P7+dwJEdOYjPkk4/QwGWFOxnYAzmEWuniBNYxffhJVUpDRZXpvf2Myh/5OFMl8+TGz2i/ly2sLfEVC7krx2oKEeyhthaS9PEb5kSRjQxs9V8poJWQNstEf7z/5tOtPt56MfZHXVcSbL8IsdQBeVM+gpmmMN66+wJCMHRWgwI2FGhl7marpydyMMoL+QRMgPBFDkPFwE9QD9UbdZamOjCJysBLAf/kgfem8XQFgHYAPbG3pSGhPmapRIqS8H8BopvFdBWCVSVnRkZ8BcAfNldIU624TtM6p2Y4OT5ShfkysSh5Uz8Q0VbyzeqpxS1I+CmBCxB6NjEVuVNxRi9FV3wJlHrS0MyTjywAuiePBryfhoG7dCfeskXDdc518/FQAH0m/L7OwFQfRvjJDD9o1X9KGiYUiSjAvzxF4G8AAAFsAnGhwvkJJ3YHj/JtN6ugN4HOWF1NCHrNQXaKD/UgMxgLYTVV/v0nZYpoDX0rS1EPyQ/ptZvY0c8sVKtfgeGcAx/HaEc+msWlqPGQMFVTew0PKat5vjlUnf9yQjPlhMj5+V0wy/jVOMoJj6wPFFyU7G+pHn+uPT5S+3x/DcTEj470APqWa3cbhTpEHerxJ+UtoIojy/+bnayTaDov6f0cH62MA62mWfAHgHotzTmN7N7Hd9LgaQD8AZ3B/JzoHegwFsBXAZ+w02/hZyMz+TVL5QezkH+q2jXzuQwbmUR8A/yQJn6NptFNO0hYSsjt7TEJYoPbDJHUo1XeUpHxER4LvyFjgxhN3eTHmaV8sMv4iwVvaG1Lrtb4gSjrDs6ECyG6nHRPP1509vCNvOBGIRuxvUr6FMys3SPtGUj2aYRellV5CrqeNZ4bVVMsaNAl5AYDXaWNvZmd4VSqnUnqO528vY8FzpTLi91QSeyVt02M5IDKQJBtI2xeUcn0MiL2bpBQStKckYS9gh3yBZtxnlGgXsG5hJ57iiQrDxImJyodQoWByiJSQSfm4KRkLw5JxzCLajPaREVSNv0FW5mrsq4O6ay+UE4R2DfVuzV7anAQZKyQyfkYP2Ue1P5jqWzR0CRv/RzoyrqHp4SGZBrGMHvdJZHyTL0lIxm60wYXdN4SOyxrduS38/JT5Bq9Iqvt1qrHxBnVqGEwyiud8V9q/ne9jGEkqZ2UdZEfVYzhVviDbYR5rzzZ6gDashlomeFeT2E+5oCoXJxvJmaR8gPnKKkDNB3LaC4unAnmucSJDp3XLVYCurpBkfHRGLcZWfmtFxnVJklHDJcjwAHU+4Ov92r4c6eV4E7xeIR0GULX0pe21nOSo4jFhK93K73ImVCWdpGf4/XwALxrUo5AQoKo+jxJuC02Ii+l8IY4h3Fv4+TDNA1HnWTHOqeKcqHdNjv+B99EvxnXO5nXOkMio3UuNjox6XCh8AQ+glhpaE3FiqitsVszeccV0Nad5HjJaAFViuBtw+12Y+WAtxi2yJONaAL9M/k5CKBOettrsh7qvTmPhfjZONlVQIjhbKjsb0TN5xnGWZRbDUg+RtKAkjs5kChNKrMiQKe3rIzkI+ZRKedLxBu6HiROkx+lUm5PoWG60KFtCM+aBGNcUdvopFseFA/YOJbG+vp9T5fe0GIwRYZsMD5TkI90hKMDUkk245Xk0+qvOgVJ2EAhGEtLVDHSsCUAtM40zvsQekiqUUOinpQU4WK9dqoGG+mn0kE+i6o0HBVKZ/xiUF0T/hnZVLvdpRNqn80o11FFSF0v7CqXvPbmZoXcc972J4Z+rohzLaPRgG30To1wNO7cZhHr/I21Vo3PPZZjOjG+CFTsFW7+WDNXEEQw/TofyTY9gXY9SbC6ehiJflKmrdnKF8xmjyXg51Zod2NH6uAfq5MutIiFBG8vKcZCxV/p+CiWAjCwpPqqFNzSzoIS2kz4IXWAwh+hL6ftrvEe5MzST4MUmYRQjjKAEj4XtvM+etAvN0F3XiWSsoQ14pclx0UZv0BbONCkjtI/XRbstNYh3fwwQvPbTqS2urLn+XBf8eZFbwGUSaAirQruwNnQdxQW1LsJ3qZC+DyBBjQLtpzPMMZ2/Zc95Bu1RGQskVbted047qjk9lhqorS+keUVFtDMrpW0JHSNhiz4fZ1u10FOOhf0k+70xyt1Ez1oPMWjx6zADTKGF8PbQCzfahGA8LGgyL84HNIc73LeUvt9A6VY3HY2eOXGeWcpQhR2oZVgE8LiBvRH+Sz2dEA1DGGN7kXHJebRx3idh59L+28+oASghPqFddjPDF1rySYM0plwtBcyHUE2NpW31rkVsVcsNPY0v5w7GBW+kKlSZ0GwWjE4F5STVRSbXGE17epNu/5m0m0tiSO4pjH0utigj2q+Ph0HamdySxyFAKfABxT5ge+c7keV3xfCqYCMZQXspFP5Q8rKBbV+HVkODuzU++gJHdCqpNrItVMxuyaYaR0dF2EC96DHKaGJkQHshtfz9BuNg53HTcJC2ZRFJrkHEbvvzObqajKLcyRfXyN8Z/EyUpPmSkwRqljvp2a9giGcvn3ckncEnde11HLP93+PgwPkG9XzASMFhxjDXsy0racfnMQw2iqvhzdFUxyyK3OQnb6laikJr4sV0Wph3WZxl12JX4yNGKDI8UOsbQuPayI1IpllKiTWZTtSxUkS/iY20ijmbskd9HjvX1Wz8DEqxN9mRt+nuZz072z30vktIovcojUTdYwxGbIby/kby/BxpGcOXKY1kNexjbNDK2TDCW3T0ZMyld/wYowBB1v0RPfveOi/7MpoaTQz1GGEOCQmaQqU0P+ZLZWv5O2S6tY5lE9VJT/wX/W1XFvyjBwMN7YCc1mFeUdHdJmf1MfFeE8H4KM/O+y3QvRCetx4D2lsKj1JKKpUE22tVmOhCQu4xtYoj4aYX3Wg5/zwanWizNdBL/T6RyzDOHoNQlwb92HaiKKTk9OkvKuM69ozEJGUw3HTq60VQd+dDKa2Xj87gizMai90ipU8lgwkmYYZ48RW3RJDoQquBJAnlTSKQbxd8cXjzqZARdKSiYJSqc31CC4mqtGACQHAdV9ZzRQmOuzk0ZoTfJ/EwoNp9NMlzHRyhMMsdK0cQy0PRqUyLhB6VVzgBUJ89BsG1faB0qzdTZGaknM8EgUQwOQUiOziCYUxIJWT5lGN3zvKQWd0V381mgPTZOWx6B1d1g3/OhVA6NgIey5zTu03iXQNpIMeDiQ4Zj16YZ9cWA4GX+pYHxl66Qt2eFyZlL+aplPGzLhPB+/ohcNtl4WksXQ5FDhsaY6aBPVnDcEC1xXkbGU55JN1f2tEM87CLmIKa2wz/2p+OULcUQBmwe7hy/D4grxFo9EDd0QXqhu5QtxZCEbHHDk2AP+6lgmaxM8ixzwY6U/cxR+4kerO7GDJ4O91fVjrAnJDCN/QEoOQeAAKuEcE1J7oQOHkYMoOAXwmpbSX/MJReHP6Mn4wa7mVGzHzd/i+chfDTF7ED0yKVLLsFSve6a0LWo6pcE2ajdDx5zGNA23g5Pgdph0TF2nAo6nMpJqzpUZFYcQdHM5JZH3KYxVTLZNCfOXkOHCS9pPPQBNKg4oHzf+AchJDKGuNX2ygpO9l0HQc/cKT6XxiGMq0rVVhlKjtII9jxf2qGmMykSwRtuWyJgx8Q7PpPXoOZ1ZwM3tHNKXGQxrDzfx1emaSkvDWOMg7SBHb/N9jBCS7AOclwST0HaQu7CYnQcibh5Uas0ETJuMChngMZbfEP3MGl4ZZxdl5/zikJSCuALXTsRgdRAPB/MWjXcHkxIqUAAAAASUVORK5CYII=";
+
[HttpPost()] 
[Route("API/ArchivSBDoc")] 
public:  
IHttpActionResult^ ArchivSBDoc( 
String^ sbnr
String^ intid
int partnernr
String^ dokumentid 
)
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public const Base64Image : String = "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"
+
public  
HttpPost() 
Route("API/ArchivSBDoc") 
function ArchivSBDoc( 
sbnr : String
intid : String
partnernr : int
dokumentid : String 
) : IHttpActionResult;
This language is not supported or no code example is available.
@@ -267,10 +267,65 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
+

+ Parameters

+
+ + sbnr + +
+
+ string +
+
+

+ +

+
+
+ + intid + +
+
+ string +
+
+

+ +

+
+
+ + partnernr + +
+
+ int +
+
+

+ +

+
+
+ + dokumentid + +
+
+ string +
+
+

+ +

+ +

- Field Value

- string + Return Value + IHttpActionResult @@ -359,11 +414,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- Image Class
+ ArchivController Class
-API_NetFramework.Controllers Namespace
+API_NetFramework.Controllers Namespace
@@ -389,3 +444,4 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
+ diff --git a/API_NetFramework/VSdoc/topic_00000000000000B9.html b/API_NetFramework/VSdoc/topic_00000000000000B9.html index a8ac54e3..ff25974c 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000B9.html +++ b/API_NetFramework/VSdoc/topic_00000000000000B9.html @@ -4,7 +4,7 @@ - UnterschriftController Class + ArchivController.Transfer_OnBase Method @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

UnterschriftController Class

+

ArchivController.Transfer_OnBase Method

@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
Public Class UnterschriftController 
Inherits ApiController
+
Public Function Transfer_OnBase( _ 
ByVal utype As uploadtype, _ 
ByRef jsonstring As String, _ 
ByRef ilr As ILResponse
) As IHttpActionResult
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public class UnterschriftController : ApiController
+
public IHttpActionResult Transfer_OnBase( 
uploadtype utype
ref string jsonstring
ref ILResponse ilr 
)
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public ref class UnterschriftController : public ApiController^
+
public:  
IHttpActionResult^ Transfer_OnBase( 
uploadtype utype
String^& jsonstring
ILResponse^& ilr 
)
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public class UnterschriftController 
extends ApiController
+
public function Transfer_OnBase( 
utype : uploadtype
jsonstring : String
ilr : ILResponse 
) : IHttpActionResult;
This language is not supported or no code example is available.
@@ -267,6 +267,53 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
+

+ Parameters

+
+ + utype + +
+
+ uploadtype +
+
+

+ +

+
+
+ + jsonstring + +
+
+ string +
+
+

+ +

+
+
+ + ilr + +
+
+ ILResponse +
+
+

+ +

+ +

+ +

+ Return Value

+ IHttpActionResult + @@ -293,127 +340,6 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
-
- Methods -
 
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Name - - Description -
-Public method - - - - - GetUnterschrift(string) - - - - - -
-Public method - - - - - GetUnterschriftAsBase64(string) - - - - - -
- - - Top - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -467,7 +393,6 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
See Also @@ -476,10 +401,14 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); diff --git a/API_NetFramework/VSdoc/topic_00000000000000BA.html b/API_NetFramework/VSdoc/topic_00000000000000BA.html index 53311098..b6881a0f 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000BA.html +++ b/API_NetFramework/VSdoc/topic_00000000000000BA.html @@ -4,7 +4,7 @@ - UnterschriftController.GetUnterschriftAsBase64 Method + TestParam Class @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

UnterschriftController.GetUnterschriftAsBase64 Method

+

TestParam Class

@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
<HttpGet()> _ 
<Route("API/GetUnterschriftAsBase64")> _ 
Public Function GetUnterschriftAsBase64( _ 
ByVal TGNummer As String
) As IHttpActionResult
+
Public Class TestParam
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
[HttpGet()] 
[Route("API/GetUnterschriftAsBase64")] 
public IHttpActionResult GetUnterschriftAsBase64( 
string TGNummer 
)
+
public class TestParam
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
[HttpGet()] 
[Route("API/GetUnterschriftAsBase64")] 
public:  
IHttpActionResult^ GetUnterschriftAsBase64( 
String^ TGNummer 
)
+
public ref class TestParam 
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public  
HttpGet() 
Route("API/GetUnterschriftAsBase64") 
function GetUnterschriftAsBase64( 
TGNummer : String 
) : IHttpActionResult;
+
public class TestParam
This language is not supported or no code example is available.
@@ -267,27 +267,6 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

- Parameters

-
- - TGNummer - -
-
- string -
-
-

- -

- -

- -

- Return Value

- IHttpActionResult - @@ -308,6 +287,105 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); +
+
+ Properties +
 
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Name + + Description +
+Public property + + + + + param1 + + + + + +
+Public property + + + + + param2 + + + + + +
+ + + Top + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + @@ -367,6 +445,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
+
See Also @@ -375,14 +454,10 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); diff --git a/API_NetFramework/VSdoc/topic_00000000000000BA_attached_props--.html b/API_NetFramework/VSdoc/topic_00000000000000BA_attached_props--.html new file mode 100644 index 00000000..3a5543b7 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000BA_attached_props--.html @@ -0,0 +1,123 @@ + + + + + + + TestParam Attached Properties + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

TestParam Attached Properties

+

+

+ The following tables list the members exposed by the + TestParam + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000BA_events--.html b/API_NetFramework/VSdoc/topic_00000000000000BA_events--.html new file mode 100644 index 00000000..19db4b69 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000BA_events--.html @@ -0,0 +1,123 @@ + + + + + + + TestParam Events + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

TestParam Events

+

+

+ The following tables list the members exposed by the + TestParam + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000BA_methods--.html b/API_NetFramework/VSdoc/topic_00000000000000BA_methods--.html new file mode 100644 index 00000000..9223a058 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000BA_methods--.html @@ -0,0 +1,125 @@ + + + + + + + TestParam Methods + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

TestParam Methods

+

+

+ The following tables list the members exposed by the + TestParam + type. +

+ + + + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000BA_props--.html b/API_NetFramework/VSdoc/topic_00000000000000BA_props--.html new file mode 100644 index 00000000..5dfcafae --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000BA_props--.html @@ -0,0 +1,198 @@ + + + + + + + TestParam Properties + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

TestParam Properties

+

+

+ The following tables list the members exposed by the + TestParam + type. +

+ +
+
+ Properties +
 
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Name + + Description +
+Public property + + + + + param1 + + + + + +
+Public property + + + + + param2 + + + + + +
+ + + Top + + +
+
+ + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000BA_vars--.html b/API_NetFramework/VSdoc/topic_00000000000000BA_vars--.html new file mode 100644 index 00000000..083f92d0 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000BA_vars--.html @@ -0,0 +1,123 @@ + + + + + + + TestParam Fields + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

TestParam Fields

+

+

+ The following tables list the members exposed by the + TestParam + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + diff --git a/API_NetFramework/VSdoc/topic_00000000000000BB.html b/API_NetFramework/VSdoc/topic_00000000000000BB.html index 044182ac..4a8506d6 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000BB.html +++ b/API_NetFramework/VSdoc/topic_00000000000000BB.html @@ -4,7 +4,7 @@ - UnterschriftController.GetUnterschrift Method + TestParam.param1 Property @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

UnterschriftController.GetUnterschrift Method

+

TestParam.param1 Property

@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
<HttpGet()> _ 
<Route("API/GetUnterschrift")> _ 
Public Function GetUnterschrift( _ 
ByVal TGNummer As String
) As IHttpActionResult
+
Public Property param1() As String
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
[HttpGet()] 
[Route("API/GetUnterschrift")] 
public IHttpActionResult GetUnterschrift( 
string TGNummer 
)
+
public string param1 {get; set;}
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
[HttpGet()] 
[Route("API/GetUnterschrift")] 
public:  
IHttpActionResult^ GetUnterschrift( 
String^ TGNummer 
)
+
public:  
property String^ param1 { 
String^ get( ); 
void set( 
String^ value 
); 
}
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public  
HttpGet() 
Route("API/GetUnterschrift") 
function GetUnterschrift( 
TGNummer : String 
) : IHttpActionResult;
+
public function get param1() : String
public function set param1(value : String);
This language is not supported or no code example is available.
@@ -267,26 +267,10 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

- Parameters

-
- - TGNummer - -
-
- string -
-
-

- -

- -

- Return Value

- IHttpActionResult + Property Value + string @@ -375,11 +359,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- UnterschriftController Class
+ TestParam Class
-API_NetFramework.Controllers Namespace
+API_NetFramework.Controllers Namespace
diff --git a/API_NetFramework/VSdoc/topic_00000000000000BC.html b/API_NetFramework/VSdoc/topic_00000000000000BC.html index be2b55d9..db202f45 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000BC.html +++ b/API_NetFramework/VSdoc/topic_00000000000000BC.html @@ -4,7 +4,7 @@ - FileResult Class + TestParam.param2 Property @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

FileResult Class

+

TestParam.param2 Property

@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
Public Class FileResult 
Implements IHttpActionResult
+
Public Property param2() As String
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public class FileResult : IHttpActionResult
+
public string param2 {get; set;}
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public ref class FileResult  : public IHttpActionResult^
+
public:  
property String^ param2 { 
String^ get( ); 
void set( 
String^ value 
); 
}
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public class FileResult 
implements IHttpActionResult
+
public function get param2() : String
public function set param2(value : String);
This language is not supported or no code example is available.
@@ -268,136 +268,25 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); - - - - - - - - - - - - - -
-
- - - -
-
- Constructors -
 
-
- -
- - - - - - - - - - - - - - - - - -
- Name - - Description -
- Public constructor - - - - - FileResult(string, string) - - - - +

+ Property Value

+ string -
- - - Top - - -
-
- - - - -
-
- Methods -
 
-
- -
- - - - - - - - - - - - - - - - -
- Name - - Description -
-Public method - - - ExecuteAsync(CancellationToken) - -
- - - Top - - -
+
@@ -412,33 +301,6 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -489,7 +351,6 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
See Also @@ -498,10 +359,14 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); diff --git a/API_NetFramework/VSdoc/topic_00000000000000BD.html b/API_NetFramework/VSdoc/topic_00000000000000BD.html index 84bf2d3f..e63f31fc 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000BD.html +++ b/API_NetFramework/VSdoc/topic_00000000000000BD.html @@ -4,7 +4,7 @@ - FileResult Constructor + DocumentController Class @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

FileResult Constructor

+

DocumentController Class

@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
Public Sub New( _ 
ByVal filePath As String, _ 
Optional ByVal contentType As String = null _ 
)
+
Public Class DocumentController 
Inherits ApiController
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public FileResult( 
string filePath
string contentType = null 
)
+
public class DocumentController : ApiController
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public:  
FileResult( 
String^ filePath
String^ contentType 
)
+
public ref class DocumentController : public ApiController^
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public function FileResult( 
filePath : String
contentType : String 
);
+
public class DocumentController 
extends ApiController
This language is not supported or no code example is available.
@@ -267,35 +267,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

- Parameters

-
- - filePath - -
-
- string -
-
-

- -

-
-
- - contentType - -
-
- string -
-
-

- -

-

@@ -309,9 +281,62 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); +

+
+ + +
+
+ Properties +
 
+ +
+ + + + + + + + + + + + + + + + + +
+ Name + + Description +
+Public property + + + + + pageCollection + + + + + +
+ + + Top + + +
@@ -319,6 +344,256 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); +
+
+ Methods +
 
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Name + + Description +
+Public method + + + + + GenDoc(string, string, string, string, string, string, string, string, string) + + + + + +
+Public method + + + + + GetDocument(string) + + + + + +
+Public method + + + + + GetDocumentJSONBody(TestParam) + + + + + +
+Public method + + + + + GetDocumentPDF(string) + + + + + +
+Public method + + + + + SendToOnBase(string) + + + + + +
+ + + Top + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Fields +
 
+
+ +
+ + + + + + + + + + + + + +
+ Name + + Description +
+ Public field + + + + + tokenfunction + + + + +
+ + + Top + + +
+
+ + + + @@ -376,6 +651,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
+
See Also @@ -384,14 +660,10 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); diff --git a/API_NetFramework/VSdoc/topic_00000000000000BD_attached_props--.html b/API_NetFramework/VSdoc/topic_00000000000000BD_attached_props--.html new file mode 100644 index 00000000..37cc9b4b --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000BD_attached_props--.html @@ -0,0 +1,123 @@ + + + + + + + DocumentController Attached Properties + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

DocumentController Attached Properties

+

+

+ The following tables list the members exposed by the + DocumentController + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000BD_events--.html b/API_NetFramework/VSdoc/topic_00000000000000BD_events--.html new file mode 100644 index 00000000..5b0fa013 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000BD_events--.html @@ -0,0 +1,123 @@ + + + + + + + DocumentController Events + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

DocumentController Events

+

+

+ The following tables list the members exposed by the + DocumentController + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000BD_methods--.html b/API_NetFramework/VSdoc/topic_00000000000000BD_methods--.html new file mode 100644 index 00000000..1f35e144 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000BD_methods--.html @@ -0,0 +1,309 @@ + + + + + + + DocumentController Methods + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

DocumentController Methods

+

+

+ The following tables list the members exposed by the + DocumentController + type. +

+ + + + + +
+
+ Methods +
 
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Name + + Description +
+Public method + + + + + GenDoc(string, string, string, string, string, string, string, string, string) + + + + + +
+Public method + + + + + GetDocument(string) + + + + + +
+Public method + + + + + GetDocumentJSONBody(TestParam) + + + + + +
+Public method + + + + + GetDocumentPDF(string) + + + + + +
+Public method + + + + + SendToOnBase(string) + + + + + +
+ + + Top + + +
+
+ + + + + + + + + + + + + + + + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000BD_props--.html b/API_NetFramework/VSdoc/topic_00000000000000BD_props--.html new file mode 100644 index 00000000..7fd00cf7 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000BD_props--.html @@ -0,0 +1,174 @@ + + + + + + + DocumentController Properties + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

DocumentController Properties

+

+

+ The following tables list the members exposed by the + DocumentController + type. +

+ +
+
+ Properties +
 
+
+ +
+ + + + + + + + + + + + + + + + + +
+ Name + + Description +
+Public property + + + + + pageCollection + + + + + +
+ + + Top + + +
+
+ + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000BD_vars--.html b/API_NetFramework/VSdoc/topic_00000000000000BD_vars--.html new file mode 100644 index 00000000..aa634025 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000BD_vars--.html @@ -0,0 +1,169 @@ + + + + + + + DocumentController Fields + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

DocumentController Fields

+

+

+ The following tables list the members exposed by the + DocumentController + type. +

+ +
+
+ Fields +
 
+
+ +
+ + + + + + + + + + + + + +
+ Name + + Description +
+ Public field + + + + + tokenfunction + + + + +
+ + + Top + + +
+
+ + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + diff --git a/API_NetFramework/VSdoc/topic_00000000000000BE.html b/API_NetFramework/VSdoc/topic_00000000000000BE.html index 70e4217a..737dd2b1 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000BE.html +++ b/API_NetFramework/VSdoc/topic_00000000000000BE.html @@ -4,7 +4,7 @@ - FileResult.ExecuteAsync Method + tokenfunction Field @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

FileResult.ExecuteAsync Method

+

tokenfunction Field

@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
Public Function ExecuteAsync( _ 
ByVal cancellationToken As CancellationToken
) As Task(Of HttpResponseMessage)
+
Public tokenfunction As String
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public Task<HttpResponseMessage> ExecuteAsync( 
CancellationToken cancellationToken 
)
+
public string tokenfunction
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public:  
Task<HttpResponseMessage^>^ ExecuteAsync( 
CancellationToken cancellationToken 
)
+
public:  
String^ tokenfunction;
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
JScript does not support generic types and methods.
+
public tokenfunction : String
This language is not supported or no code example is available.
@@ -267,26 +267,10 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

- Parameters

-
- - cancellationToken - -
-
- CancellationToken -
-
-

- -

- -

- Return Value

- Task<HttpResponseMessage> + Field Value + string @@ -375,11 +359,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- FileResult Class
+ DocumentController Class
-API_NetFramework.Controllers Namespace
+API_NetFramework.Controllers Namespace
@@ -405,4 +389,3 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- diff --git a/API_NetFramework/VSdoc/topic_00000000000000BF.html b/API_NetFramework/VSdoc/topic_00000000000000BF.html index f5786d49..9fb385eb 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000BF.html +++ b/API_NetFramework/VSdoc/topic_00000000000000BF.html @@ -4,7 +4,7 @@ - FileService Class + DocumentController.GetDocument Method @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

FileService Class

+

DocumentController.GetDocument Method

@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
Public Class FileService 
Implements IFileService
+
<HttpGet()> _ 
<Route("API/GetDocument")> _ 
Public Function GetDocument( _ 
ByVal dokid As String
) As IHttpActionResult
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public class FileService : IFileService
+
[HttpGet()] 
[Route("API/GetDocument")] 
public IHttpActionResult GetDocument( 
string dokid 
)
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public ref class FileService  : public IFileService^
+
[HttpGet()] 
[Route("API/GetDocument")] 
public:  
IHttpActionResult^ GetDocument( 
String^ dokid 
)
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public class FileService 
implements IFileService
+
public  
HttpGet() 
Route("API/GetDocument") 
function GetDocument( 
dokid : String 
) : IHttpActionResult;
This language is not supported or no code example is available.
@@ -267,6 +267,27 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
+

+ Parameters

+
+ + dokid + +
+
+ string +
+
+

+ +

+ +

+ +

+ Return Value

+ IHttpActionResult + @@ -293,127 +314,6 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
-
- Methods -
 
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Name - - Description -
-Public method - - - - - GetImageAsByteArray() - - - - - -
-Public method - - - - - GetImageAsStream() - - - - - -
- - - Top - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -467,7 +367,6 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
See Also @@ -476,10 +375,14 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); diff --git a/API_NetFramework/VSdoc/topic_00000000000000C0.html b/API_NetFramework/VSdoc/topic_00000000000000C0.html index 8fd8dc77..bd80ba43 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000C0.html +++ b/API_NetFramework/VSdoc/topic_00000000000000C0.html @@ -4,7 +4,7 @@ - FileService.GetImageAsStream Method + DocumentController.pageCollection Property @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

FileService.GetImageAsStream Method

+

DocumentController.pageCollection Property

@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
Public Function GetImageAsStream() As Stream
+
Public Property pageCollection() As Object
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public Stream GetImageAsStream()
+
public object pageCollection {get; set;}
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public:  
Stream^ GetImageAsStream()
+
public:  
property object^ pageCollection { 
object^ get( ); 
void set( 
object^ value 
); 
}
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public function GetImageAsStream() : Stream;
+
public function get pageCollection() : object
public function set pageCollection(value : object);
This language is not supported or no code example is available.
@@ -269,8 +269,8 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));

- Return Value

- Stream + Property Value + object @@ -359,11 +359,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- FileService Class
+ DocumentController Class
-API_NetFramework.Controllers Namespace
+API_NetFramework.Controllers Namespace
diff --git a/API_NetFramework/VSdoc/topic_00000000000000C1.html b/API_NetFramework/VSdoc/topic_00000000000000C1.html index 10ceb1ec..62180048 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000C1.html +++ b/API_NetFramework/VSdoc/topic_00000000000000C1.html @@ -4,7 +4,7 @@ - FileService.GetImageAsByteArray Method + DocumentController.GetDocumentJSONBody Method @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

FileService.GetImageAsByteArray Method

+

DocumentController.GetDocumentJSONBody Method

@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
Public Function GetImageAsByteArray() As Byte()
+
<HttpPost()> _ 
<Route("API/GetDocumentJSONBody")> _ 
Public Function GetDocumentJSONBody( _ 
<FromBody()> _ 
ByVal tp As TestParam
) As IHttpActionResult
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public byte[] GetImageAsByteArray()
+
[HttpPost()] 
[Route("API/GetDocumentJSONBody")] 
public IHttpActionResult GetDocumentJSONBody( 
[FromBody()] 
TestParam tp 
)
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public:  
array< Byte >^ GetImageAsByteArray()
+
[HttpPost()] 
[Route("API/GetDocumentJSONBody")] 
public:  
IHttpActionResult^ GetDocumentJSONBody( 
[FromBody()] 
TestParam^ tp 
)
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public function GetImageAsByteArray() : byte[];
+
public  
HttpPost() 
Route("API/GetDocumentJSONBody") 
function GetDocumentJSONBody( 
FromBody() 
tp : TestParam 
) : IHttpActionResult;
This language is not supported or no code example is available.
@@ -267,10 +267,26 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
+

+ Parameters

+
+ + tp + +
+
+ TestParam +
+
+

+ +

+ +

Return Value

- byte[] + IHttpActionResult @@ -359,11 +375,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- FileService Class
+ DocumentController Class
-API_NetFramework.Controllers Namespace
+API_NetFramework.Controllers Namespace
diff --git a/API_NetFramework/VSdoc/topic_00000000000000C2.html b/API_NetFramework/VSdoc/topic_00000000000000C2.html index b4fb370c..52e5bd32 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000C2.html +++ b/API_NetFramework/VSdoc/topic_00000000000000C2.html @@ -4,7 +4,7 @@ - unterschriftResult Class + DocumentController.GetDocumentPDF Method @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

unterschriftResult Class

+

DocumentController.GetDocumentPDF Method

@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
Public Class unterschriftResult 
Implements IHttpActionResult
+
<Route("API/GetDocumentPDF")> _ 
<HttpGet()> _ 
Public Function GetDocumentPDF( _ 
ByVal dokid As String
) As IHttpActionResult
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public class unterschriftResult : IHttpActionResult
+
[Route("API/GetDocumentPDF")] 
[HttpGet()] 
public IHttpActionResult GetDocumentPDF( 
string dokid 
)
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public ref class unterschriftResult  : public IHttpActionResult^
+
[Route("API/GetDocumentPDF")] 
[HttpGet()] 
public:  
IHttpActionResult^ GetDocumentPDF( 
String^ dokid 
)
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public class unterschriftResult 
implements IHttpActionResult
+
public  
Route("API/GetDocumentPDF") 
HttpGet() 
function GetDocumentPDF( 
dokid : String 
) : IHttpActionResult;
This language is not supported or no code example is available.
@@ -267,76 +267,28 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- - - - - - - - - - - - - - -
-
- - - -
-
- Constructors -
 
-
- -
- - - - - - - - - - - - - - - - - -
- Name - - Description -
- Public constructor - - - - - unterschriftResult(MemoryStream, HttpRequestMessage, string) - - - - +

+ Parameters

+
+ + dokid + +
+
+ string +
+
+

+ +

+ +

+ +

+ Return Value

+ IHttpActionResult -
- - Top - - -
-
@@ -344,60 +296,13 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); -
-
- Methods -
 
-
- -
- - - - - - - - - - - - - - - - - -
- Name - - Description -
-Public method - - - - - ExecuteAsync(CancellationToken) - - - - - -
- - - Top - - -
+
@@ -412,33 +317,6 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -489,7 +367,6 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
See Also @@ -498,10 +375,14 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); diff --git a/API_NetFramework/VSdoc/topic_00000000000000C3.html b/API_NetFramework/VSdoc/topic_00000000000000C3.html index 541181db..3b19d7e7 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000C3.html +++ b/API_NetFramework/VSdoc/topic_00000000000000C3.html @@ -4,7 +4,7 @@ - unterschriftResult Constructor + DocumentController.SendToOnBase Method @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

unterschriftResult Constructor

+

DocumentController.SendToOnBase Method

@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
Public Sub New( _ 
ByVal data As MemoryStream, _ 
ByVal request As HttpRequestMessage, _ 
ByVal filename As String
)
+
<HttpGet()> _ 
<Route("API/SendToOnBase")> _ 
Public Function SendToOnBase( _ 
ByVal dokid As String
) As IHttpActionResult
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public unterschriftResult( 
MemoryStream data
HttpRequestMessage request
string filename 
)
+
[HttpGet()] 
[Route("API/SendToOnBase")] 
public IHttpActionResult SendToOnBase( 
string dokid 
)
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public:  
unterschriftResult( 
MemoryStream^ data
HttpRequestMessage^ request
String^ filename 
)
+
[HttpGet()] 
[Route("API/SendToOnBase")] 
public:  
IHttpActionResult^ SendToOnBase( 
String^ dokid 
)
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public function unterschriftResult( 
data : MemoryStream
request : HttpRequestMessage
filename : String 
);
+
public  
HttpGet() 
Route("API/SendToOnBase") 
function SendToOnBase( 
dokid : String 
) : IHttpActionResult;
This language is not supported or no code example is available.
@@ -268,36 +268,10 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));

- Parameters

+ Parameters
- data - -
-
- MemoryStream -
-
-

- -

-
-
- - request - -
-
- HttpRequestMessage -
-
-

- -

-
-
- - filename + dokid
@@ -310,6 +284,10 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));

+

+ Return Value

+ IHttpActionResult + @@ -397,11 +375,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- unterschriftResult Class
+ DocumentController Class
-API_NetFramework.Controllers Namespace
+API_NetFramework.Controllers Namespace
diff --git a/API_NetFramework/VSdoc/topic_00000000000000C4.html b/API_NetFramework/VSdoc/topic_00000000000000C4.html index 31f08654..7be46e8f 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000C4.html +++ b/API_NetFramework/VSdoc/topic_00000000000000C4.html @@ -4,7 +4,7 @@ - unterschriftResult.ExecuteAsync Method + DocumentController.GenDoc Method @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

unterschriftResult.ExecuteAsync Method

+

DocumentController.GenDoc Method

@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
Public Function ExecuteAsync( _ 
ByVal cancellationToken As CancellationToken
) As Task(Of HttpResponseMessage)
+
<HttpPost()> _ 
<Route("API/GenDoc")> _ 
Public Function GenDoc( _ 
ByVal Partnernr As String, _ 
ByVal Dokumenttypnr As String, _ 
Optional ByVal TGCreator As String = "", _ 
Optional ByVal TGResp As String = "", _ 
Optional ByVal TGUL As String = "", _ 
Optional ByVal TGUR As String = "", _ 
Optional ByVal Faksimile As String = "", _ 
Optional ByVal FoU As String = "", _ 
Optional ByVal PrintLogo As String = "" _ 
) As IHttpActionResult
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public Task<HttpResponseMessage> ExecuteAsync( 
CancellationToken cancellationToken 
)
+
[HttpPost()] 
[Route("API/GenDoc")] 
public IHttpActionResult GenDoc( 
string Partnernr
string Dokumenttypnr
string TGCreator = "", 
string TGResp = "", 
string TGUL = "", 
string TGUR = "", 
string Faksimile = "", 
string FoU = "", 
string PrintLogo = "" 
)
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public:  
Task<HttpResponseMessage^>^ ExecuteAsync( 
CancellationToken cancellationToken 
)
+
[HttpPost()] 
[Route("API/GenDoc")] 
public:  
IHttpActionResult^ GenDoc( 
String^ Partnernr
String^ Dokumenttypnr
String^ TGCreator
String^ TGResp
String^ TGUL
String^ TGUR
String^ Faksimile
String^ FoU
String^ PrintLogo 
)
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
JScript does not support generic types and methods.
+
public  
HttpPost() 
Route("API/GenDoc") 
function GenDoc( 
Partnernr : String
Dokumenttypnr : String
TGCreator : String
TGResp : String
TGUL : String
TGUR : String
Faksimile : String
FoU : String
PrintLogo : String 
) : IHttpActionResult;
This language is not supported or no code example is available.
@@ -268,14 +268,118 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));

- Parameters

+ Parameters
- cancellationToken + Partnernr
- CancellationToken + string +
+
+

+ +

+
+
+ + Dokumenttypnr + +
+
+ string +
+
+

+ +

+
+
+ + TGCreator + +
+
+ string +
+
+

+ +

+
+
+ + TGResp + +
+
+ string +
+
+

+ +

+
+
+ + TGUL + +
+
+ string +
+
+

+ +

+
+
+ + TGUR + +
+
+ string +
+
+

+ +

+
+
+ + Faksimile + +
+
+ string +
+
+

+ +

+
+
+ + FoU + +
+
+ string +
+
+

+ +

+
+
+ + PrintLogo + +
+
+ string

@@ -286,7 +390,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));

Return Value

- Task<HttpResponseMessage> + IHttpActionResult @@ -375,11 +479,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- unterschriftResult Class
+ DocumentController Class
-API_NetFramework.Controllers Namespace
+API_NetFramework.Controllers Namespace
diff --git a/API_NetFramework/VSdoc/topic_00000000000000C5.html b/API_NetFramework/VSdoc/topic_00000000000000C5.html index d72dad64..622652dc 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000C5.html +++ b/API_NetFramework/VSdoc/topic_00000000000000C5.html @@ -4,7 +4,7 @@ - WebApiApplication Class + HomeController Class @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

WebApiApplication Class

+

HomeController Class

@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
Public Class WebApiApplication 
Inherits HttpApplication
+
Public Class HomeController 
Inherits Controller
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public class WebApiApplication : HttpApplication
+
public class HomeController : Controller
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public ref class WebApiApplication : public HttpApplication^
+
public ref class HomeController : public Controller^
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
public class WebApiApplication 
extends HttpApplication
+
public class HomeController 
extends Controller
This language is not supported or no code example is available.
@@ -319,16 +319,13 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); "> - Protected method - - - +Public method - Application_Start() + Index() @@ -450,7 +447,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- API_NetFramework Namespace
+ API_NetFramework.Controllers Namespace
diff --git a/API_NetFramework/VSdoc/topic_00000000000000C5_attached_props--.html b/API_NetFramework/VSdoc/topic_00000000000000C5_attached_props--.html index 56bc39e5..999ce818 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000C5_attached_props--.html +++ b/API_NetFramework/VSdoc/topic_00000000000000C5_attached_props--.html @@ -4,7 +4,7 @@ - WebApiApplication Attached Properties + HomeController Attached Properties @@ -75,11 +75,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

WebApiApplication Attached Properties

+

HomeController Attached Properties

The following tables list the members exposed by the - WebApiApplication + HomeController type.

@@ -93,8 +93,8 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- WebApiApplication Class
- API_NetFramework Namespace
+ HomeController Class
+ API_NetFramework.Controllers Namespace
diff --git a/API_NetFramework/VSdoc/topic_00000000000000C5_events--.html b/API_NetFramework/VSdoc/topic_00000000000000C5_events--.html index 895b5e6b..bc1ea5ad 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000C5_events--.html +++ b/API_NetFramework/VSdoc/topic_00000000000000C5_events--.html @@ -4,7 +4,7 @@ - WebApiApplication Events + HomeController Events @@ -75,11 +75,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

WebApiApplication Events

+

HomeController Events

The following tables list the members exposed by the - WebApiApplication + HomeController type.

@@ -93,8 +93,8 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- WebApiApplication Class
- API_NetFramework Namespace
+ HomeController Class
+ API_NetFramework.Controllers Namespace
diff --git a/API_NetFramework/VSdoc/topic_00000000000000C5_methods--.html b/API_NetFramework/VSdoc/topic_00000000000000C5_methods--.html index 3bae16f9..81fdedfe 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000C5_methods--.html +++ b/API_NetFramework/VSdoc/topic_00000000000000C5_methods--.html @@ -4,7 +4,7 @@ - WebApiApplication Methods + HomeController Methods @@ -75,11 +75,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

WebApiApplication Methods

+

HomeController Methods

The following tables list the members exposed by the - WebApiApplication + HomeController type.

@@ -113,16 +113,13 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); "> - Protected method - - - +Public method - Application_Start() + Index() @@ -166,8 +163,8 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- WebApiApplication Class
- API_NetFramework Namespace
+ HomeController Class
+ API_NetFramework.Controllers Namespace
diff --git a/API_NetFramework/VSdoc/topic_00000000000000C5_props--.html b/API_NetFramework/VSdoc/topic_00000000000000C5_props--.html index a4df0e81..486d57ab 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000C5_props--.html +++ b/API_NetFramework/VSdoc/topic_00000000000000C5_props--.html @@ -4,7 +4,7 @@ - WebApiApplication Properties + HomeController Properties @@ -75,11 +75,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

WebApiApplication Properties

+

HomeController Properties

The following tables list the members exposed by the - WebApiApplication + HomeController type.

@@ -93,8 +93,8 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- WebApiApplication Class
- API_NetFramework Namespace
+ HomeController Class
+ API_NetFramework.Controllers Namespace
diff --git a/API_NetFramework/VSdoc/topic_00000000000000C5_vars--.html b/API_NetFramework/VSdoc/topic_00000000000000C5_vars--.html index 08af636f..bf82852d 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000C5_vars--.html +++ b/API_NetFramework/VSdoc/topic_00000000000000C5_vars--.html @@ -4,7 +4,7 @@ - WebApiApplication Fields + HomeController Fields @@ -76,11 +76,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

WebApiApplication Fields

+

HomeController Fields

The following tables list the members exposed by the - WebApiApplication + HomeController type.

@@ -94,8 +94,8 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- WebApiApplication Class
- API_NetFramework Namespace
+ HomeController Class
+ API_NetFramework.Controllers Namespace
diff --git a/API_NetFramework/VSdoc/topic_00000000000000C6.html b/API_NetFramework/VSdoc/topic_00000000000000C6.html index 5e4b3a6c..0cb75618 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000C6.html +++ b/API_NetFramework/VSdoc/topic_00000000000000C6.html @@ -4,7 +4,7 @@ - WebApiApplication.Application_Start Method + HomeController.Index Method @@ -74,16 +74,16 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

WebApiApplication.Application_Start Method

+

HomeController.Index Method

@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
Protected Sub Application_Start()
+
Public Function Index() As ActionResult
This language is not supported or no code example is available.
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
protected void Application_Start()
+
public ActionResult Index()
This language is not supported or no code example is available.
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
protected:  
void Application_Start()
+
public:  
ActionResult^ Index()
This language is not supported or no code example is available.
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
protected function Application_Start();
+
public function Index() : ActionResult;
This language is not supported or no code example is available.
@@ -268,6 +268,10 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); +

+ Return Value

+ ActionResult + @@ -355,11 +359,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- WebApiApplication Class
+ HomeController Class
-API_NetFramework Namespace
+API_NetFramework.Controllers Namespace
diff --git a/API_NetFramework/VSdoc/topic_00000000000000C7.html b/API_NetFramework/VSdoc/topic_00000000000000C7.html index b6d9ce21..803ff45d 100644 --- a/API_NetFramework/VSdoc/topic_00000000000000C7.html +++ b/API_NetFramework/VSdoc/topic_00000000000000C7.html @@ -4,7 +4,7 @@ - API_NetFramework Reference + OnDocAPI_NetFramework.Controllers Namespace @@ -74,10 +74,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-

API_NetFramework Reference

+

OnDocAPI_NetFramework.Controllers Namespace

@@ -116,20 +117,6 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); - - - - - - - - - - - - - - @@ -139,11 +126,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
-
+
@@ -155,16 +142,20 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml')); + + - - - - - - - - -
- Namespace - + Public class + + + - API_NetFramework + TokenController @@ -172,102 +163,90 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
- Namespace - - - API_NetFramework.Areas.HelpPage - + + -
- Namespace - - - API_NetFramework.Areas.HelpPage.Controllers - + +
+ + Top + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - Namespace - - - - API_NetFramework.Areas.HelpPage.ModelDescriptions - - - - - - - Namespace - - - - API_NetFramework.Areas.HelpPage.Models - - - - - - - Namespace - - - - API_NetFramework.Controllers - - + + + + +
+
+ Applies to +
 
+
+ +
+

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
- - - - - Top - + + + + + +
+
diff --git a/API_NetFramework/VSdoc/topic_00000000000000C8.html b/API_NetFramework/VSdoc/topic_00000000000000C8.html new file mode 100644 index 00000000..4c9564bf --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000C8.html @@ -0,0 +1,476 @@ + + + + + + + TokenController Class + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+
+
+
+
+
+
+ +
+

TokenController Class

+ + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
Public Class TokenController 
Inherits ApiController
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public class TokenController : ApiController
+
+
+
This language is not supported or no code example is available.
+
+
+
+ + +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public ref class TokenController : public ApiController^
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public class TokenController 
extends ApiController
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+ + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + +
+
+ Methods +
 
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+ Name + + Description +
+Public method + + + + + TokenGenerator(string, string) + + + + + +
+ + + Top + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Applies to +
 
+
+ +
+

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
+ + + + + + + + + + + + +
+
+ + +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000C8_attached_props--.html b/API_NetFramework/VSdoc/topic_00000000000000C8_attached_props--.html new file mode 100644 index 00000000..7a00b3cd --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000C8_attached_props--.html @@ -0,0 +1,123 @@ + + + + + + + TokenController Attached Properties + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

TokenController Attached Properties

+

+

+ The following tables list the members exposed by the + TokenController + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000C8_events--.html b/API_NetFramework/VSdoc/topic_00000000000000C8_events--.html new file mode 100644 index 00000000..b824980e --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000C8_events--.html @@ -0,0 +1,123 @@ + + + + + + + TokenController Events + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

TokenController Events

+

+

+ The following tables list the members exposed by the + TokenController + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000C8_methods--.html b/API_NetFramework/VSdoc/topic_00000000000000C8_methods--.html new file mode 100644 index 00000000..43ce59b2 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000C8_methods--.html @@ -0,0 +1,193 @@ + + + + + + + TokenController Methods + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

TokenController Methods

+

+

+ The following tables list the members exposed by the + TokenController + type. +

+ + + + + +
+
+ Methods +
 
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+ Name + + Description +
+Public method + + + + + TokenGenerator(string, string) + + + + + +
+ + + Top + + +
+
+ + + + + + + + + + + + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000C8_props--.html b/API_NetFramework/VSdoc/topic_00000000000000C8_props--.html new file mode 100644 index 00000000..8767c751 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000C8_props--.html @@ -0,0 +1,123 @@ + + + + + + + TokenController Properties + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

TokenController Properties

+

+

+ The following tables list the members exposed by the + TokenController + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000C8_vars--.html b/API_NetFramework/VSdoc/topic_00000000000000C8_vars--.html new file mode 100644 index 00000000..7e7ceef5 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000C8_vars--.html @@ -0,0 +1,123 @@ + + + + + + + TokenController Fields + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

TokenController Fields

+

+

+ The following tables list the members exposed by the + TokenController + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + diff --git a/API_NetFramework/VSdoc/topic_00000000000000C9.html b/API_NetFramework/VSdoc/topic_00000000000000C9.html new file mode 100644 index 00000000..e8ec494d --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000C9.html @@ -0,0 +1,421 @@ + + + + + + + TokenController.TokenGenerator Method + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+
+
+
+
+
+
+ +
+

TokenController.TokenGenerator Method

+ + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
<HttpGet()> _ 
<Route("API/Tokengenerator)")> _ 
Public Function TokenGenerator( _ 
ByVal function As String, _ 
ByVal pathphrase As String
) As IHttpActionResult
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
[HttpGet()] 
[Route("API/Tokengenerator)")] 
public IHttpActionResult TokenGenerator( 
string function
string pathphrase 
)
+
+
+
This language is not supported or no code example is available.
+
+
+
+ + +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
[HttpGet()] 
[Route("API/Tokengenerator)")] 
public:  
IHttpActionResult^ TokenGenerator( 
String^ function
String^ pathphrase 
)
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public  
HttpGet() 
Route("API/Tokengenerator)") 
function TokenGenerator( 
function : String
pathphrase : String 
) : IHttpActionResult;
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+ + +

+ Parameters

+
+ + function + +
+
+ string +
+
+

+ +

+
+
+ + pathphrase + +
+
+ string +
+
+

+ +

+ +

+ +

+ Return Value

+ IHttpActionResult + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Applies to +
 
+
+ +
+

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
+ + + + + + + + + + + + +
+
+ + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000CA.html b/API_NetFramework/VSdoc/topic_00000000000000CA.html new file mode 100644 index 00000000..36e02c4f --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000CA.html @@ -0,0 +1,504 @@ + + + + + + + IFileService Interface + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+
+
+
+
+
+
+ +
+

IFileService Interface

+ + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
Public Interface IFileService
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public interface IFileService
+
+
+
This language is not supported or no code example is available.
+
+
+
+ + +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public interface class IFileService
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public interface IFileService
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+ + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + +
+
+ Methods +
 
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Name + + Description +
+Public method + + + + + GetImageAsByteArray() + + + + + +
+Public method + + + + + GetImageAsStream() + + + + + +
+ + + Top + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Applies to +
 
+
+ +
+

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
+ + + + + + + + + + + + +
+
+ +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000CA_attached_props--.html b/API_NetFramework/VSdoc/topic_00000000000000CA_attached_props--.html new file mode 100644 index 00000000..1dbfaec3 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000CA_attached_props--.html @@ -0,0 +1,123 @@ + + + + + + + IFileService Attached Properties + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

IFileService Attached Properties

+

+

+ The following tables list the members exposed by the + IFileService + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000CA_events--.html b/API_NetFramework/VSdoc/topic_00000000000000CA_events--.html new file mode 100644 index 00000000..69d0dc96 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000CA_events--.html @@ -0,0 +1,123 @@ + + + + + + + IFileService Events + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

IFileService Events

+

+

+ The following tables list the members exposed by the + IFileService + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000CA_methods--.html b/API_NetFramework/VSdoc/topic_00000000000000CA_methods--.html new file mode 100644 index 00000000..6b17509a --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000CA_methods--.html @@ -0,0 +1,222 @@ + + + + + + + IFileService Methods + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

IFileService Methods

+

+

+ The following tables list the members exposed by the + IFileService + type. +

+ + + + + +
+
+ Methods +
 
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Name + + Description +
+Public method + + + + + GetImageAsByteArray() + + + + + +
+Public method + + + + + GetImageAsStream() + + + + + +
+ + + Top + + +
+
+ + + + + + + + + + + + + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000CA_props--.html b/API_NetFramework/VSdoc/topic_00000000000000CA_props--.html new file mode 100644 index 00000000..a7a42377 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000CA_props--.html @@ -0,0 +1,123 @@ + + + + + + + IFileService Properties + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

IFileService Properties

+

+

+ The following tables list the members exposed by the + IFileService + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000CA_vars--.html b/API_NetFramework/VSdoc/topic_00000000000000CA_vars--.html new file mode 100644 index 00000000..9c331885 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000CA_vars--.html @@ -0,0 +1,123 @@ + + + + + + + IFileService Fields + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

IFileService Fields

+

+

+ The following tables list the members exposed by the + IFileService + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + diff --git a/API_NetFramework/VSdoc/topic_00000000000000CB.html b/API_NetFramework/VSdoc/topic_00000000000000CB.html new file mode 100644 index 00000000..16ad8eec --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000CB.html @@ -0,0 +1,392 @@ + + + + + + + IFileService.GetImageAsStream Method + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+
+
+
+
+
+
+ +
+

IFileService.GetImageAsStream Method

+ + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
Function GetImageAsStream() As Stream
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
Stream GetImageAsStream()
+
+
+
This language is not supported or no code example is available.
+
+
+
+ + +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
 
Stream^ GetImageAsStream()
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
function GetImageAsStream() : Stream;
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+ + + +

+ Return Value

+ Stream + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Applies to +
 
+
+ +
+

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
+ + + + + + + + + + + + +
+
+ + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000CC.html b/API_NetFramework/VSdoc/topic_00000000000000CC.html new file mode 100644 index 00000000..85c1309a --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000CC.html @@ -0,0 +1,392 @@ + + + + + + + IFileService.GetImageAsByteArray Method + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+
+
+
+
+
+
+ +
+

IFileService.GetImageAsByteArray Method

+ + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
Function GetImageAsByteArray() As Byte()
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
byte[] GetImageAsByteArray()
+
+
+
This language is not supported or no code example is available.
+
+
+
+ + +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
 
array< Byte >^ GetImageAsByteArray()
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
function GetImageAsByteArray() : byte[];
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+ + + +

+ Return Value

+ byte[] + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Applies to +
 
+
+ +
+

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
+ + + + + + + + + + + + +
+
+ + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000CD.html b/API_NetFramework/VSdoc/topic_00000000000000CD.html new file mode 100644 index 00000000..97dce5e7 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000CD.html @@ -0,0 +1,454 @@ + + + + + + + Image Class + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+
+
+
+
+
+
+ +
+

Image Class

+ + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
Public Class Image
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public static class Image
+
+
+
This language is not supported or no code example is available.
+
+
+
+ + +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public ref class Image 
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public class Image
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+ + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Fields +
 
+
+ +
+ + + + + + + + + + + + + +
+ Name + + Description +
+ Public field + + + + + Base64Image + + + + +
+ + + Top + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Applies to +
 
+
+ +
+

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
+ + + + + + + + + + + + +
+
+ + +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000CD_attached_props--.html b/API_NetFramework/VSdoc/topic_00000000000000CD_attached_props--.html new file mode 100644 index 00000000..7b5eb41a --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000CD_attached_props--.html @@ -0,0 +1,123 @@ + + + + + + + Image Attached Properties + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

Image Attached Properties

+

+

+ The following tables list the members exposed by the + Image + type. +

+ + + +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000CD_events--.html b/API_NetFramework/VSdoc/topic_00000000000000CD_events--.html new file mode 100644 index 00000000..7b147360 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000CD_events--.html @@ -0,0 +1,123 @@ + + + + + + + Image Events + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

Image Events

+

+

+ The following tables list the members exposed by the + Image + type. +

+ + + +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000CD_methods--.html b/API_NetFramework/VSdoc/topic_00000000000000CD_methods--.html new file mode 100644 index 00000000..da732272 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000CD_methods--.html @@ -0,0 +1,125 @@ + + + + + + + Image Methods + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

Image Methods

+

+

+ The following tables list the members exposed by the + Image + type. +

+ + + + + +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000CD_props--.html b/API_NetFramework/VSdoc/topic_00000000000000CD_props--.html new file mode 100644 index 00000000..6f602db7 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000CD_props--.html @@ -0,0 +1,123 @@ + + + + + + + Image Properties + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

Image Properties

+

+

+ The following tables list the members exposed by the + Image + type. +

+ + + +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000CD_vars--.html b/API_NetFramework/VSdoc/topic_00000000000000CD_vars--.html new file mode 100644 index 00000000..3adf896c --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000CD_vars--.html @@ -0,0 +1,169 @@ + + + + + + + Image Fields + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

Image Fields

+

+

+ The following tables list the members exposed by the + Image + type. +

+ +
+
+ Fields +
 
+
+ +
+ + + + + + + + + + + + + +
+ Name + + Description +
+ Public field + + + + + Base64Image + + + + +
+ + + Top + + +
+
+ + +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + diff --git a/API_NetFramework/VSdoc/topic_00000000000000CE.html b/API_NetFramework/VSdoc/topic_00000000000000CE.html new file mode 100644 index 00000000..edec3dc7 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000CE.html @@ -0,0 +1,391 @@ + + + + + + + Base64Image Field + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+
+
+
+
+
+
+ +
+

Base64Image Field

+ + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
Public Const Base64Image As String = "/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsNFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wAARCAFIArsDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD9UKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo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gAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA//9k="
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public const string Base64Image = @"/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsNFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wAARCAFIArsDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD9UKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo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gAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA//9k="
+
+
+
This language is not supported or no code example is available.
+
+
+
+ + +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public:  
const String^ Base64Image = "/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsNFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wAARCAFIArsDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD9UKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo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gAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA//9k=";
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public const Base64Image : String = "/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsNFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wAARCAFIArsDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD9UKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo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gAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA//9k="
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+ + + +

+ Field Value

+ string + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Applies to +
 
+
+ +
+

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
+ + + + + + + + + + + + +
+
+ +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + diff --git a/API_NetFramework/VSdoc/topic_00000000000000CF.html b/API_NetFramework/VSdoc/topic_00000000000000CF.html new file mode 100644 index 00000000..5f1fd300 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000CF.html @@ -0,0 +1,505 @@ + + + + + + + UnterschriftController Class + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+
+
+
+
+
+
+ +
+

UnterschriftController Class

+ + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
Public Class UnterschriftController 
Inherits ApiController
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public class UnterschriftController : ApiController
+
+
+
This language is not supported or no code example is available.
+
+
+
+ + +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public ref class UnterschriftController : public ApiController^
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public class UnterschriftController 
extends ApiController
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+ + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + +
+
+ Methods +
 
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Name + + Description +
+Public method + + + + + GetUnterschrift(string) + + + + + +
+Public method + + + + + GetUnterschriftAsBase64(string) + + + + + +
+ + + Top + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Applies to +
 
+
+ +
+

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
+ + + + + + + + + + + + +
+
+ + +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000CF_attached_props--.html b/API_NetFramework/VSdoc/topic_00000000000000CF_attached_props--.html new file mode 100644 index 00000000..16f0361a --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000CF_attached_props--.html @@ -0,0 +1,123 @@ + + + + + + + UnterschriftController Attached Properties + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

UnterschriftController Attached Properties

+

+

+ The following tables list the members exposed by the + UnterschriftController + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000CF_events--.html b/API_NetFramework/VSdoc/topic_00000000000000CF_events--.html new file mode 100644 index 00000000..26ffe1bb --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000CF_events--.html @@ -0,0 +1,123 @@ + + + + + + + UnterschriftController Events + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

UnterschriftController Events

+

+

+ The following tables list the members exposed by the + UnterschriftController + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000CF_methods--.html b/API_NetFramework/VSdoc/topic_00000000000000CF_methods--.html new file mode 100644 index 00000000..f5d9cdd4 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000CF_methods--.html @@ -0,0 +1,222 @@ + + + + + + + UnterschriftController Methods + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

UnterschriftController Methods

+

+

+ The following tables list the members exposed by the + UnterschriftController + type. +

+ + + + + +
+
+ Methods +
 
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Name + + Description +
+Public method + + + + + GetUnterschrift(string) + + + + + +
+Public method + + + + + GetUnterschriftAsBase64(string) + + + + + +
+ + + Top + + +
+
+ + + + + + + + + + + + + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000CF_props--.html b/API_NetFramework/VSdoc/topic_00000000000000CF_props--.html new file mode 100644 index 00000000..e926228b --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000CF_props--.html @@ -0,0 +1,123 @@ + + + + + + + UnterschriftController Properties + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

UnterschriftController Properties

+

+

+ The following tables list the members exposed by the + UnterschriftController + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000CF_vars--.html b/API_NetFramework/VSdoc/topic_00000000000000CF_vars--.html new file mode 100644 index 00000000..c8d97c31 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000CF_vars--.html @@ -0,0 +1,123 @@ + + + + + + + UnterschriftController Fields + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

UnterschriftController Fields

+

+

+ The following tables list the members exposed by the + UnterschriftController + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + diff --git a/API_NetFramework/VSdoc/topic_00000000000000D0.html b/API_NetFramework/VSdoc/topic_00000000000000D0.html new file mode 100644 index 00000000..89c19e1d --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000D0.html @@ -0,0 +1,408 @@ + + + + + + + UnterschriftController.GetUnterschriftAsBase64 Method + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+
+
+
+
+
+
+ +
+

UnterschriftController.GetUnterschriftAsBase64 Method

+ + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
<HttpGet()> _ 
<Route("API/GetUnterschriftAsBase64")> _ 
Public Function GetUnterschriftAsBase64( _ 
ByVal TGNummer As String
) As IHttpActionResult
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
[HttpGet()] 
[Route("API/GetUnterschriftAsBase64")] 
public IHttpActionResult GetUnterschriftAsBase64( 
string TGNummer 
)
+
+
+
This language is not supported or no code example is available.
+
+
+
+ + +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
[HttpGet()] 
[Route("API/GetUnterschriftAsBase64")] 
public:  
IHttpActionResult^ GetUnterschriftAsBase64( 
String^ TGNummer 
)
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public  
HttpGet() 
Route("API/GetUnterschriftAsBase64") 
function GetUnterschriftAsBase64( 
TGNummer : String 
) : IHttpActionResult;
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+ + +

+ Parameters

+
+ + TGNummer + +
+
+ string +
+
+

+ +

+ +

+ +

+ Return Value

+ IHttpActionResult + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Applies to +
 
+
+ +
+

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
+ + + + + + + + + + + + +
+
+ + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000D1.html b/API_NetFramework/VSdoc/topic_00000000000000D1.html new file mode 100644 index 00000000..2bc2839e --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000D1.html @@ -0,0 +1,408 @@ + + + + + + + UnterschriftController.GetUnterschrift Method + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+
+
+
+
+
+
+ +
+

UnterschriftController.GetUnterschrift Method

+ + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
<HttpGet()> _ 
<Route("API/GetUnterschrift")> _ 
Public Function GetUnterschrift( _ 
ByVal TGNummer As String
) As IHttpActionResult
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
[HttpGet()] 
[Route("API/GetUnterschrift")] 
public IHttpActionResult GetUnterschrift( 
string TGNummer 
)
+
+
+
This language is not supported or no code example is available.
+
+
+
+ + +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
[HttpGet()] 
[Route("API/GetUnterschrift")] 
public:  
IHttpActionResult^ GetUnterschrift( 
String^ TGNummer 
)
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public  
HttpGet() 
Route("API/GetUnterschrift") 
function GetUnterschrift( 
TGNummer : String 
) : IHttpActionResult;
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+ + +

+ Parameters

+
+ + TGNummer + +
+
+ string +
+
+

+ +

+ +

+ +

+ Return Value

+ IHttpActionResult + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Applies to +
 
+
+ +
+

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
+ + + + + + + + + + + + +
+
+ + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000D2.html b/API_NetFramework/VSdoc/topic_00000000000000D2.html new file mode 100644 index 00000000..48904424 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000D2.html @@ -0,0 +1,527 @@ + + + + + + + FileResult Class + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+
+
+
+
+
+
+ +
+

FileResult Class

+ + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
Public Class FileResult 
Implements IHttpActionResult
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public class FileResult : IHttpActionResult
+
+
+
This language is not supported or no code example is available.
+
+
+
+ + +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public ref class FileResult  : public IHttpActionResult^
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public class FileResult 
implements IHttpActionResult
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+ + + + + + + + + + + + + + + + +
+
+ + + +
+
+ Constructors +
 
+
+ +
+ + + + + + + + + + + + + + + + + +
+ Name + + Description +
+ Public constructor + + + + + FileResult(string, string) + + + + + +
+ + + Top + + +
+
+ + + + + + + +
+
+ Methods +
 
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+ Name + + Description +
+Public method + + + + + ExecuteAsync(CancellationToken) + + + + + +
+ + + Top + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Applies to +
 
+
+ +
+

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
+ + + + + + + + + + + + +
+
+ + +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000D2_attached_props--.html b/API_NetFramework/VSdoc/topic_00000000000000D2_attached_props--.html new file mode 100644 index 00000000..ca27ca69 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000D2_attached_props--.html @@ -0,0 +1,123 @@ + + + + + + + FileResult Attached Properties + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

FileResult Attached Properties

+

+

+ The following tables list the members exposed by the + FileResult + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000D2_events--.html b/API_NetFramework/VSdoc/topic_00000000000000D2_events--.html new file mode 100644 index 00000000..2731d9a7 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000D2_events--.html @@ -0,0 +1,123 @@ + + + + + + + FileResult Events + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

FileResult Events

+

+

+ The following tables list the members exposed by the + FileResult + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000D2_methods--.html b/API_NetFramework/VSdoc/topic_00000000000000D2_methods--.html new file mode 100644 index 00000000..e81c8327 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000D2_methods--.html @@ -0,0 +1,193 @@ + + + + + + + FileResult Methods + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

FileResult Methods

+

+

+ The following tables list the members exposed by the + FileResult + type. +

+ + + + + +
+
+ Methods +
 
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+ Name + + Description +
+Public method + + + + + ExecuteAsync(CancellationToken) + + + + + +
+ + + Top + + +
+
+ + + + + + + + + + + + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000D2_props--.html b/API_NetFramework/VSdoc/topic_00000000000000D2_props--.html new file mode 100644 index 00000000..c2413fcd --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000D2_props--.html @@ -0,0 +1,123 @@ + + + + + + + FileResult Properties + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

FileResult Properties

+

+

+ The following tables list the members exposed by the + FileResult + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000D2_vars--.html b/API_NetFramework/VSdoc/topic_00000000000000D2_vars--.html new file mode 100644 index 00000000..7fc28627 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000D2_vars--.html @@ -0,0 +1,123 @@ + + + + + + + FileResult Fields + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

FileResult Fields

+

+

+ The following tables list the members exposed by the + FileResult + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + diff --git a/API_NetFramework/VSdoc/topic_00000000000000D3.html b/API_NetFramework/VSdoc/topic_00000000000000D3.html new file mode 100644 index 00000000..203f5ec4 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000D3.html @@ -0,0 +1,417 @@ + + + + + + + FileResult Constructor + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+
+
+
+
+
+
+ +
+

FileResult Constructor

+ + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
Public Sub New( _ 
ByVal filePath As String, _ 
Optional ByVal contentType As String = null _ 
)
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public FileResult( 
string filePath
string contentType = null 
)
+
+
+
This language is not supported or no code example is available.
+
+
+
+ + +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public:  
FileResult( 
String^ filePath
String^ contentType 
)
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public function FileResult( 
filePath : String
contentType : String 
);
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+ + +

+ Parameters

+
+ + filePath + +
+
+ string +
+
+

+ +

+
+
+ + contentType + +
+
+ string +
+
+

+ +

+ +

+ + + + + + + + + + + + + + + +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Applies to +
 
+
+ +
+

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
+ + + + + + + + + + + + +
+
+ +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000D4.html b/API_NetFramework/VSdoc/topic_00000000000000D4.html new file mode 100644 index 00000000..0ef0a106 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000D4.html @@ -0,0 +1,408 @@ + + + + + + + FileResult.ExecuteAsync Method + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+
+
+
+
+
+
+ +
+

FileResult.ExecuteAsync Method

+ + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
Public Function ExecuteAsync( _ 
ByVal cancellationToken As CancellationToken
) As Task(Of HttpResponseMessage)
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public Task<HttpResponseMessage> ExecuteAsync( 
CancellationToken cancellationToken 
)
+
+
+
This language is not supported or no code example is available.
+
+
+
+ + +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public:  
Task<HttpResponseMessage^>^ ExecuteAsync( 
CancellationToken cancellationToken 
)
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
JScript does not support generic types and methods.
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+ + +

+ Parameters

+
+ + cancellationToken + +
+
+ CancellationToken +
+
+

+ +

+ +

+ +

+ Return Value

+ Task<HttpResponseMessage> + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Applies to +
 
+
+ +
+

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
+ + + + + + + + + + + + +
+
+ +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000D5.html b/API_NetFramework/VSdoc/topic_00000000000000D5.html new file mode 100644 index 00000000..94b70de7 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000D5.html @@ -0,0 +1,505 @@ + + + + + + + FileService Class + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+
+
+
+
+
+
+ +
+

FileService Class

+ + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
Public Class FileService 
Implements IFileService
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public class FileService : IFileService
+
+
+
This language is not supported or no code example is available.
+
+
+
+ + +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public ref class FileService  : public IFileService^
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public class FileService 
implements IFileService
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+ + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + +
+
+ Methods +
 
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Name + + Description +
+Public method + + + + + GetImageAsByteArray() + + + + + +
+Public method + + + + + GetImageAsStream() + + + + + +
+ + + Top + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Applies to +
 
+
+ +
+

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
+ + + + + + + + + + + + +
+
+ + +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000D5_attached_props--.html b/API_NetFramework/VSdoc/topic_00000000000000D5_attached_props--.html new file mode 100644 index 00000000..f56d56d5 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000D5_attached_props--.html @@ -0,0 +1,123 @@ + + + + + + + FileService Attached Properties + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

FileService Attached Properties

+

+

+ The following tables list the members exposed by the + FileService + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000D5_events--.html b/API_NetFramework/VSdoc/topic_00000000000000D5_events--.html new file mode 100644 index 00000000..05ae2480 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000D5_events--.html @@ -0,0 +1,123 @@ + + + + + + + FileService Events + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

FileService Events

+

+

+ The following tables list the members exposed by the + FileService + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000D5_methods--.html b/API_NetFramework/VSdoc/topic_00000000000000D5_methods--.html new file mode 100644 index 00000000..9d9667c8 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000D5_methods--.html @@ -0,0 +1,222 @@ + + + + + + + FileService Methods + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

FileService Methods

+

+

+ The following tables list the members exposed by the + FileService + type. +

+ + + + + +
+
+ Methods +
 
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Name + + Description +
+Public method + + + + + GetImageAsByteArray() + + + + + +
+Public method + + + + + GetImageAsStream() + + + + + +
+ + + Top + + +
+
+ + + + + + + + + + + + + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000D5_props--.html b/API_NetFramework/VSdoc/topic_00000000000000D5_props--.html new file mode 100644 index 00000000..e2a7dcc1 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000D5_props--.html @@ -0,0 +1,123 @@ + + + + + + + FileService Properties + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

FileService Properties

+

+

+ The following tables list the members exposed by the + FileService + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000D5_vars--.html b/API_NetFramework/VSdoc/topic_00000000000000D5_vars--.html new file mode 100644 index 00000000..03eb7915 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000D5_vars--.html @@ -0,0 +1,123 @@ + + + + + + + FileService Fields + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

FileService Fields

+

+

+ The following tables list the members exposed by the + FileService + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + diff --git a/API_NetFramework/VSdoc/topic_00000000000000D6.html b/API_NetFramework/VSdoc/topic_00000000000000D6.html new file mode 100644 index 00000000..e72c1c0a --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000D6.html @@ -0,0 +1,392 @@ + + + + + + + FileService.GetImageAsStream Method + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+
+
+
+
+
+
+ +
+

FileService.GetImageAsStream Method

+ + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
Public Function GetImageAsStream() As Stream
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public Stream GetImageAsStream()
+
+
+
This language is not supported or no code example is available.
+
+
+
+ + +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public:  
Stream^ GetImageAsStream()
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public function GetImageAsStream() : Stream;
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+ + + +

+ Return Value

+ Stream + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Applies to +
 
+
+ +
+

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
+ + + + + + + + + + + + +
+
+ +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000D7.html b/API_NetFramework/VSdoc/topic_00000000000000D7.html new file mode 100644 index 00000000..193d2b54 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000D7.html @@ -0,0 +1,392 @@ + + + + + + + FileService.GetImageAsByteArray Method + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+
+
+
+
+
+
+ +
+

FileService.GetImageAsByteArray Method

+ + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
Public Function GetImageAsByteArray() As Byte()
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public byte[] GetImageAsByteArray()
+
+
+
This language is not supported or no code example is available.
+
+
+
+ + +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public:  
array< Byte >^ GetImageAsByteArray()
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public function GetImageAsByteArray() : byte[];
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+ + + +

+ Return Value

+ byte[] + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Applies to +
 
+
+ +
+

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
+ + + + + + + + + + + + +
+
+ +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000D8.html b/API_NetFramework/VSdoc/topic_00000000000000D8.html new file mode 100644 index 00000000..48d03860 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000D8.html @@ -0,0 +1,527 @@ + + + + + + + unterschriftResult Class + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+
+
+
+
+
+
+ +
+

unterschriftResult Class

+ + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
Public Class unterschriftResult 
Implements IHttpActionResult
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public class unterschriftResult : IHttpActionResult
+
+
+
This language is not supported or no code example is available.
+
+
+
+ + +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public ref class unterschriftResult  : public IHttpActionResult^
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public class unterschriftResult 
implements IHttpActionResult
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+ + + + + + + + + + + + + + + + +
+
+ + + +
+
+ Constructors +
 
+
+ +
+ + + + + + + + + + + + + + + + + +
+ Name + + Description +
+ Public constructor + + + + + unterschriftResult(MemoryStream, HttpRequestMessage, string) + + + + + +
+ + + Top + + +
+
+ + + + + + + +
+
+ Methods +
 
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+ Name + + Description +
+Public method + + + + + ExecuteAsync(CancellationToken) + + + + + +
+ + + Top + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Applies to +
 
+
+ +
+

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
+ + + + + + + + + + + + +
+
+ + +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000D8_attached_props--.html b/API_NetFramework/VSdoc/topic_00000000000000D8_attached_props--.html new file mode 100644 index 00000000..b7bfd1c0 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000D8_attached_props--.html @@ -0,0 +1,123 @@ + + + + + + + unterschriftResult Attached Properties + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

unterschriftResult Attached Properties

+

+

+ The following tables list the members exposed by the + unterschriftResult + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000D8_events--.html b/API_NetFramework/VSdoc/topic_00000000000000D8_events--.html new file mode 100644 index 00000000..fca7633b --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000D8_events--.html @@ -0,0 +1,123 @@ + + + + + + + unterschriftResult Events + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

unterschriftResult Events

+

+

+ The following tables list the members exposed by the + unterschriftResult + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000D8_methods--.html b/API_NetFramework/VSdoc/topic_00000000000000D8_methods--.html new file mode 100644 index 00000000..dd602693 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000D8_methods--.html @@ -0,0 +1,193 @@ + + + + + + + unterschriftResult Methods + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

unterschriftResult Methods

+

+

+ The following tables list the members exposed by the + unterschriftResult + type. +

+ + + + + +
+
+ Methods +
 
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+ Name + + Description +
+Public method + + + + + ExecuteAsync(CancellationToken) + + + + + +
+ + + Top + + +
+
+ + + + + + + + + + + + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000D8_props--.html b/API_NetFramework/VSdoc/topic_00000000000000D8_props--.html new file mode 100644 index 00000000..5bf78fee --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000D8_props--.html @@ -0,0 +1,123 @@ + + + + + + + unterschriftResult Properties + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

unterschriftResult Properties

+

+

+ The following tables list the members exposed by the + unterschriftResult + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000D8_vars--.html b/API_NetFramework/VSdoc/topic_00000000000000D8_vars--.html new file mode 100644 index 00000000..fadac2ff --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000D8_vars--.html @@ -0,0 +1,123 @@ + + + + + + + unterschriftResult Fields + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

unterschriftResult Fields

+

+

+ The following tables list the members exposed by the + unterschriftResult + type. +

+ + + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + diff --git a/API_NetFramework/VSdoc/topic_00000000000000D9.html b/API_NetFramework/VSdoc/topic_00000000000000D9.html new file mode 100644 index 00000000..5bec4c01 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000D9.html @@ -0,0 +1,430 @@ + + + + + + + unterschriftResult Constructor + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+
+
+
+
+
+
+ +
+

unterschriftResult Constructor

+ + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
Public Sub New( _ 
ByVal data As MemoryStream, _ 
ByVal request As HttpRequestMessage, _ 
ByVal filename As String
)
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public unterschriftResult( 
MemoryStream data
HttpRequestMessage request
string filename 
)
+
+
+
This language is not supported or no code example is available.
+
+
+
+ + +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public:  
unterschriftResult( 
MemoryStream^ data
HttpRequestMessage^ request
String^ filename 
)
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public function unterschriftResult( 
data : MemoryStream
request : HttpRequestMessage
filename : String 
);
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+ + +

+ Parameters

+
+ + data + +
+
+ MemoryStream +
+
+

+ +

+
+
+ + request + +
+
+ HttpRequestMessage +
+
+

+ +

+
+
+ + filename + +
+
+ string +
+
+

+ +

+ +

+ + + + + + + + + + + + + + + +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Applies to +
 
+
+ +
+

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
+ + + + + + + + + + + + +
+
+ + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000DA.html b/API_NetFramework/VSdoc/topic_00000000000000DA.html new file mode 100644 index 00000000..9c63e191 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000DA.html @@ -0,0 +1,408 @@ + + + + + + + unterschriftResult.ExecuteAsync Method + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+
+
+
+
+
+
+ +
+

unterschriftResult.ExecuteAsync Method

+ + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
Public Function ExecuteAsync( _ 
ByVal cancellationToken As CancellationToken
) As Task(Of HttpResponseMessage)
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public Task<HttpResponseMessage> ExecuteAsync( 
CancellationToken cancellationToken 
)
+
+
+
This language is not supported or no code example is available.
+
+
+
+ + +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public:  
Task<HttpResponseMessage^>^ ExecuteAsync( 
CancellationToken cancellationToken 
)
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
JScript does not support generic types and methods.
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+ + +

+ Parameters

+
+ + cancellationToken + +
+
+ CancellationToken +
+
+

+ +

+ +

+ +

+ Return Value

+ Task<HttpResponseMessage> + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Applies to +
 
+
+ +
+

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
+ + + + + + + + + + + + +
+
+ + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000DB.html b/API_NetFramework/VSdoc/topic_00000000000000DB.html new file mode 100644 index 00000000..a71d305d --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000DB.html @@ -0,0 +1,479 @@ + + + + + + + WebApiApplication Class + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+
+
+
+
+
+
+ +
+

WebApiApplication Class

+ + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
Public Class WebApiApplication 
Inherits HttpApplication
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public class WebApiApplication : HttpApplication
+
+
+
This language is not supported or no code example is available.
+
+
+
+ + +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public ref class WebApiApplication : public HttpApplication^
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public class WebApiApplication 
extends HttpApplication
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+ + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + +
+
+ Methods +
 
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+ Name + + Description +
+ Protected method + + + + + + + + Application_Start() + + + + + +
+ + + Top + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Applies to +
 
+
+ +
+

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
+ + + + + + + + + + + + +
+
+ + +
+
+ See Also +
 
+
+ +
+ +
+
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000DB_attached_props--.html b/API_NetFramework/VSdoc/topic_00000000000000DB_attached_props--.html new file mode 100644 index 00000000..268a2cc2 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000DB_attached_props--.html @@ -0,0 +1,123 @@ + + + + + + + WebApiApplication Attached Properties + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

WebApiApplication Attached Properties

+

+

+ The following tables list the members exposed by the + WebApiApplication + type. +

+ + + +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000DB_events--.html b/API_NetFramework/VSdoc/topic_00000000000000DB_events--.html new file mode 100644 index 00000000..49772e3f --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000DB_events--.html @@ -0,0 +1,123 @@ + + + + + + + WebApiApplication Events + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

WebApiApplication Events

+

+

+ The following tables list the members exposed by the + WebApiApplication + type. +

+ + + +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000DB_methods--.html b/API_NetFramework/VSdoc/topic_00000000000000DB_methods--.html new file mode 100644 index 00000000..0362aa85 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000DB_methods--.html @@ -0,0 +1,196 @@ + + + + + + + WebApiApplication Methods + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

WebApiApplication Methods

+

+

+ The following tables list the members exposed by the + WebApiApplication + type. +

+ + + + + +
+
+ Methods +
 
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+ Name + + Description +
+ Protected method + + + + + + + + Application_Start() + + + + + +
+ + + Top + + +
+
+ + + + + + + + + + + + + +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000DB_props--.html b/API_NetFramework/VSdoc/topic_00000000000000DB_props--.html new file mode 100644 index 00000000..c93c7392 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000DB_props--.html @@ -0,0 +1,123 @@ + + + + + + + WebApiApplication Properties + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

WebApiApplication Properties

+

+

+ The following tables list the members exposed by the + WebApiApplication + type. +

+ + + +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000DB_vars--.html b/API_NetFramework/VSdoc/topic_00000000000000DB_vars--.html new file mode 100644 index 00000000..a7d77b77 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000DB_vars--.html @@ -0,0 +1,123 @@ + + + + + + + WebApiApplication Fields + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

WebApiApplication Fields

+

+

+ The following tables list the members exposed by the + WebApiApplication + type. +

+ + + +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + diff --git a/API_NetFramework/VSdoc/topic_00000000000000DC.html b/API_NetFramework/VSdoc/topic_00000000000000DC.html new file mode 100644 index 00000000..c6fc9bb6 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000DC.html @@ -0,0 +1,388 @@ + + + + + + + WebApiApplication.Application_Start Method + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+
+
+
+
+
+
+ +
+

WebApiApplication.Application_Start Method

+ + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
Protected Sub Application_Start()
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
protected void Application_Start()
+
+
+
This language is not supported or no code example is available.
+
+
+
+ + +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
protected:  
void Application_Start()
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
protected function Application_Start();
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Applies to +
 
+
+ +
+

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
+ + + + + + + + + + + + +
+
+ +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000DD.html b/API_NetFramework/VSdoc/topic_00000000000000DD.html new file mode 100644 index 00000000..444f143b --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000DD.html @@ -0,0 +1,314 @@ + + + + + + + API_NetFramework.Models Namespace + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+
+
+
+
+
+
+ +
+

API_NetFramework.Models Namespace

+ + + + + + + + + + + + + + + + +
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+ Classes +
 
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+ Name + + Description +
+ Public class + + Static + + + + APILogging + + + + +
+ + + Top + + +
+
+ + + + + +
+
+ Enumerations +
 
+
+ +
+ + + + + + + + + + + + + +
+ Name + + Description +
+ Public enumeration + + + + + LogLevelType + + + + +
+ + + Top + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Applies to +
 
+
+ +
+

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
+ + + + + + + + + + + + +
+
+ + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + diff --git a/API_NetFramework/VSdoc/topic_00000000000000DE.html b/API_NetFramework/VSdoc/topic_00000000000000DE.html new file mode 100644 index 00000000..46f01c4c --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000DE.html @@ -0,0 +1,267 @@ + + + + + + + LogLevelType Enumeration + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+
+
+
+
+
+
+ +
+

LogLevelType Enumeration

+ + + + + + + + + + + + + + + + +
+ + + + + +
+ + + + +
+
+ Fields +
 
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Name + + Value + Description +
+ Debug + + 3 + + +
+ Error + + 4 + + +
+ Info + + 0 + + +
+ Trace + + 2 + + +
+ Warning + + 1 + + +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + diff --git a/API_NetFramework/VSdoc/topic_00000000000000E4.html b/API_NetFramework/VSdoc/topic_00000000000000E4.html new file mode 100644 index 00000000..35528321 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000E4.html @@ -0,0 +1,507 @@ + + + + + + + APILogging Class + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+
+
+
+
+
+
+ +
+

APILogging Class

+ + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
Public Class APILogging
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public static class APILogging
+
+
+
This language is not supported or no code example is available.
+
+
+
+ + +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public ref class APILogging 
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public class APILogging
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+ + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + +
+
+ Methods +
 
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Name + + Description +
+Public method + + Static + + + + Log(HttpRequestMessage, string, LogLevelType) + + + + + +
+Public method + + Static + + + + initLogging() + + + + + +
+ + + Top + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Applies to +
 
+
+ +
+

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
+ + + + + + + + + + + + +
+
+ + +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000E4_attached_props--.html b/API_NetFramework/VSdoc/topic_00000000000000E4_attached_props--.html new file mode 100644 index 00000000..8a053c5f --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000E4_attached_props--.html @@ -0,0 +1,123 @@ + + + + + + + APILogging Attached Properties + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

APILogging Attached Properties

+

+

+ The following tables list the members exposed by the + APILogging + type. +

+ + + +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000E4_events--.html b/API_NetFramework/VSdoc/topic_00000000000000E4_events--.html new file mode 100644 index 00000000..09b2ba54 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000E4_events--.html @@ -0,0 +1,123 @@ + + + + + + + APILogging Events + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

APILogging Events

+

+

+ The following tables list the members exposed by the + APILogging + type. +

+ + + +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000E4_methods--.html b/API_NetFramework/VSdoc/topic_00000000000000E4_methods--.html new file mode 100644 index 00000000..5e47feb3 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000E4_methods--.html @@ -0,0 +1,224 @@ + + + + + + + APILogging Methods + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

APILogging Methods

+

+

+ The following tables list the members exposed by the + APILogging + type. +

+ + + + + +
+
+ Methods +
 
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Name + + Description +
+Public method + + Static + + + + Log(HttpRequestMessage, string, LogLevelType) + + + + + +
+Public method + + Static + + + + initLogging() + + + + + +
+ + + Top + + +
+
+ + + + + + + + + + + + + + +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000E4_props--.html b/API_NetFramework/VSdoc/topic_00000000000000E4_props--.html new file mode 100644 index 00000000..21ab87a4 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000E4_props--.html @@ -0,0 +1,123 @@ + + + + + + + APILogging Properties + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

APILogging Properties

+

+

+ The following tables list the members exposed by the + APILogging + type. +

+ + + +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000E4_vars--.html b/API_NetFramework/VSdoc/topic_00000000000000E4_vars--.html new file mode 100644 index 00000000..13d82f64 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000E4_vars--.html @@ -0,0 +1,123 @@ + + + + + + + APILogging Fields + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

APILogging Fields

+

+

+ The following tables list the members exposed by the + APILogging + type. +

+ + + +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + diff --git a/API_NetFramework/VSdoc/topic_00000000000000E5.html b/API_NetFramework/VSdoc/topic_00000000000000E5.html new file mode 100644 index 00000000..8ccca285 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000E5.html @@ -0,0 +1,388 @@ + + + + + + + APILogging.initLogging Method + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+
+
+
+
+
+
+ +
+

APILogging.initLogging Method

+ + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
Public Shared Sub initLogging()
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public static void initLogging()
+
+
+
This language is not supported or no code example is available.
+
+
+
+ + +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public:  
static void initLogging()
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public static function initLogging();
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Applies to +
 
+
+ +
+

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
+ + + + + + + + + + + + +
+
+ +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000E6.html b/API_NetFramework/VSdoc/topic_00000000000000E6.html new file mode 100644 index 00000000..3dc29532 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000E6.html @@ -0,0 +1,430 @@ + + + + + + + APILogging.Log Method + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+
+
+
+
+
+
+ +
+

APILogging.Log Method

+ + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
Public Shared Sub Log( _ 
ByVal request As HttpRequestMessage, _ 
ByVal Message As String, _ 
ByVal logtype As LogLevelType
)
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public static void Log( 
HttpRequestMessage request
string Message
LogLevelType logtype 
)
+
+
+
This language is not supported or no code example is available.
+
+
+
+ + +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public:  
static void Log( 
HttpRequestMessage^ request
String^ Message
LogLevelType logtype 
)
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public static function Log( 
request : HttpRequestMessage
Message : String
logtype : LogLevelType 
);
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+ + +

+ Parameters

+
+ + request + +
+
+ HttpRequestMessage +
+
+

+ +

+
+
+ + Message + +
+
+ string +
+
+

+ +

+
+
+ + logtype + +
+
+ LogLevelType +
+
+

+ +

+ +

+ + + + + + + + + + + + + + + +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Applies to +
 
+
+ +
+

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
+ + + + + + + + + + + + +
+
+ +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000E7.html b/API_NetFramework/VSdoc/topic_00000000000000E7.html new file mode 100644 index 00000000..dd8d39a4 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000E7.html @@ -0,0 +1,267 @@ + + + + + + + OnDocAPI_NetFramework Namespace + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+
+
+
+
+
+
+ +
+

OnDocAPI_NetFramework Namespace

+ + + + + + + + + + + + + + + + +
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+ Classes +
 
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+ Name + + Description +
+ Public class + + + + + Startup + + + + +
+ + + Top + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Applies to +
 
+
+ +
+

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
+ + + + + + + + + + + + +
+
+ + + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + diff --git a/API_NetFramework/VSdoc/topic_00000000000000E8.html b/API_NetFramework/VSdoc/topic_00000000000000E8.html new file mode 100644 index 00000000..19e61ebf --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000E8.html @@ -0,0 +1,476 @@ + + + + + + + Startup Class + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+
+
+
+
+
+
+ +
+

Startup Class

+ + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
Public Class Startup
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public class Startup
+
+
+
This language is not supported or no code example is available.
+
+
+
+ + +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public ref class Startup 
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public class Startup
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+ + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + +
+
+ Methods +
 
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+ Name + + Description +
+Public method + + + + + Configuration(IAppBuilder) + + + + + +
+ + + Top + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Applies to +
 
+
+ +
+

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
+ + + + + + + + + + + + +
+
+ + +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000E8_attached_props--.html b/API_NetFramework/VSdoc/topic_00000000000000E8_attached_props--.html new file mode 100644 index 00000000..dbe77df3 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000E8_attached_props--.html @@ -0,0 +1,123 @@ + + + + + + + Startup Attached Properties + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

Startup Attached Properties

+

+

+ The following tables list the members exposed by the + Startup + type. +

+ + + +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000E8_events--.html b/API_NetFramework/VSdoc/topic_00000000000000E8_events--.html new file mode 100644 index 00000000..c76205bf --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000E8_events--.html @@ -0,0 +1,123 @@ + + + + + + + Startup Events + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

Startup Events

+

+

+ The following tables list the members exposed by the + Startup + type. +

+ + + +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000E8_methods--.html b/API_NetFramework/VSdoc/topic_00000000000000E8_methods--.html new file mode 100644 index 00000000..e52a152c --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000E8_methods--.html @@ -0,0 +1,193 @@ + + + + + + + Startup Methods + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

Startup Methods

+

+

+ The following tables list the members exposed by the + Startup + type. +

+ + + + + +
+
+ Methods +
 
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+ Name + + Description +
+Public method + + + + + Configuration(IAppBuilder) + + + + + +
+ + + Top + + +
+
+ + + + + + + + + + + + + +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000E8_props--.html b/API_NetFramework/VSdoc/topic_00000000000000E8_props--.html new file mode 100644 index 00000000..c4ec054b --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000E8_props--.html @@ -0,0 +1,123 @@ + + + + + + + Startup Properties + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

Startup Properties

+

+

+ The following tables list the members exposed by the + Startup + type. +

+ + + +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000E8_vars--.html b/API_NetFramework/VSdoc/topic_00000000000000E8_vars--.html new file mode 100644 index 00000000..e5b5a267 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000E8_vars--.html @@ -0,0 +1,123 @@ + + + + + + + Startup Fields + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+
+
+
+
+ +
+

Startup Fields

+

+

+ The following tables list the members exposed by the + Startup + type. +

+ + + +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + diff --git a/API_NetFramework/VSdoc/topic_00000000000000E9.html b/API_NetFramework/VSdoc/topic_00000000000000E9.html new file mode 100644 index 00000000..191f88dc --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000E9.html @@ -0,0 +1,404 @@ + + + + + + + Startup.Configuration Method + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+
+
+
+
+
+
+ +
+

Startup.Configuration Method

+ + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
Public Sub Configuration( _ 
ByVal app As IAppBuilder
)
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public void Configuration( 
IAppBuilder app 
)
+
+
+
This language is not supported or no code example is available.
+
+
+
+ + +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public:  
void Configuration( 
IAppBuilder^ app 
)
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+
+
+
+
+ VB +
+
+ C# +
+
+ F# +
+
+ C++ +
+
+ JScript +
+
+
+
+
+
+ +
+
+ Copy +
+ +
+
public function Configuration( 
app : IAppBuilder 
);
+
+
+
This language is not supported or no code example is available.
+
+
+
+ +
+ + +

+ Parameters

+
+ + app + +
+
+ IAppBuilder +
+
+

+ +

+ +

+ + + + + + + + + + + + + + + +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Applies to +
 
+
+ +
+

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
+ + + + + + + + + + + + +
+
+ +
+
+ See Also +
 
+
+ + +
+
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + + diff --git a/API_NetFramework/VSdoc/topic_00000000000000EA.html b/API_NetFramework/VSdoc/topic_00000000000000EA.html new file mode 100644 index 00000000..50a56186 --- /dev/null +++ b/API_NetFramework/VSdoc/topic_00000000000000EA.html @@ -0,0 +1,356 @@ + + + + + + + API_NetFramework Reference + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+
+
+
+
+
+
+ +
+

API_NetFramework Reference

+ + + + + + + + + + + + + + + + +
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Namespaces +
 
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Name + + Description +
+ Namespace + + + API_NetFramework + + + + +
+ Namespace + + + API_NetFramework.Areas.HelpPage + + + + +
+ Namespace + + + API_NetFramework.Areas.HelpPage.Controllers + + + + +
+ Namespace + + + API_NetFramework.Areas.HelpPage.ModelDescriptions + + + + +
+ Namespace + + + API_NetFramework.Areas.HelpPage.Models + + + + +
+ Namespace + + + API_NetFramework.Controllers + + + + +
+ Namespace + + + API_NetFramework.Models + + + + +
+ Namespace + + + OnDocAPI_NetFramework + + + + +
+ Namespace + + + OnDocAPI_NetFramework.Controllers + + + + +
+ Namespace + + + SecuringWebApiUsingApiKey.Middleware + + + + +
+ + + Top + + +
+
+ + +
+ +
+
+

In this article

+ Definition +
+
+ +
+ +
+ + diff --git a/API_NetFramework/Web.config b/API_NetFramework/Web.config index 706c76ff..dce7ba25 100644 --- a/API_NetFramework/Web.config +++ b/API_NetFramework/Web.config @@ -18,7 +18,7 @@ ecJVgQbmauycFRw5Lz6hB0dJb6GYCePckr2kw3g+xLkbS+h6oxR0iPMFkP3uXpFq7luWAdXrEWs1kmR4 - + diff --git a/API_NetFramework/bin/Database.dll b/API_NetFramework/bin/Database.dll index 617df48a..aacaf3ea 100644 Binary files a/API_NetFramework/bin/Database.dll and b/API_NetFramework/bin/Database.dll differ diff --git a/API_NetFramework/bin/Database.pdb b/API_NetFramework/bin/Database.pdb index e8918837..c8bc2e35 100644 Binary files a/API_NetFramework/bin/Database.pdb and b/API_NetFramework/bin/Database.pdb differ diff --git a/API_NetFramework/bin/OfficePrinter.dll b/API_NetFramework/bin/OfficePrinter.dll index 46ee80da..83df603b 100644 Binary files a/API_NetFramework/bin/OfficePrinter.dll and b/API_NetFramework/bin/OfficePrinter.dll differ diff --git a/API_NetFramework/bin/OfficePrinter.pdb b/API_NetFramework/bin/OfficePrinter.pdb index 79cbe1cc..c29c7113 100644 Binary files a/API_NetFramework/bin/OfficePrinter.pdb and b/API_NetFramework/bin/OfficePrinter.pdb differ diff --git a/API_NetFramework/bin/OnDoc_NetFramework.dll b/API_NetFramework/bin/OnDoc_NetFramework.dll index 834a2175..944fb741 100644 Binary files a/API_NetFramework/bin/OnDoc_NetFramework.dll and b/API_NetFramework/bin/OnDoc_NetFramework.dll differ diff --git a/API_NetFramework/bin/OnDoc_NetFramework.dll.config b/API_NetFramework/bin/OnDoc_NetFramework.dll.config index 706c76ff..dce7ba25 100644 --- a/API_NetFramework/bin/OnDoc_NetFramework.dll.config +++ b/API_NetFramework/bin/OnDoc_NetFramework.dll.config @@ -18,7 +18,7 @@ ecJVgQbmauycFRw5Lz6hB0dJb6GYCePckr2kw3g+xLkbS+h6oxR0iPMFkP3uXpFq7luWAdXrEWs1kmR4 - + diff --git a/API_NetFramework/bin/OnDoc_NetFramework.pdb b/API_NetFramework/bin/OnDoc_NetFramework.pdb index 666b9f07..828905c4 100644 Binary files a/API_NetFramework/bin/OnDoc_NetFramework.pdb and b/API_NetFramework/bin/OnDoc_NetFramework.pdb differ diff --git a/API_NetFramework/log.txt b/API_NetFramework/log.txt index 6023881b..8d06d506 100644 --- a/API_NetFramework/log.txt +++ b/API_NetFramework/log.txt @@ -111,3 +111,451 @@ 2024-11-13 17:45:43.5209|DEBUG|OnDoc|Start Adresse GetAll 2024-11-13 17:45:43.5659|DEBUG|OnDoc| 2024-11-13 17:45:43.5659|DEBUG|OnDoc|Ende Adresse GetAll +2024-11-15 07:09:15.0961|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:09:15.1651|DEBUG|OnDoc| +2024-11-15 07:09:15.1651|DEBUG|OnDoc| +2024-11-15 07:09:24.7871|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 07:09:24.9260|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 07:09:27.9710|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:09:29.4393|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:09:42.2295|ERROR|OnDoc|Bei der Konvertierung eines varchar-Datentyps in einen datetime-Datentyp liegt der Wert außerhalb des gültigen Bereichs. +Die Anweisung wurde beendet. +2024-11-15 07:09:47.6071|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:09:47.6181|DEBUG|OnDoc| +2024-11-15 07:09:47.6181|DEBUG|OnDoc| +2024-11-15 07:09:50.2364|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 07:09:50.2584|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 07:09:50.2584|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:09:53.6496|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:10:18.5771|ERROR|OnDoc|Bei der Konvertierung eines varchar-Datentyps in einen datetime-Datentyp liegt der Wert außerhalb des gültigen Bereichs. +Die Anweisung wurde beendet. +2024-11-15 07:10:36.9177|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:10:38.1664|DEBUG|OnDoc| +2024-11-15 07:10:39.4739|DEBUG|OnDoc| +2024-11-15 07:10:56.1987|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 07:10:56.2457|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 07:10:58.5554|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:10:59.9798|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:12:39.6065|ERROR|OnDoc|Falsche Syntax in der Nähe von ""3GOURL"". +2024-11-15 07:12:54.9777|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:12:55.0157|DEBUG|OnDoc| +2024-11-15 07:12:55.0157|DEBUG|OnDoc| +2024-11-15 07:12:57.4349|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 07:12:57.4619|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 07:12:57.4619|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:12:58.1259|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:12:58.1359|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:13:09.2319|DEBUG|OnDoc| +2024-11-15 07:13:09.2459|DEBUG|OnDoc| +2024-11-15 07:14:03.8069|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:14:04.7419|DEBUG|OnDoc| +2024-11-15 07:14:06.4914|DEBUG|OnDoc| +2024-11-15 07:14:24.9753|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 07:14:25.0353|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 07:14:25.0353|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:14:26.0000|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:14:26.0110|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:14:26.9825|DEBUG|OnDoc| +2024-11-15 07:14:26.9975|DEBUG|OnDoc| +2024-11-15 07:14:27.0205|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:14:27.0245|DEBUG|OnDoc| +2024-11-15 07:14:27.0245|DEBUG|OnDoc| +2024-11-15 07:14:29.4351|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 07:14:29.4561|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 07:14:29.4561|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:14:30.3532|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:14:30.3532|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:14:31.3032|DEBUG|OnDoc| +2024-11-15 07:14:31.3172|DEBUG|OnDoc| +2024-11-15 07:14:45.9915|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:14:45.9915|DEBUG|OnDoc| +2024-11-15 07:14:46.0075|DEBUG|OnDoc| +2024-11-15 07:15:01.3037|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 07:15:01.3577|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 07:15:01.3577|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:15:02.7370|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:15:02.7470|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:15:13.6119|DEBUG|OnDoc| +2024-11-15 07:15:30.5971|DEBUG|OnDoc| +2024-11-15 07:15:40.9790|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:15:40.9790|DEBUG|OnDoc| +2024-11-15 07:15:40.9790|DEBUG|OnDoc| +2024-11-15 07:15:59.9433|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 07:16:00.1157|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 07:16:00.1177|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:16:01.0051|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:16:01.0151|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:16:01.6998|DEBUG|OnDoc| +2024-11-15 07:16:01.7133|DEBUG|OnDoc| +2024-11-15 07:16:30.5483|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453724 +2024-11-15 07:16:30.6043|DEBUG|OnDoc| +2024-11-15 07:16:30.6043|DEBUG|OnDoc| +2024-11-15 07:16:33.5604|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 07:16:33.5824|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 07:16:33.5824|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453724 +2024-11-15 07:16:36.1848|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:OFFEDK0002024002453724 +2024-11-15 07:16:36.1948|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:OFFEDK0002024002453724 +2024-11-15 07:16:39.0730|DEBUG|OnDoc| +2024-11-15 07:16:39.0850|DEBUG|OnDoc| +2024-11-15 07:16:40.5094|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453724 +2024-11-15 07:16:40.5094|DEBUG|OnDoc| +2024-11-15 07:16:40.5254|DEBUG|OnDoc| +2024-11-15 07:16:40.5716|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 07:16:40.5876|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 07:16:40.5876|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453724 +2024-11-15 07:16:40.5876|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:OFFEDK0002024002453724 +2024-11-15 07:16:40.5876|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:OFFEDK0002024002453724 +2024-11-15 07:16:40.5876|DEBUG|OnDoc| +2024-11-15 07:16:40.5876|DEBUG|OnDoc| +2024-11-15 07:16:52.8044|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:16:52.8044|DEBUG|OnDoc| +2024-11-15 07:16:52.8214|DEBUG|OnDoc| +2024-11-15 07:16:52.8975|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 07:16:52.9195|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 07:16:52.9195|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:16:52.9195|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:16:52.9195|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:16:52.9195|DEBUG|OnDoc| +2024-11-15 07:16:52.9335|DEBUG|OnDoc| +2024-11-15 07:16:53.6854|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:16:53.6854|DEBUG|OnDoc| +2024-11-15 07:16:53.6954|DEBUG|OnDoc| +2024-11-15 07:16:53.7414|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 07:16:53.7574|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 07:16:53.7574|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:16:53.7574|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:16:53.7574|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:16:53.7574|DEBUG|OnDoc| +2024-11-15 07:16:53.7574|DEBUG|OnDoc| +2024-11-15 07:17:46.3916|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:17:46.4516|DEBUG|OnDoc| +2024-11-15 07:17:46.4616|DEBUG|OnDoc| +2024-11-15 07:17:47.7636|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 07:17:47.8796|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 07:17:47.8896|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:17:47.8896|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:17:47.8896|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:17:47.8896|DEBUG|OnDoc| +2024-11-15 07:17:47.8976|DEBUG|OnDoc| +2024-11-15 07:17:56.2031|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:17:56.2421|DEBUG|OnDoc| +2024-11-15 07:17:56.2421|DEBUG|OnDoc| +2024-11-15 07:17:56.2971|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 07:17:56.3111|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 07:17:56.3111|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:17:56.3111|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:17:56.3111|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:17:56.3111|DEBUG|OnDoc| +2024-11-15 07:17:56.3111|DEBUG|OnDoc| +2024-11-15 07:19:35.6949|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:19:35.7350|DEBUG|OnDoc| +2024-11-15 07:19:35.7419|DEBUG|OnDoc| +2024-11-15 07:19:35.7909|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 07:19:35.8079|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 07:19:35.8079|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:19:35.8079|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:19:35.8079|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:19:35.8079|DEBUG|OnDoc| +2024-11-15 07:19:35.8079|DEBUG|OnDoc| +2024-11-15 07:19:35.8369|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:19:35.8369|DEBUG|OnDoc| +2024-11-15 07:19:35.8369|DEBUG|OnDoc| +2024-11-15 07:19:35.8899|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 07:19:35.9049|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 07:19:35.9049|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:19:35.9049|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:19:35.9049|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:19:35.9049|DEBUG|OnDoc| +2024-11-15 07:19:35.9049|DEBUG|OnDoc| +2024-11-15 07:20:09.4488|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:20:09.4858|DEBUG|OnDoc| +2024-11-15 07:20:09.4858|DEBUG|OnDoc| +2024-11-15 07:20:09.5398|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 07:20:09.5538|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 07:20:09.5538|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:20:09.5538|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:20:09.5538|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:20:09.5538|DEBUG|OnDoc| +2024-11-15 07:20:09.5538|DEBUG|OnDoc| +2024-11-15 07:20:17.3648|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:20:17.3758|DEBUG|OnDoc| +2024-11-15 07:20:17.3758|DEBUG|OnDoc| +2024-11-15 07:20:17.4288|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 07:20:17.4288|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 07:20:17.4448|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:20:17.4448|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:20:17.4448|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:20:17.4448|DEBUG|OnDoc| +2024-11-15 07:20:17.4448|DEBUG|OnDoc| +2024-11-15 07:20:57.5766|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:20:57.6136|DEBUG|OnDoc| +2024-11-15 07:20:57.6184|DEBUG|OnDoc| +2024-11-15 07:20:57.6697|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 07:20:57.6855|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 07:20:57.6855|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:20:57.6855|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:20:57.6855|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 07:20:57.6855|DEBUG|OnDoc| +2024-11-15 07:20:57.6855|DEBUG|OnDoc| +2024-11-15 07:22:51.3521|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:OFFEDK0002020002437990 +2024-11-15 07:22:51.4261|DEBUG|OnDoc| +2024-11-15 07:22:51.4311|DEBUG|OnDoc| +2024-11-15 07:22:52.6231|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 07:22:52.7331|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 07:22:52.7421|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:OFFEDK0002020002437990 +2024-11-15 07:22:52.7421|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:OFFEDK0002020002437990 +2024-11-15 07:22:52.7421|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:OFFEDK0002020002437990 +2024-11-15 07:22:52.7421|DEBUG|OnDoc| +2024-11-15 07:22:52.7421|DEBUG|OnDoc| +2024-11-15 07:24:28.7147|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:ONDOC00002024002453567 +2024-11-15 07:24:28.7747|DEBUG|OnDoc| +2024-11-15 07:24:28.7747|DEBUG|OnDoc| +2024-11-15 07:24:30.1483|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 07:24:30.2659|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 07:24:30.2659|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:ONDOC00002024002453567 +2024-11-15 07:24:30.2659|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:ONDOC00002024002453567 +2024-11-15 07:24:30.2659|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:ONDOC00002024002453567 +2024-11-15 07:24:30.2724|DEBUG|OnDoc| +2024-11-15 07:24:30.2724|DEBUG|OnDoc| +2024-11-15 07:25:57.0360|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:ONDOC00002024002453567 +2024-11-15 07:25:57.0740|DEBUG|OnDoc| +2024-11-15 07:25:57.0740|DEBUG|OnDoc| +2024-11-15 07:25:57.2680|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 07:25:57.2870|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 07:25:57.2890|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:ONDOC00002024002453567 +2024-11-15 07:25:57.2890|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:ONDOC00002024002453567 +2024-11-15 07:25:57.2890|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:ONDOC00002024002453567 +2024-11-15 07:25:57.2890|DEBUG|OnDoc| +2024-11-15 07:25:57.2890|DEBUG|OnDoc| +2024-11-15 07:28:40.7785|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:ONDOC00002024002453567 +2024-11-15 07:28:40.8419|DEBUG|OnDoc| +2024-11-15 07:28:40.8567|DEBUG|OnDoc| +2024-11-15 07:28:42.1672|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 07:28:42.2790|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 07:28:42.2894|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:ONDOC00002024002453567 +2024-11-15 07:28:42.2894|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:ONDOC00002024002453567 +2024-11-15 07:28:42.2894|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:ONDOC00002024002453567 +2024-11-15 07:28:53.5785|DEBUG|OnDoc| +2024-11-15 07:29:12.3711|DEBUG|OnDoc| +2024-11-15 07:29:25.1563|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:ONDOC00002024002453567 +2024-11-15 07:29:25.1943|DEBUG|OnDoc| +2024-11-15 07:29:25.2133|DEBUG|OnDoc| +2024-11-15 07:29:25.3963|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 07:29:25.4153|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 07:29:25.4153|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:ONDOC00002024002453567 +2024-11-15 07:29:25.4153|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:ONDOC00002024002453567 +2024-11-15 07:29:25.4153|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:ONDOC00002024002453567 +2024-11-15 07:29:29.3718|DEBUG|OnDoc| +2024-11-15 07:29:29.3838|DEBUG|OnDoc| +2024-11-15 07:29:37.1663|DEBUG|OnDoc| +2024-11-15 07:31:51.1720|DEBUG|OnDoc| +2024-11-15 07:32:32.7098|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:ONDOC00002024002453567 +2024-11-15 07:32:32.7488|DEBUG|OnDoc| +2024-11-15 07:32:32.7608|DEBUG|OnDoc| +2024-11-15 07:32:32.9518|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 07:32:32.9818|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 07:32:32.9818|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:ONDOC00002024002453567 +2024-11-15 07:32:32.9818|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:ONDOC00002024002453567 +2024-11-15 07:32:32.9818|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:ONDOC00002024002453567 +2024-11-15 07:32:38.5388|DEBUG|OnDoc| +2024-11-15 07:32:38.5388|DEBUG|OnDoc| +2024-11-15 07:33:30.9308|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:ONDOC00002024002453567 +2024-11-15 07:33:30.9688|DEBUG|OnDoc| +2024-11-15 07:33:30.9828|DEBUG|OnDoc| +2024-11-15 07:33:31.2004|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 07:33:31.2198|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 07:33:31.2198|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:ONDOC00002024002453567 +2024-11-15 07:33:31.2198|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:ONDOC00002024002453567 +2024-11-15 07:33:31.2198|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:ONDOC00002024002453567 +2024-11-15 07:34:36.8889|DEBUG|OnDoc| +2024-11-15 07:34:37.0759|DEBUG|OnDoc| +2024-11-15 07:34:52.7865|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:ONDOC00002024002453567 +2024-11-15 07:34:52.8245|DEBUG|OnDoc| +2024-11-15 07:34:52.8355|DEBUG|OnDoc| +2024-11-15 07:34:53.0290|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 07:34:53.0483|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 07:34:53.0483|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:ONDOC00002024002453567 +2024-11-15 07:34:53.0483|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:ONDOC00002024002453567 +2024-11-15 07:34:53.0483|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:ONDOC00002024002453567 +2024-11-15 07:34:57.8704|DEBUG|OnDoc| +2024-11-15 07:34:57.9934|DEBUG|OnDoc| +2024-11-15 07:39:42.9868|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:ONDOC00002024002453567 +2024-11-15 07:39:43.0288|DEBUG|OnDoc| +2024-11-15 07:39:43.0418|DEBUG|OnDoc| +2024-11-15 07:39:43.2238|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 07:39:43.2468|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 07:39:43.2468|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:ONDOC00002024002453567 +2024-11-15 07:39:43.2468|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:ONDOC00002024002453567 +2024-11-15 07:39:43.2468|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:ONDOC00002024002453567 +2024-11-15 07:39:44.6408|DEBUG|OnDoc| +2024-11-15 07:39:44.6548|DEBUG|OnDoc| +2024-11-15 07:39:44.6548|DEBUG|OnDoc| +2024-11-15 07:39:44.6818|ERROR|OnDoc|Die Tabelle 0 kann nicht gefunden werden. +2024-11-15 07:41:52.8624|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453937 +2024-11-15 07:41:52.9134|DEBUG|OnDoc| +2024-11-15 07:41:52.9134|DEBUG|OnDoc| +2024-11-15 07:41:53.2907|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 07:41:53.3317|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 07:41:53.3317|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453937 +2024-11-15 07:41:53.3317|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:OFFEDK0002024002453937 +2024-11-15 07:41:53.3347|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:OFFEDK0002024002453937 +2024-11-15 07:41:54.5123|DEBUG|OnDoc| +2024-11-15 07:41:54.5253|DEBUG|OnDoc| +2024-11-15 07:41:54.5253|DEBUG|OnDoc| +2024-11-15 07:41:54.5453|ERROR|OnDoc|Die Tabelle 0 kann nicht gefunden werden. +2024-11-15 08:40:39.6052|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453961 +2024-11-15 08:40:39.6742|DEBUG|OnDoc| +2024-11-15 08:40:39.6802|DEBUG|OnDoc| +2024-11-15 08:40:40.6188|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 08:40:40.7365|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 08:40:40.7475|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453961 +2024-11-15 08:40:40.7475|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:OFFEDK0002024002453961 +2024-11-15 08:40:40.7475|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:OFFEDK0002024002453961 +2024-11-15 08:40:40.7475|DEBUG|OnDoc| +2024-11-15 08:40:40.7586|DEBUG|OnDoc| +2024-11-15 08:40:40.7586|DEBUG|OnDoc| +2024-11-15 08:40:40.7775|ERROR|OnDoc|Die Tabelle 0 kann nicht gefunden werden. +2024-11-15 08:41:18.2265|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 08:41:18.2666|DEBUG|OnDoc| +2024-11-15 08:41:18.2812|DEBUG|OnDoc| +2024-11-15 08:41:18.8785|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 08:41:18.9055|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 08:41:18.9055|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453870 +2024-11-15 08:41:18.9055|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 08:41:18.9055|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:OFFEDK0002024002453870 +2024-11-15 08:41:18.9055|DEBUG|OnDoc| +2024-11-15 08:41:18.9165|DEBUG|OnDoc| +2024-11-15 08:41:18.9165|DEBUG|OnDoc| +2024-11-15 08:41:18.9327|ERROR|OnDoc|Die Tabelle 0 kann nicht gefunden werden. +2024-11-15 08:42:19.0707|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453881 +2024-11-15 08:42:19.1251|DEBUG|OnDoc| +2024-11-15 08:42:19.1251|DEBUG|OnDoc| +2024-11-15 08:42:19.1806|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 08:42:19.2008|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 08:42:19.2152|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453881 +2024-11-15 08:42:19.2152|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:OFFEDK0002024002453881 +2024-11-15 08:42:19.2152|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:OFFEDK0002024002453881 +2024-11-15 08:42:19.2152|DEBUG|OnDoc| +2024-11-15 08:42:19.2152|DEBUG|OnDoc| +2024-11-15 08:42:19.2255|DEBUG|OnDoc| +2024-11-15 08:42:19.2255|ERROR|OnDoc|Die Tabelle 0 kann nicht gefunden werden. +2024-11-15 08:42:24.8175|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453446 +2024-11-15 08:42:24.8395|DEBUG|OnDoc| +2024-11-15 08:42:24.8616|DEBUG|OnDoc| +2024-11-15 08:42:25.0856|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 08:42:25.1240|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 08:42:25.1512|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453446 +2024-11-15 08:42:25.1512|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:OFFEDK0002024002453446 +2024-11-15 08:42:25.1512|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:OFFEDK0002024002453446 +2024-11-15 08:42:25.1512|DEBUG|OnDoc| +2024-11-15 08:42:25.1512|DEBUG|OnDoc| +2024-11-15 08:42:25.1512|DEBUG|OnDoc| +2024-11-15 08:42:25.1767|ERROR|OnDoc|Die Tabelle 0 kann nicht gefunden werden. +2024-11-15 08:42:25.1969|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:ONDOC00002024002453559 +2024-11-15 08:42:25.1969|DEBUG|OnDoc| +2024-11-15 08:42:25.1969|DEBUG|OnDoc| +2024-11-15 08:42:25.3301|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 08:42:25.3656|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 08:42:25.3936|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:ONDOC00002024002453559 +2024-11-15 08:42:25.3936|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:ONDOC00002024002453559 +2024-11-15 08:42:25.3936|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:ONDOC00002024002453559 +2024-11-15 08:42:25.3976|DEBUG|OnDoc| +2024-11-15 08:42:25.3976|DEBUG|OnDoc| +2024-11-15 08:42:25.3976|DEBUG|OnDoc| +2024-11-15 08:42:25.4177|ERROR|OnDoc|Die Tabelle 0 kann nicht gefunden werden. +2024-11-15 08:42:25.4388|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:ONDOC00002024002453591 +2024-11-15 08:42:25.4388|DEBUG|OnDoc| +2024-11-15 08:42:25.4537|DEBUG|OnDoc| +2024-11-15 08:42:25.6333|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 08:42:25.6604|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 08:42:25.7040|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:ONDOC00002024002453591 +2024-11-15 08:42:25.7040|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:ONDOC00002024002453591 +2024-11-15 08:42:25.7040|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:ONDOC00002024002453591 +2024-11-15 08:42:25.7040|DEBUG|OnDoc| +2024-11-15 08:42:25.7120|DEBUG|OnDoc| +2024-11-15 08:42:25.7120|DEBUG|OnDoc| +2024-11-15 08:42:25.7281|ERROR|OnDoc|Die Tabelle 0 kann nicht gefunden werden. +2024-11-15 08:42:25.7511|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453630 +2024-11-15 08:42:25.7621|DEBUG|OnDoc| +2024-11-15 08:42:25.7621|DEBUG|OnDoc| +2024-11-15 08:42:25.9275|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 08:42:25.9546|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 08:42:25.9765|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453630 +2024-11-15 08:42:25.9765|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:OFFEDK0002024002453630 +2024-11-15 08:42:25.9765|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:OFFEDK0002024002453630 +2024-11-15 08:42:25.9765|DEBUG|OnDoc| +2024-11-15 08:42:25.9765|DEBUG|OnDoc| +2024-11-15 08:42:25.9765|DEBUG|OnDoc| +2024-11-15 08:42:25.9991|ERROR|OnDoc|Die Tabelle 0 kann nicht gefunden werden. +2024-11-15 08:42:26.0204|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453716 +2024-11-15 08:42:26.0325|DEBUG|OnDoc| +2024-11-15 08:42:26.0325|DEBUG|OnDoc| +2024-11-15 08:42:26.0804|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 08:42:26.0945|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 08:42:26.1106|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453716 +2024-11-15 08:42:26.1106|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:OFFEDK0002024002453716 +2024-11-15 08:42:26.1106|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:OFFEDK0002024002453716 +2024-11-15 08:42:26.1166|DEBUG|OnDoc| +2024-11-15 08:42:26.1166|DEBUG|OnDoc| +2024-11-15 08:42:26.1166|DEBUG|OnDoc| +2024-11-15 08:42:26.1376|ERROR|OnDoc|Die Tabelle 0 kann nicht gefunden werden. +2024-11-15 08:42:26.1596|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453724 +2024-11-15 08:42:26.1596|DEBUG|OnDoc| +2024-11-15 08:42:26.1656|DEBUG|OnDoc| +2024-11-15 08:42:26.2099|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 08:42:26.2099|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 08:42:26.2378|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453724 +2024-11-15 08:42:26.2378|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:OFFEDK0002024002453724 +2024-11-15 08:42:26.2418|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:OFFEDK0002024002453724 +2024-11-15 08:42:26.2418|DEBUG|OnDoc| +2024-11-15 08:42:26.2418|DEBUG|OnDoc| +2024-11-15 08:42:26.2418|DEBUG|OnDoc| +2024-11-15 08:42:26.2634|ERROR|OnDoc|Die Tabelle 0 kann nicht gefunden werden. +2024-11-15 08:42:26.2844|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453849 +2024-11-15 08:42:26.2965|DEBUG|OnDoc| +2024-11-15 08:42:26.2965|DEBUG|OnDoc| +2024-11-15 08:42:26.3451|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 08:42:26.3584|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 08:42:26.3750|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453849 +2024-11-15 08:42:26.3750|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:OFFEDK0002024002453849 +2024-11-15 08:42:26.3750|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:OFFEDK0002024002453849 +2024-11-15 08:42:26.3750|DEBUG|OnDoc| +2024-11-15 08:42:26.3832|DEBUG|OnDoc| +2024-11-15 08:42:26.3832|DEBUG|OnDoc| +2024-11-15 08:42:26.4003|ERROR|OnDoc|Die Tabelle 0 kann nicht gefunden werden. +2024-11-15 08:42:26.4233|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453865 +2024-11-15 08:42:26.4367|DEBUG|OnDoc| +2024-11-15 08:42:26.4367|DEBUG|OnDoc| +2024-11-15 08:42:26.4812|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 08:42:26.4952|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 08:42:26.5084|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453865 +2024-11-15 08:42:26.5084|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:OFFEDK0002024002453865 +2024-11-15 08:42:26.5084|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:OFFEDK0002024002453865 +2024-11-15 08:42:26.5084|DEBUG|OnDoc| +2024-11-15 08:42:26.5084|DEBUG|OnDoc| +2024-11-15 08:42:26.5084|DEBUG|OnDoc| +2024-11-15 08:42:26.5337|ERROR|OnDoc|Die Tabelle 0 kann nicht gefunden werden. +2024-11-15 08:42:26.5542|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453857 +2024-11-15 08:42:26.5542|DEBUG|OnDoc| +2024-11-15 08:42:26.5732|DEBUG|OnDoc| +2024-11-15 08:42:26.6202|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 08:42:26.6396|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 08:42:26.6606|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453857 +2024-11-15 08:42:26.6606|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:OFFEDK0002024002453857 +2024-11-15 08:42:26.6656|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:OFFEDK0002024002453857 +2024-11-15 08:42:26.6656|DEBUG|OnDoc| +2024-11-15 08:42:26.6656|DEBUG|OnDoc| +2024-11-15 08:42:26.6656|DEBUG|OnDoc| +2024-11-15 08:42:26.6857|ERROR|OnDoc|Die Tabelle 0 kann nicht gefunden werden. +2024-11-15 08:42:26.7095|DEBUG|OnDoc|Start ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453976 +2024-11-15 08:42:26.7197|DEBUG|OnDoc| +2024-11-15 08:42:26.7197|DEBUG|OnDoc| +2024-11-15 08:42:26.7690|DEBUG|OnDoc|Start Transfer to OnBase +2024-11-15 08:42:26.7822|DEBUG|OnDoc|Ende Transfer to OnBase +2024-11-15 08:42:26.7992|DEBUG|OnDoc|Ende ArchiveDocFromDatabase: DokumentID:OFFEDK0002024002453976 +2024-11-15 08:42:26.7992|DEBUG|OnDoc|Start Updaet IL_Log: DokumentID:OFFEDK0002024002453976 +2024-11-15 08:42:26.7992|DEBUG|OnDoc|Ende Updaet IL_Log: DokumentID:OFFEDK0002024002453976 +2024-11-15 08:42:26.8042|DEBUG|OnDoc| +2024-11-15 08:42:26.8042|DEBUG|OnDoc| +2024-11-15 08:42:26.8042|DEBUG|OnDoc| +2024-11-15 08:42:26.8249|ERROR|OnDoc|Die Tabelle 0 kann nicht gefunden werden. diff --git a/API_NetFramework/obj/Debug/API_NetFramework.csproj.AssemblyReference.cache b/API_NetFramework/obj/Debug/API_NetFramework.csproj.AssemblyReference.cache index 0be1ba87..44bb54f6 100644 Binary files a/API_NetFramework/obj/Debug/API_NetFramework.csproj.AssemblyReference.cache and b/API_NetFramework/obj/Debug/API_NetFramework.csproj.AssemblyReference.cache differ diff --git a/API_NetFramework/obj/Debug/OnDoc_NetFramework.dll b/API_NetFramework/obj/Debug/OnDoc_NetFramework.dll index 834a2175..944fb741 100644 Binary files a/API_NetFramework/obj/Debug/OnDoc_NetFramework.dll and b/API_NetFramework/obj/Debug/OnDoc_NetFramework.dll differ diff --git a/API_NetFramework/obj/Debug/OnDoc_NetFramework.pdb b/API_NetFramework/obj/Debug/OnDoc_NetFramework.pdb index 666b9f07..828905c4 100644 Binary files a/API_NetFramework/obj/Debug/OnDoc_NetFramework.pdb and b/API_NetFramework/obj/Debug/OnDoc_NetFramework.pdb differ diff --git a/BarcodeLib/bin/Debug/Database.dll b/BarcodeLib/bin/Debug/Database.dll index 617df48a..aacaf3ea 100644 Binary files a/BarcodeLib/bin/Debug/Database.dll and b/BarcodeLib/bin/Debug/Database.dll differ diff --git a/BarcodeLib/bin/Debug/Database.pdb b/BarcodeLib/bin/Debug/Database.pdb index e8918837..c8bc2e35 100644 Binary files a/BarcodeLib/bin/Debug/Database.pdb and b/BarcodeLib/bin/Debug/Database.pdb differ diff --git a/BarcodeLib/obj/Debug/BarcodeLib.csproj.AssemblyReference.cache b/BarcodeLib/obj/Debug/BarcodeLib.csproj.AssemblyReference.cache index c8bf704d..ebba9df0 100644 Binary files a/BarcodeLib/obj/Debug/BarcodeLib.csproj.AssemblyReference.cache and b/BarcodeLib/obj/Debug/BarcodeLib.csproj.AssemblyReference.cache differ diff --git a/Client/App.config b/Client/App.config index 82de73fe..5adf1d9b 100644 --- a/Client/App.config +++ b/Client/App.config @@ -28,6 +28,12 @@ 5sPQAPCxiSj+JWf+sWKTYgdTRSXeZJX/Ft2wE5B/SaSPoxPNMvkTgNjbmiK18SNmJ66OPzOM1fEw70R+VZeRWU+5fowTIXAGYLDneikxmK4HnIJku8732xxJ/9EomCZ6 + + FilePrintDefault + + + Yes + diff --git a/Client/Client.csproj b/Client/Client.csproj index 071b3cb8..262caf89 100644 --- a/Client/Client.csproj +++ b/Client/Client.csproj @@ -515,6 +515,14 @@ {a1fd0973-89a7-4588-877d-373835d6e00c} Model + + {e43884f0-a46f-4676-ade8-10b196faae3b} + OfficePrinter + + + {dec8740a-0a3a-445b-a155-90ba612d6833} + VBFileManagement + diff --git a/Client/DocMgmt/Dokumenterstellung.Designer.cs b/Client/DocMgmt/Dokumenterstellung.Designer.cs index 0e94ee5f..9cfb8592 100644 --- a/Client/DocMgmt/Dokumenterstellung.Designer.cs +++ b/Client/DocMgmt/Dokumenterstellung.Designer.cs @@ -33,7 +33,6 @@ this.sfButton3 = new Syncfusion.WinForms.Controls.SfButton(); this.btnDokumenterstellen = new Syncfusion.WinForms.Controls.SfButton(); this.PnlPreview = new System.Windows.Forms.Panel(); - this.docPreview1 = new OnDoc.UIControls.DocPreview(); this.GrpFnkt = new System.Windows.Forms.GroupBox(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); @@ -47,6 +46,8 @@ this.lbledit = new System.Windows.Forms.Label(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); + this.btnOfficePrint = new System.Windows.Forms.Button(); + this.docPreview1 = new OnDoc.UIControls.DocPreview(); this.ucAllgemeineDokumentParam1 = new OnDoc.UIControls.UCAllgemeineDokumentParam(); this.PnlPreview.SuspendLayout(); this.GrpFnkt.SuspendLayout(); @@ -82,17 +83,10 @@ this.PnlPreview.TabIndex = 19; this.PnlPreview.Visible = false; // - // docPreview1 - // - this.docPreview1.Dock = System.Windows.Forms.DockStyle.Fill; - this.docPreview1.Location = new System.Drawing.Point(0, 123); - this.docPreview1.Name = "docPreview1"; - this.docPreview1.Size = new System.Drawing.Size(668, 292); - this.docPreview1.TabIndex = 1; - // // GrpFnkt // this.GrpFnkt.BackColor = System.Drawing.Color.SeaShell; + this.GrpFnkt.Controls.Add(this.btnOfficePrint); this.GrpFnkt.Controls.Add(this.label6); this.GrpFnkt.Controls.Add(this.label5); this.GrpFnkt.Controls.Add(this.ribbonButtonVersandstrasse); @@ -122,6 +116,7 @@ this.label6.Size = new System.Drawing.Size(79, 13); this.label6.TabIndex = 11; this.label6.Text = "Versandstrasse"; + this.label6.Visible = false; // // label5 // @@ -141,6 +136,7 @@ this.ribbonButtonVersandstrasse.TabIndex = 9; this.ribbonButtonVersandstrasse.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.ribbonButtonVersandstrasse.UseVisualStyleBackColor = true; + this.ribbonButtonVersandstrasse.Visible = false; this.ribbonButtonVersandstrasse.Click += new System.EventHandler(this.button5_Click); // // label4 @@ -232,6 +228,26 @@ this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // + // btnOfficePrint + // + this.btnOfficePrint.Image = ((System.Drawing.Image)(resources.GetObject("btnOfficePrint.Image"))); + this.btnOfficePrint.Location = new System.Drawing.Point(419, 19); + this.btnOfficePrint.Name = "btnOfficePrint"; + this.btnOfficePrint.Size = new System.Drawing.Size(74, 79); + this.btnOfficePrint.TabIndex = 12; + this.btnOfficePrint.TextAlign = System.Drawing.ContentAlignment.BottomCenter; + this.btnOfficePrint.UseVisualStyleBackColor = true; + this.btnOfficePrint.Click += new System.EventHandler(this.btnOfficePrint_Click); + // + // docPreview1 + // + this.docPreview1.Dock = System.Windows.Forms.DockStyle.Fill; + this.docPreview1.Location = new System.Drawing.Point(0, 123); + this.docPreview1.Name = "docPreview1"; + this.docPreview1.Size = new System.Drawing.Size(668, 292); + this.docPreview1.TabIndex = 1; + this.docPreview1.ZoomPercentage = 0; + // // ucAllgemeineDokumentParam1 // this.ucAllgemeineDokumentParam1.ausDokumentpaket = false; @@ -317,5 +333,6 @@ private System.Windows.Forms.Label label1; private System.Windows.Forms.Label lbledit; private System.Windows.Forms.Button button2; + private System.Windows.Forms.Button btnOfficePrint; } } \ No newline at end of file diff --git a/Client/DocMgmt/Dokumenterstellung.cs b/Client/DocMgmt/Dokumenterstellung.cs index 44791ea2..2b4c3192 100644 --- a/Client/DocMgmt/Dokumenterstellung.cs +++ b/Client/DocMgmt/Dokumenterstellung.cs @@ -19,6 +19,8 @@ using BroadcastListener.Classes; using BroadcastListener.Interfaces; using static BroadcastListener.Classes.Factory; using OnDoc.Helper; +using DOCGEN; +using System.Globalization; namespace OnDoc.DocMgmt { @@ -234,5 +236,19 @@ namespace OnDoc.DocMgmt { } + + private void btnOfficePrint_Click(object sender, EventArgs e) + { + clsdok dok = new clsdok("", "", ""); + OfficePrinter.OnDocOffice op = new OfficePrinter.OnDocOffice(); + DocGet gd = new DocGet(AppParams.connectionstring); + { + dok = gd.GetDoc(dokumentid); + } + Helper.FileHelper fh = new Helper.FileHelper(); + string Filename = AppParams.tempdir + dokumentid + "." + dok.extension; + fh.SaveBase64ToFile(dok.dokument, Filename ); + op.PrintInWord(Filename, AppParams.wordprintmacro); + } } } diff --git a/Client/DocMgmt/Dokumenterstellung.resx b/Client/DocMgmt/Dokumenterstellung.resx index aff784cf..3e4ecb1d 100644 --- a/Client/DocMgmt/Dokumenterstellung.resx +++ b/Client/DocMgmt/Dokumenterstellung.resx @@ -118,6 +118,24 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAAuRJREFUaEPt + 2cvLDXEcx/EjkZJYSESytsGC5JJLCv8AWYjcV7JRyjWl/AFPIUvJQor8ATZkoSgUOym55p6Q6/uT89XX + 75n5nTkz85uZhU+96jlzTqff58x3fnOe5+n1MwWf8atmH7AEyZOqgLzDUiRNygKiEknPhC/wFhNQJScR + lkg6Tk0UkGTjlLLARbxxj5OMU8oCB7AQr92x2scpdQFFJcIzUds4NVFAWYQk45SywBmsdPbjB+z5WsYp + ZYEidCbmoHTaLiCLUTp1F9iFawW8RycLFM1N/C+gdK3AZMz482OxdKmAFn8dDzFTB4qkKwUm4YY79gCF + SsQKzIW/EVWxDD6+wFr4xRudiVmIJlbgAsI3LUvv7eMLPHE//4S/Ww8cpy4UMFr8IWyFLxEdp1iBI8i6 + CZVxFT5hAS3+ICxb8A32fO44tXERa7d5BFucXEEYnYmwxKgz0XSBcLcxGpmdCHMM/nW3MBZ/02QBffJ+ + 8Rqb5+6xSuyGZQFewZ7/iBX4J7ECa7CnJlqYblK2GLtgp+Ne/5h8h16rxb/sHxP97rAKoxIrUOcu5Nni + x0BRifuw53UmtBZ7rE8+c/FK0wXC3cYyDb6EyRwbn1iB7ThVgT4Av5/bJ5+XdbDXSu7Y+KS6iMPdJhyb + MPMQXrADF6+kKJC122SNjaXQbpOXugvYV2K/+NjYFN5t8hIrsBea42HcRbj42sfGJ1ZAC7I3H1bSsfFJ + USD52PjECqzHvgEO4wvCxRcdG9mA0qlyEU9Eld3GtPZXiY2wRQw7Nl5rBc7BFqE77zBj47VSYByewhax + HFnJGxuvtgJfcRanCzgPW8ALjEeY2Nh4tRUoS9ttmEFj47VeYDM0/7OxA5fxCVmvzVKpgGZeu8fRIYzA + L0AjdRv+q7PRTeoEst7HDPzjVd3ZhnChWR6j9B02ZS4ha8G6I+ubqP65Nx+djEbO/7fxGXQ/2ISp6HxW + 4w6OQxdf1vbZQHq931ZtB5WroluuAAAAAElFTkSuQmCC + + iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAADSdJREFUaEPV diff --git a/Client/DocMgmt/frmBewilligung.Designer.cs b/Client/DocMgmt/frmBewilligung.Designer.cs index c75179f7..fb86957d 100644 --- a/Client/DocMgmt/frmBewilligung.Designer.cs +++ b/Client/DocMgmt/frmBewilligung.Designer.cs @@ -30,34 +30,64 @@ { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBewilligung)); this.approval1 = new OnDoc.UIControls.Approval(); + this.toolStrip1 = new System.Windows.Forms.ToolStrip(); + this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); + this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // approval1 // this.approval1.Dock = System.Windows.Forms.DockStyle.Fill; - this.approval1.Location = new System.Drawing.Point(2, 2); + this.approval1.Location = new System.Drawing.Point(2, 33); this.approval1.Name = "approval1"; - this.approval1.Size = new System.Drawing.Size(1608, 948); + this.approval1.Size = new System.Drawing.Size(1608, 917); this.approval1.TabIndex = 0; // + // toolStrip1 + // + this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24); + this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.toolStripButton1}); + this.toolStrip1.Location = new System.Drawing.Point(2, 2); + this.toolStrip1.Name = "toolStrip1"; + this.toolStrip1.Size = new System.Drawing.Size(1608, 31); + this.toolStrip1.TabIndex = 1; + this.toolStrip1.Text = "toolStrip1"; + // + // toolStripButton1 + // + this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.toolStripButton1.Image = global::OnDoc.Properties.Resources.CloseApplication_24x24_32; + this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; + this.toolStripButton1.Name = "toolStripButton1"; + this.toolStripButton1.Size = new System.Drawing.Size(28, 28); + this.toolStripButton1.Text = "toolStripButton1"; + this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); + // // frmBewilligung // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1612, 952); this.Controls.Add(this.approval1); + this.Controls.Add(this.toolStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frmBewilligung"; this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center; this.Style.MdiChild.IconVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center; this.Text = "Unterschriftenprüfung"; this.Load += new System.EventHandler(this.frmBewilligung_Load); + this.toolStrip1.ResumeLayout(false); + this.toolStrip1.PerformLayout(); this.ResumeLayout(false); + this.PerformLayout(); } #endregion private UIControls.Approval approval1; + private System.Windows.Forms.ToolStrip toolStrip1; + private System.Windows.Forms.ToolStripButton toolStripButton1; } } \ No newline at end of file diff --git a/Client/DocMgmt/frmBewilligung.cs b/Client/DocMgmt/frmBewilligung.cs index b08c6dd2..bfde6977 100644 --- a/Client/DocMgmt/frmBewilligung.cs +++ b/Client/DocMgmt/frmBewilligung.cs @@ -26,5 +26,10 @@ namespace OnDoc.DocMgmt { this.approval1.Update_Docs(AppParams.CurrentMitarbieter); } + + private void toolStripButton1_Click(object sender, EventArgs e) + { + this.Close(); + } } } diff --git a/Client/DocMgmt/frmBewilligung.resx b/Client/DocMgmt/frmBewilligung.resx index 4d2d824d..1768a2fb 100644 --- a/Client/DocMgmt/frmBewilligung.resx +++ b/Client/DocMgmt/frmBewilligung.resx @@ -117,6 +117,9 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 17, 17 + diff --git a/Client/DocMgmt/frmToApproval.cs b/Client/DocMgmt/frmToApproval.cs index 8590ace2..41850364 100644 --- a/Client/DocMgmt/frmToApproval.cs +++ b/Client/DocMgmt/frmToApproval.cs @@ -88,6 +88,7 @@ namespace OnDoc.DocMgmt dr["notiz"] = txtnachricht.Text; dB.daten.Tables[0].Rows.Add(dr); dB.Update_Data(); + Logging.DocLog.Info("Dokument zur Prüfung", "Dokument zur Prüfung", dokumentid, "", cbboxunterschriftlinks.Text.ToString()); } if (pxapproval2.Visible == false) { @@ -104,6 +105,7 @@ namespace OnDoc.DocMgmt dr["notiz"] = txtnachricht.Text; dB.daten.Tables[0].Rows.Add(dr); dB.Update_Data(); + Logging.DocLog.Info("Dokument zur Prüfung", "Dokument zur Prüfung", dokumentid, "", cbboxunterschriftrechts.Text.ToString()); } if (pxapproval1.Visible && pxapproval2.Visible) { @@ -114,6 +116,7 @@ namespace OnDoc.DocMgmt { dB.insert_note(AppParams.CurrentMitarbieter, "Hinweis zur Unterschriftenprüfung", txtnachricht.Text, dokumentid); } + this.Close(); } diff --git a/Client/Klassen/clsAppParams.cs b/Client/Klassen/clsAppParams.cs index ce841b95..ff238f0f 100644 --- a/Client/Klassen/clsAppParams.cs +++ b/Client/Klassen/clsAppParams.cs @@ -24,6 +24,9 @@ namespace OnDoc.Klassen public static int CurrentMitarbieter { get; set; } public static string RESTURI { get; set; } = "";//"http://localhost:2032/"; public static string apikey { get; set; } = ""; + + public static string wordprintmacro { get; set; } = ""; + public static string vbvorlagenmanagement { get; set; } = "No"; static AppParams() { @@ -43,6 +46,8 @@ namespace OnDoc.Klassen UseAPI = Properties.Settings.Default.UseAPI; RESTURI = Properties.Settings.Default.RESTURI; apikey = Properties.Settings.Default.apikey; + wordprintmacro = Properties.Settings.Default.StandardWordDruckMakro; + vbvorlagenmanagement = Properties.Settings.Default.VBVorlagenmanagement; } } diff --git a/Client/Properties/Settings.Designer.cs b/Client/Properties/Settings.Designer.cs index 5bb3465b..a0e1c16b 100644 --- a/Client/Properties/Settings.Designer.cs +++ b/Client/Properties/Settings.Designer.cs @@ -97,5 +97,29 @@ namespace OnDoc.Properties { this["apikey"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("FilePrintDefault")] + public string StandardWordDruckMakro { + get { + return ((string)(this["StandardWordDruckMakro"])); + } + set { + this["StandardWordDruckMakro"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("Yes")] + public string VBVorlagenmanagement { + get { + return ((string)(this["VBVorlagenmanagement"])); + } + set { + this["VBVorlagenmanagement"] = value; + } + } } } diff --git a/Client/Properties/Settings.settings b/Client/Properties/Settings.settings index 83a11606..6a078362 100644 --- a/Client/Properties/Settings.settings +++ b/Client/Properties/Settings.settings @@ -20,5 +20,11 @@ 5sPQAPCxiSj+JWf+sWKTYgdTRSXeZJX/Ft2wE5B/SaSPoxPNMvkTgNjbmiK18SNmJ66OPzOM1fEw70R+VZeRWU+5fowTIXAGYLDneikxmK4HnIJku8732xxJ/9EomCZ6 + + FilePrintDefault + + + Yes + \ No newline at end of file diff --git a/Client/UIControls/Administrator/Dokumenttyp.cs b/Client/UIControls/Administrator/Dokumenttyp.cs index bc945262..47a5ad9e 100644 --- a/Client/UIControls/Administrator/Dokumenttyp.cs +++ b/Client/UIControls/Administrator/Dokumenttyp.cs @@ -52,20 +52,23 @@ namespace OnDoc.UIControls.Administrator _sqlOrder = "id "; } else _sqlOrder = "Bezeichnung"; - - System.Data.DataTable _newDataTable = treedata.Select(_sqlWhere, _sqlOrder).CopyToDataTable(); - - foreach (DataRow r in _newDataTable.Rows) + try { - TreeNodeAdv nodeAdv = new TreeNodeAdv(); - nodeAdv.Text = r["id"].ToString() + " " + r["Bezeichnung"].ToString(); - nodeAdv.Tag = r["id"].ToString(); - if (Convert.ToBoolean(r["aktiv"]) == false) + System.Data.DataTable _newDataTable = treedata.Select(_sqlWhere, _sqlOrder).CopyToDataTable(); + + foreach (DataRow r in _newDataTable.Rows) { - nodeAdv.Font = new System.Drawing.Font(nodeAdv.Font, FontStyle.Strikeout); + TreeNodeAdv nodeAdv = new TreeNodeAdv(); + nodeAdv.Text = r["id"].ToString() + " " + r["Bezeichnung"].ToString(); + nodeAdv.Tag = r["id"].ToString(); + if (Convert.ToBoolean(r["aktiv"]) == false) + { + nodeAdv.Font = new System.Drawing.Font(nodeAdv.Font, FontStyle.Strikeout); + } + TreeDokumenttyp.Nodes.Add(nodeAdv); } - TreeDokumenttyp.Nodes.Add(nodeAdv); } + catch { } } private void Dokumenttyp_Load(object sender, EventArgs e) diff --git a/Client/UIControls/Administrator/OfficeVorlage.cs b/Client/UIControls/Administrator/OfficeVorlage.cs index 8a0eb006..5a87e14e 100644 --- a/Client/UIControls/Administrator/OfficeVorlage.cs +++ b/Client/UIControls/Administrator/OfficeVorlage.cs @@ -19,6 +19,7 @@ using OnDoc.Klassen; using Syncfusion.Windows.Forms; using Syncfusion.Windows.Forms.Tools; using Syncfusion.WinForms.Controls; +using VBFileManagement; using Windows.Devices.Sensors; using Windows.Media.Audio; @@ -224,12 +225,25 @@ namespace OnDoc.UIControls.Administrator { if (openFileDialog1.ShowDialog(this) == DialogResult.OK) { - Database.DB db = new Database.DB(AppParams.connectionstring); - db.save_vorlage_to_db(openFileDialog1.FileName, TreeOfficeVorlagen.SelectedNode.Tag.ToString()); - db = null; - TreeOfficeVorlagen_AfterSelect(sender, e); + if (AppParams.vbvorlagenmanagement == "Yes") + { + VBFileManagement.VBFileManagement vbf = new VBFileManagement.VBFileManagement(); + vbf.Update_Vorlage(openFileDialog1.FileName, TreeOfficeVorlagen.SelectedNode.Tag.ToString(), AppParams.connectionstring, AppParams.CurrentMitarbieter); + TreeOfficeVorlagen_AfterSelect(sender, e); + vbf = null; + } + else + { + Database.DB db = new Database.DB(AppParams.connectionstring); + db.save_vorlage_to_db(openFileDialog1.FileName, TreeOfficeVorlagen.SelectedNode.Tag.ToString()); + db = null; + TreeOfficeVorlagen_AfterSelect(sender, e); + } + } + + } private void panel1_DragEnter(object sender, DragEventArgs e) @@ -241,11 +255,21 @@ namespace OnDoc.UIControls.Administrator { string[] files = (string[])e.Data.GetData(DataFormats.FileDrop); if (files.Length > 1) { MessageBox.Show("Nur eine Datei möglich!","Vorlage speichern",MessageBoxButtons.OK,MessageBoxIcon.Error); return; } - Database.DB db = new Database.DB(AppParams.connectionstring); - db.save_vorlage_to_db(files[0], TreeOfficeVorlagen.SelectedNode.Tag.ToString()); - db = null; - TreeOfficeVorlagen_AfterSelect(sender, e); + if (AppParams.vbvorlagenmanagement == "Yes") + { + VBFileManagement.VBFileManagement vbf = new VBFileManagement.VBFileManagement(); + vbf.Update_Vorlage(openFileDialog1.FileName, TreeOfficeVorlagen.SelectedNode.Tag.ToString(), AppParams.connectionstring, AppParams.CurrentMitarbieter); + TreeOfficeVorlagen_AfterSelect(sender, e); + vbf = null; + } + else + { + Database.DB db = new Database.DB(AppParams.connectionstring); + db.save_vorlage_to_db(openFileDialog1.FileName, TreeOfficeVorlagen.SelectedNode.Tag.ToString()); + db = null; + TreeOfficeVorlagen_AfterSelect(sender, e); + } } private void toolStripButton1_Click(object sender, EventArgs e) diff --git a/Client/UIControls/Approval.cs b/Client/UIControls/Approval.cs index 7ac2127b..ed526e54 100644 --- a/Client/UIControls/Approval.cs +++ b/Client/UIControls/Approval.cs @@ -154,6 +154,8 @@ namespace OnDoc.UIControls tp.Parent.Nodes.Remove(tp); } db = null; + Logging.DocLog.Info("Dokument geprüft - abgelehnt", "Dokumentprüfung", dr["dokumentid"].ToString(),"",""); + } } @@ -168,7 +170,6 @@ namespace OnDoc.UIControls TreeNodeAdv tp = treeViewAdv1.SelectedNode.Parent; treeViewAdv1.SelectedNode.Parent.Nodes.Remove(treeViewAdv1.SelectedNode); - if (dr["Bewilligungstyp"].ToString() == "2") { db.Exec_SQL("Update dokument set approval2=1 where dokumentid='" + dr["dokumentid"].ToString() + "'"); @@ -178,6 +179,7 @@ namespace OnDoc.UIControls db.Exec_SQL("Update dokument set approval1=1 where dokumentid='" + dr["dokumentid"].ToString()+"'"); } db = null; + Logging.DocLog.Info("Dokument geprüft", "Dokumentprüfung", dr["dokumentid"].ToString(), "", ""); } } } diff --git a/Client/UIControls/DokList.Designer.cs b/Client/UIControls/DokList.Designer.cs index 6157264c..d8e7c60d 100644 --- a/Client/UIControls/DokList.Designer.cs +++ b/Client/UIControls/DokList.Designer.cs @@ -116,6 +116,8 @@ namespace OnDoc.UICintrols this.lblToApprove = new System.Windows.Forms.Label(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.RibbonButtonCreateNewDoc = new System.Windows.Forms.RibbonButton(); + this.ribbonPanel4 = new System.Windows.Forms.RibbonPanel(); + this.ribbonbuttonlogin = new System.Windows.Forms.RibbonButton(); ((System.ComponentModel.ISupportInitialize)(this.sfDataGrid1)).BeginInit(); this.ctxMenuDokList.SuspendLayout(); this.toolStrip1.SuspendLayout(); @@ -337,6 +339,7 @@ namespace OnDoc.UICintrols this.docPreview1.Name = "docPreview1"; this.docPreview1.Size = new System.Drawing.Size(1709, 347); this.docPreview1.TabIndex = 0; + this.docPreview1.ZoomPercentage = 0; // // panel2 // @@ -815,6 +818,7 @@ namespace OnDoc.UICintrols this.RibbonTabAdmin.Panels.Add(this.ribbonPanel1); this.RibbonTabAdmin.Panels.Add(this.ribbonPanel3); this.RibbonTabAdmin.Panels.Add(this.RibbonPanelDiverses); + this.RibbonTabAdmin.Panels.Add(this.ribbonPanel4); this.RibbonTabAdmin.Text = "Administration"; // // ribbonPanel1 @@ -910,6 +914,20 @@ namespace OnDoc.UICintrols this.RibbonButtonCreateNewDoc.Text = "Dokument"; this.RibbonButtonCreateNewDoc.Click += new System.EventHandler(this.RibbonButtonCreateNewDoc_Click); // + // ribbonPanel4 + // + this.ribbonPanel4.Items.Add(this.ribbonbuttonlogin); + this.ribbonPanel4.Name = "ribbonPanel4"; + this.ribbonPanel4.Text = ""; + // + // ribbonbuttonlogin + // + this.ribbonbuttonlogin.Image = ((System.Drawing.Image)(resources.GetObject("ribbonbuttonlogin.Image"))); + this.ribbonbuttonlogin.LargeImage = ((System.Drawing.Image)(resources.GetObject("ribbonbuttonlogin.LargeImage"))); + this.ribbonbuttonlogin.Name = "ribbonbuttonlogin"; + this.ribbonbuttonlogin.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonbuttonlogin.SmallImage"))); + this.ribbonbuttonlogin.Click += new System.EventHandler(this.ribbonbuttonlogin_Click); + // // DokList // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -1023,5 +1041,7 @@ namespace OnDoc.UICintrols private System.Windows.Forms.RibbonLabel RibbonFilterLabel; private System.Windows.Forms.RibbonButton RibbonFilterDelete; private System.Windows.Forms.RibbonButton RibbonPartnerSaldiert; + private System.Windows.Forms.RibbonPanel ribbonPanel4; + private System.Windows.Forms.RibbonButton ribbonbuttonlogin; } } diff --git a/Client/UIControls/DokList.cs b/Client/UIControls/DokList.cs index 2d0dd826..a0b7466d 100644 --- a/Client/UIControls/DokList.cs +++ b/Client/UIControls/DokList.cs @@ -201,6 +201,7 @@ namespace OnDoc.UICintrols selected_dokumentid = documentid; selected_partnernr = dataRow["Partner-Nr"].ToString(); selected_cellvalue = dataRow[e.DataColumn.ColumnIndex].ToString(); + if (dataRow["Bearbeitung_Zwingend"].ToString() == "1") { @@ -868,33 +869,38 @@ namespace OnDoc.UICintrols string documentid = datarow["dokumentid"].ToString(); archivedoc(documentid); - string URL = AppParams.RESTURI + "api/ArchiveDocFromDatabase?dokumentid=" + documentid; - - HttpWebRequest webRequest = HttpWebRequest.Create(URL) as HttpWebRequest; - webRequest.Method = WebRequestMethods.Http.Get; - webRequest.Headers["Authorization"] = "Bearer " + AppParams.apikey; - try - { - using (HttpWebResponse response = webRequest.GetResponse() as HttpWebResponse) - { - if (response.StatusCode == HttpStatusCode.OK) - { - StreamReader reader = new StreamReader(response.GetResponseStream()); - string responseContent = reader.ReadToEnd(); - } - else - { - MessageBox.Show("Die Archivierung des Dokumentes " + documentid + " wurde abgebrochen." + Environment.NewLine + "Fehler: " + response.StatusDescription); - Logging.Logging.Error(URL + ": " + response.StatusCode.ToString() + " / " + response.StatusDescription, "Clinet - DokList GetDocument", ""); - } - } - } catch (Exception ex) { - MessageBox.Show("Die Archivierung des Dokumentes " + documentid + " konnte nicht durchgeführt werden." + Environment.NewLine + "Fehler: " + ex.Message); - } - - } refresh_dokumente(); + // return; + + // string URL = AppParams.RESTURI + "api/ArchiveDocFromDatabase?dokumentid=" + documentid; + + // HttpWebRequest webRequest = HttpWebRequest.Create(URL) as HttpWebRequest; + // webRequest.Method = WebRequestMethods.Http.Get; + // webRequest.Headers["Authorization"] = "Bearer " + AppParams.apikey; + // try + // { + // using (HttpWebResponse response = webRequest.GetResponse() as HttpWebResponse) + // { + // if (response.StatusCode == HttpStatusCode.OK) + // { + // StreamReader reader = new StreamReader(response.GetResponseStream()); + // string responseContent = reader.ReadToEnd(); + // } + // else + // { + // MessageBox.Show("Die Archivierung des Dokumentes " + documentid + " wurde abgebrochen." + Environment.NewLine + "Fehler: " + response.StatusDescription); + // Logging.Logging.Error(URL + ": " + response.StatusCode.ToString() + " / " + response.StatusDescription, "Clinet - DokList GetDocument", ""); + // } + // } + // } catch (Exception ex) { + // MessageBox.Show("Die Archivierung des Dokumentes " + documentid + " konnte nicht durchgeführt werden." + Environment.NewLine + "Fehler: " + ex.Message); + // } + + + //} + //refresh_dokumente(); + } private void ribbonButtonVersandstrasse_Click(object sender, EventArgs e) { @@ -1111,6 +1117,22 @@ namespace OnDoc.UICintrols RibbonFilterDelete.Visible = false; } + + private void ribbonbuttonlogin_Click(object sender, EventArgs e) + { + frmLogin frmLogin = new frmLogin(); + frmLogin.ShowDialog(); + if (frmLogin.DialogResult == DialogResult.OK) + { + AppParams.CurrentMitarbieter = frmLogin.selectedmitarbeiternr; + this.mitarbeiternr = AppParams.CurrentMitarbieter; + //Helper.Security security = new Helper.Security(); + //security.set_security(dokList1); + load_Profile(); + refresh_dokumente(); + set_functions(); + } + } } } diff --git a/Client/UIControls/DokList.resx b/Client/UIControls/DokList.resx index 499423b2..72f1efee 100644 --- a/Client/UIControls/DokList.resx +++ b/Client/UIControls/DokList.resx @@ -465,6 +465,27 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO vAAADrwBlbxySQAAABNJREFUOE9jGAWjYBSMAjBgYAAABBAAAadEfGMAAAAASUVORK5CYII= + + + + + iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAaSURBVFhH7cEBAQAAAIIg/69uSEAAAADAuRoQIAABnXhJ + QwAAAABJRU5ErkJggg== + + + + + iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAaSURBVFhH7cEBAQAAAIIg/69uSEAAAADAuRoQIAABnXhJ + QwAAAABJRU5ErkJggg== + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAATSURBVDhPYxgFo2AUjAIwYGAAAAQQAAGnRHxjAAAAAElF + TkSuQmCC diff --git a/Client/bin/Debug/Database.dll b/Client/bin/Debug/Database.dll index 617df48a..aacaf3ea 100644 Binary files a/Client/bin/Debug/Database.dll and b/Client/bin/Debug/Database.dll differ diff --git a/Client/bin/Debug/Database.pdb b/Client/bin/Debug/Database.pdb index e8918837..c8bc2e35 100644 Binary files a/Client/bin/Debug/Database.pdb and b/Client/bin/Debug/Database.pdb differ diff --git a/Client/bin/Debug/OfficePrinter.dll b/Client/bin/Debug/OfficePrinter.dll index 46ee80da..83df603b 100644 Binary files a/Client/bin/Debug/OfficePrinter.dll and b/Client/bin/Debug/OfficePrinter.dll differ diff --git a/Client/bin/Debug/OfficePrinter.pdb b/Client/bin/Debug/OfficePrinter.pdb index 79cbe1cc..c29c7113 100644 Binary files a/Client/bin/Debug/OfficePrinter.pdb and b/Client/bin/Debug/OfficePrinter.pdb differ diff --git a/Client/bin/Debug/OnDoc.exe b/Client/bin/Debug/OnDoc.exe index fd808526..32c8b41d 100644 Binary files a/Client/bin/Debug/OnDoc.exe and b/Client/bin/Debug/OnDoc.exe differ diff --git a/Client/bin/Debug/OnDoc.exe.config b/Client/bin/Debug/OnDoc.exe.config index 40c19adb..877df0a9 100644 --- a/Client/bin/Debug/OnDoc.exe.config +++ b/Client/bin/Debug/OnDoc.exe.config @@ -28,6 +28,12 @@ 5sPQAPCxiSj+JWf+sWKTYgdTRSXeZJX/Ft2wE5B/SaSPoxPNMvkTgNjbmiK18SNmJ66OPzOM1fEw70R+VZeRWU+5fowTIXAGYLDneikxmK4HnIJku8732xxJ/9EomCZ6 + + FilePrintDefault + + + Yes + diff --git a/Client/bin/Debug/OnDoc.pdb b/Client/bin/Debug/OnDoc.pdb index 8b588943..b5bddde4 100644 Binary files a/Client/bin/Debug/OnDoc.pdb and b/Client/bin/Debug/OnDoc.pdb differ diff --git a/Client/bin/Debug/VBFileManagement.dll b/Client/bin/Debug/VBFileManagement.dll new file mode 100644 index 00000000..f062a502 Binary files /dev/null and b/Client/bin/Debug/VBFileManagement.dll differ diff --git a/Client/bin/Debug/VBFileManagement.pdb b/Client/bin/Debug/VBFileManagement.pdb new file mode 100644 index 00000000..2f9c87de Binary files /dev/null and b/Client/bin/Debug/VBFileManagement.pdb differ diff --git a/Client/bin/Debug/VBFileManagement.xml b/Client/bin/Debug/VBFileManagement.xml new file mode 100644 index 00000000..21a7af7c --- /dev/null +++ b/Client/bin/Debug/VBFileManagement.xml @@ -0,0 +1,26 @@ + + + + +VBFileManagement + + + + + + A strongly-typed resource class, for looking up localized strings, etc. + + + + + Returns the cached ResourceManager instance used by this class. + + + + + Overrides the current thread's CurrentUICulture property for all + resource lookups using this strongly typed resource class. + + + + diff --git a/Client/bin/Debug/de-DE/OnDoc.resources.dll b/Client/bin/Debug/de-DE/OnDoc.resources.dll index c14d49b0..b78fc476 100644 Binary files a/Client/bin/Debug/de-DE/OnDoc.resources.dll and b/Client/bin/Debug/de-DE/OnDoc.resources.dll differ diff --git a/Client/obj/Client.csproj.nuget.dgspec.json b/Client/obj/Client.csproj.nuget.dgspec.json index 41273d52..0ea93585 100644 --- a/Client/obj/Client.csproj.nuget.dgspec.json +++ b/Client/obj/Client.csproj.nuget.dgspec.json @@ -55,6 +55,12 @@ }, "E:\\Software-Projekte\\OnDoc\\OnDoc\\Model\\Model.csproj": { "projectPath": "E:\\Software-Projekte\\OnDoc\\OnDoc\\Model\\Model.csproj" + }, + "E:\\Software-Projekte\\OnDoc\\OnDoc\\OfficePrinter\\OfficePrinter.csproj": { + "projectPath": "E:\\Software-Projekte\\OnDoc\\OnDoc\\OfficePrinter\\OfficePrinter.csproj" + }, + "E:\\Software-Projekte\\OnDoc\\OnDoc\\VBFileManagement\\VBFileManagement.vbproj": { + "projectPath": "E:\\Software-Projekte\\OnDoc\\OnDoc\\VBFileManagement\\VBFileManagement.vbproj" } } } @@ -205,6 +211,36 @@ "frameworks": { "net481": {} } + }, + "E:\\Software-Projekte\\OnDoc\\OnDoc\\OfficePrinter\\OfficePrinter.csproj": { + "restore": { + "projectUniqueName": "E:\\Software-Projekte\\OnDoc\\OnDoc\\OfficePrinter\\OfficePrinter.csproj", + "projectName": "OfficePrinter", + "projectPath": "E:\\Software-Projekte\\OnDoc\\OnDoc\\OfficePrinter\\OfficePrinter.csproj", + "frameworks": { + "net481": { + "projectReferences": {} + } + } + }, + "frameworks": { + "net481": {} + } + }, + "E:\\Software-Projekte\\OnDoc\\OnDoc\\VBFileManagement\\VBFileManagement.vbproj": { + "restore": { + "projectUniqueName": "E:\\Software-Projekte\\OnDoc\\OnDoc\\VBFileManagement\\VBFileManagement.vbproj", + "projectName": "VBFileManagement", + "projectPath": "E:\\Software-Projekte\\OnDoc\\OnDoc\\VBFileManagement\\VBFileManagement.vbproj", + "frameworks": { + "net481": { + "projectReferences": {} + } + } + }, + "frameworks": { + "net481": {} + } } } } \ No newline at end of file diff --git a/Client/obj/Debug/Client.csproj.AssemblyReference.cache b/Client/obj/Debug/Client.csproj.AssemblyReference.cache index 6cc35048..5e504928 100644 Binary files a/Client/obj/Debug/Client.csproj.AssemblyReference.cache and b/Client/obj/Debug/Client.csproj.AssemblyReference.cache differ diff --git a/Client/obj/Debug/Client.csproj.CoreCompileInputs.cache b/Client/obj/Debug/Client.csproj.CoreCompileInputs.cache index df23bc2f..e6cc42e5 100644 --- a/Client/obj/Debug/Client.csproj.CoreCompileInputs.cache +++ b/Client/obj/Debug/Client.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -8da378f2397f300b8808b6f801306aaa269d19cd08b0d41d8535b9125dcef444 +85ea68152cc1c77a0170cd69ab5d88399f0136f58ca7881894498165fde58e13 diff --git a/Client/obj/Debug/Client.csproj.FileListAbsolute.txt b/Client/obj/Debug/Client.csproj.FileListAbsolute.txt index 2493e6a2..4a486a19 100644 --- a/Client/obj/Debug/Client.csproj.FileListAbsolute.txt +++ b/Client/obj/Debug/Client.csproj.FileListAbsolute.txt @@ -248,3 +248,6 @@ E:\Software-Projekte\OnDoc\OnDoc\Client\obj\Debug\Client.csproj.Up2Date E:\Software-Projekte\OnDoc\OnDoc\Client\obj\Debug\OnDoc.exe E:\Software-Projekte\OnDoc\OnDoc\Client\obj\Debug\OnDoc.pdb E:\Software-Projekte\OnDoc\OnDoc\Client\obj\Debug\OnDoc.DocMgmt.SerienbriefBearbeitung.resources +E:\Software-Projekte\OnDoc\OnDoc\Client\bin\Debug\VBFileManagement.dll +E:\Software-Projekte\OnDoc\OnDoc\Client\bin\Debug\VBFileManagement.pdb +E:\Software-Projekte\OnDoc\OnDoc\Client\bin\Debug\VBFileManagement.xml diff --git a/Client/obj/Debug/Client.csproj.GenerateResource.cache b/Client/obj/Debug/Client.csproj.GenerateResource.cache index 07b2fab2..da666993 100644 Binary files a/Client/obj/Debug/Client.csproj.GenerateResource.cache and b/Client/obj/Debug/Client.csproj.GenerateResource.cache differ diff --git a/Client/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/Client/obj/Debug/DesignTimeResolveAssemblyReferences.cache index f82ebcf0..849e08f1 100644 Binary files a/Client/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/Client/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/Client/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Client/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 815c4387..9bb30389 100644 Binary files a/Client/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/Client/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Client/obj/Debug/OnDoc.DocMgmt.Dokumenterstellung.resources b/Client/obj/Debug/OnDoc.DocMgmt.Dokumenterstellung.resources index 50e6fc04..eac89e61 100644 Binary files a/Client/obj/Debug/OnDoc.DocMgmt.Dokumenterstellung.resources and b/Client/obj/Debug/OnDoc.DocMgmt.Dokumenterstellung.resources differ diff --git a/Client/obj/Debug/OnDoc.UICintrols.DokList.resources b/Client/obj/Debug/OnDoc.UICintrols.DokList.resources index 3bd7618d..6c4a56ef 100644 Binary files a/Client/obj/Debug/OnDoc.UICintrols.DokList.resources and b/Client/obj/Debug/OnDoc.UICintrols.DokList.resources differ diff --git a/Client/obj/Debug/OnDoc.exe b/Client/obj/Debug/OnDoc.exe index fd808526..32c8b41d 100644 Binary files a/Client/obj/Debug/OnDoc.exe and b/Client/obj/Debug/OnDoc.exe differ diff --git a/Client/obj/Debug/OnDoc.exe.config b/Client/obj/Debug/OnDoc.exe.config index 40c19adb..877df0a9 100644 --- a/Client/obj/Debug/OnDoc.exe.config +++ b/Client/obj/Debug/OnDoc.exe.config @@ -28,6 +28,12 @@ 5sPQAPCxiSj+JWf+sWKTYgdTRSXeZJX/Ft2wE5B/SaSPoxPNMvkTgNjbmiK18SNmJ66OPzOM1fEw70R+VZeRWU+5fowTIXAGYLDneikxmK4HnIJku8732xxJ/9EomCZ6 + + FilePrintDefault + + + Yes + diff --git a/Client/obj/Debug/OnDoc.pdb b/Client/obj/Debug/OnDoc.pdb index 8b588943..b5bddde4 100644 Binary files a/Client/obj/Debug/OnDoc.pdb and b/Client/obj/Debug/OnDoc.pdb differ diff --git a/Client/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll b/Client/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll index 2e3e5a01..5aca3f5f 100644 Binary files a/Client/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll and b/Client/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll differ diff --git a/Client/obj/Debug/de-DE/OnDoc.resources.dll b/Client/obj/Debug/de-DE/OnDoc.resources.dll index c14d49b0..b78fc476 100644 Binary files a/Client/obj/Debug/de-DE/OnDoc.resources.dll and b/Client/obj/Debug/de-DE/OnDoc.resources.dll differ diff --git a/Client/obj/project.assets.json b/Client/obj/project.assets.json index cbf352ac..4ad9de71 100644 --- a/Client/obj/project.assets.json +++ b/Client/obj/project.assets.json @@ -346,6 +346,24 @@ "runtime": { "bin/placeholder/Model.dll": {} } + }, + "OfficePrinter/1.0.0": { + "type": "project", + "compile": { + "bin/placeholder/OfficePrinter.dll": {} + }, + "runtime": { + "bin/placeholder/OfficePrinter.dll": {} + } + }, + "VBFileManagement/1.0.0": { + "type": "project", + "compile": { + "bin/placeholder/VBFileManagement.dll": {} + }, + "runtime": { + "bin/placeholder/VBFileManagement.dll": {} + } } }, ".NETFramework,Version=v4.8.1/win": { @@ -693,6 +711,24 @@ "runtime": { "bin/placeholder/Model.dll": {} } + }, + "OfficePrinter/1.0.0": { + "type": "project", + "compile": { + "bin/placeholder/OfficePrinter.dll": {} + }, + "runtime": { + "bin/placeholder/OfficePrinter.dll": {} + } + }, + "VBFileManagement/1.0.0": { + "type": "project", + "compile": { + "bin/placeholder/VBFileManagement.dll": {} + }, + "runtime": { + "bin/placeholder/VBFileManagement.dll": {} + } } }, ".NETFramework,Version=v4.8.1/win-arm64": { @@ -1040,6 +1076,24 @@ "runtime": { "bin/placeholder/Model.dll": {} } + }, + "OfficePrinter/1.0.0": { + "type": "project", + "compile": { + "bin/placeholder/OfficePrinter.dll": {} + }, + "runtime": { + "bin/placeholder/OfficePrinter.dll": {} + } + }, + "VBFileManagement/1.0.0": { + "type": "project", + "compile": { + "bin/placeholder/VBFileManagement.dll": {} + }, + "runtime": { + "bin/placeholder/VBFileManagement.dll": {} + } } }, ".NETFramework,Version=v4.8.1/win-x64": { @@ -1387,6 +1441,24 @@ "runtime": { "bin/placeholder/Model.dll": {} } + }, + "OfficePrinter/1.0.0": { + "type": "project", + "compile": { + "bin/placeholder/OfficePrinter.dll": {} + }, + "runtime": { + "bin/placeholder/OfficePrinter.dll": {} + } + }, + "VBFileManagement/1.0.0": { + "type": "project", + "compile": { + "bin/placeholder/VBFileManagement.dll": {} + }, + "runtime": { + "bin/placeholder/VBFileManagement.dll": {} + } } }, ".NETFramework,Version=v4.8.1/win-x86": { @@ -1734,6 +1806,24 @@ "runtime": { "bin/placeholder/Model.dll": {} } + }, + "OfficePrinter/1.0.0": { + "type": "project", + "compile": { + "bin/placeholder/OfficePrinter.dll": {} + }, + "runtime": { + "bin/placeholder/OfficePrinter.dll": {} + } + }, + "VBFileManagement/1.0.0": { + "type": "project", + "compile": { + "bin/placeholder/VBFileManagement.dll": {} + }, + "runtime": { + "bin/placeholder/VBFileManagement.dll": {} + } } } }, @@ -2752,6 +2842,16 @@ "type": "project", "path": "../Model/Model.csproj", "msbuildProject": "../Model/Model.csproj" + }, + "OfficePrinter/1.0.0": { + "type": "project", + "path": "../OfficePrinter/OfficePrinter.csproj", + "msbuildProject": "../OfficePrinter/OfficePrinter.csproj" + }, + "VBFileManagement/1.0.0": { + "type": "project", + "path": "../VBFileManagement/VBFileManagement.vbproj", + "msbuildProject": "../VBFileManagement/VBFileManagement.vbproj" } }, "projectFileDependencyGroups": { @@ -2766,8 +2866,10 @@ "Model >= 1.0.0", "NLog.Database >= 5.3.2", "Newtonsoft.Json >= 13.0.3", + "OfficePrinter >= 1.0.0", "RibbonWinForms >= 5.0.1.1", - "Syncfusion.Pdf.WinForms >= 26.2.8" + "Syncfusion.Pdf.WinForms >= 26.2.8", + "VBFileManagement >= 1.0.0" ] }, "packageFolders": { @@ -2827,6 +2929,12 @@ }, "E:\\Software-Projekte\\OnDoc\\OnDoc\\Model\\Model.csproj": { "projectPath": "E:\\Software-Projekte\\OnDoc\\OnDoc\\Model\\Model.csproj" + }, + "E:\\Software-Projekte\\OnDoc\\OnDoc\\OfficePrinter\\OfficePrinter.csproj": { + "projectPath": "E:\\Software-Projekte\\OnDoc\\OnDoc\\OfficePrinter\\OfficePrinter.csproj" + }, + "E:\\Software-Projekte\\OnDoc\\OnDoc\\VBFileManagement\\VBFileManagement.vbproj": { + "projectPath": "E:\\Software-Projekte\\OnDoc\\OnDoc\\VBFileManagement\\VBFileManagement.vbproj" } } } diff --git a/Client/obj/project.nuget.cache b/Client/obj/project.nuget.cache index 4b300fe4..a461b7c1 100644 --- a/Client/obj/project.nuget.cache +++ b/Client/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "GuVitxgHv0E=", + "dgSpecHash": "LwjOZBX8J9I=", "success": true, "projectFilePath": "E:\\Software-Projekte\\OnDoc\\OnDoc\\Client\\Client.csproj", "expectedPackageFiles": [ diff --git a/DOCGEN/bin/Debug/Database.dll b/DOCGEN/bin/Debug/Database.dll index 617df48a..aacaf3ea 100644 Binary files a/DOCGEN/bin/Debug/Database.dll and b/DOCGEN/bin/Debug/Database.dll differ diff --git a/DOCGEN/bin/Debug/Database.pdb b/DOCGEN/bin/Debug/Database.pdb index e8918837..c8bc2e35 100644 Binary files a/DOCGEN/bin/Debug/Database.pdb and b/DOCGEN/bin/Debug/Database.pdb differ diff --git a/DOCGEN/bin/Debug/OfficePrinter.dll b/DOCGEN/bin/Debug/OfficePrinter.dll index 46ee80da..83df603b 100644 Binary files a/DOCGEN/bin/Debug/OfficePrinter.dll and b/DOCGEN/bin/Debug/OfficePrinter.dll differ diff --git a/DOCGEN/bin/Debug/OfficePrinter.pdb b/DOCGEN/bin/Debug/OfficePrinter.pdb index 79cbe1cc..c29c7113 100644 Binary files a/DOCGEN/bin/Debug/OfficePrinter.pdb and b/DOCGEN/bin/Debug/OfficePrinter.pdb differ diff --git a/DOCGEN/obj/Debug/DocGen.csproj.AssemblyReference.cache b/DOCGEN/obj/Debug/DocGen.csproj.AssemblyReference.cache index db30b29b..394ed364 100644 Binary files a/DOCGEN/obj/Debug/DocGen.csproj.AssemblyReference.cache and b/DOCGEN/obj/Debug/DocGen.csproj.AssemblyReference.cache differ diff --git a/Database/bin/Debug/Database.dll b/Database/bin/Debug/Database.dll index 617df48a..aacaf3ea 100644 Binary files a/Database/bin/Debug/Database.dll and b/Database/bin/Debug/Database.dll differ diff --git a/Database/bin/Debug/Database.pdb b/Database/bin/Debug/Database.pdb index e8918837..c8bc2e35 100644 Binary files a/Database/bin/Debug/Database.pdb and b/Database/bin/Debug/Database.pdb differ diff --git a/Database/db.cs b/Database/db.cs index 14a8f2bb..3a70402b 100644 --- a/Database/db.cs +++ b/Database/db.cs @@ -1768,17 +1768,25 @@ namespace Database { try { + string newstatus = ""; clear_parameter(); add_parameter("@dokumentid", dokumentid); Get_Tabledata("SP_Dokumentstatus_statushandling_Select", true, false); foreach (System.Data.DataRow dr in dsdaten.Tables[0].Rows) { - if (Convert.ToInt32(dr["status_bezeichnungnr"]) == -1) + if (Convert.ToInt32(dr["status_bezeichnungnr"]) == -2) { clear_parameter(); add_parameter("@fnkt", "3"); add_parameter("@dokumentid", dokumentid); - add_parameter("@value1", dr["dokument_statusnr"].ToString()); + newstatus = dr["dokument_statusnr"].ToString(); + add_parameter("@value1", newstatus); + Get_Tabledata("sp_edoka_onbase", true, false); + + clear_parameter(); + add_parameter("@fnkt", "4"); + add_parameter("@dokumentid", dokumentid); + add_parameter("@value1", newstatus); Get_Tabledata("sp_edoka_onbase", true, false); break; } diff --git a/Database/obj/Debug/Database.dll b/Database/obj/Debug/Database.dll index 617df48a..aacaf3ea 100644 Binary files a/Database/obj/Debug/Database.dll and b/Database/obj/Debug/Database.dll differ diff --git a/Database/obj/Debug/Database.pdb b/Database/obj/Debug/Database.pdb index e8918837..c8bc2e35 100644 Binary files a/Database/obj/Debug/Database.pdb and b/Database/obj/Debug/Database.pdb differ diff --git a/ILMocup/bin/ILMocup.dll b/ILMocup/bin/ILMocup.dll index 97677991..f0546baa 100644 Binary files a/ILMocup/bin/ILMocup.dll and b/ILMocup/bin/ILMocup.dll differ diff --git a/ILMocup/bin/ILMocup.pdb b/ILMocup/bin/ILMocup.pdb index 39ed1739..372bf96b 100644 Binary files a/ILMocup/bin/ILMocup.pdb and b/ILMocup/bin/ILMocup.pdb differ diff --git a/ILMocup/obj/Debug/ILMocup.csproj.AssemblyReference.cache b/ILMocup/obj/Debug/ILMocup.csproj.AssemblyReference.cache index d79f0f4c..86360927 100644 Binary files a/ILMocup/obj/Debug/ILMocup.csproj.AssemblyReference.cache and b/ILMocup/obj/Debug/ILMocup.csproj.AssemblyReference.cache differ diff --git a/ILMocup/obj/Debug/ILMocup.dll b/ILMocup/obj/Debug/ILMocup.dll index 97677991..f0546baa 100644 Binary files a/ILMocup/obj/Debug/ILMocup.dll and b/ILMocup/obj/Debug/ILMocup.dll differ diff --git a/ILMocup/obj/Debug/ILMocup.pdb b/ILMocup/obj/Debug/ILMocup.pdb index 39ed1739..372bf96b 100644 Binary files a/ILMocup/obj/Debug/ILMocup.pdb and b/ILMocup/obj/Debug/ILMocup.pdb differ diff --git a/NativVorlagen/obj/Debug/NativVorlagen.csproj.AssemblyReference.cache b/NativVorlagen/obj/Debug/NativVorlagen.csproj.AssemblyReference.cache index d669979f..e250a7d0 100644 Binary files a/NativVorlagen/obj/Debug/NativVorlagen.csproj.AssemblyReference.cache and b/NativVorlagen/obj/Debug/NativVorlagen.csproj.AssemblyReference.cache differ diff --git a/NativVorlagen/obj/Debug/NativVorlagen.csproj.CoreCompileInputs.cache b/NativVorlagen/obj/Debug/NativVorlagen.csproj.CoreCompileInputs.cache index 71c42a05..b6637d8c 100644 --- a/NativVorlagen/obj/Debug/NativVorlagen.csproj.CoreCompileInputs.cache +++ b/NativVorlagen/obj/Debug/NativVorlagen.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -a02a47650a022c316c6846ada65e4f92fba83b4f50c9b1c219ab4d3a6c592d20 +27bcfe09cae266b6b9e968d62d8221d5f040572d4146dbc95121164155619caf diff --git a/OfficePrinter/Class1.cs b/OfficePrinter/Class1.cs index c025d078..796aac55 100644 --- a/OfficePrinter/Class1.cs +++ b/OfficePrinter/Class1.cs @@ -30,6 +30,22 @@ namespace OfficePrinter return; } + public void PrintInWord(string Filename, string printmacro) + { + Application appWord = new Application(); + Microsoft.Office.Interop.Word.Document wordDocument = new Microsoft.Office.Interop.Word.Document(); + wordDocument = appWord.Documents.Open(Filename); + appWord.Visible = true; + if (printmacro == "") return; + appWord.Run(printmacro); + wordDocument.Close(); + wordDocument = null; + appWord.Quit(SaveChanges: false); + appWord = null; + return; + + } + diff --git a/OfficePrinter/bin/Debug/OfficePrinter.dll b/OfficePrinter/bin/Debug/OfficePrinter.dll index 46ee80da..83df603b 100644 Binary files a/OfficePrinter/bin/Debug/OfficePrinter.dll and b/OfficePrinter/bin/Debug/OfficePrinter.dll differ diff --git a/OfficePrinter/bin/Debug/OfficePrinter.pdb b/OfficePrinter/bin/Debug/OfficePrinter.pdb index 79cbe1cc..c29c7113 100644 Binary files a/OfficePrinter/bin/Debug/OfficePrinter.pdb and b/OfficePrinter/bin/Debug/OfficePrinter.pdb differ diff --git a/OfficePrinter/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/OfficePrinter/obj/Debug/DesignTimeResolveAssemblyReferences.cache new file mode 100644 index 00000000..736945fd Binary files /dev/null and b/OfficePrinter/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/OfficePrinter/obj/Debug/OfficePrinter.dll b/OfficePrinter/obj/Debug/OfficePrinter.dll index 46ee80da..83df603b 100644 Binary files a/OfficePrinter/obj/Debug/OfficePrinter.dll and b/OfficePrinter/obj/Debug/OfficePrinter.dll differ diff --git a/OfficePrinter/obj/Debug/OfficePrinter.pdb b/OfficePrinter/obj/Debug/OfficePrinter.pdb index 79cbe1cc..c29c7113 100644 Binary files a/OfficePrinter/obj/Debug/OfficePrinter.pdb and b/OfficePrinter/obj/Debug/OfficePrinter.pdb differ diff --git a/OnDoc.sln b/OnDoc.sln index d8735977..bb7a17d2 100644 --- a/OnDoc.sln +++ b/OnDoc.sln @@ -43,6 +43,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OnDocMessage", "OnDocMessag EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ILMocup", "ILMocup\ILMocup.csproj", "{BC7ECB90-7161-4A38-97D2-0BC3E99E541D}" EndProject +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "VBFileManagement", "VBFileManagement\VBFileManagement.vbproj", "{DEC8740A-0A3A-445B-A155-90BA612D6833}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -117,6 +119,10 @@ Global {BC7ECB90-7161-4A38-97D2-0BC3E99E541D}.Debug|Any CPU.Build.0 = Debug|Any CPU {BC7ECB90-7161-4A38-97D2-0BC3E99E541D}.Release|Any CPU.ActiveCfg = Release|Any CPU {BC7ECB90-7161-4A38-97D2-0BC3E99E541D}.Release|Any CPU.Build.0 = Release|Any CPU + {DEC8740A-0A3A-445B-A155-90BA612D6833}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DEC8740A-0A3A-445B-A155-90BA612D6833}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DEC8740A-0A3A-445B-A155-90BA612D6833}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DEC8740A-0A3A-445B-A155-90BA612D6833}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/OnDocOffice/bin/Debug/Database.dll b/OnDocOffice/bin/Debug/Database.dll index 0199f9a1..617df48a 100644 Binary files a/OnDocOffice/bin/Debug/Database.dll and b/OnDocOffice/bin/Debug/Database.dll differ diff --git a/OnDocOffice/bin/Debug/Database.pdb b/OnDocOffice/bin/Debug/Database.pdb index 29169b2d..e8918837 100644 Binary files a/OnDocOffice/bin/Debug/Database.pdb and b/OnDocOffice/bin/Debug/Database.pdb differ diff --git a/OnDocOffice/bin/Debug/Helper.dll b/OnDocOffice/bin/Debug/Helper.dll index 821177c5..26b96769 100644 Binary files a/OnDocOffice/bin/Debug/Helper.dll and b/OnDocOffice/bin/Debug/Helper.dll differ diff --git a/OnDocOffice/bin/Debug/Helper.pdb b/OnDocOffice/bin/Debug/Helper.pdb index 3ad377e2..c67ed204 100644 Binary files a/OnDocOffice/bin/Debug/Helper.pdb and b/OnDocOffice/bin/Debug/Helper.pdb differ diff --git a/OnDocOffice/bin/Debug/Model.dll b/OnDocOffice/bin/Debug/Model.dll index 4b694900..82ff892d 100644 Binary files a/OnDocOffice/bin/Debug/Model.dll and b/OnDocOffice/bin/Debug/Model.dll differ diff --git a/OnDocOffice/bin/Debug/Model.pdb b/OnDocOffice/bin/Debug/Model.pdb index df130a02..4d2db873 100644 Binary files a/OnDocOffice/bin/Debug/Model.pdb and b/OnDocOffice/bin/Debug/Model.pdb differ diff --git a/OnDocOffice/obj/Debug/OnDocOffice.csproj.AssemblyReference.cache b/OnDocOffice/obj/Debug/OnDocOffice.csproj.AssemblyReference.cache index 1c85c201..118d0347 100644 Binary files a/OnDocOffice/obj/Debug/OnDocOffice.csproj.AssemblyReference.cache and b/OnDocOffice/obj/Debug/OnDocOffice.csproj.AssemblyReference.cache differ diff --git a/OnDocWPF/obj/Debug/net8.0-windows/OnDocWPF.AssemblyInfo.cs b/OnDocWPF/obj/Debug/net8.0-windows/OnDocWPF.AssemblyInfo.cs index 89e6480a..d23b37ad 100644 --- a/OnDocWPF/obj/Debug/net8.0-windows/OnDocWPF.AssemblyInfo.cs +++ b/OnDocWPF/obj/Debug/net8.0-windows/OnDocWPF.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("OnDocWPF")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+09bcee5a2a2fa8276c72810a49a562526c03af7a")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+3c5380f422d0c0bb8be8bdb616cfb495c9349b6b")] [assembly: System.Reflection.AssemblyProductAttribute("OnDocWPF")] [assembly: System.Reflection.AssemblyTitleAttribute("OnDocWPF")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/OnDocWPF/obj/Debug/net8.0-windows/OnDocWPF.AssemblyInfoInputs.cache b/OnDocWPF/obj/Debug/net8.0-windows/OnDocWPF.AssemblyInfoInputs.cache index a13af2bb..8b9afbda 100644 --- a/OnDocWPF/obj/Debug/net8.0-windows/OnDocWPF.AssemblyInfoInputs.cache +++ b/OnDocWPF/obj/Debug/net8.0-windows/OnDocWPF.AssemblyInfoInputs.cache @@ -1 +1 @@ -de523092a1c30ea418cd36aab992f15f4a7aee23c1d8a6429c8df751e96e63d0 +62bc1dc6714f21eed7e85277f6a7d3162c9cebc82c792f2b3ea8c044e62b0b05 diff --git a/OnDocWeb/bin/OnDocWeb.dll b/OnDocWeb/bin/OnDocWeb.dll index 45ba4d34..d95c0006 100644 Binary files a/OnDocWeb/bin/OnDocWeb.dll and b/OnDocWeb/bin/OnDocWeb.dll differ diff --git a/OnDocWeb/bin/OnDocWeb.pdb b/OnDocWeb/bin/OnDocWeb.pdb index 6aee9ffe..9bc5a65b 100644 Binary files a/OnDocWeb/bin/OnDocWeb.pdb and b/OnDocWeb/bin/OnDocWeb.pdb differ diff --git a/OnDocWeb/obj/Debug/OnDocWeb.csproj.AssemblyReference.cache b/OnDocWeb/obj/Debug/OnDocWeb.csproj.AssemblyReference.cache index b567ca1f..0569d7fb 100644 Binary files a/OnDocWeb/obj/Debug/OnDocWeb.csproj.AssemblyReference.cache and b/OnDocWeb/obj/Debug/OnDocWeb.csproj.AssemblyReference.cache differ diff --git a/OnDocWeb/obj/Debug/OnDocWeb.dll b/OnDocWeb/obj/Debug/OnDocWeb.dll index 45ba4d34..d95c0006 100644 Binary files a/OnDocWeb/obj/Debug/OnDocWeb.dll and b/OnDocWeb/obj/Debug/OnDocWeb.dll differ diff --git a/OnDocWeb/obj/Debug/OnDocWeb.pdb b/OnDocWeb/obj/Debug/OnDocWeb.pdb index 6aee9ffe..9bc5a65b 100644 Binary files a/OnDocWeb/obj/Debug/OnDocWeb.pdb and b/OnDocWeb/obj/Debug/OnDocWeb.pdb differ diff --git a/VBFileManagement/Class1.vb b/VBFileManagement/Class1.vb new file mode 100644 index 00000000..242ca1b3 --- /dev/null +++ b/VBFileManagement/Class1.vb @@ -0,0 +1,64 @@ +Imports System.Data.SqlClient +Imports System.Data.SqlTypes +Imports System.IO +Public Class VBFileManagement + Public Function Update_Vorlage(filename As String, vorlageid As String, connectionstring As String, manr As Integer) + Dim IntFilename As String + Dim Connection As New SqlConnection() + Dim DA As New SqlDataAdapter("select * from office_vorlage_datei where office_vorlage_dateinr = " + Str(vorlageid), Connection) + Dim cb As SqlCommandBuilder = New SqlCommandBuilder(DA) + Dim ds As New DataSet() + Dim fs As New FileStream(filename, FileMode.OpenOrCreate, FileAccess.Read) + Dim mydata(fs.Length) As Byte + Dim fi As New IO.FileInfo(filename) + IntFilename = (fi.Name) + Try + fs.Read(mydata, 0, fs.Length) + fs.Close() + + Connection.ConnectionString = connectionstring + Connection.Open() + DA.Fill(ds, "docs") + Dim myRow As DataRow + If ds.Tables(0).Rows.Count = 0 Then + ' Neues Dokument speichern + myRow = ds.Tables(0).NewRow + myRow.Item(0) = vorlageid + myRow.Item(1) = 0 + myRow.Item(2) = mydata + myRow.Item(3) = 1 + myRow.Item(4) = Now + myRow.Item(5) = manr + myRow.Item(6) = 0 + myRow.Item(7) = System.DBNull.Value + myRow.Item(8) = 0 + myRow.Item(10) = IntFilename + ds.Tables(0).Rows.Add(myRow) + DA.Update(ds, "docs") + Else + 'Bestehendes Dokument sichenr + myRow = ds.Tables(0).Rows(0) + myRow.Item(2) = mydata + myRow.Item(3) = 1 + myRow.Item(4) = Now + myRow.Item(5) = manr + myRow.Item(6) = 0 + myRow.Item(7) = System.DBNull.Value + myRow.Item(8) = 0 + myRow.Item(10) = IntFilename + DA.Update(ds, "docs") + End If + Catch ex As Exception + + MsgBox(ex.Message) + End Try + fs = Nothing + cb = Nothing + ds = Nothing + DA = Nothing + + Connection.Close() + Connection = Nothing + End Function + +End Class diff --git a/VBFileManagement/My Project/Application.Designer.vb b/VBFileManagement/My Project/Application.Designer.vb new file mode 100644 index 00000000..88dd01c7 --- /dev/null +++ b/VBFileManagement/My Project/Application.Designer.vb @@ -0,0 +1,13 @@ +'------------------------------------------------------------------------------ +' +' This code was generated by a tool. +' Runtime Version:4.0.30319.42000 +' +' Changes to this file may cause incorrect behavior and will be lost if +' the code is regenerated. +' +'------------------------------------------------------------------------------ + +Option Strict On +Option Explicit On + diff --git a/VBFileManagement/My Project/Application.myapp b/VBFileManagement/My Project/Application.myapp new file mode 100644 index 00000000..758895de --- /dev/null +++ b/VBFileManagement/My Project/Application.myapp @@ -0,0 +1,10 @@ + + + false + false + 0 + true + 0 + 1 + true + diff --git a/VBFileManagement/My Project/AssemblyInfo.vb b/VBFileManagement/My Project/AssemblyInfo.vb new file mode 100644 index 00000000..63e71021 --- /dev/null +++ b/VBFileManagement/My Project/AssemblyInfo.vb @@ -0,0 +1,35 @@ +Imports System +Imports System.Reflection +Imports System.Runtime.InteropServices + +' Allgemeine Informationen über eine Assembly werden über die folgenden +' Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, +' die einer Assembly zugeordnet sind. + +' Werte der Assemblyattribute überprüfen + + + + + + + + + + +'Die folgende GUID wird für die typelib-ID verwendet, wenn dieses Projekt für COM verfügbar gemacht wird. + + +' Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: +' +' Hauptversion +' Nebenversion +' Buildnummer +' Revision +' +' Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden, +' indem Sie "*" wie unten gezeigt eingeben: +' + + + diff --git a/VBFileManagement/My Project/Resources.Designer.vb b/VBFileManagement/My Project/Resources.Designer.vb new file mode 100644 index 00000000..e7461522 --- /dev/null +++ b/VBFileManagement/My Project/Resources.Designer.vb @@ -0,0 +1,62 @@ +'------------------------------------------------------------------------------ +' +' This code was generated by a tool. +' Runtime Version:4.0.30319.42000 +' +' Changes to this file may cause incorrect behavior and will be lost if +' the code is regenerated. +' +'------------------------------------------------------------------------------ + +Option Strict On +Option Explicit On + + +Namespace My.Resources + + 'This class was auto-generated by the StronglyTypedResourceBuilder + 'class via a tool like ResGen or Visual Studio. + 'To add or remove a member, edit your .ResX file then rerun ResGen + 'with the /str option, or rebuild your VS project. + ''' + ''' A strongly-typed resource class, for looking up localized strings, etc. + ''' + _ + Friend Module Resources + + Private resourceMan As Global.System.Resources.ResourceManager + + Private resourceCulture As Global.System.Globalization.CultureInfo + + ''' + ''' Returns the cached ResourceManager instance used by this class. + ''' + _ + Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager + Get + If Object.ReferenceEquals(resourceMan, Nothing) Then + Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("VBFileManagement.Resources", GetType(Resources).Assembly) + resourceMan = temp + End If + Return resourceMan + End Get + End Property + + ''' + ''' Overrides the current thread's CurrentUICulture property for all + ''' resource lookups using this strongly typed resource class. + ''' + _ + Friend Property Culture() As Global.System.Globalization.CultureInfo + Get + Return resourceCulture + End Get + Set(ByVal value As Global.System.Globalization.CultureInfo) + resourceCulture = value + End Set + End Property + End Module +End Namespace diff --git a/VBFileManagement/My Project/Resources.resx b/VBFileManagement/My Project/Resources.resx new file mode 100644 index 00000000..af7dbebb --- /dev/null +++ b/VBFileManagement/My Project/Resources.resx @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/VBFileManagement/My Project/Settings.Designer.vb b/VBFileManagement/My Project/Settings.Designer.vb new file mode 100644 index 00000000..756cab75 --- /dev/null +++ b/VBFileManagement/My Project/Settings.Designer.vb @@ -0,0 +1,73 @@ +'------------------------------------------------------------------------------ +' +' This code was generated by a tool. +' Runtime Version:4.0.30319.42000 +' +' Changes to this file may cause incorrect behavior and will be lost if +' the code is regenerated. +' +'------------------------------------------------------------------------------ + +Option Strict On +Option Explicit On + + +Namespace My + + _ + Partial Friend NotInheritable Class MySettings + Inherits Global.System.Configuration.ApplicationSettingsBase + + Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings), MySettings) + +#Region "My.Settings Auto-Save Functionality" +#If _MyType = "WindowsForms" Then + Private Shared addedHandler As Boolean + + Private Shared addedHandlerLockObject As New Object + + _ + Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs) + If My.Application.SaveMySettingsOnExit Then + My.Settings.Save() + End If + End Sub +#End If +#End Region + + Public Shared ReadOnly Property [Default]() As MySettings + Get + +#If _MyType = "WindowsForms" Then + If Not addedHandler Then + SyncLock addedHandlerLockObject + If Not addedHandler Then + AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings + addedHandler = True + End If + End SyncLock + End If +#End If + Return defaultInstance + End Get + End Property + End Class +End Namespace + +Namespace My + + _ + Friend Module MySettingsProperty + + _ + Friend ReadOnly Property Settings() As Global.VBFileManagement.My.MySettings + Get + Return Global.VBFileManagement.My.MySettings.Default + End Get + End Property + End Module +End Namespace diff --git a/VBFileManagement/My Project/Settings.settings b/VBFileManagement/My Project/Settings.settings new file mode 100644 index 00000000..85b890b3 --- /dev/null +++ b/VBFileManagement/My Project/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + diff --git a/VBFileManagement/VBFileManagement.vbproj b/VBFileManagement/VBFileManagement.vbproj new file mode 100644 index 00000000..844e1b26 --- /dev/null +++ b/VBFileManagement/VBFileManagement.vbproj @@ -0,0 +1,104 @@ + + + + + Debug + AnyCPU + {DEC8740A-0A3A-445B-A155-90BA612D6833} + Library + VBFileManagement + VBFileManagement + 512 + Windows + v4.8.1 + true + + + true + full + true + true + bin\Debug\ + VBFileManagement.xml + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + + + pdbonly + false + true + true + bin\Release\ + VBFileManagement.xml + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + + + On + + + Binary + + + Off + + + On + + + + + + + + + + + + + + + + + + + + + + + + + + True + Application.myapp + + + True + True + Resources.resx + + + True + Settings.settings + True + + + + + VbMyResourcesResXFileCodeGenerator + Resources.Designer.vb + My.Resources + Designer + + + + + MyApplicationCodeGenerator + Application.Designer.vb + + + SettingsSingleFileGenerator + My + Settings.Designer.vb + + + + \ No newline at end of file diff --git a/VBFileManagement/bin/Debug/VBFileManagement.dll b/VBFileManagement/bin/Debug/VBFileManagement.dll new file mode 100644 index 00000000..f062a502 Binary files /dev/null and b/VBFileManagement/bin/Debug/VBFileManagement.dll differ diff --git a/VBFileManagement/bin/Debug/VBFileManagement.pdb b/VBFileManagement/bin/Debug/VBFileManagement.pdb new file mode 100644 index 00000000..2f9c87de Binary files /dev/null and b/VBFileManagement/bin/Debug/VBFileManagement.pdb differ diff --git a/VBFileManagement/bin/Debug/VBFileManagement.xml b/VBFileManagement/bin/Debug/VBFileManagement.xml new file mode 100644 index 00000000..21a7af7c --- /dev/null +++ b/VBFileManagement/bin/Debug/VBFileManagement.xml @@ -0,0 +1,26 @@ + + + + +VBFileManagement + + + + + + A strongly-typed resource class, for looking up localized strings, etc. + + + + + Returns the cached ResourceManager instance used by this class. + + + + + Overrides the current thread's CurrentUICulture property for all + resource lookups using this strongly typed resource class. + + + + diff --git a/VBFileManagement/obj/Debug/.NETFramework,Version=v4.8.1.AssemblyAttributes.vb b/VBFileManagement/obj/Debug/.NETFramework,Version=v4.8.1.AssemblyAttributes.vb new file mode 100644 index 00000000..46b9646d --- /dev/null +++ b/VBFileManagement/obj/Debug/.NETFramework,Version=v4.8.1.AssemblyAttributes.vb @@ -0,0 +1,7 @@ +' + Option Strict Off + Option Explicit On + + Imports System + Imports System.Reflection + diff --git a/VBFileManagement/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/VBFileManagement/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 00000000..142b97ea Binary files /dev/null and b/VBFileManagement/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/VBFileManagement/obj/Debug/VBFileManagement.Resources.resources b/VBFileManagement/obj/Debug/VBFileManagement.Resources.resources new file mode 100644 index 00000000..6c05a977 Binary files /dev/null and b/VBFileManagement/obj/Debug/VBFileManagement.Resources.resources differ diff --git a/VBFileManagement/obj/Debug/VBFileManagement.dll b/VBFileManagement/obj/Debug/VBFileManagement.dll new file mode 100644 index 00000000..f062a502 Binary files /dev/null and b/VBFileManagement/obj/Debug/VBFileManagement.dll differ diff --git a/VBFileManagement/obj/Debug/VBFileManagement.pdb b/VBFileManagement/obj/Debug/VBFileManagement.pdb new file mode 100644 index 00000000..2f9c87de Binary files /dev/null and b/VBFileManagement/obj/Debug/VBFileManagement.pdb differ diff --git a/VBFileManagement/obj/Debug/VBFileManagement.vbproj.AssemblyReference.cache b/VBFileManagement/obj/Debug/VBFileManagement.vbproj.AssemblyReference.cache new file mode 100644 index 00000000..70310fbb Binary files /dev/null and b/VBFileManagement/obj/Debug/VBFileManagement.vbproj.AssemblyReference.cache differ diff --git a/VBFileManagement/obj/Debug/VBFileManagement.vbproj.CoreCompileInputs.cache b/VBFileManagement/obj/Debug/VBFileManagement.vbproj.CoreCompileInputs.cache new file mode 100644 index 00000000..8179a006 --- /dev/null +++ b/VBFileManagement/obj/Debug/VBFileManagement.vbproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +016ed39a7954d5fabf051bf12e7820b7d6952484328c8c8bb9b9adb6983dff98 diff --git a/VBFileManagement/obj/Debug/VBFileManagement.vbproj.FileListAbsolute.txt b/VBFileManagement/obj/Debug/VBFileManagement.vbproj.FileListAbsolute.txt new file mode 100644 index 00000000..4e406e9a --- /dev/null +++ b/VBFileManagement/obj/Debug/VBFileManagement.vbproj.FileListAbsolute.txt @@ -0,0 +1,10 @@ +E:\Software-Projekte\OnDoc\OnDoc\VBFileManagement\bin\Debug\VBFileManagement.dll +E:\Software-Projekte\OnDoc\OnDoc\VBFileManagement\bin\Debug\VBFileManagement.pdb +E:\Software-Projekte\OnDoc\OnDoc\VBFileManagement\bin\Debug\VBFileManagement.xml +E:\Software-Projekte\OnDoc\OnDoc\VBFileManagement\obj\Debug\VBFileManagement.vbproj.AssemblyReference.cache +E:\Software-Projekte\OnDoc\OnDoc\VBFileManagement\obj\Debug\VBFileManagement.Resources.resources +E:\Software-Projekte\OnDoc\OnDoc\VBFileManagement\obj\Debug\VBFileManagement.vbproj.GenerateResource.cache +E:\Software-Projekte\OnDoc\OnDoc\VBFileManagement\obj\Debug\VBFileManagement.vbproj.CoreCompileInputs.cache +E:\Software-Projekte\OnDoc\OnDoc\VBFileManagement\obj\Debug\VBFileManagement.dll +E:\Software-Projekte\OnDoc\OnDoc\VBFileManagement\obj\Debug\VBFileManagement.xml +E:\Software-Projekte\OnDoc\OnDoc\VBFileManagement\obj\Debug\VBFileManagement.pdb diff --git a/VBFileManagement/obj/Debug/VBFileManagement.vbproj.GenerateResource.cache b/VBFileManagement/obj/Debug/VBFileManagement.vbproj.GenerateResource.cache new file mode 100644 index 00000000..1a598239 Binary files /dev/null and b/VBFileManagement/obj/Debug/VBFileManagement.vbproj.GenerateResource.cache differ diff --git a/VBFileManagement/obj/Debug/VBFileManagement.xml b/VBFileManagement/obj/Debug/VBFileManagement.xml new file mode 100644 index 00000000..21a7af7c --- /dev/null +++ b/VBFileManagement/obj/Debug/VBFileManagement.xml @@ -0,0 +1,26 @@ + + + + +VBFileManagement + + + + + + A strongly-typed resource class, for looking up localized strings, etc. + + + + + Returns the cached ResourceManager instance used by this class. + + + + + Overrides the current thread's CurrentUICulture property for all + resource lookups using this strongly typed resource class. + + + +