diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8f6c50f5..fe0b5e16 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,7 +3,7 @@ name: Bug report about: Create a report to help us improve title: "[BUG]" labels: bug, question -assignees: ix-ax +assignees: inxton --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index a9aad49b..76f038c8 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -3,7 +3,7 @@ name: Question about: Ask question title: "[QUESTION]" labels: question -assignees: ix-ax +assignees: inxton --- diff --git a/CODEOWNERS b/CODEOWNERS index 6ec9678e..29f65faf 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -@PTKu @TomKovac +@MTS spol. s r.o. @TomKovac diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a3f742e0..8afdfee7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Thank you for considering contributing to this project. This document will help # Contributing -When contributing to this repository, please first discuss the change you wish to make via [issue](https://github.com/ix-ax/axsharp/issues) or open a [discussion](https://github.com/ix-ax/axsharp/discussions). +When contributing to this repository, please first discuss the change you wish to make via [issue](https://github.com/inxton/axsharp/issues) or open a [discussion](https://github.com/inxton/axsharp/discussions). **IMPORTANT!!!** If you discover a **security issue, do not disclose that information** in public spaces of the repo (issues, discussions), more info [here](SECURITY.md). diff --git a/LICENSE b/LICENSE index e2d54aa6..af86f33b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Peter Kurhajec and Contributors +Copyright (c) 2022 MTS spol. s r.o. and Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/NuGet.config b/NuGet.config index 462922ec..f77b7a37 100644 --- a/NuGet.config +++ b/NuGet.config @@ -1,13 +1,13 @@ - + - + diff --git a/README.md b/README.md index f97d32c4..2acdf87a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ ![](docfx/images/banner_wider.png) -[![dev](https://github.com/ix-ax/axsharp/actions/workflows/dev.yml/badge.svg?branch=dev)](https://github.com/ix-ax/axsharp/actions/workflows/dev.yml) -[![preview](https://github.com/ix-ax/axsharp/actions/workflows/release.yml/badge.svg?branch=releases%2Fv0)](https://github.com/ix-ax/axsharp/actions/workflows/release.yml) -[![master](https://github.com/ix-ax/axsharp/actions/workflows/master.yml/badge.svg?branch=master)](https://github.com/ix-ax/axsharp/actions/workflows/master.yml) +[![dev](https://github.com/inxton/axsharp/actions/workflows/dev.yml/badge.svg?branch=dev)](https://github.com/inxton/axsharp/actions/workflows/dev.yml) +[![preview](https://github.com/inxton/axsharp/actions/workflows/release.yml/badge.svg?branch=releases%2Fv0)](https://github.com/inxton/axsharp/actions/workflows/release.yml) +[![master](https://github.com/inxton/axsharp/actions/workflows/master.yml/badge.svg?branch=master)](https://github.com/inxton/axsharp/actions/workflows/master.yml) ![semver](https://img.shields.io/badge/semver-0.10.0-blue) -[![GitHub license](https://badgen.net/github/license/Naereen/Strapdown.js)](https://github.com/ix-ax/axsharp/blob/dev/LICENSE) +[![GitHub license](https://badgen.net/github/license/Naereen/Strapdown.js)](https://github.com/inxton/axsharp/blob/dev/LICENSE) > **NOTE** > **We have just gone through project-wide refactoring changing the name from **IX** to **AX#** (AXSharp). Some links and documentation may still be using the IX and some links are still broken at this point. We are working hard on fixing those issues. Should any of these block you please feel free to reach out to the team.** @@ -16,7 +16,7 @@ The **AX#** is a series of tools that extend SIMATIC AX (Automation Xpansion) wi ## State of the project -This project is under development; however, we are [releasing versions](https://github.com/ix-ax/axsharp/releases) that you can play with before the release of the full version. This project follows [semantic versioning](https://semver.org/). +This project is under development; however, we are [releasing versions](https://github.com/inxton/axsharp/releases) that you can play with before the release of the full version. This project follows [semantic versioning](https://semver.org/). All versions released with a major version number `0` (e.g. 0.10.0) can have breaking changes to the previous version at any moment. Stable versions will be released with a major version number greater than `0` (e.g. 1.2.1). @@ -28,13 +28,13 @@ We plan to have production-ready libraries and tools in early spring 2024, that - application templates for quick development and deployment. -**Documentation** is a work in progress should you find missing, unclear, or misleading content please feel free to [add an issue](https://github.com/ix-ax/axsharp/issues/new/choose) or to create a pull request with the fix you find appropriate. +**Documentation** is a work in progress should you find missing, unclear, or misleading content please feel free to [add an issue](https://github.com/inxton/axsharp/issues/new/choose) or to create a pull request with the fix you find appropriate. -There are some **known issues** that we are looking into in the development process. The list of known issues is [here](https://github.com/ix-ax/axsharp/issues?q=is%3Aissue+is%3Aopen+label%3Aknown-issue). +There are some **known issues** that we are looking into in the development process. The list of known issues is [here](https://github.com/inxton/axsharp/issues?q=is%3Aissue+is%3Aopen+label%3Aknown-issue). -**AX#** is the underlying technology for the [AXOpen](https://github.com/ix-ax/AXOpen) that will be rendered public in this organization and will provide a series of libraries and components for building automation projects. +**AX#** is the underlying technology for the [AXOpen](https://github.com/inxton/AXOpen) that will be rendered public in this organization and will provide a series of libraries and components for building automation projects. ## Disclaimer diff --git a/cake/BuildContext.cs b/cake/BuildContext.cs index b084a802..1dff3a68 100644 --- a/cake/BuildContext.cs +++ b/cake/BuildContext.cs @@ -1,9 +1,9 @@ // Build -// Copyright (c) 2023 Peter Kurhajec (PTKu), MTS, and Contributors. All Rights Reserved. -// Contributors: https://github.com/ix-ax/axsharp/graphs/contributors +// Copyright (c) 2023 MTS spol. s r.o., and Contributors. All Rights Reserved. +// Contributors: https://github.com/inxton/axsharp/graphs/contributors // See the LICENSE file in the repository root for more information. -// https://github.com/ix-ax/axsharp/blob/dev/LICENSE -// Third party licenses: https://github.com/ix-ax/axsharp/blob/master/notices.md +// https://github.com/inxton/axsharp/blob/dev/LICENSE +// Third party licenses: https://github.com/inxton/axsharp/blob/master/notices.md using System; using System.Collections.Generic; @@ -171,7 +171,7 @@ public void PushNugetPackages(string artifactDirectory) new Cake.Common.Tools.DotNet.NuGet.Push.DotNetNuGetPushSettings() { ApiKey = Environment.GetEnvironmentVariable("GH_TOKEN"), - Source = "https://nuget.pkg.github.com/ix-ax/index.json", + Source = "https://nuget.pkg.github.com/inxton/index.json", SkipDuplicate = true }); } diff --git a/cake/BuildParameters.cs b/cake/BuildParameters.cs index 81a0a1f7..8c1a02db 100644 --- a/cake/BuildParameters.cs +++ b/cake/BuildParameters.cs @@ -1,9 +1,9 @@ // Build -// Copyright (c) 2023 Peter Kurhajec (PTKu), MTS, and Contributors. All Rights Reserved. -// Contributors: https://github.com/ix-ax/axsharp/graphs/contributors +// Copyright (c) 2023 MTS spol. s r.o., and Contributors. All Rights Reserved. +// Contributors: https://github.com/inxton/axsharp/graphs/contributors // See the LICENSE file in the repository root for more information. -// https://github.com/ix-ax/axsharp/blob/dev/LICENSE -// Third party licenses: https://github.com/ix-ax/axsharp/blob/master/notices.md +// https://github.com/inxton/axsharp/blob/dev/LICENSE +// Third party licenses: https://github.com/inxton/axsharp/blob/master/notices.md using Cake.Common.Tools.DotNet; using CommandLine; diff --git a/cake/FilteredSolution/FilteredSolution.cs b/cake/FilteredSolution/FilteredSolution.cs index ea6cca53..03e6e7e6 100644 --- a/cake/FilteredSolution/FilteredSolution.cs +++ b/cake/FilteredSolution/FilteredSolution.cs @@ -1,9 +1,9 @@ // Build -// Copyright (c) 2023 Peter Kurhajec (PTKu), MTS, and Contributors. All Rights Reserved. -// Contributors: https://github.com/ix-ax/axsharp/graphs/contributors +// Copyright (c) 2023 MTS spol. s r.o., and Contributors. All Rights Reserved. +// Contributors: https://github.com/inxton/axsharp/graphs/contributors // See the LICENSE file in the repository root for more information. -// https://github.com/ix-ax/axsharp/blob/dev/LICENSE -// Third party licenses: https://github.com/ix-ax/axsharp/blob/master/notices.md +// https://github.com/inxton/axsharp/blob/dev/LICENSE +// Third party licenses: https://github.com/inxton/axsharp/blob/master/notices.md using System.Collections.Generic; using System.IO; diff --git a/cake/FilteredSolution/SolutionRoot.cs b/cake/FilteredSolution/SolutionRoot.cs index c24661c0..9d242219 100644 --- a/cake/FilteredSolution/SolutionRoot.cs +++ b/cake/FilteredSolution/SolutionRoot.cs @@ -1,9 +1,9 @@ // Build -// Copyright (c) 2023 Peter Kurhajec (PTKu), MTS, and Contributors. All Rights Reserved. -// Contributors: https://github.com/ix-ax/axsharp/graphs/contributors +// Copyright (c) 2023 MTS spol. s r.o., and Contributors. All Rights Reserved. +// Contributors: https://github.com/inxton/axsharp/graphs/contributors // See the LICENSE file in the repository root for more information. -// https://github.com/ix-ax/axsharp/blob/dev/LICENSE -// Third party licenses: https://github.com/ix-ax/axsharp/blob/master/notices.md +// https://github.com/inxton/axsharp/blob/dev/LICENSE +// Third party licenses: https://github.com/inxton/axsharp/blob/master/notices.md using Build.FilteredSolution; diff --git a/cake/Helpers.cs b/cake/Helpers.cs index 01adc5d2..eb89f8f4 100644 --- a/cake/Helpers.cs +++ b/cake/Helpers.cs @@ -1,9 +1,9 @@ // Build -// Copyright (c) 2023 Peter Kurhajec (PTKu), MTS, and Contributors. All Rights Reserved. -// Contributors: https://github.com/ix-ax/axsharp/graphs/contributors +// Copyright (c) 2023 MTS spol. s r.o., and Contributors. All Rights Reserved. +// Contributors: https://github.com/inxton/axsharp/graphs/contributors // See the LICENSE file in the repository root for more information. -// https://github.com/ix-ax/axsharp/blob/dev/LICENSE -// Third party licenses: https://github.com/ix-ax/axsharp/blob/master/notices.md +// https://github.com/inxton/axsharp/blob/dev/LICENSE +// Third party licenses: https://github.com/inxton/axsharp/blob/master/notices.md using Polly; using System; diff --git a/cake/Program.cs b/cake/Program.cs index bd21b2ce..673279c4 100644 --- a/cake/Program.cs +++ b/cake/Program.cs @@ -1,10 +1,10 @@ // Build -// Copyright (c) 2023 Peter Kurhajec (PTKu), MTS, and Contributors. All Rights Reserved. -// Contributors: https://github.com/ix-ax/axsharp/graphs/contributors +// Copyright (c) 2023 MTS spol. s r.o., and Contributors. All Rights Reserved. +// Contributors: https://github.com/inxton/axsharp/graphs/contributors // See the LICENSE file in the repository root for more information. -// https://github.com/ix-ax/axsharp/blob/dev/LICENSE -// Third party licenses: https://github.com/ix-ax/axsharp/blob/master/notices.md +// https://github.com/inxton/axsharp/blob/dev/LICENSE +// Third party licenses: https://github.com/inxton/axsharp/blob/master/notices.md using System; using System.Collections.Generic; @@ -313,7 +313,7 @@ public override void Run(BuildContext context) githubClient.Credentials = new Credentials(githubToken); var release = githubClient.Repository.Release.Create( - "ix-ax", + "inxton", "axsharp", new NewRelease($"{GitVersionInformation.SemVer}") { diff --git a/docfx/docfx.json b/docfx/docfx.json index 04ad0647..cf561e8f 100644 --- a/docfx/docfx.json +++ b/docfx/docfx.json @@ -28,13 +28,13 @@ "globalMetadata" : { "_appTitle" : {"api/index.md" : "API"}, "_appName" : "AX#", - "_appFooter" : " Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors", + "_appFooter" : " Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors", "_enableSearch" : true, "_appFaviconPath" : "images/favicon.ico" }, "sitemap": { - "baseUrl": "https://ix-ax.github.io/axsharp/", + "baseUrl": "https://inxton.github.io/axsharp/", "priority": 0.1, "changefreq": "weekly" }, diff --git a/docfx/index.md b/docfx/index.md index 93754966..5fd7c2a6 100644 --- a/docfx/index.md +++ b/docfx/index.md @@ -3,7 +3,7 @@ **AX# is an open-source project developed by a group of automation engineers. It provides easy access from .NET-based applications to SIMATIC-AX based PLC programs.** -Open source repository is [here](https://github.com/ix-ax/axsharp). +Open source repository is [here](https://github.com/inxton/axsharp). >[!NOTE] >This project is under development. We periodically release versions that can be used for testing and in non-production environments. @@ -52,7 +52,7 @@ Make sure you meet all [prerequisites](#prerequisites). To get early access to the packages from `AX#` you will need to get access to a dedicated package feed hosted on GitHub. If you do not have a GitHub account please consider creating one by signing up at https://github.com. ~~~ -dotnet nuget add source --username GITHUBUSERNAME --password PAT --store-password-in-clear-text --name gh-packages-ix-ax "https://nuget.pkg.github.com/ix-ax/index.json" +dotnet nuget add source --username GITHUBUSERNAME --password PAT --store-password-in-clear-text --name gh-packages-inxton "https://nuget.pkg.github.com/inxton/index.json" ~~~ Replace GITHUBUSERNAME with your github name diff --git a/docs/api/AXSharp.Abstractions.Presentation.ContainerAttribute.html b/docs/api/AXSharp.Abstractions.Presentation.ContainerAttribute.html new file mode 100644 index 00000000..a4f98f58 --- /dev/null +++ b/docs/api/AXSharp.Abstractions.Presentation.ContainerAttribute.html @@ -0,0 +1,449 @@ + + + + + + + + Class ContainerAttribute | System.Dynamic.ExpandoObject + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+ +
+
Search Results for
+
+

+
+
    +
    +
    + + +
    +
    + +
    +
    + + + + + + + + diff --git a/docs/api/AXSharp.Abstractions.Presentation.EmptyGroupProvider.html b/docs/api/AXSharp.Abstractions.Presentation.EmptyGroupProvider.html index 7db02bd2..187b03e8 100644 --- a/docs/api/AXSharp.Abstractions.Presentation.EmptyGroupProvider.html +++ b/docs/api/AXSharp.Abstractions.Presentation.EmptyGroupProvider.html @@ -126,13 +126,13 @@

    Methods

    | - Edit this page + Edit this page - View Source + View Source -

    GetControl(GroupLayout)

    +

    GetControl(GroupLayout)

    Declaration
    @@ -150,7 +150,7 @@
    Parameters
    - GroupLayout + GroupLayout layoutType @@ -184,10 +184,10 @@

    Implements

    @@ -207,7 +207,7 @@
    In this article
    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Abstractions.Presentation.EmptyPresentationProvider.html b/docs/api/AXSharp.Abstractions.Presentation.EmptyPresentationProvider.html index 855a5d4d..a2fb8d5f 100644 --- a/docs/api/AXSharp.Abstractions.Presentation.EmptyPresentationProvider.html +++ b/docs/api/AXSharp.Abstractions.Presentation.EmptyPresentationProvider.html @@ -126,13 +126,13 @@

    Methods

    | - Edit this page + Edit this page - View Source + View Source -

    GetControl(Layout)

    +

    GetControl(Layout)

    Declaration
    @@ -150,7 +150,7 @@
    Parameters
    - Layout + Layout layoutType @@ -184,10 +184,10 @@

    Implements

    @@ -207,7 +207,7 @@
    In this article
    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Abstractions.Presentation.GroupAttribute.html b/docs/api/AXSharp.Abstractions.Presentation.GroupAttribute.html new file mode 100644 index 00000000..42adee49 --- /dev/null +++ b/docs/api/AXSharp.Abstractions.Presentation.GroupAttribute.html @@ -0,0 +1,438 @@ + + + + + + + + Class GroupAttribute | System.Dynamic.ExpandoObject + + + + + + + + + + + + + + + + +
    +
    + + + + +
    +
    + +
    +
    Search Results for
    +
    +

    +
    +
      +
      +
      + + +
      +
      + +
      +
      + + + + + + + + diff --git a/docs/api/AXSharp.Abstractions.Presentation.GroupLayout.html b/docs/api/AXSharp.Abstractions.Presentation.GroupLayout.html new file mode 100644 index 00000000..94fb7331 --- /dev/null +++ b/docs/api/AXSharp.Abstractions.Presentation.GroupLayout.html @@ -0,0 +1,164 @@ + + + + + + + + Enum GroupLayout | System.Dynamic.ExpandoObject + + + + + + + + + + + + + + + + +
      +
      + + + + +
      +
      + +
      +
      Search Results for
      +
      +

      +
      +
        +
        +
        + + +
        +
        + +
        +
        + + + + + + + + diff --git a/docs/api/AXSharp.Abstractions.Presentation.IGroupLayoutProvider.html b/docs/api/AXSharp.Abstractions.Presentation.IGroupLayoutProvider.html index a73c226a..f9b64099 100644 --- a/docs/api/AXSharp.Abstractions.Presentation.IGroupLayoutProvider.html +++ b/docs/api/AXSharp.Abstractions.Presentation.IGroupLayoutProvider.html @@ -93,13 +93,13 @@

        Methods

        | - Edit this page + Edit this page - View Source + View Source -

        GetControl(GroupLayout)

        +

        GetControl(GroupLayout)

        Declaration
        @@ -117,7 +117,7 @@
        Parameters
        - GroupLayout + GroupLayout layoutType @@ -147,10 +147,10 @@
        Returns
        @@ -170,7 +170,7 @@
        In this article
        Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Abstractions.Presentation.ILayoutProvider.html b/docs/api/AXSharp.Abstractions.Presentation.ILayoutProvider.html index 3e97868c..6912f0e9 100644 --- a/docs/api/AXSharp.Abstractions.Presentation.ILayoutProvider.html +++ b/docs/api/AXSharp.Abstractions.Presentation.ILayoutProvider.html @@ -93,13 +93,13 @@

        Methods

        | - Edit this page + Edit this page - View Source + View Source -

        GetControl(Layout)

        +

        GetControl(Layout)

        Declaration
        @@ -117,7 +117,7 @@
        Parameters
        - Layout + Layout layoutType @@ -147,10 +147,10 @@
        Returns
        @@ -170,7 +170,7 @@
        In this article
        Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Abstractions.Presentation.Layout.html b/docs/api/AXSharp.Abstractions.Presentation.Layout.html new file mode 100644 index 00000000..27050ff2 --- /dev/null +++ b/docs/api/AXSharp.Abstractions.Presentation.Layout.html @@ -0,0 +1,187 @@ + + + + + + + + Enum Layout | System.Dynamic.ExpandoObject + + + + + + + + + + + + + + + + +
        +
        + + + + +
        +
        + +
        +
        Search Results for
        +
        +

        +
        +
          +
          +
          + + +
          +
          + +
          +
          + + + + + + + + diff --git a/docs/api/AXSharp.Abstractions.Presentation.PresentationProvider.html b/docs/api/AXSharp.Abstractions.Presentation.PresentationProvider.html index 74eb1999..c5205e4f 100644 --- a/docs/api/AXSharp.Abstractions.Presentation.PresentationProvider.html +++ b/docs/api/AXSharp.Abstractions.Presentation.PresentationProvider.html @@ -122,10 +122,10 @@

          Properties

          | - Edit this page + Edit this page - View Source + View Source

          Get

          @@ -152,10 +152,10 @@
          Property Value
          | - Edit this page + Edit this page - View Source + View Source

          GroupLayoutProvider

          @@ -182,10 +182,10 @@
          Property Value
          | - Edit this page + Edit this page - View Source + View Source

          LayoutProvider

          @@ -214,10 +214,10 @@

          Methods

          | - Edit this page + Edit this page - View Source + View Source

          Create(ILayoutProvider, IGroupLayoutProvider)

          @@ -273,10 +273,10 @@
          Returns
          @@ -296,7 +296,7 @@
          In this article
          Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Abstractions.Presentation.PresentationProviderNotAssignedException.html b/docs/api/AXSharp.Abstractions.Presentation.PresentationProviderNotAssignedException.html index 21c171fb..e0868a37 100644 --- a/docs/api/AXSharp.Abstractions.Presentation.PresentationProviderNotAssignedException.html +++ b/docs/api/AXSharp.Abstractions.Presentation.PresentationProviderNotAssignedException.html @@ -98,9 +98,6 @@
          Inherited Members
          Exception.GetBaseException()
          -
          - Exception.GetObjectData(SerializationInfo, StreamingContext) -
          Exception.GetType()
          @@ -160,10 +157,10 @@

          Constructors

          | - Edit this page + Edit this page - View Source + View Source

          PresentationProviderNotAssignedException()

          @@ -176,10 +173,10 @@
          Declaration
          | - Edit this page + Edit this page - View Source + View Source

          PresentationProviderNotAssignedException(SerializationInfo, StreamingContext)

          @@ -237,10 +234,10 @@
          Exceptions
          | - Edit this page + Edit this page - View Source + View Source

          PresentationProviderNotAssignedException(string)

          @@ -269,10 +266,10 @@
          Parameters
          | - Edit this page + Edit this page - View Source + View Source

          PresentationProviderNotAssignedException(string, Exception)

          @@ -320,10 +317,10 @@

          Implements

          @@ -343,7 +340,7 @@
          In this article
          Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Abstractions.Presentation.RenderAuthorizedAttribute.html b/docs/api/AXSharp.Abstractions.Presentation.RenderAuthorizedAttribute.html new file mode 100644 index 00000000..3c7dd8fb --- /dev/null +++ b/docs/api/AXSharp.Abstractions.Presentation.RenderAuthorizedAttribute.html @@ -0,0 +1,342 @@ + + + + + + + + Class RenderAuthorizedAttribute | System.Dynamic.ExpandoObject + + + + + + + + + + + + + + + + +
          +
          + + + + +
          +
          + +
          +
          Search Results for
          +
          +

          +
          +
            +
            +
            + + +
            +
            + +
            +
            + + + + + + + + diff --git a/docs/api/AXSharp.Abstractions.Presentation.RenderIgnoreAttribute.html b/docs/api/AXSharp.Abstractions.Presentation.RenderIgnoreAttribute.html new file mode 100644 index 00000000..c142eba2 --- /dev/null +++ b/docs/api/AXSharp.Abstractions.Presentation.RenderIgnoreAttribute.html @@ -0,0 +1,375 @@ + + + + + + + + Class RenderIgnoreAttribute | System.Dynamic.ExpandoObject + + + + + + + + + + + + + + + + +
            +
            + + + + +
            +
            + +
            +
            Search Results for
            +
            +

            +
            +
              +
              +
              + + +
              +
              + +
              +
              + + + + + + + + diff --git a/docs/api/AXSharp.Abstractions.Presentation.RenderTemplateOverrideAttribute.html b/docs/api/AXSharp.Abstractions.Presentation.RenderTemplateOverrideAttribute.html new file mode 100644 index 00000000..d83eb1b7 --- /dev/null +++ b/docs/api/AXSharp.Abstractions.Presentation.RenderTemplateOverrideAttribute.html @@ -0,0 +1,343 @@ + + + + + + + + Class RenderTemplateOverrideAttribute | System.Dynamic.ExpandoObject + + + + + + + + + + + + + + + + +
              +
              + + + + +
              +
              + +
              +
              Search Results for
              +
              +

              +
              +
                +
                +
                + + +
                +
                + +
                +
                + + + + + + + + diff --git a/docs/api/AXSharp.Abstractions.Presentation.TimeFormatAttribute.html b/docs/api/AXSharp.Abstractions.Presentation.TimeFormatAttribute.html new file mode 100644 index 00000000..361f7754 --- /dev/null +++ b/docs/api/AXSharp.Abstractions.Presentation.TimeFormatAttribute.html @@ -0,0 +1,440 @@ + + + + + + + + Class TimeFormatAttribute | System.Dynamic.ExpandoObject + + + + + + + + + + + + + + + + +
                +
                + + + + +
                +
                + +
                +
                Search Results for
                +
                +

                +
                +
                  +
                  +
                  + + +
                  +
                  + +
                  +
                  + + + + + + + + diff --git a/docs/api/AXSharp.Abstractions.Presentation.html b/docs/api/AXSharp.Abstractions.Presentation.html index 6aaad457..5d644813 100644 --- a/docs/api/AXSharp.Abstractions.Presentation.html +++ b/docs/api/AXSharp.Abstractions.Presentation.html @@ -85,14 +85,27 @@

                  Classes

                  +

                  ContainerAttribute

                  +

                  Provides description of the container that shall contain the controls for data items.

                  +

                  EmptyGroupProvider

                  EmptyPresentationProvider

                  +

                  GroupAttribute

                  +

                  PresentationProvider

                  PresentationProviderNotAssignedException

                  +

                  RenderAuthorizedAttribute

                  +
                  +

                  RenderIgnoreAttribute

                  +
                  +

                  RenderTemplateOverrideAttribute

                  +
                  +

                  TimeFormatAttribute

                  +

                  Interfaces

                  @@ -100,6 +113,13 @@

                  ILayoutProvider

                  +

                  +Enums +

                  +

                  GroupLayout

                  +
                  +

                  Layout

                  +
                  @@ -127,7 +147,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.AXSharpConfig.html b/docs/api/AXSharp.Compiler.AXSharpConfig.html index 1da677f2..2a2b5568 100644 --- a/docs/api/AXSharp.Compiler.AXSharpConfig.html +++ b/docs/api/AXSharp.Compiler.AXSharpConfig.html @@ -127,10 +127,10 @@

                  Constructors

                  | - Edit this page + Edit this page - View Source + View Source

                  AXSharpConfig()

                  @@ -146,10 +146,10 @@

                  Fields

                  | - Edit this page + Edit this page - View Source + View Source

                  CONFIG_FILE_NAME

                  Ix config file name.

                  @@ -178,10 +178,10 @@

                  Properties

                  | - Edit this page + Edit this page - View Source + View Source

                  AxProjectFolder

                  @@ -210,10 +210,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  IgnoreS7Pragmas

                  @@ -240,10 +240,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  NoDependencyUpdate

                  @@ -270,10 +270,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  OutputProjectFolder

                  @@ -301,10 +301,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  ProjectFile

                  @@ -332,10 +332,40 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source + + +

                  SkipDependencyCompilation

                  +
                  +
                  +
                  Declaration
                  +
                  +
                  public bool SkipDependencyCompilation { get; set; }
                  +
                  +
                  Property Value
                  + + + + + + + + + + + + + +
                  TypeDescription
                  bool
                  + + | + Edit this page + + + View Source

                  UseBase

                  @@ -365,10 +395,10 @@

                  Methods

                  | - Edit this page + Edit this page - View Source + View Source

                  RetrieveAXSharpConfig(string)

                  @@ -412,10 +442,10 @@
                  Returns
                  | - Edit this page + Edit this page - View Source + View Source

                  UpdateAndGetAXSharpConfig(string, ICompilerOptions?)

                  @@ -479,10 +509,10 @@

                  Implements

                  @@ -502,7 +532,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                  diff --git a/docs/api/AXSharp.Compiler.AXSharpProject.html b/docs/api/AXSharp.Compiler.AXSharpProject.html index 5f440cfd..f6ec62bf 100644 --- a/docs/api/AXSharp.Compiler.AXSharpProject.html +++ b/docs/api/AXSharp.Compiler.AXSharpProject.html @@ -127,10 +127,10 @@

                  Constructors

                  | - Edit this page + Edit this page - View Source + View Source

                  AXSharpProject(AxProject, IEnumerable<Type>, Type, ICompilerOptions?)

                  @@ -183,10 +183,10 @@

                  Properties

                  | - Edit this page + Edit this page - View Source + View Source

                  AxProject

                  @@ -214,10 +214,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  CompilerOptions

                  @@ -245,10 +245,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  OutputFolder

                  @@ -276,10 +276,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  TargetProject

                  @@ -307,10 +307,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  UseBaseSymbol

                  @@ -339,10 +339,10 @@

                  Methods

                  | - Edit this page + Edit this page - View Source + View Source

                  CleanOutput(string)

                  @@ -372,10 +372,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  Generate()

                  @@ -388,10 +388,40 @@
                  Declaration
                  | - Edit this page + Edit this page - View Source + View Source + + +

                  GetReferences()

                  +
                  +
                  +
                  Declaration
                  +
                  +
                  public IEnumerable<ISyntaxTree> GetReferences()
                  +
                  +
                  Returns
                  + + + + + + + + + + + + + +
                  TypeDescription
                  IEnumerable<ISyntaxTree>
                  + + | + Edit this page + + + View Source

                  GetRelativePath(string, string)

                  @@ -451,10 +481,10 @@

                  Implements

                  @@ -474,7 +504,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.Apax.html b/docs/api/AXSharp.Compiler.Apax.html index 190c8e28..3fe1e9d9 100644 --- a/docs/api/AXSharp.Compiler.Apax.html +++ b/docs/api/AXSharp.Compiler.Apax.html @@ -123,10 +123,10 @@

                  Constructors

                  | - Edit this page + Edit this page - View Source + View Source

                  Apax()

                  @@ -142,10 +142,10 @@

                  Properties

                  | - Edit this page + Edit this page - View Source + View Source

                  Dependencies

                  @@ -173,10 +173,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  DevDependencies

                  @@ -204,10 +204,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  Files

                  @@ -235,10 +235,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  Name

                  @@ -266,10 +266,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  Targets

                  @@ -297,10 +297,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  Type

                  @@ -328,10 +328,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  Version

                  @@ -361,10 +361,10 @@

                  Methods

                  | - Edit this page + Edit this page - View Source + View Source

                  CreateApaxDto(string)

                  @@ -425,10 +425,10 @@
                  Exceptions
                  | - Edit this page + Edit this page - View Source + View Source

                  TryCreateApaxDto(string)

                  @@ -472,10 +472,10 @@
                  Returns
                  | - Edit this page + Edit this page - View Source + View Source

                  UpdateVersion(string, string)

                  @@ -534,10 +534,10 @@
                  Exceptions
                  @@ -557,7 +557,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.AxProject.SemVersion.html b/docs/api/AXSharp.Compiler.AxProject.SemVersion.html index 3772706a..5c09efff 100644 --- a/docs/api/AXSharp.Compiler.AxProject.SemVersion.html +++ b/docs/api/AXSharp.Compiler.AxProject.SemVersion.html @@ -113,10 +113,10 @@

                  Constructors

                  | - Edit this page + Edit this page - View Source + View Source

                  SemVersion(int, int, int, string, string)

                  @@ -167,10 +167,10 @@

                  Properties

                  | - Edit this page + Edit this page - View Source + View Source

                  BuildMetadata

                  @@ -197,10 +197,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  Major

                  @@ -227,10 +227,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  Minor

                  @@ -257,10 +257,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  Patch

                  @@ -287,10 +287,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  PreRelease

                  @@ -319,10 +319,10 @@

                  Methods

                  | - Edit this page + Edit this page - View Source + View Source

                  Equals(object?)

                  @@ -371,10 +371,10 @@
                  Overrides
                  object.Equals(object)
                  | - Edit this page + Edit this page - View Source + View Source

                  GetHashCode()

                  @@ -405,10 +405,10 @@
                  Overrides
                  object.GetHashCode()
                  | - Edit this page + Edit this page - View Source + View Source

                  Parse(string)

                  @@ -452,10 +452,10 @@
                  Returns
                  | - Edit this page + Edit this page - View Source + View Source

                  ToString()

                  @@ -493,10 +493,10 @@
                  Overrides
                  @@ -516,7 +516,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.AxProject.html b/docs/api/AXSharp.Compiler.AxProject.html index 52bce1ac..7f1efcde 100644 --- a/docs/api/AXSharp.Compiler.AxProject.html +++ b/docs/api/AXSharp.Compiler.AxProject.html @@ -123,10 +123,10 @@

                  Constructors

                  | - Edit this page + Edit this page - View Source + View Source

                  AxProject(string)

                  @@ -162,10 +162,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  AxProject(string, string[])

                  @@ -209,10 +209,10 @@

                  Properties

                  | - Edit this page + Edit this page - View Source + View Source

                  AXSharpReferences

                  @@ -240,10 +240,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  ProjectFile

                  @@ -271,10 +271,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  ProjectFolder

                  @@ -302,10 +302,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  ProjectInfo

                  @@ -333,10 +333,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  Sources

                  @@ -364,10 +364,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  SrcFolder

                  @@ -402,10 +402,10 @@
                  Property Value
                  @@ -425,7 +425,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.CompanionInfo.html b/docs/api/AXSharp.Compiler.CompanionInfo.html index dfe3f99a..09c9d7fa 100644 --- a/docs/api/AXSharp.Compiler.CompanionInfo.html +++ b/docs/api/AXSharp.Compiler.CompanionInfo.html @@ -122,10 +122,10 @@

                  Fields

                  | - Edit this page + Edit this page - View Source + View Source

                  COMPANIONS_FILE_NAME

                  @@ -153,10 +153,10 @@

                  Properties

                  | - Edit this page + Edit this page - View Source + View Source

                  Id

                  @@ -183,10 +183,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  Version

                  @@ -215,10 +215,10 @@

                  Methods

                  | - Edit this page + Edit this page - View Source + View Source

                  FromFile(string)

                  @@ -262,10 +262,10 @@
                  Returns
                  | - Edit this page + Edit this page - View Source + View Source

                  ToFile(CompanionInfo, string)

                  @@ -299,10 +299,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  TryFromFile(string)

                  @@ -353,10 +353,10 @@
                  Returns
                  @@ -376,7 +376,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.Core.ICombinedThreeVisitor.html b/docs/api/AXSharp.Compiler.Core.ICombinedThreeVisitor.html index e9715096..0088003a 100644 --- a/docs/api/AXSharp.Compiler.Core.ICombinedThreeVisitor.html +++ b/docs/api/AXSharp.Compiler.Core.ICombinedThreeVisitor.html @@ -94,10 +94,10 @@

                  Methods

                  | - Edit this page + Edit this page - View Source + View Source

                  CreateArrayTypeDeclaration(IArrayTypeDeclaration, IxNodeVisitor)

                  @@ -134,10 +134,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateClassDeclaration(IClassDeclaration, IxNodeVisitor)

                  @@ -174,10 +174,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateClassDeclaration(IClassDeclarationSyntax, IClassDeclaration, IxNodeVisitor)

                  @@ -221,10 +221,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateConfigDeclaration(IConfigurationDeclaration, IxNodeVisitor)

                  @@ -261,10 +261,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateConfigDeclaration(IConfigDeclarationSyntax, IConfigurationDeclaration, IxNodeVisitor)

                  @@ -307,10 +307,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateDocComment(IDocComment, ICombinedThreeVisitor)

                  @@ -347,10 +347,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateEnumTypeDeclaration(IEnumTypeDeclaration, IxNodeVisitor)

                  @@ -387,10 +387,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateEnumTypeDeclaration(IEnumTypeDeclarationSyntax, ITypeDeclaration, IxNodeVisitor)

                  @@ -433,10 +433,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateFieldDeclaration(IFieldDeclaration, IxNodeVisitor)

                  @@ -473,10 +473,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateFile(IFileSyntax, IxNodeVisitor)

                  @@ -513,10 +513,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateImplementsList(IImplementsListSyntax, ICombinedThreeVisitor)

                  @@ -553,10 +553,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateInterfaceDeclaration(IInterfaceDeclaration, IxNodeVisitor)

                  @@ -593,10 +593,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateInterfaceDeclaration(IInterfaceDeclarationSyntax, IInterfaceDeclaration, IxNodeVisitor)

                  @@ -639,10 +639,47 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source + + +

                  CreateMergedConfigurations(IxNodeVisitor, Compilation)

                  +
                  +
                  +
                  Declaration
                  +
                  +
                  void CreateMergedConfigurations(IxNodeVisitor visitor, Compilation compilation)
                  +
                  +
                  Parameters
                  + + + + + + + + + + + + + + + + + + + + +
                  TypeNameDescription
                  IxNodeVisitorvisitor
                  Compilationcompilation
                  + + | + Edit this page + + + View Source

                  CreateNamedValueTypeDeclaration(INamedValueTypeDeclaration, IxNodeVisitor)

                  @@ -679,10 +716,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateNamedValueTypeDeclaration(INamedValueTypeDeclarationSyntax, INamedValueTypeDeclaration, IxNodeVisitor)

                  @@ -725,10 +762,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateNamespaceDeclaration(INamespaceDeclarationSyntax, IxNodeVisitor)

                  @@ -765,10 +802,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreatePragma(IPragma, ICombinedThreeVisitor)

                  @@ -805,10 +842,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateReferenceToDeclaration(IReferenceTypeDeclaration, IxNodeVisitor)

                  @@ -845,10 +882,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateScalarTypeDeclaration(IScalarTypeDeclaration, IxNodeVisitor)

                  @@ -885,10 +922,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateSemanticTypeAccess(ISemanticTypeAccess, IxNodeVisitor)

                  @@ -925,10 +962,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateStringTypeDeclaration(IStringTypeDeclaration, IxNodeVisitor)

                  @@ -965,10 +1002,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateStructuredType(IStructuredTypeDeclaration, IxNodeVisitor)

                  @@ -1005,10 +1042,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateStructuredType(IStructTypeDeclarationSyntax, IStructuredTypeDeclaration, IxNodeVisitor)

                  @@ -1051,10 +1088,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateUsingDirective(IUsingDirectiveSyntax, ICombinedThreeVisitor)

                  @@ -1091,10 +1128,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateVariableDeclaration(IVariableDeclaration, IxNodeVisitor)

                  @@ -1138,10 +1175,10 @@
                  Parameters
                  @@ -1161,7 +1198,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.Core.ISourceBuilder.html b/docs/api/AXSharp.Compiler.Core.ISourceBuilder.html index 3c4e2bd5..c0c1d169 100644 --- a/docs/api/AXSharp.Compiler.Core.ISourceBuilder.html +++ b/docs/api/AXSharp.Compiler.Core.ISourceBuilder.html @@ -94,10 +94,10 @@

                  Properties

                  | - Edit this page + Edit this page - View Source + View Source

                  BuilderType

                  @@ -126,10 +126,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  Compilation

                  @@ -157,10 +157,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  CompilerOptions

                  @@ -187,10 +187,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  Group

                  @@ -219,10 +219,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  Output

                  @@ -250,10 +250,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  OutputFileSuffix

                  @@ -281,10 +281,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  TypeCommAccessibility

                  @@ -318,10 +318,10 @@
                  Property Value
                  @@ -341,7 +341,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.Core.IxNodeVisitor.html b/docs/api/AXSharp.Compiler.Core.IxNodeVisitor.html index 555887a7..5a1d6aa4 100644 --- a/docs/api/AXSharp.Compiler.Core.IxNodeVisitor.html +++ b/docs/api/AXSharp.Compiler.Core.IxNodeVisitor.html @@ -133,10 +133,10 @@

                  Constructors

                  | - Edit this page + Edit this page - View Source + View Source

                  IxNodeVisitor()

                  @@ -150,10 +150,10 @@
                  Declaration
                  | - Edit this page + Edit this page - View Source + View Source

                  IxNodeVisitor(Compilation)

                  @@ -186,10 +186,10 @@

                  Methods

                  | - Edit this page + Edit this page - View Source + View Source

                  Accept(IArrayRepetitionInitializerSyntax, ICombinedThreeVisitor)

                  @@ -224,10 +224,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  Accept(ICaseListStatementSyntax, ICombinedThreeVisitor)

                  @@ -262,10 +262,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  Accept(IConditionalAndExpressionSyntax, ICombinedThreeVisitor)

                  @@ -300,10 +300,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  Accept(IConditionalOrExpressionSyntax, ICombinedThreeVisitor)

                  @@ -338,10 +338,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  Accept(IEnumValueListSyntax, ICombinedThreeVisitor)

                  @@ -376,10 +376,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  Accept(IExpressionPrefixStatementSyntax, ICombinedThreeVisitor)

                  @@ -414,10 +414,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  Accept(IKeywordStatementSyntax, ICombinedThreeVisitor)

                  @@ -452,10 +452,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  Accept(INamedValueListSyntax, ICombinedThreeVisitor)

                  @@ -490,10 +490,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  Accept(INonReferenceTypeSyntax, ICombinedThreeVisitor)

                  @@ -528,10 +528,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  Accept(IProgramConfigurationSyntax, ICombinedThreeVisitor)

                  @@ -566,10 +566,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  Accept(IStSyntax, ICombinedThreeVisitor)

                  @@ -604,10 +604,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  Accept(ISubCaseListSyntax, ICombinedThreeVisitor)

                  @@ -642,10 +642,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  Accept(ITaskInitSpecSyntax, ICombinedThreeVisitor)

                  @@ -680,10 +680,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  Accept(ITaskInstanceSyntax, ICombinedThreeVisitor)

                  @@ -718,10 +718,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  Accept(IUnaryArithmeticExpressionSyntax, ICombinedThreeVisitor)

                  @@ -756,10 +756,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  Visit(IDocComment, ICombinedThreeVisitor)

                  @@ -793,10 +793,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  Visit(ISemanticCaseSelectionStatement, ICombinedThreeVisitor)

                  @@ -830,10 +830,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  Visit(ISemanticEmptyInstruction, ICombinedThreeVisitor)

                  @@ -881,10 +881,10 @@

                  Implements

                  @@ -904,7 +904,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.Core.TypeNotFoundInSemanticTreeException.html b/docs/api/AXSharp.Compiler.Core.TypeNotFoundInSemanticTreeException.html index 4bb6b768..8c3fcbf3 100644 --- a/docs/api/AXSharp.Compiler.Core.TypeNotFoundInSemanticTreeException.html +++ b/docs/api/AXSharp.Compiler.Core.TypeNotFoundInSemanticTreeException.html @@ -99,9 +99,6 @@
                  Inherited Members
                  Exception.GetBaseException()
                  -
                  - Exception.GetObjectData(SerializationInfo, StreamingContext) -
                  Exception.GetType()
                  @@ -162,10 +159,10 @@

                  Constructors

                  | - Edit this page + Edit this page - View Source + View Source

                  TypeNotFoundInSemanticTreeException()

                  @@ -178,10 +175,10 @@
                  Declaration
                  | - Edit this page + Edit this page - View Source + View Source

                  TypeNotFoundInSemanticTreeException(SerializationInfo, StreamingContext)

                  @@ -243,10 +240,10 @@
                  Exceptions
                  | - Edit this page + Edit this page - View Source + View Source

                  TypeNotFoundInSemanticTreeException(string)

                  @@ -278,10 +275,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  TypeNotFoundInSemanticTreeException(string, Exception)

                  @@ -331,10 +328,10 @@

                  Implements

                  @@ -354,7 +351,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.Core.eCommAccessibility.html b/docs/api/AXSharp.Compiler.Core.eCommAccessibility.html index 724e04a9..5598fd9a 100644 --- a/docs/api/AXSharp.Compiler.Core.eCommAccessibility.html +++ b/docs/api/AXSharp.Compiler.Core.eCommAccessibility.html @@ -122,10 +122,10 @@

                  Fields @@ -145,7 +145,7 @@

                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.Core.html b/docs/api/AXSharp.Compiler.Core.html index f422aa1d..5cd7b87d 100644 --- a/docs/api/AXSharp.Compiler.Core.html +++ b/docs/api/AXSharp.Compiler.Core.html @@ -137,7 +137,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.Cs.Exceptions.FailedGettingPackageReferenceException.html b/docs/api/AXSharp.Compiler.Cs.Exceptions.FailedGettingPackageReferenceException.html index 3f626f98..c696d84d 100644 --- a/docs/api/AXSharp.Compiler.Cs.Exceptions.FailedGettingPackageReferenceException.html +++ b/docs/api/AXSharp.Compiler.Cs.Exceptions.FailedGettingPackageReferenceException.html @@ -98,9 +98,6 @@
                  Inherited Members
                  Exception.GetBaseException()
                  -
                  - Exception.GetObjectData(SerializationInfo, StreamingContext) -
                  Exception.GetType()
                  @@ -161,10 +158,10 @@

                  Constructors

                  | - Edit this page + Edit this page - View Source + View Source

                  FailedGettingPackageReferenceException(string, Exception)

                  @@ -209,10 +206,10 @@

                  Implements

                  @@ -232,7 +229,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.Cs.Exceptions.FailedToRetrievePackageReferenceException.html b/docs/api/AXSharp.Compiler.Cs.Exceptions.FailedToRetrievePackageReferenceException.html index b5426cc9..b3ffd474 100644 --- a/docs/api/AXSharp.Compiler.Cs.Exceptions.FailedToRetrievePackageReferenceException.html +++ b/docs/api/AXSharp.Compiler.Cs.Exceptions.FailedToRetrievePackageReferenceException.html @@ -99,9 +99,6 @@
                  Inherited Members
                  Exception.GetBaseException()
                  -
                  - Exception.GetObjectData(SerializationInfo, StreamingContext) -
                  Exception.GetType()
                  @@ -162,10 +159,10 @@

                  Constructors

                  | - Edit this page + Edit this page - View Source + View Source

                  FailedToRetrievePackageReferenceException(string, Exception)

                  @@ -213,10 +210,10 @@

                  Implements

                  @@ -236,7 +233,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.Cs.Exceptions.PrimitiveTypeNotRecognizedException.html b/docs/api/AXSharp.Compiler.Cs.Exceptions.PrimitiveTypeNotRecognizedException.html index ce8c2c6e..b801ca31 100644 --- a/docs/api/AXSharp.Compiler.Cs.Exceptions.PrimitiveTypeNotRecognizedException.html +++ b/docs/api/AXSharp.Compiler.Cs.Exceptions.PrimitiveTypeNotRecognizedException.html @@ -98,9 +98,6 @@
                  Inherited Members
                  Exception.GetBaseException()
                  -
                  - Exception.GetObjectData(SerializationInfo, StreamingContext) -
                  Exception.GetType()
                  @@ -161,10 +158,10 @@

                  Constructors

                  | - Edit this page + Edit this page - View Source + View Source

                  PrimitiveTypeNotRecognizedException(string)

                  @@ -204,10 +201,10 @@

                  Implements

                  @@ -227,7 +224,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.Cs.Exceptions.html b/docs/api/AXSharp.Compiler.Cs.Exceptions.html index 06c5e74a..2fe7057b 100644 --- a/docs/api/AXSharp.Compiler.Cs.Exceptions.html +++ b/docs/api/AXSharp.Compiler.Cs.Exceptions.html @@ -119,7 +119,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.Cs.Onliner.CsOnlinerSourceBuilder.html b/docs/api/AXSharp.Compiler.Cs.Onliner.CsOnlinerSourceBuilder.html index 4149129c..0409d7dd 100644 --- a/docs/api/AXSharp.Compiler.Cs.Onliner.CsOnlinerSourceBuilder.html +++ b/docs/api/AXSharp.Compiler.Cs.Onliner.CsOnlinerSourceBuilder.html @@ -128,10 +128,10 @@

                  Constructors

                  | - Edit this page + Edit this page - View Source + View Source

                  CsOnlinerSourceBuilder(AXSharpProject, Compilation)

                  @@ -170,10 +170,10 @@

                  Properties

                  | - Edit this page + Edit this page - View Source + View Source

                  BuilderType

                  @@ -202,10 +202,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  Compilation

                  @@ -233,10 +233,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  CompilerOptions

                  @@ -263,10 +263,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  Group

                  @@ -295,10 +295,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  Output

                  @@ -326,10 +326,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  OutputFileSuffix

                  @@ -357,10 +357,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  TypeCommAccessibility

                  @@ -389,10 +389,10 @@

                  Methods

                  | - Edit this page + Edit this page - View Source + View Source

                  CreateArrayTypeDeclaration(IArrayTypeDeclaration, IxNodeVisitor)

                  @@ -429,10 +429,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateClassDeclaration(IClassDeclarationSyntax, IClassDeclaration, IxNodeVisitor)

                  @@ -476,10 +476,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateConfigDeclaration(IConfigurationDeclaration, IxNodeVisitor)

                  @@ -515,10 +515,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateConfigDeclaration(IConfigDeclarationSyntax, IConfigurationDeclaration, IxNodeVisitor)

                  @@ -561,10 +561,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateDocComment(IDocComment, ICombinedThreeVisitor)

                  @@ -600,10 +600,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateEnumTypeDeclaration(IEnumTypeDeclarationSyntax, ITypeDeclaration, IxNodeVisitor)

                  @@ -646,10 +646,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateFile(IFileSyntax, IxNodeVisitor)

                  @@ -686,10 +686,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateImplementsList(IImplementsListSyntax, ICombinedThreeVisitor)

                  @@ -726,10 +726,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateInterfaceDeclaration(IInterfaceDeclaration, IxNodeVisitor)

                  @@ -766,10 +766,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateInterfaceDeclaration(IInterfaceDeclarationSyntax, IInterfaceDeclaration, IxNodeVisitor)

                  @@ -812,10 +812,47 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source + + +

                  CreateMergedConfigurations(IxNodeVisitor, Compilation)

                  +
                  +
                  +
                  Declaration
                  +
                  +
                  public void CreateMergedConfigurations(IxNodeVisitor visitor, Compilation compilation)
                  +
                  +
                  Parameters
                  + + + + + + + + + + + + + + + + + + + + +
                  TypeNameDescription
                  IxNodeVisitorvisitor
                  Compilationcompilation
                  + + | + Edit this page + + + View Source

                  CreateNamedValueTypeDeclaration(INamedValueTypeDeclarationSyntax, INamedValueTypeDeclaration, IxNodeVisitor)

                  @@ -858,10 +895,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateNamespaceDeclaration(INamespaceDeclarationSyntax, IxNodeVisitor)

                  @@ -898,10 +935,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreatePragma(IPragma, ICombinedThreeVisitor)

                  @@ -938,10 +975,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateStructuredType(IStructTypeDeclarationSyntax, IStructuredTypeDeclaration, IxNodeVisitor)

                  @@ -984,10 +1021,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateUsingDirective(IUsingDirectiveSyntax, ICombinedThreeVisitor)

                  @@ -1038,10 +1075,10 @@

                  Implements

                  @@ -1061,7 +1098,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.Cs.Onliner.html b/docs/api/AXSharp.Compiler.Cs.Onliner.html index 9bed948c..6cc2a329 100644 --- a/docs/api/AXSharp.Compiler.Cs.Onliner.html +++ b/docs/api/AXSharp.Compiler.Cs.Onliner.html @@ -115,7 +115,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.Cs.Plain.CsPlainSourceBuilder.html b/docs/api/AXSharp.Compiler.Cs.Plain.CsPlainSourceBuilder.html index 8bc8c4be..24a68f41 100644 --- a/docs/api/AXSharp.Compiler.Cs.Plain.CsPlainSourceBuilder.html +++ b/docs/api/AXSharp.Compiler.Cs.Plain.CsPlainSourceBuilder.html @@ -128,10 +128,10 @@

                  Constructors

                  | - Edit this page + Edit this page - View Source + View Source

                  CsPlainSourceBuilder(AXSharpProject, Compilation)

                  @@ -170,10 +170,10 @@

                  Properties

                  | - Edit this page + Edit this page - View Source + View Source

                  BuilderType

                  @@ -202,10 +202,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  Compilation

                  @@ -233,10 +233,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  CompilerOptions

                  @@ -263,10 +263,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  Group

                  @@ -295,10 +295,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  Output

                  @@ -326,10 +326,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  OutputFileSuffix

                  @@ -357,10 +357,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  TypeCommAccessibility

                  @@ -389,10 +389,10 @@

                  Methods

                  | - Edit this page + Edit this page - View Source + View Source

                  CreateArrayTypeDeclaration(IArrayTypeDeclaration, IxNodeVisitor)

                  @@ -429,10 +429,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateClassDeclaration(IClassDeclaration, IxNodeVisitor)

                  @@ -468,10 +468,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateClassDeclaration(IClassDeclarationSyntax, IClassDeclaration, IxNodeVisitor)

                  @@ -515,10 +515,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateConfigDeclaration(IConfigurationDeclaration, IxNodeVisitor)

                  @@ -554,10 +554,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateConfigDeclaration(IConfigDeclarationSyntax, IConfigurationDeclaration, IxNodeVisitor)

                  @@ -600,10 +600,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateDocComment(IDocComment, ICombinedThreeVisitor)

                  @@ -639,10 +639,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateEnumTypeDeclaration(IEnumTypeDeclaration, IxNodeVisitor)

                  @@ -679,10 +679,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateEnumTypeDeclaration(IEnumTypeDeclarationSyntax, ITypeDeclaration, IxNodeVisitor)

                  @@ -725,10 +725,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateFieldDeclaration(IFieldDeclaration, IxNodeVisitor)

                  @@ -765,10 +765,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateFile(IFileSyntax, IxNodeVisitor)

                  @@ -805,10 +805,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateImplementsList(IImplementsListSyntax, ICombinedThreeVisitor)

                  @@ -845,10 +845,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateInterfaceDeclaration(IInterfaceDeclaration, IxNodeVisitor)

                  @@ -885,10 +885,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateInterfaceDeclaration(IInterfaceDeclarationSyntax, IInterfaceDeclaration, IxNodeVisitor)

                  @@ -931,10 +931,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateNamedValueTypeDeclaration(INamedValueTypeDeclaration, IxNodeVisitor)

                  @@ -971,10 +971,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateNamespaceDeclaration(INamespaceDeclarationSyntax, IxNodeVisitor)

                  @@ -1011,10 +1011,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreatePragma(IPragma, ICombinedThreeVisitor)

                  @@ -1051,10 +1051,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateReferenceToDeclaration(IReferenceTypeDeclaration, IxNodeVisitor)

                  @@ -1091,10 +1091,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateScalarTypeDeclaration(IScalarTypeDeclaration, IxNodeVisitor)

                  @@ -1131,10 +1131,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateSemanticTypeAccess(ISemanticTypeAccess, IxNodeVisitor)

                  @@ -1171,10 +1171,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateStringTypeDeclaration(IStringTypeDeclaration, IxNodeVisitor)

                  @@ -1211,10 +1211,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateStructuredType(IStructuredTypeDeclaration, IxNodeVisitor)

                  @@ -1251,10 +1251,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateStructuredType(IStructTypeDeclarationSyntax, IStructuredTypeDeclaration, IxNodeVisitor)

                  @@ -1297,10 +1297,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateUsingDirective(IUsingDirectiveSyntax, ICombinedThreeVisitor)

                  @@ -1337,10 +1337,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  CreateVariableDeclaration(IVariableDeclaration, IxNodeVisitor)

                  @@ -1390,10 +1390,10 @@

                  Implements

                  @@ -1413,7 +1413,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.Cs.Plain.html b/docs/api/AXSharp.Compiler.Cs.Plain.html index 8e70e431..a9293200 100644 --- a/docs/api/AXSharp.Compiler.Cs.Plain.html +++ b/docs/api/AXSharp.Compiler.Cs.Plain.html @@ -115,7 +115,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.Cs.PragmaExtensions.html b/docs/api/AXSharp.Compiler.Cs.PragmaExtensions.html index f608f5dc..0e395588 100644 --- a/docs/api/AXSharp.Compiler.Cs.PragmaExtensions.html +++ b/docs/api/AXSharp.Compiler.Cs.PragmaExtensions.html @@ -123,10 +123,10 @@

                  Fields

                  | - Edit this page + Edit this page - View Source + View Source

                  PRAGMA_ATTRIBUTE_SIGNATURE

                  @@ -152,10 +152,10 @@
                  Field Value
                  | - Edit this page + Edit this page - View Source + View Source

                  PRAGMA_DECLARE_PROPERTY_SIGNATURE

                  @@ -181,10 +181,10 @@
                  Field Value
                  | - Edit this page + Edit this page - View Source + View Source

                  PRAGMA_PROPERTY_GENERIC_ATTRIBUTES

                  @@ -210,10 +210,10 @@
                  Field Value
                  | - Edit this page + Edit this page - View Source + View Source

                  PRAGMA_PROPERTY_SET_SIGNATURE

                  @@ -241,10 +241,10 @@

                  Methods

                  | - Edit this page + Edit this page - View Source + View Source

                  AddAnnotations(IDeclaration, ISourceBuilder)

                  @@ -297,10 +297,10 @@
                  Returns
                  | - Edit this page + Edit this page - View Source + View Source

                  AddAttributes(IEnumerable<IPragma>)

                  @@ -347,10 +347,57 @@
                  Returns
                  | - Edit this page + Edit this page - View Source + View Source + + +

                  AddedPropertiesAsAttributes(IEnumerable<IPragma>)

                  +
                  +
                  +
                  Declaration
                  +
                  +
                  public static string AddedPropertiesAsAttributes(this IEnumerable<IPragma> pragmas)
                  +
                  +
                  Parameters
                  + + + + + + + + + + + + + + + +
                  TypeNameDescription
                  IEnumerable<IPragma>pragmas
                  +
                  Returns
                  + + + + + + + + + + + + + +
                  TypeDescription
                  string
                  + + | + Edit this page + + + View Source

                  DeclareProperties(IConfigurationDeclaration)

                  @@ -397,10 +444,10 @@
                  Returns
                  | - Edit this page + Edit this page - View Source + View Source

                  DeclareProperties(ITypeDeclaration)

                  @@ -447,10 +494,10 @@
                  Returns
                  | - Edit this page + Edit this page - View Source + View Source

                  GetGenericAttributes(IFieldDeclaration)

                  @@ -494,10 +541,10 @@
                  Returns
                  | - Edit this page + Edit this page - View Source + View Source

                  GetGenericAttributes(ITypeDeclaration)

                  @@ -541,10 +588,10 @@
                  Returns
                  | - Edit this page + Edit this page - View Source + View Source

                  GetPropertyValue(IDeclaration, string, string)

                  @@ -603,19 +650,19 @@
                  Returns
                  | - Edit this page + Edit this page - View Source + View Source -

                  SetProperties(IFieldDeclaration)

                  +

                  SetProperties(IStorageDeclaration)

                  Produces statement to set a value of a property in constructor.

                  Declaration
                  -
                  public static string SetProperties(this IFieldDeclaration fieldDeclaration)
                  +
                  public static string SetProperties(this IStorageDeclaration fieldDeclaration)
                  Parameters
                  @@ -628,7 +675,7 @@
                  Parameters
                  - + @@ -653,10 +700,10 @@
                  Returns
                  IFieldDeclarationIStorageDeclaration fieldDeclaration

                  Field declaration

                  | - Edit this page + Edit this page - View Source + View Source

                  SetProperties(IVariableDeclaration)

                  @@ -703,10 +750,10 @@
                  Returns
                  | - Edit this page + Edit this page - View Source + View Source

                  SetProperties(ITypeDeclaration)

                  @@ -760,10 +807,10 @@
                  Returns
                  @@ -783,7 +830,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.Cs.Pragmas.PragmaParser.GenericAttributeAstNode.html b/docs/api/AXSharp.Compiler.Cs.Pragmas.PragmaParser.GenericAttributeAstNode.html index 1ec4d505..b333f9ae 100644 --- a/docs/api/AXSharp.Compiler.Cs.Pragmas.PragmaParser.GenericAttributeAstNode.html +++ b/docs/api/AXSharp.Compiler.Cs.Pragmas.PragmaParser.GenericAttributeAstNode.html @@ -207,10 +207,10 @@

                  Properties

                  | - Edit this page + Edit this page - View Source + View Source

                  Children

                  @@ -239,10 +239,10 @@

                  Methods

                  | - Edit this page + Edit this page - View Source + View Source

                  AcceptVisitor(IAstVisitor)

                  @@ -273,10 +273,10 @@
                  Overrides
                  Irony.Interpreter.Ast.AstNode.AcceptVisitor(Irony.Interpreter.Ast.IAstVisitor)
                  | - Edit this page + Edit this page - View Source + View Source

                  Init(AstContext, ParseTreeNode)

                  @@ -329,10 +329,10 @@

                  Implements

                  @@ -352,7 +352,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.Cs.Pragmas.PragmaParser.VisitorProduct.html b/docs/api/AXSharp.Compiler.Cs.Pragmas.PragmaParser.VisitorProduct.html index eac55f09..afae61fd 100644 --- a/docs/api/AXSharp.Compiler.Cs.Pragmas.PragmaParser.VisitorProduct.html +++ b/docs/api/AXSharp.Compiler.Cs.Pragmas.PragmaParser.VisitorProduct.html @@ -122,10 +122,10 @@

                  Properties

                  | - Edit this page + Edit this page - View Source + View Source

                  GenericConstrains

                  @@ -152,10 +152,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  GenericTypeAssignment

                  @@ -182,10 +182,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  GenericTypes

                  @@ -212,10 +212,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  Product

                  @@ -240,6 +240,36 @@
                  Property Value
                  + + | + Edit this page + + + View Source + + +

                  Property

                  +
                  +
                  +
                  Declaration
                  +
                  +
                  public (string PropertyName, string? InitValue) Property { get; set; }
                  +
                  +
                  Property Value
                  + + + + + + + + + + + + + +
                  TypeDescription
                  (string assembly, string fullTypeName)
                  @@ -249,10 +279,10 @@
                  Property Value
                  @@ -272,7 +302,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.Cs.Pragmas.PragmaParser.html b/docs/api/AXSharp.Compiler.Cs.Pragmas.PragmaParser.html index 7e9eeac2..c5501167 100644 --- a/docs/api/AXSharp.Compiler.Cs.Pragmas.PragmaParser.html +++ b/docs/api/AXSharp.Compiler.Cs.Pragmas.PragmaParser.html @@ -116,7 +116,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.Cs.SemanticsHelpers.html b/docs/api/AXSharp.Compiler.Cs.SemanticsHelpers.html index 2a421ee3..107c8a3c 100644 --- a/docs/api/AXSharp.Compiler.Cs.SemanticsHelpers.html +++ b/docs/api/AXSharp.Compiler.Cs.SemanticsHelpers.html @@ -123,10 +123,10 @@

                  Methods

                  | - Edit this page + Edit this page - View Source + View Source

                  AddDocumentationComment(IDocComment, ISourceBuilder)

                  @@ -178,10 +178,10 @@
                  Returns
                  | - Edit this page + Edit this page - View Source + View Source

                  GetCommAccessibility(IDeclaration, ISourceBuilder)

                  @@ -230,10 +230,10 @@
                  Returns
                  | - Edit this page + Edit this page - View Source + View Source

                  IsEligibleForTranspile(IFieldDeclaration, ISourceBuilder)

                  @@ -284,10 +284,10 @@
                  Returns
                  | - Edit this page + Edit this page - View Source + View Source

                  IsEligibleForTranspile(IVariableDeclaration, ISourceBuilder)

                  @@ -338,10 +338,10 @@
                  Returns
                  | - Edit this page + Edit this page - View Source + View Source

                  IsEligibleForTranspile(IArrayTypeDeclaration, ISourceBuilder)

                  @@ -392,10 +392,10 @@
                  Returns
                  | - Edit this page + Edit this page - View Source + View Source

                  IsMemberEligibleForConstructor(IFieldDeclaration, ISourceBuilder, string)

                  @@ -454,10 +454,10 @@
                  Returns
                  | - Edit this page + Edit this page - View Source + View Source

                  IsMemberEligibleForConstructor(IVariableDeclaration, ISourceBuilder, string)

                  @@ -516,10 +516,10 @@
                  Returns
                  | - Edit this page + Edit this page - View Source + View Source

                  IsMemberEligibleForConstructor(IArrayTypeDeclaration, ISourceBuilder)

                  @@ -568,10 +568,10 @@
                  Returns
                  | - Edit this page + Edit this page - View Source + View Source

                  IsMemberEligibleForTranspile(IFieldDeclaration, ISourceBuilder, string)

                  @@ -630,10 +630,10 @@
                  Returns
                  | - Edit this page + Edit this page - View Source + View Source

                  IsMemberEligibleForTranspile(IVariableDeclaration, ISourceBuilder, string)

                  @@ -699,10 +699,10 @@
                  Returns
                  @@ -722,7 +722,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.Cs.html b/docs/api/AXSharp.Compiler.Cs.html index addd4689..42a85403 100644 --- a/docs/api/AXSharp.Compiler.Cs.html +++ b/docs/api/AXSharp.Compiler.Cs.html @@ -118,7 +118,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.CsProject.html b/docs/api/AXSharp.Compiler.CsProject.html index da1624aa..badd259e 100644 --- a/docs/api/AXSharp.Compiler.CsProject.html +++ b/docs/api/AXSharp.Compiler.CsProject.html @@ -127,10 +127,10 @@

                  Constructors

                  | - Edit this page + Edit this page - View Source + View Source

                  CsProject(AXSharpProject)

                  @@ -162,10 +162,10 @@

                  Properties

                  | - Edit this page + Edit this page - View Source + View Source

                  GetMetaDataFolder

                  @@ -193,10 +193,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  IxProjectFile

                  @@ -224,10 +224,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  ProjectRootNamespace

                  @@ -257,10 +257,10 @@

                  Methods

                  | - Edit this page + Edit this page - View Source + View Source

                  GenerateCompanionData()

                  @@ -272,10 +272,10 @@
                  Declaration
                  | - Edit this page + Edit this page - View Source + View Source

                  GenerateResources()

                  @@ -287,10 +287,10 @@
                  Declaration
                  | - Edit this page + Edit this page - View Source + View Source

                  GetRelativePath(string, string)

                  @@ -339,10 +339,10 @@
                  Returns
                  | - Edit this page + Edit this page - View Source + View Source

                  InstallAXSharpDependencies(IEnumerable<object>)

                  @@ -372,10 +372,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  LoadReferences()

                  @@ -404,10 +404,10 @@
                  Returns
                  | - Edit this page + Edit this page - View Source + View Source

                  ProvisionProjectStructure()

                  @@ -431,10 +431,10 @@

                  Implements

                  @@ -454,7 +454,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.Exceptions.FailedToCreateCombineThreeVisitorException.html b/docs/api/AXSharp.Compiler.Exceptions.FailedToCreateCombineThreeVisitorException.html index f11eb15d..599c4d4a 100644 --- a/docs/api/AXSharp.Compiler.Exceptions.FailedToCreateCombineThreeVisitorException.html +++ b/docs/api/AXSharp.Compiler.Exceptions.FailedToCreateCombineThreeVisitorException.html @@ -98,9 +98,6 @@
                  Inherited Members
                  Exception.GetBaseException()
                  -
                  - Exception.GetObjectData(SerializationInfo, StreamingContext) -
                  Exception.GetType()
                  @@ -161,10 +158,10 @@

                  Constructors

                  | - Edit this page + Edit this page - View Source + View Source

                  FailedToCreateCombineThreeVisitorException(string)

                  @@ -204,10 +201,10 @@

                  Implements

                  @@ -227,7 +224,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.Exceptions.FailedToCreateTargetProjectException.html b/docs/api/AXSharp.Compiler.Exceptions.FailedToCreateTargetProjectException.html index 12a158b7..0e1854d3 100644 --- a/docs/api/AXSharp.Compiler.Exceptions.FailedToCreateTargetProjectException.html +++ b/docs/api/AXSharp.Compiler.Exceptions.FailedToCreateTargetProjectException.html @@ -98,9 +98,6 @@
                  Inherited Members
                  Exception.GetBaseException()
                  -
                  - Exception.GetObjectData(SerializationInfo, StreamingContext) -
                  Exception.GetType()
                  @@ -161,10 +158,10 @@

                  Constructors

                  | - Edit this page + Edit this page - View Source + View Source

                  FailedToCreateTargetProjectException(string)

                  @@ -204,10 +201,10 @@

                  Implements

                  @@ -227,7 +224,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.Exceptions.FailedToReadIxConfigurationFileException.html b/docs/api/AXSharp.Compiler.Exceptions.FailedToReadIxConfigurationFileException.html index a6180fb6..a60caa2f 100644 --- a/docs/api/AXSharp.Compiler.Exceptions.FailedToReadIxConfigurationFileException.html +++ b/docs/api/AXSharp.Compiler.Exceptions.FailedToReadIxConfigurationFileException.html @@ -99,9 +99,6 @@
                  Inherited Members
                  Exception.GetBaseException()
                  -
                  - Exception.GetObjectData(SerializationInfo, StreamingContext) -
                  Exception.GetType()
                  @@ -161,10 +158,10 @@

                  Constructors

                  | - Edit this page + Edit this page - View Source + View Source

                  FailedToReadIxConfigurationFileException(string, Exception)

                  @@ -212,10 +209,10 @@

                  Implements

                  @@ -235,7 +232,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.Exceptions.SourceProjectInfoRetrievalException.html b/docs/api/AXSharp.Compiler.Exceptions.SourceProjectInfoRetrievalException.html index 747205a2..a0bd8f81 100644 --- a/docs/api/AXSharp.Compiler.Exceptions.SourceProjectInfoRetrievalException.html +++ b/docs/api/AXSharp.Compiler.Exceptions.SourceProjectInfoRetrievalException.html @@ -100,9 +100,6 @@
                  Inherited Members
                  Exception.GetBaseException()
                  -
                  - Exception.GetObjectData(SerializationInfo, StreamingContext) -
                  Exception.GetType()
                  @@ -162,10 +159,10 @@

                  Constructors

                  | - Edit this page + Edit this page - View Source + View Source

                  SourceProjectInfoRetrievalException(string, Exception)

                  @@ -212,10 +209,10 @@

                  Implements

                  @@ -235,7 +232,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.Exceptions.html b/docs/api/AXSharp.Compiler.Exceptions.html index 1ce64e49..9cb45de4 100644 --- a/docs/api/AXSharp.Compiler.Exceptions.html +++ b/docs/api/AXSharp.Compiler.Exceptions.html @@ -123,7 +123,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.FailedToCreateSourceBuilderException.html b/docs/api/AXSharp.Compiler.FailedToCreateSourceBuilderException.html index 2e5716ec..a52f274d 100644 --- a/docs/api/AXSharp.Compiler.FailedToCreateSourceBuilderException.html +++ b/docs/api/AXSharp.Compiler.FailedToCreateSourceBuilderException.html @@ -98,9 +98,6 @@
                  Inherited Members
                  Exception.GetBaseException()
                  -
                  - Exception.GetObjectData(SerializationInfo, StreamingContext) -
                  Exception.GetType()
                  @@ -161,10 +158,10 @@

                  Constructors

                  | - Edit this page + Edit this page - View Source + View Source

                  FailedToCreateSourceBuilderException(string)

                  @@ -204,10 +201,10 @@

                  Implements

                  @@ -227,7 +224,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.FailedToDeterminePackageVersion.html b/docs/api/AXSharp.Compiler.FailedToDeterminePackageVersion.html index f4b521ca..7738481a 100644 --- a/docs/api/AXSharp.Compiler.FailedToDeterminePackageVersion.html +++ b/docs/api/AXSharp.Compiler.FailedToDeterminePackageVersion.html @@ -98,9 +98,6 @@
                  Inherited Members
                  Exception.GetBaseException()
                  -
                  - Exception.GetObjectData(SerializationInfo, StreamingContext) -
                  Exception.GetType()
                  @@ -160,10 +157,10 @@

                  Constructors

                  | - Edit this page + Edit this page - View Source + View Source

                  FailedToDeterminePackageVersion(string, Exception)

                  @@ -208,10 +205,10 @@

                  Implements

                  @@ -231,7 +228,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.IAXSharpProject.html b/docs/api/AXSharp.Compiler.IAXSharpProject.html index 49b62922..a1538bb6 100644 --- a/docs/api/AXSharp.Compiler.IAXSharpProject.html +++ b/docs/api/AXSharp.Compiler.IAXSharpProject.html @@ -93,10 +93,10 @@

                  Methods

                  | - Edit this page + Edit this page - View Source + View Source

                  Generate()

                  @@ -115,10 +115,10 @@
                  Declaration
                  @@ -138,7 +138,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.ICompilerOptions.html b/docs/api/AXSharp.Compiler.ICompilerOptions.html index c5d149cb..ed8e4dcd 100644 --- a/docs/api/AXSharp.Compiler.ICompilerOptions.html +++ b/docs/api/AXSharp.Compiler.ICompilerOptions.html @@ -93,10 +93,10 @@

                  Properties

                  | - Edit this page + Edit this page - View Source + View Source

                  IgnoreS7Pragmas

                  @@ -123,10 +123,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  NoDependencyUpdate

                  @@ -153,10 +153,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  OutputProjectFolder

                  @@ -183,10 +183,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  ProjectFile

                  @@ -213,10 +213,40 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source + + +

                  SkipDependencyCompilation

                  +
                  +
                  +
                  Declaration
                  +
                  +
                  bool SkipDependencyCompilation { get; set; }
                  +
                  +
                  Property Value
                  + + + + + + + + + + + + + +
                  TypeDescription
                  bool
                  + + | + Edit this page + + + View Source

                  UseBase

                  @@ -250,10 +280,10 @@
                  Property Value
                  @@ -273,7 +303,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.IIxProject.html b/docs/api/AXSharp.Compiler.IIxProject.html index 7926274e..b1dce2a7 100644 --- a/docs/api/AXSharp.Compiler.IIxProject.html +++ b/docs/api/AXSharp.Compiler.IIxProject.html @@ -95,10 +95,10 @@

                  Methods

                  | - Improve this Doc + Improve this Doc - View Source + View Source

                  Generate()

                  @@ -116,10 +116,10 @@
                  Declaration
                  @@ -139,7 +139,7 @@
                  In This Article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.IPackageReference.html b/docs/api/AXSharp.Compiler.IPackageReference.html index 8d0e14b2..7c9445c3 100644 --- a/docs/api/AXSharp.Compiler.IPackageReference.html +++ b/docs/api/AXSharp.Compiler.IPackageReference.html @@ -116,10 +116,10 @@
                  Syntax
                  @@ -139,7 +139,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.IProjectReference.html b/docs/api/AXSharp.Compiler.IProjectReference.html index 63e6951e..ac563e6f 100644 --- a/docs/api/AXSharp.Compiler.IProjectReference.html +++ b/docs/api/AXSharp.Compiler.IProjectReference.html @@ -116,10 +116,10 @@
                  Syntax
                  @@ -139,7 +139,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.IReference.html b/docs/api/AXSharp.Compiler.IReference.html index 7139773a..bc15b97d 100644 --- a/docs/api/AXSharp.Compiler.IReference.html +++ b/docs/api/AXSharp.Compiler.IReference.html @@ -93,10 +93,10 @@

                  Properties

                  | - Edit this page + Edit this page - View Source + View Source

                  IsIxDependency

                  @@ -124,10 +124,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  MetadataPath

                  @@ -155,10 +155,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  ProjectInfo

                  @@ -186,10 +186,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  ReferencePath

                  @@ -216,10 +216,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  Version

                  @@ -253,10 +253,10 @@
                  Property Value
                  @@ -276,7 +276,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.ITargetProject.html b/docs/api/AXSharp.Compiler.ITargetProject.html index 032b96ae..651b7345 100644 --- a/docs/api/AXSharp.Compiler.ITargetProject.html +++ b/docs/api/AXSharp.Compiler.ITargetProject.html @@ -93,10 +93,10 @@

                  Properties

                  | - Edit this page + Edit this page - View Source + View Source

                  GetMetaDataFolder

                  @@ -124,10 +124,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  ProjectRootNamespace

                  @@ -156,10 +156,10 @@

                  Methods

                  | - Edit this page + Edit this page - View Source + View Source

                  GenerateCompanionData()

                  @@ -171,10 +171,10 @@
                  Declaration
                  | - Edit this page + Edit this page - View Source + View Source

                  GenerateResources()

                  @@ -186,10 +186,10 @@
                  Declaration
                  | - Edit this page + Edit this page - View Source + View Source

                  InstallAXSharpDependencies(IEnumerable<object>)

                  @@ -218,10 +218,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  LoadReferences()

                  @@ -248,10 +248,10 @@
                  Returns
                  | - Edit this page + Edit this page - View Source + View Source

                  ProvisionProjectStructure()

                  @@ -271,10 +271,10 @@
                  Declaration
                  @@ -294,7 +294,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.IxConfig.html b/docs/api/AXSharp.Compiler.IxConfig.html index 99f4e811..5caa4c24 100644 --- a/docs/api/AXSharp.Compiler.IxConfig.html +++ b/docs/api/AXSharp.Compiler.IxConfig.html @@ -129,10 +129,10 @@

                  Constructors

                  | - Improve this Doc + Improve this Doc - View Source + View Source

                  IxConfig()

                  @@ -148,10 +148,10 @@

                  Fields

                  | - Improve this Doc + Improve this Doc - View Source + View Source

                  CONFIG_FILE_NAME

                  Ix config file name.

                  @@ -180,10 +180,10 @@

                  Properties

                  | - Improve this Doc + Improve this Doc - View Source + View Source

                  AxProjectFolder

                  @@ -212,10 +212,10 @@
                  Property Value
                  | - Improve this Doc + Improve this Doc - View Source + View Source

                  OutputProjectFolder

                  @@ -245,10 +245,10 @@

                  Methods

                  | - Improve this Doc + Improve this Doc - View Source + View Source

                  RetrieveIxConfig(string)

                  @@ -292,10 +292,10 @@
                  Returns
                  | - Improve this Doc + Improve this Doc - View Source + View Source

                  UpdateAndGetIxConfig(string, ICompilerOptions)

                  @@ -357,10 +357,10 @@

                  Implements

                  @@ -380,7 +380,7 @@
                  In This Article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                  diff --git a/docs/api/AXSharp.Compiler.IxProject.html b/docs/api/AXSharp.Compiler.IxProject.html index 178a974c..7e3fa339 100644 --- a/docs/api/AXSharp.Compiler.IxProject.html +++ b/docs/api/AXSharp.Compiler.IxProject.html @@ -129,10 +129,10 @@

                  Constructors

                  | - Improve this Doc + Improve this Doc - View Source + View Source

                  IxProject(AxProject, IEnumerable<Type>, Type, ICompilerOptions?)

                  @@ -185,10 +185,10 @@

                  Properties

                  | - Improve this Doc + Improve this Doc - View Source + View Source

                  AxProject

                  @@ -216,10 +216,10 @@
                  Property Value
                  | - Improve this Doc + Improve this Doc - View Source + View Source

                  CompilerOptions

                  @@ -247,10 +247,10 @@
                  Property Value
                  | - Improve this Doc + Improve this Doc - View Source + View Source

                  OutputFolder

                  @@ -278,10 +278,10 @@
                  Property Value
                  | - Improve this Doc + Improve this Doc - View Source + View Source

                  TargetProject

                  @@ -311,10 +311,10 @@

                  Methods

                  | - Improve this Doc + Improve this Doc - View Source + View Source

                  CleanOutput(string)

                  @@ -344,10 +344,10 @@
                  Parameters
                  | - Improve this Doc + Improve this Doc - View Source + View Source

                  Generate()

                  @@ -360,10 +360,10 @@
                  Declaration
                  | - Improve this Doc + Improve this Doc - View Source + View Source

                  GetRelativePath(string, string)

                  @@ -422,10 +422,10 @@

                  Implements

                  @@ -445,7 +445,7 @@
                  In This Article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.LegalAcrobatics.html b/docs/api/AXSharp.Compiler.LegalAcrobatics.html index 9c75e5ab..f96f0067 100644 --- a/docs/api/AXSharp.Compiler.LegalAcrobatics.html +++ b/docs/api/AXSharp.Compiler.LegalAcrobatics.html @@ -118,14 +118,46 @@
                  Syntax
                  public static class LegalAcrobatics
                  +

                  Properties +

                  + + | + Edit this page + + + View Source + + +

                  StcVersion

                  +
                  +
                  +
                  Declaration
                  +
                  +
                  public static string? StcVersion { get; }
                  +
                  +
                  Property Value
                  + + + + + + + + + + + + + +
                  TypeDescription
                  string

                  Methods

                  | - Edit this page + Edit this page - View Source + View Source

                  LegalComplianceAcrobatics(string)

                  @@ -176,10 +208,10 @@
                  Returns
                  @@ -199,7 +231,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.Log.html b/docs/api/AXSharp.Compiler.Log.html index 1d8d5553..a6835449 100644 --- a/docs/api/AXSharp.Compiler.Log.html +++ b/docs/api/AXSharp.Compiler.Log.html @@ -123,10 +123,10 @@

                  Properties

                  | - Edit this page + Edit this page - View Source + View Source

                  Logger

                  @@ -161,10 +161,10 @@
                  Property Value
                  @@ -184,7 +184,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.PackageReference.html b/docs/api/AXSharp.Compiler.PackageReference.html index de67fd37..809dc271 100644 --- a/docs/api/AXSharp.Compiler.PackageReference.html +++ b/docs/api/AXSharp.Compiler.PackageReference.html @@ -128,10 +128,10 @@

                  Constructors

                  | - Edit this page + Edit this page - View Source + View Source

                  PackageReference(PackageDependency)

                  @@ -162,10 +162,10 @@
                  Parameters
                  | - Edit this page + Edit this page - View Source + View Source

                  PackageReference(string, string, string)

                  @@ -206,10 +206,10 @@

                  Properties

                  | - Edit this page + Edit this page - View Source + View Source

                  Include

                  @@ -237,10 +237,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  IsIxDependency

                  @@ -268,10 +268,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  MetadataPath

                  @@ -299,10 +299,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  Name

                  @@ -330,10 +330,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  ProjectInfo

                  @@ -361,10 +361,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  ReferencePath

                  @@ -392,10 +392,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  Version

                  @@ -425,10 +425,10 @@

                  Methods

                  | - Edit this page + Edit this page - View Source + View Source

                  CreateFromReferenceNode(XElement, string)

                  @@ -509,10 +509,10 @@

                  Implements

                  @@ -532,7 +532,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.ProjectReference.html b/docs/api/AXSharp.Compiler.ProjectReference.html index 06262328..70dd63e6 100644 --- a/docs/api/AXSharp.Compiler.ProjectReference.html +++ b/docs/api/AXSharp.Compiler.ProjectReference.html @@ -128,10 +128,10 @@

                  Constructors

                  | - Edit this page + Edit this page - View Source + View Source

                  ProjectReference(string, string)

                  @@ -170,10 +170,10 @@

                  Properties

                  | - Edit this page + Edit this page - View Source + View Source

                  IsIxDependency

                  @@ -201,10 +201,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  MetadataPath

                  @@ -232,10 +232,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  ProjectFileInfo

                  @@ -263,10 +263,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  ProjectFilePath

                  @@ -294,10 +294,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  ProjectInfo

                  @@ -325,10 +325,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  ReferencePath

                  @@ -356,10 +356,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  References

                  @@ -387,10 +387,10 @@
                  Property Value
                  | - Edit this page + Edit this page - View Source + View Source

                  Version

                  @@ -432,10 +432,10 @@

                  Implements

                  @@ -455,7 +455,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Compiler.html b/docs/api/AXSharp.Compiler.html index de4ead6b..e7e78283 100644 --- a/docs/api/AXSharp.Compiler.html +++ b/docs/api/AXSharp.Compiler.html @@ -161,7 +161,7 @@
                  In this article
                  Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.AddedPropertiesAttribute.html b/docs/api/AXSharp.Connector.AddedPropertiesAttribute.html new file mode 100644 index 00000000..be6f8d70 --- /dev/null +++ b/docs/api/AXSharp.Connector.AddedPropertiesAttribute.html @@ -0,0 +1,379 @@ + + + + + + + + Class AddedPropertiesAttribute | System.Dynamic.ExpandoObject + + + + + + + + + + + + + + + + +
                  +
                  + + + + +
                  +
                  + +
                  +
                  Search Results for
                  +
                  +

                  +
                  +
                    +
                    +
                    + + +
                    +
                    + +
                    +
                    + + + + + + + + diff --git a/docs/api/AXSharp.Connector.BuilderHelpers.Arrays.html b/docs/api/AXSharp.Connector.BuilderHelpers.Arrays.html index bfac3e9d..01ecff2e 100644 --- a/docs/api/AXSharp.Connector.BuilderHelpers.Arrays.html +++ b/docs/api/AXSharp.Connector.BuilderHelpers.Arrays.html @@ -128,10 +128,10 @@
                    Syntax
                    @@ -151,7 +151,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.BuilderHelpers.html b/docs/api/AXSharp.Connector.BuilderHelpers.html index af3dc4e1..1fae3f54 100644 --- a/docs/api/AXSharp.Connector.BuilderHelpers.html +++ b/docs/api/AXSharp.Connector.BuilderHelpers.html @@ -115,7 +115,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.CommExceptionBehaviour.html b/docs/api/AXSharp.Connector.CommExceptionBehaviour.html index f048cbc2..2c5f8174 100644 --- a/docs/api/AXSharp.Connector.CommExceptionBehaviour.html +++ b/docs/api/AXSharp.Connector.CommExceptionBehaviour.html @@ -123,10 +123,10 @@

                    Fields @@ -146,7 +146,7 @@

                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.CompilerOmissionGroups.html b/docs/api/AXSharp.Connector.CompilerOmissionGroups.html index 23517177..a3a98b8b 100644 --- a/docs/api/AXSharp.Connector.CompilerOmissionGroups.html +++ b/docs/api/AXSharp.Connector.CompilerOmissionGroups.html @@ -132,10 +132,10 @@

                    Fields @@ -155,7 +155,7 @@

                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.CompilerOmitsAttribute.html b/docs/api/AXSharp.Connector.CompilerOmitsAttribute.html index 29767ddb..23d3742e 100644 --- a/docs/api/AXSharp.Connector.CompilerOmitsAttribute.html +++ b/docs/api/AXSharp.Connector.CompilerOmitsAttribute.html @@ -239,10 +239,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    CompilerOmitsAttribute(params CompilerOmissionGroups[])

                    @@ -274,10 +274,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    CompilerOmitsAttribute(params string[])

                    @@ -310,10 +310,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    Omissions

                    @@ -348,10 +348,10 @@
                    Property Value
                    @@ -371,7 +371,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ConcurrentSet-1.html b/docs/api/AXSharp.Connector.ConcurrentSet-1.html index d10f2b77..c80ef0c3 100644 --- a/docs/api/AXSharp.Connector.ConcurrentSet-1.html +++ b/docs/api/AXSharp.Connector.ConcurrentSet-1.html @@ -147,10 +147,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    Count

                    @@ -178,10 +178,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    IsEmpty

                    @@ -209,10 +209,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    IsReadOnly

                    @@ -241,10 +241,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Values

                    @@ -273,10 +273,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Add(T)

                    @@ -323,10 +323,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    Clear()

                    @@ -355,10 +355,10 @@
                    Exceptions
                    | - Edit this page + Edit this page - View Source + View Source

                    Contains(T)

                    @@ -405,10 +405,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CopyTo(T[], int)

                    @@ -471,10 +471,10 @@
                    Exceptions
                    | - Edit this page + Edit this page - View Source + View Source

                    ExceptWith(IEnumerable<T>)

                    @@ -521,10 +521,10 @@
                    Exceptions
                    | - Edit this page + Edit this page - View Source + View Source

                    GetEnumerator()

                    @@ -553,10 +553,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    IntersectWith(IEnumerable<T>)

                    @@ -603,10 +603,10 @@
                    Exceptions
                    | - Edit this page + Edit this page - View Source + View Source

                    IsProperSubsetOf(IEnumerable<T>)

                    @@ -669,10 +669,10 @@
                    Exceptions
                    | - Edit this page + Edit this page - View Source + View Source

                    IsProperSupersetOf(IEnumerable<T>)

                    @@ -735,10 +735,10 @@
                    Exceptions
                    | - Edit this page + Edit this page - View Source + View Source

                    IsSubsetOf(IEnumerable<T>)

                    @@ -801,10 +801,10 @@
                    Exceptions
                    | - Edit this page + Edit this page - View Source + View Source

                    IsSupersetOf(IEnumerable<T>)

                    @@ -867,10 +867,10 @@
                    Exceptions
                    | - Edit this page + Edit this page - View Source + View Source

                    Overlaps(IEnumerable<T>)

                    @@ -933,10 +933,10 @@
                    Exceptions
                    | - Edit this page + Edit this page - View Source + View Source

                    Remove(T)

                    @@ -999,10 +999,10 @@
                    Exceptions
                    | - Edit this page + Edit this page - View Source + View Source

                    SetEquals(IEnumerable<T>)

                    @@ -1065,10 +1065,10 @@
                    Exceptions
                    | - Edit this page + Edit this page - View Source + View Source

                    SymmetricExceptWith(IEnumerable<T>)

                    @@ -1115,10 +1115,10 @@
                    Exceptions
                    | - Edit this page + Edit this page - View Source + View Source

                    ToArray()

                    @@ -1145,10 +1145,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    TryAdd(T)

                    @@ -1192,10 +1192,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    TryRemove(T)

                    @@ -1239,10 +1239,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    UnionWith(IEnumerable<T>)

                    @@ -1309,10 +1309,10 @@

                    Implements

                    @@ -1332,7 +1332,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.Connector.html b/docs/api/AXSharp.Connector.Connector.html index a2b71856..cfdba74d 100644 --- a/docs/api/AXSharp.Connector.Connector.html +++ b/docs/api/AXSharp.Connector.Connector.html @@ -210,10 +210,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    Connector()

                    @@ -226,10 +226,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    Connector(object[])

                    @@ -265,10 +265,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    ConcurrentRequestDelay

                    @@ -297,10 +297,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    ConcurrentRequestMaxCount

                    @@ -337,10 +337,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    ConnectorAdapter

                    @@ -368,10 +368,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    CyclicRwDuration

                    @@ -399,10 +399,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    ErrorCount

                    @@ -430,10 +430,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    ExceptionBehaviour

                    @@ -461,10 +461,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    IdentityProvider

                    @@ -492,10 +492,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    IsRwLoopSuspended

                    @@ -523,10 +523,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Logger

                    @@ -554,10 +554,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    MonitorConnector

                    @@ -585,10 +585,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlineTags

                    @@ -616,10 +616,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    ReadWriteCycleDelay

                    @@ -647,10 +647,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    RwCycleCount

                    @@ -678,10 +678,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    StartUpTime

                    @@ -709,10 +709,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    SubscriptionMode

                    @@ -742,10 +742,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    BuildAndStart()

                    @@ -773,10 +773,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    ClearPeriodicReadSet()

                    @@ -788,10 +788,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateHumanReadable(string, string)

                    @@ -844,10 +844,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateSymbol(string, string)

                    @@ -900,10 +900,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CyclicRead()

                    @@ -931,10 +931,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CyclicWrite()

                    @@ -962,10 +962,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    ReadBatchAsync(IEnumerable<ITwinPrimitive>)

                    @@ -1011,10 +1011,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    ReloadConnector()

                    @@ -1027,10 +1027,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    SetCulture(CultureInfo)

                    @@ -1061,10 +1061,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetField<T>(ref T, T, string)

                    @@ -1138,10 +1138,10 @@
                    Type Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetLoggerConfiguration(ILogger)

                    @@ -1175,10 +1175,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    StartReadWriteOps()

                    @@ -1191,10 +1191,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    WriteBatchAsync(IEnumerable<ITwinPrimitive>)

                    @@ -1242,10 +1242,10 @@

                    Events

                    | - Edit this page + Edit this page - View Source + View Source

                    PropertyChanged

                    Implementation of INotifyPropertyChanged

                    @@ -1355,10 +1355,10 @@

                    See Also

                    @@ -1378,7 +1378,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/AXSharp.Connector.ConnectorAdapter.html b/docs/api/AXSharp.Connector.ConnectorAdapter.html index 2de28a03..ac0261c8 100644 --- a/docs/api/AXSharp.Connector.ConnectorAdapter.html +++ b/docs/api/AXSharp.Connector.ConnectorAdapter.html @@ -123,10 +123,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    ConnectorAdapter()

                    @@ -139,10 +139,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    ConnectorAdapter(Type)

                    @@ -175,10 +175,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    AdapterFactory

                    @@ -206,10 +206,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    ConnectorFactoryType

                    @@ -237,10 +237,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Parameters

                    @@ -270,10 +270,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetConnector(object[])

                    @@ -326,10 +326,10 @@
                    Returns
                    @@ -349,7 +349,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ConnectorAdapterBuilder.html b/docs/api/AXSharp.Connector.ConnectorAdapterBuilder.html index 276d90d9..151d49de 100644 --- a/docs/api/AXSharp.Connector.ConnectorAdapterBuilder.html +++ b/docs/api/AXSharp.Connector.ConnectorAdapterBuilder.html @@ -123,10 +123,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Build()

                    @@ -172,10 +172,10 @@

                    Extension Methods

                    @@ -195,7 +195,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ConnectorFactory.html b/docs/api/AXSharp.Connector.ConnectorFactory.html index 0e232457..e85b9e8a 100644 --- a/docs/api/AXSharp.Connector.ConnectorFactory.html +++ b/docs/api/AXSharp.Connector.ConnectorFactory.html @@ -125,10 +125,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    CreateBOOL()

                    @@ -156,10 +156,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateBOOL(ITwinObject, string, string)

                    @@ -218,10 +218,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateBYTE()

                    @@ -249,10 +249,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateBYTE(ITwinObject, string, string)

                    @@ -311,10 +311,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateCHAR()

                    @@ -342,10 +342,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateCHAR(ITwinObject, string, string)

                    @@ -404,10 +404,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateConnector(object[])

                    @@ -456,10 +456,10 @@
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateDATE()

                    @@ -487,10 +487,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateDATE(ITwinObject, string, string)

                    @@ -549,10 +549,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateDATE_AND_TIME(ITwinObject, string, string)

                    @@ -611,10 +611,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateDATE_TIME()

                    @@ -642,10 +642,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateDINT()

                    @@ -673,10 +673,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateDINT(ITwinObject, string, string)

                    @@ -735,10 +735,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateDWORD()

                    @@ -766,10 +766,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateDWORD(ITwinObject, string, string)

                    @@ -828,10 +828,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateINT()

                    @@ -859,10 +859,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateINT(ITwinObject, string, string)

                    @@ -921,10 +921,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateLDATE()

                    @@ -952,10 +952,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateLDATE(ITwinObject, string, string)

                    @@ -1014,10 +1014,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateLDATE_AND_TIME()

                    @@ -1045,10 +1045,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateLDATE_AND_TIME(ITwinObject, string, string)

                    @@ -1107,10 +1107,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateLINT()

                    @@ -1138,10 +1138,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateLINT(ITwinObject, string, string)

                    @@ -1200,10 +1200,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateLREAL()

                    @@ -1231,10 +1231,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateLREAL(ITwinObject, string, string)

                    @@ -1293,10 +1293,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateLTIME()

                    @@ -1324,10 +1324,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateLTIME(ITwinObject, string, string)

                    @@ -1386,10 +1386,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateLTIME_OF_DAY()

                    @@ -1417,10 +1417,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateLTIME_OF_DAY(ITwinObject, string, string)

                    @@ -1479,10 +1479,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateLWORD()

                    @@ -1510,10 +1510,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateLWORD(ITwinObject, string, string)

                    @@ -1572,10 +1572,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateREAL()

                    @@ -1603,10 +1603,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateREAL(ITwinObject, string, string)

                    @@ -1665,10 +1665,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateSINT()

                    @@ -1696,10 +1696,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateSINT(ITwinObject, string, string)

                    @@ -1758,10 +1758,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateSTRING()

                    @@ -1789,10 +1789,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateSTRING(ITwinObject, string, string)

                    @@ -1851,10 +1851,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateTIME()

                    @@ -1882,10 +1882,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateTIME(ITwinObject, string, string)

                    @@ -1944,10 +1944,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateTIME_OF_DAY()

                    @@ -1975,10 +1975,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateTIME_OF_DAY(ITwinObject, string, string)

                    @@ -2037,10 +2037,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateUDINT()

                    @@ -2068,10 +2068,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateUDINT(ITwinObject, string, string)

                    @@ -2130,10 +2130,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateUINT()

                    @@ -2161,10 +2161,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateUINT(ITwinObject, string, string)

                    @@ -2223,10 +2223,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateULINT()

                    @@ -2254,10 +2254,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateULINT(ITwinObject, string, string)

                    @@ -2316,10 +2316,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateUSINT()

                    @@ -2347,10 +2347,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateUSINT(ITwinObject, string, string)

                    @@ -2409,10 +2409,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateWCHAR()

                    @@ -2440,10 +2440,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateWCHAR(ITwinObject, string, string)

                    @@ -2502,10 +2502,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateWORD()

                    @@ -2533,10 +2533,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateWORD(ITwinObject, string, string)

                    @@ -2595,10 +2595,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateWSTRING()

                    @@ -2626,10 +2626,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateWSTRING(ITwinObject, string, string)

                    @@ -2695,10 +2695,10 @@
                    Returns
                    @@ -2718,7 +2718,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.DummyConnector.html b/docs/api/AXSharp.Connector.DummyConnector.html index a361604e..c8d8dde5 100644 --- a/docs/api/AXSharp.Connector.DummyConnector.html +++ b/docs/api/AXSharp.Connector.DummyConnector.html @@ -284,10 +284,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    BuildAndStart()

                    @@ -317,10 +317,10 @@
                    Overrides
                    Connector.BuildAndStart()
                    | - Edit this page + Edit this page - View Source + View Source

                    ReadBatchAsync(IEnumerable<ITwinPrimitive>)

                    @@ -368,10 +368,10 @@
                    Overrides
                    Connector.ReadBatchAsync(IEnumerable<ITwinPrimitive>)
                    | - Edit this page + Edit this page - View Source + View Source

                    ReloadConnector()

                    @@ -386,10 +386,10 @@
                    Overrides
                    Connector.ReloadConnector()
                    | - Edit this page + Edit this page - View Source + View Source

                    WriteBatchAsync(IEnumerable<ITwinPrimitive>)

                    @@ -515,10 +515,10 @@

                    Extension Methods

                    @@ -538,7 +538,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.DummyConnectorExtensions.html b/docs/api/AXSharp.Connector.DummyConnectorExtensions.html index 89a411b9..3d8daa8a 100644 --- a/docs/api/AXSharp.Connector.DummyConnectorExtensions.html +++ b/docs/api/AXSharp.Connector.DummyConnectorExtensions.html @@ -123,10 +123,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    CreateDummy(ConnectorAdapterBuilder)

                    @@ -195,10 +195,10 @@
                    Exceptions
                    @@ -218,7 +218,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.DummyConnectorFactory.html b/docs/api/AXSharp.Connector.DummyConnectorFactory.html index 77c0f8d5..573202e4 100644 --- a/docs/api/AXSharp.Connector.DummyConnectorFactory.html +++ b/docs/api/AXSharp.Connector.DummyConnectorFactory.html @@ -205,10 +205,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    CreateBOOL(ITwinObject, string, string)

                    @@ -269,10 +269,10 @@
                    Overrides
                    ConnectorFactory.CreateBOOL(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateBYTE(ITwinObject, string, string)

                    @@ -333,10 +333,10 @@
                    Overrides
                    ConnectorFactory.CreateBYTE(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateCHAR(ITwinObject, string, string)

                    @@ -397,10 +397,10 @@
                    Overrides
                    ConnectorFactory.CreateCHAR(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateConnector(object[])

                    @@ -448,10 +448,10 @@
                    Overrides
                    ConnectorFactory.CreateConnector(object[])
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateDATE(ITwinObject, string, string)

                    @@ -512,10 +512,10 @@
                    Overrides
                    ConnectorFactory.CreateDATE(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateDATE_AND_TIME(ITwinObject, string, string)

                    @@ -576,10 +576,10 @@
                    Overrides
                    ConnectorFactory.CreateDATE_AND_TIME(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateDINT(ITwinObject, string, string)

                    @@ -640,10 +640,10 @@
                    Overrides
                    ConnectorFactory.CreateDINT(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateDWORD(ITwinObject, string, string)

                    @@ -704,10 +704,10 @@
                    Overrides
                    ConnectorFactory.CreateDWORD(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateINT(ITwinObject, string, string)

                    @@ -768,10 +768,10 @@
                    Overrides
                    ConnectorFactory.CreateINT(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateLDATE(ITwinObject, string, string)

                    @@ -832,10 +832,10 @@
                    Overrides
                    ConnectorFactory.CreateLDATE(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateLDATE_AND_TIME(ITwinObject, string, string)

                    @@ -896,10 +896,10 @@
                    Overrides
                    ConnectorFactory.CreateLDATE_AND_TIME(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateLINT(ITwinObject, string, string)

                    @@ -960,10 +960,10 @@
                    Overrides
                    ConnectorFactory.CreateLINT(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateLREAL(ITwinObject, string, string)

                    @@ -1024,10 +1024,10 @@
                    Overrides
                    ConnectorFactory.CreateLREAL(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateLTIME(ITwinObject, string, string)

                    @@ -1088,10 +1088,10 @@
                    Overrides
                    ConnectorFactory.CreateLTIME(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateLTIME_OF_DAY(ITwinObject, string, string)

                    @@ -1152,10 +1152,10 @@
                    Overrides
                    ConnectorFactory.CreateLTIME_OF_DAY(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateLWORD(ITwinObject, string, string)

                    @@ -1216,10 +1216,10 @@
                    Overrides
                    ConnectorFactory.CreateLWORD(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateREAL(ITwinObject, string, string)

                    @@ -1280,10 +1280,10 @@
                    Overrides
                    ConnectorFactory.CreateREAL(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateSINT(ITwinObject, string, string)

                    @@ -1344,10 +1344,10 @@
                    Overrides
                    ConnectorFactory.CreateSINT(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateSTRING(ITwinObject, string, string)

                    @@ -1408,10 +1408,10 @@
                    Overrides
                    ConnectorFactory.CreateSTRING(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateTIME(ITwinObject, string, string)

                    @@ -1472,10 +1472,10 @@
                    Overrides
                    ConnectorFactory.CreateTIME(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateTIME_OF_DAY(ITwinObject, string, string)

                    @@ -1536,10 +1536,10 @@
                    Overrides
                    ConnectorFactory.CreateTIME_OF_DAY(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateUDINT(ITwinObject, string, string)

                    @@ -1600,10 +1600,10 @@
                    Overrides
                    ConnectorFactory.CreateUDINT(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateUINT(ITwinObject, string, string)

                    @@ -1664,10 +1664,10 @@
                    Overrides
                    ConnectorFactory.CreateUINT(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateULINT(ITwinObject, string, string)

                    @@ -1728,10 +1728,10 @@
                    Overrides
                    ConnectorFactory.CreateULINT(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateUSINT(ITwinObject, string, string)

                    @@ -1792,10 +1792,10 @@
                    Overrides
                    ConnectorFactory.CreateUSINT(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateWCHAR(ITwinObject, string, string)

                    @@ -1856,10 +1856,10 @@
                    Overrides
                    ConnectorFactory.CreateWCHAR(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateWORD(ITwinObject, string, string)

                    @@ -1920,10 +1920,10 @@
                    Overrides
                    ConnectorFactory.CreateWORD(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateWSTRING(ITwinObject, string, string)

                    @@ -1991,10 +1991,10 @@
                    Overrides
                    @@ -2014,7 +2014,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.EnumeratorDiscriminatorAttribute.html b/docs/api/AXSharp.Connector.EnumeratorDiscriminatorAttribute.html index 902aaa82..ef3adbc6 100644 --- a/docs/api/AXSharp.Connector.EnumeratorDiscriminatorAttribute.html +++ b/docs/api/AXSharp.Connector.EnumeratorDiscriminatorAttribute.html @@ -229,10 +229,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    EnumeratorDiscriminatorAttribute(Type)

                    @@ -265,10 +265,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    EnumeratorType

                    @@ -303,10 +303,10 @@
                    Property Value
                    @@ -326,7 +326,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.IPlain.html b/docs/api/AXSharp.Connector.IPlain.html index b55ff1fb..09804775 100644 --- a/docs/api/AXSharp.Connector.IPlain.html +++ b/docs/api/AXSharp.Connector.IPlain.html @@ -113,10 +113,10 @@

                    Extension Methods

                    @@ -136,7 +136,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.IPlainExtensions.html b/docs/api/AXSharp.Connector.IPlainExtensions.html index 3b667e4e..99716e74 100644 --- a/docs/api/AXSharp.Connector.IPlainExtensions.html +++ b/docs/api/AXSharp.Connector.IPlainExtensions.html @@ -123,10 +123,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    FromOnline<T>(T, ITwinObject)

                    @@ -195,10 +195,10 @@
                    Type Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    FromShadow<T>(T, ITwinObject)

                    @@ -267,10 +267,10 @@
                    Type Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    ToOnline<T>(T, ITwinObject)

                    @@ -338,10 +338,10 @@
                    Type Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    ToShadow<T>(T, ITwinObject)

                    @@ -401,10 +401,10 @@
                    Type Parameters
                    @@ -424,7 +424,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ITwinController.html b/docs/api/AXSharp.Connector.ITwinController.html index 2fdeb39e..76e33edd 100644 --- a/docs/api/AXSharp.Connector.ITwinController.html +++ b/docs/api/AXSharp.Connector.ITwinController.html @@ -123,10 +123,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    Translator

                    @@ -160,10 +160,10 @@
                    Property Value
                    @@ -183,7 +183,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ITwinElement.html b/docs/api/AXSharp.Connector.ITwinElement.html index b2f74444..d0a456c3 100644 --- a/docs/api/AXSharp.Connector.ITwinElement.html +++ b/docs/api/AXSharp.Connector.ITwinElement.html @@ -94,10 +94,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    AttributeName

                    @@ -125,10 +125,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    HumanReadable

                    @@ -157,10 +157,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Interpreter

                    @@ -187,10 +187,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Symbol

                    @@ -220,10 +220,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetAttributeName(CultureInfo)

                    @@ -267,10 +267,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetHumanReadable(CultureInfo)

                    @@ -314,10 +314,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetParent()

                    @@ -347,10 +347,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetSymbolTail()

                    @@ -378,10 +378,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    Poll()

                    @@ -420,10 +420,10 @@

                    Extension Methods

                    @@ -443,7 +443,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ITwinObject.html b/docs/api/AXSharp.Connector.ITwinObject.html index 4628affe..474b97bc 100644 --- a/docs/api/AXSharp.Connector.ITwinObject.html +++ b/docs/api/AXSharp.Connector.ITwinObject.html @@ -124,10 +124,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    AddChild(ITwinObject)

                    @@ -161,10 +161,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    AddKid(ITwinElement)

                    @@ -199,10 +199,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    AddValueTag(ITwinPrimitive)

                    @@ -236,10 +236,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    AnyChangeAsync<T>(T)

                    @@ -300,10 +300,10 @@
                    Type Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    GetChildren()

                    @@ -331,10 +331,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetConnector()

                    @@ -364,10 +364,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetKids()

                    @@ -395,10 +395,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetValueTags()

                    @@ -426,10 +426,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlineToPlain<T>()

                    @@ -473,10 +473,10 @@
                    Type Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    PlainToOnline<T>(T)

                    @@ -537,10 +537,10 @@
                    Type Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    PlainToShadow<T>(T)

                    @@ -601,10 +601,10 @@
                    Type Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    ShadowToPlain<T>()

                    @@ -716,10 +716,10 @@

                    Extension Methods

                    @@ -739,7 +739,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ITwinOnlineObject.html b/docs/api/AXSharp.Connector.ITwinOnlineObject.html index 8f67486c..919b4cc8 100644 --- a/docs/api/AXSharp.Connector.ITwinOnlineObject.html +++ b/docs/api/AXSharp.Connector.ITwinOnlineObject.html @@ -100,10 +100,10 @@
                    Syntax
                    @@ -123,7 +123,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ITwinPrimitive.html b/docs/api/AXSharp.Connector.ITwinPrimitive.html index 8d3f2f72..3b3786e9 100644 --- a/docs/api/AXSharp.Connector.ITwinPrimitive.html +++ b/docs/api/AXSharp.Connector.ITwinPrimitive.html @@ -124,10 +124,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    AccessStatus

                    @@ -155,10 +155,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    EditValueChange

                    @@ -186,10 +186,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    PollingInterval

                    @@ -217,10 +217,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    ReadOnce

                    @@ -249,10 +249,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    ReadWriteAccess

                    @@ -283,10 +283,10 @@
                    Remarks
                    | - Edit this page + Edit this page - View Source + View Source

                    ShadowValueChange

                    @@ -316,10 +316,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    FromOnlineToShadow()

                    @@ -332,10 +332,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    FromShadowToOnline()

                    @@ -348,10 +348,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    MakeReadOnce()

                    @@ -365,10 +365,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    MakeReadOnly()

                    @@ -381,10 +381,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    Subscribe(ValueChangedEventHandlerDelegate)

                    @@ -417,10 +417,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SubscribeForPeriodicReading()

                    @@ -433,10 +433,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    UnSubscribe(ValueChangedEventHandlerDelegate)

                    @@ -493,10 +493,10 @@

                    Extension Methods

                    @@ -516,7 +516,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ITwinPrimitiveInfo.html b/docs/api/AXSharp.Connector.ITwinPrimitiveInfo.html index dc1261f7..62b50217 100644 --- a/docs/api/AXSharp.Connector.ITwinPrimitiveInfo.html +++ b/docs/api/AXSharp.Connector.ITwinPrimitiveInfo.html @@ -94,10 +94,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    Group

                    @@ -125,10 +125,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Length

                    @@ -156,10 +156,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Symbol

                    @@ -194,10 +194,10 @@
                    Property Value
                    @@ -217,7 +217,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ITwinShadowObject.html b/docs/api/AXSharp.Connector.ITwinShadowObject.html index fcf3dccf..de8a281a 100644 --- a/docs/api/AXSharp.Connector.ITwinShadowObject.html +++ b/docs/api/AXSharp.Connector.ITwinShadowObject.html @@ -100,10 +100,10 @@
                    Syntax
                    @@ -123,7 +123,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.Identity.ITwinIdentity.html b/docs/api/AXSharp.Connector.Identity.ITwinIdentity.html index 3a675279..c18b5155 100644 --- a/docs/api/AXSharp.Connector.Identity.ITwinIdentity.html +++ b/docs/api/AXSharp.Connector.Identity.ITwinIdentity.html @@ -94,10 +94,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    AttributeName

                    @@ -125,10 +125,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    HumanReadable

                    @@ -156,10 +156,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Identity

                    @@ -187,10 +187,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Symbol

                    @@ -225,10 +225,10 @@
                    Property Value
                    @@ -248,7 +248,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.Identity.MemberByIdentityAttribute.html b/docs/api/AXSharp.Connector.Identity.MemberByIdentityAttribute.html index 74274151..b2858c35 100644 --- a/docs/api/AXSharp.Connector.Identity.MemberByIdentityAttribute.html +++ b/docs/api/AXSharp.Connector.Identity.MemberByIdentityAttribute.html @@ -234,10 +234,10 @@
                    Syntax
                    @@ -257,7 +257,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.Identity.NullTwinIdentity.html b/docs/api/AXSharp.Connector.Identity.NullTwinIdentity.html index 57223c3d..2405b298 100644 --- a/docs/api/AXSharp.Connector.Identity.NullTwinIdentity.html +++ b/docs/api/AXSharp.Connector.Identity.NullTwinIdentity.html @@ -127,10 +127,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    AttributeName

                    @@ -158,10 +158,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    HumanReadable

                    @@ -189,10 +189,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Identity

                    @@ -220,10 +220,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Symbol

                    @@ -262,10 +262,10 @@

                    Implements

                    @@ -285,7 +285,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.Identity.TwinIdentityProvider.html b/docs/api/AXSharp.Connector.Identity.TwinIdentityProvider.html index 0c052c41..5683b180 100644 --- a/docs/api/AXSharp.Connector.Identity.TwinIdentityProvider.html +++ b/docs/api/AXSharp.Connector.Identity.TwinIdentityProvider.html @@ -123,10 +123,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    TwinIdentityProvider()

                    @@ -140,10 +140,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    TwinIdentityProvider(Connector)

                    @@ -175,10 +175,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    Identities

                    @@ -206,10 +206,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    IdentitiesCount

                    @@ -239,10 +239,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    AddIdentity(ITwinIdentity)

                    @@ -273,10 +273,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    ConstructIdentitiesAsync()

                    @@ -304,10 +304,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetTwinByIdentity(ITwinIdentity)

                    @@ -354,10 +354,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetTwinByIdentity(object)

                    @@ -405,10 +405,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetTwinByIdentity(ulong)

                    @@ -462,10 +462,10 @@
                    Returns
                    @@ -485,7 +485,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.Identity.html b/docs/api/AXSharp.Connector.Identity.html index a48678ec..f01340ca 100644 --- a/docs/api/AXSharp.Connector.Identity.html +++ b/docs/api/AXSharp.Connector.Identity.html @@ -127,7 +127,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.IgnoreOnPocoOperation.html b/docs/api/AXSharp.Connector.IgnoreOnPocoOperation.html index 7e5f9b58..b2be609d 100644 --- a/docs/api/AXSharp.Connector.IgnoreOnPocoOperation.html +++ b/docs/api/AXSharp.Connector.IgnoreOnPocoOperation.html @@ -230,10 +230,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    IgnoreOnPocoOperation()

                    @@ -253,10 +253,10 @@
                    Declaration
                    @@ -276,7 +276,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.IgnoreReflectionAttribute.html b/docs/api/AXSharp.Connector.IgnoreReflectionAttribute.html index d8204b48..f190c5db 100644 --- a/docs/api/AXSharp.Connector.IgnoreReflectionAttribute.html +++ b/docs/api/AXSharp.Connector.IgnoreReflectionAttribute.html @@ -229,10 +229,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    HasIgnoreReflectionAttribute(PropertyInfo)

                    @@ -279,10 +279,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    HasIgnoreReflectionAttribute(PropertyInfo, object)

                    @@ -340,10 +340,10 @@
                    Returns
                    @@ -363,7 +363,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.Localizations.LocalizationHelper.html b/docs/api/AXSharp.Connector.Localizations.LocalizationHelper.html index 640dd2e4..a725896a 100644 --- a/docs/api/AXSharp.Connector.Localizations.LocalizationHelper.html +++ b/docs/api/AXSharp.Connector.Localizations.LocalizationHelper.html @@ -123,10 +123,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    CleanUpLocalizationTokens(string)

                    @@ -173,10 +173,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateId(string)

                    @@ -230,10 +230,10 @@
                    Returns
                    @@ -253,7 +253,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.Localizations.Translator.html b/docs/api/AXSharp.Connector.Localizations.Translator.html index f7477bd8..3ac6992d 100644 --- a/docs/api/AXSharp.Connector.Localizations.Translator.html +++ b/docs/api/AXSharp.Connector.Localizations.Translator.html @@ -123,10 +123,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Localize(string, ITwinElement, CultureInfo)

                    @@ -180,10 +180,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    SetLocalizationResource(Type)

                    @@ -214,10 +214,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Translate(string, ITwinElement, CultureInfo)

                    @@ -281,10 +281,10 @@
                    Returns
                    @@ -304,7 +304,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.Localizations.TranslatorExtension.html b/docs/api/AXSharp.Connector.Localizations.TranslatorExtension.html index 45f51f6f..9f94c875 100644 --- a/docs/api/AXSharp.Connector.Localizations.TranslatorExtension.html +++ b/docs/api/AXSharp.Connector.Localizations.TranslatorExtension.html @@ -122,10 +122,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Translate(ITwinElement, string, CultureInfo)

                    @@ -189,10 +189,10 @@
                    Returns
                    @@ -212,7 +212,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.Localizations.html b/docs/api/AXSharp.Connector.Localizations.html index 65da5f30..fdf64106 100644 --- a/docs/api/AXSharp.Connector.Localizations.html +++ b/docs/api/AXSharp.Connector.Localizations.html @@ -120,7 +120,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.PrimitiveAccessStatus.html b/docs/api/AXSharp.Connector.PrimitiveAccessStatus.html index 8a12932b..4d4e19e0 100644 --- a/docs/api/AXSharp.Connector.PrimitiveAccessStatus.html +++ b/docs/api/AXSharp.Connector.PrimitiveAccessStatus.html @@ -127,10 +127,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    Cycle

                    @@ -158,10 +158,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Failure

                    @@ -190,10 +190,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    FailureReason

                    @@ -221,10 +221,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    LastAccess

                    @@ -254,10 +254,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    OnPropertyChanged(string)

                    @@ -287,10 +287,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetField<T>(ref T, T, string)

                    @@ -360,10 +360,10 @@
                    Type Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Update(long, string)

                    @@ -402,10 +402,10 @@

                    Events

                    | - Edit this page + Edit this page - View Source + View Source

                    PropertyChanged

                    Occurs when a property value changes.

                    @@ -443,10 +443,10 @@

                    Implements

                    @@ -466,7 +466,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/AXSharp.Connector.ReadOnceAttribute.html b/docs/api/AXSharp.Connector.ReadOnceAttribute.html index 4107d7ab..bdb5c6ef 100644 --- a/docs/api/AXSharp.Connector.ReadOnceAttribute.html +++ b/docs/api/AXSharp.Connector.ReadOnceAttribute.html @@ -238,10 +238,10 @@
                    Syntax
                    @@ -261,7 +261,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ReadOnlyAttribute.html b/docs/api/AXSharp.Connector.ReadOnlyAttribute.html index 7fdd2b91..fc25d0d4 100644 --- a/docs/api/AXSharp.Connector.ReadOnlyAttribute.html +++ b/docs/api/AXSharp.Connector.ReadOnlyAttribute.html @@ -246,10 +246,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    ReadOnlyAttribute()

                    @@ -269,10 +269,10 @@
                    Declaration
                    @@ -292,7 +292,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ReadSubscriptionMode.html b/docs/api/AXSharp.Connector.ReadSubscriptionMode.html index 548de104..f5ebf724 100644 --- a/docs/api/AXSharp.Connector.ReadSubscriptionMode.html +++ b/docs/api/AXSharp.Connector.ReadSubscriptionMode.html @@ -123,10 +123,10 @@

                    Fields @@ -146,7 +146,7 @@

                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.RootTwinObject.html b/docs/api/AXSharp.Connector.RootTwinObject.html index ce595084..fc7488ec 100644 --- a/docs/api/AXSharp.Connector.RootTwinObject.html +++ b/docs/api/AXSharp.Connector.RootTwinObject.html @@ -130,10 +130,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    AttributeName

                    @@ -161,10 +161,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    HumanReadable

                    @@ -192,10 +192,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Identity

                    @@ -223,10 +223,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Interpreter

                    @@ -253,10 +253,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Symbol

                    @@ -286,10 +286,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    AddChild(ITwinObject)

                    @@ -319,10 +319,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    AddKid(ITwinElement)

                    @@ -353,10 +353,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    AddValueTag(ITwinPrimitive)

                    @@ -386,10 +386,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    AnyChangeAsync<T>(T)

                    @@ -450,10 +450,10 @@
                    Type Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    GetAttributeName(CultureInfo)

                    @@ -497,10 +497,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetChildren()

                    @@ -528,10 +528,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetConnector()

                    @@ -559,10 +559,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetHumanReadable(CultureInfo)

                    @@ -606,10 +606,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetKids()

                    @@ -637,10 +637,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetParent()

                    @@ -668,10 +668,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetSymbolTail()

                    @@ -699,10 +699,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetValueTags()

                    @@ -730,10 +730,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlineToPlain()

                    @@ -760,10 +760,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlineToPlain<T>()

                    @@ -807,10 +807,10 @@
                    Type Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    PlainToOnline(object)

                    @@ -839,10 +839,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    PlainToOnline<T>(T)

                    @@ -903,10 +903,10 @@
                    Type Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    PlainToShadow(object)

                    @@ -935,10 +935,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    PlainToShadow<T>(T)

                    @@ -999,10 +999,10 @@
                    Type Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Poll()

                    @@ -1015,10 +1015,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    ShadowToPlain()

                    @@ -1045,10 +1045,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    ShadowToPlain<T>()

                    @@ -1167,10 +1167,10 @@

                    Extension Methods

                    @@ -1190,7 +1190,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.S71500.WebApi.DateTimeTia.html b/docs/api/AXSharp.Connector.S71500.WebApi.DateTimeTia.html index ba5a8a04..072cb8c2 100644 --- a/docs/api/AXSharp.Connector.S71500.WebApi.DateTimeTia.html +++ b/docs/api/AXSharp.Connector.S71500.WebApi.DateTimeTia.html @@ -122,10 +122,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    DateTimeTia()

                    @@ -137,10 +137,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    DateTimeTia(DateTime)

                    @@ -171,10 +171,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    day

                    @@ -201,10 +201,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    hour

                    @@ -231,10 +231,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    minute

                    @@ -261,10 +261,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    month

                    @@ -291,10 +291,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    second

                    @@ -321,10 +321,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    year

                    @@ -358,10 +358,10 @@
                    Property Value
                    @@ -381,7 +381,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiBool.html b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiBool.html index 7e25e5c3..dc5f9c07 100644 --- a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiBool.html +++ b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiBool.html @@ -323,10 +323,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiBool()

                    @@ -339,10 +339,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiBool(ITwinObject, string, string)

                    @@ -387,10 +387,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetAsync()

                    @@ -429,10 +429,10 @@
                    Remarks
                    | - Edit this page + Edit this page - View Source + View Source

                    Read(string)

                    @@ -461,10 +461,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetAsync(bool)

                    @@ -586,10 +586,10 @@

                    Extension Methods

                    @@ -609,7 +609,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiByte.html b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiByte.html index 33802196..f75e8f96 100644 --- a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiByte.html +++ b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiByte.html @@ -329,10 +329,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiByte()

                    @@ -345,10 +345,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiByte(ITwinObject, string, string)

                    @@ -393,10 +393,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetAsync()

                    @@ -435,10 +435,10 @@
                    Remarks
                    | - Edit this page + Edit this page - View Source + View Source

                    Read(string)

                    @@ -467,10 +467,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetAsync(byte)

                    @@ -592,10 +592,10 @@

                    Extension Methods

                    @@ -615,7 +615,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiChar.html b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiChar.html index 76c115ac..3e401ab1 100644 --- a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiChar.html +++ b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiChar.html @@ -329,10 +329,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiChar()

                    @@ -345,10 +345,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiChar(ITwinObject, string, string)

                    @@ -393,10 +393,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetAsync()

                    @@ -435,10 +435,10 @@
                    Remarks
                    | - Edit this page + Edit this page - View Source + View Source

                    Read(string)

                    @@ -467,10 +467,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetAsync(char)

                    @@ -592,10 +592,10 @@

                    Extension Methods

                    @@ -615,7 +615,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiConnector.html b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiConnector.html index aeb202fd..64701176 100644 --- a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiConnector.html +++ b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiConnector.html @@ -284,10 +284,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiConnector(string, string, string, bool, eTargetProjectPlatform, string)

                    @@ -347,10 +347,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiConnector(string, string, string, Func<HttpRequestMessage, X509Certificate2, X509Chain, SslPolicyErrors, bool>?, bool, eTargetProjectPlatform, string)

                    @@ -418,10 +418,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    NumberOfInstances

                    @@ -449,10 +449,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    TargetPlatform

                    @@ -481,10 +481,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    BuildAndStart()

                    @@ -514,10 +514,10 @@
                    Overrides
                    Connector.BuildAndStart()
                    | - Edit this page + Edit this page - View Source + View Source

                    ReLoginToConnectorApi()

                    @@ -544,10 +544,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    ReadBatchAsync(IEnumerable<ITwinPrimitive>?)

                    @@ -595,10 +595,10 @@
                    Overrides
                    Connector.ReadBatchAsync(IEnumerable<ITwinPrimitive>)
                    | - Edit this page + Edit this page - View Source + View Source

                    ReloadConnector()

                    @@ -613,10 +613,10 @@
                    Overrides
                    Connector.ReloadConnector()
                    | - Edit this page + Edit this page - View Source + View Source

                    WriteBatchAsync(IEnumerable<ITwinPrimitive>?)

                    @@ -742,10 +742,10 @@

                    Extension Methods

                    @@ -765,7 +765,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiConnectorFactory.html b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiConnectorFactory.html index 50ce465a..f857f088 100644 --- a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiConnectorFactory.html +++ b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiConnectorFactory.html @@ -205,10 +205,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    CreateBOOL(ITwinObject, string, string)

                    @@ -269,10 +269,10 @@
                    Overrides
                    ConnectorFactory.CreateBOOL(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateBYTE(ITwinObject, string, string)

                    @@ -333,10 +333,10 @@
                    Overrides
                    ConnectorFactory.CreateBYTE(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateCHAR(ITwinObject, string, string)

                    @@ -397,10 +397,10 @@
                    Overrides
                    ConnectorFactory.CreateCHAR(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateConnector(object[])

                    @@ -451,10 +451,10 @@
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateDATE(ITwinObject, string, string)

                    @@ -515,10 +515,10 @@
                    Overrides
                    ConnectorFactory.CreateDATE(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateDATE_AND_TIME(ITwinObject, string, string)

                    @@ -579,10 +579,10 @@
                    Overrides
                    ConnectorFactory.CreateDATE_AND_TIME(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateDINT(ITwinObject, string, string)

                    @@ -643,10 +643,10 @@
                    Overrides
                    ConnectorFactory.CreateDINT(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateDWORD(ITwinObject, string, string)

                    @@ -707,10 +707,10 @@
                    Overrides
                    ConnectorFactory.CreateDWORD(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateINT(ITwinObject, string, string)

                    @@ -771,10 +771,10 @@
                    Overrides
                    ConnectorFactory.CreateINT(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateLDATE(ITwinObject, string, string)

                    @@ -835,10 +835,10 @@
                    Overrides
                    ConnectorFactory.CreateLDATE(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateLDATE_AND_TIME(ITwinObject, string, string)

                    @@ -899,10 +899,10 @@
                    Overrides
                    ConnectorFactory.CreateLDATE_AND_TIME(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateLINT(ITwinObject, string, string)

                    @@ -963,10 +963,10 @@
                    Overrides
                    ConnectorFactory.CreateLINT(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateLREAL(ITwinObject, string, string)

                    @@ -1027,10 +1027,10 @@
                    Overrides
                    ConnectorFactory.CreateLREAL(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateLTIME(ITwinObject, string, string)

                    @@ -1091,10 +1091,10 @@
                    Overrides
                    ConnectorFactory.CreateLTIME(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateLTIME_OF_DAY(ITwinObject, string, string)

                    @@ -1155,10 +1155,10 @@
                    Overrides
                    ConnectorFactory.CreateLTIME_OF_DAY(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateLWORD(ITwinObject, string, string)

                    @@ -1219,10 +1219,10 @@
                    Overrides
                    ConnectorFactory.CreateLWORD(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateREAL(ITwinObject, string, string)

                    @@ -1283,10 +1283,10 @@
                    Overrides
                    ConnectorFactory.CreateREAL(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateSINT(ITwinObject, string, string)

                    @@ -1347,10 +1347,10 @@
                    Overrides
                    ConnectorFactory.CreateSINT(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateSTRING(ITwinObject, string, string)

                    @@ -1411,10 +1411,10 @@
                    Overrides
                    ConnectorFactory.CreateSTRING(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateTIME(ITwinObject, string, string)

                    @@ -1475,10 +1475,10 @@
                    Overrides
                    ConnectorFactory.CreateTIME(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateTIME_OF_DAY(ITwinObject, string, string)

                    @@ -1539,10 +1539,10 @@
                    Overrides
                    ConnectorFactory.CreateTIME_OF_DAY(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateUDINT(ITwinObject, string, string)

                    @@ -1603,10 +1603,10 @@
                    Overrides
                    ConnectorFactory.CreateUDINT(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateUINT(ITwinObject, string, string)

                    @@ -1667,10 +1667,10 @@
                    Overrides
                    ConnectorFactory.CreateUINT(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateULINT(ITwinObject, string, string)

                    @@ -1731,10 +1731,10 @@
                    Overrides
                    ConnectorFactory.CreateULINT(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateUSINT(ITwinObject, string, string)

                    @@ -1795,10 +1795,10 @@
                    Overrides
                    ConnectorFactory.CreateUSINT(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateWCHAR(ITwinObject, string, string)

                    @@ -1859,10 +1859,10 @@
                    Overrides
                    ConnectorFactory.CreateWCHAR(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateWORD(ITwinObject, string, string)

                    @@ -1923,10 +1923,10 @@
                    Overrides
                    ConnectorFactory.CreateWORD(ITwinObject, string, string)
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateWSTRING(ITwinObject, string, string)

                    @@ -1994,10 +1994,10 @@
                    Overrides
                    @@ -2017,7 +2017,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiDInt.html b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiDInt.html index 96799658..0ded1fe8 100644 --- a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiDInt.html +++ b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiDInt.html @@ -329,10 +329,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiDInt()

                    @@ -345,10 +345,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiDInt(ITwinObject, string, string)

                    @@ -393,10 +393,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetAsync()

                    @@ -435,10 +435,10 @@
                    Remarks
                    | - Edit this page + Edit this page - View Source + View Source

                    Read(string)

                    @@ -467,10 +467,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetAsync(int)

                    @@ -592,10 +592,10 @@

                    Extension Methods

                    @@ -615,7 +615,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiDWord.html b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiDWord.html index 0e01470a..cba011de 100644 --- a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiDWord.html +++ b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiDWord.html @@ -329,10 +329,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiDWord()

                    @@ -345,10 +345,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiDWord(ITwinObject, string, string)

                    @@ -393,10 +393,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetAsync()

                    @@ -435,10 +435,10 @@
                    Remarks | - Edit this page + Edit this page - View Source + View Source

                    Read(string)

                    @@ -467,10 +467,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetAsync(uint)

                    @@ -592,10 +592,10 @@

                    Extension Methods

                    @@ -615,7 +615,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiDate.html b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiDate.html index a173c2c0..dedaec03 100644 --- a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiDate.html +++ b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiDate.html @@ -335,10 +335,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiDate()

                    @@ -351,10 +351,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiDate(ITwinObject, string, string)

                    @@ -399,10 +399,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetAsync()

                    @@ -441,10 +441,10 @@
                    Remarks
                    | - Edit this page + Edit this page - View Source + View Source

                    Read(string)

                    @@ -473,10 +473,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetAsync(DateOnly)

                    @@ -598,10 +598,10 @@

                    Extension Methods

                    @@ -621,7 +621,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiDateTime.html b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiDateTime.html index 34a45598..8a3c20c6 100644 --- a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiDateTime.html +++ b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiDateTime.html @@ -335,10 +335,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiDateTime()

                    @@ -351,10 +351,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiDateTime(ITwinObject, string, string)

                    @@ -399,10 +399,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetAsync()

                    @@ -441,10 +441,10 @@
                    Remarks | - Edit this page + Edit this page - View Source + View Source

                    Read(string)

                    @@ -473,10 +473,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetAsync(DateTime)

                    @@ -598,10 +598,10 @@

                    Extension Methods

                    @@ -621,7 +621,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiInt.html b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiInt.html index f5676807..a586994a 100644 --- a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiInt.html +++ b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiInt.html @@ -329,10 +329,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiInt()

                    @@ -345,10 +345,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiInt(ITwinObject, string, string)

                    @@ -393,10 +393,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetAsync()

                    @@ -435,10 +435,10 @@
                    Remarks
                    | - Edit this page + Edit this page - View Source + View Source

                    Read(string)

                    @@ -467,10 +467,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetAsync(short)

                    @@ -592,10 +592,10 @@

                    Extension Methods

                    @@ -615,7 +615,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiLDate.html b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiLDate.html index 6ca370c9..60dd83f8 100644 --- a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiLDate.html +++ b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiLDate.html @@ -335,10 +335,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiLDate()

                    @@ -351,10 +351,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiLDate(ITwinObject, string, string)

                    @@ -399,10 +399,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetAsync()

                    @@ -441,10 +441,10 @@
                    Remarks | - Edit this page + Edit this page - View Source + View Source

                    Read(string)

                    @@ -473,10 +473,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetAsync(DateOnly)

                    @@ -598,10 +598,10 @@

                    Extension Methods

                    @@ -621,7 +621,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiLDateTime.html b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiLDateTime.html index c29537f2..507d1473 100644 --- a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiLDateTime.html +++ b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiLDateTime.html @@ -329,10 +329,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiLDateTime()

                    @@ -345,10 +345,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiLDateTime(ITwinObject, string, string)

                    @@ -393,10 +393,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetAsync()

                    @@ -435,10 +435,10 @@
                    Remark | - Edit this page + Edit this page - View Source + View Source

                    Read(string)

                    @@ -467,10 +467,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetAsync(DateTime)

                    @@ -592,10 +592,10 @@

                    Extension Methods

                    @@ -615,7 +615,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiLInt.html b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiLInt.html index 01db75c7..20eb903c 100644 --- a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiLInt.html +++ b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiLInt.html @@ -329,10 +329,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiLInt()

                    @@ -346,10 +346,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiLInt(ITwinObject, string, string)

                    @@ -394,10 +394,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetAsync()

                    @@ -436,10 +436,10 @@
                    Remarks
                    | - Edit this page + Edit this page - View Source + View Source

                    Read(string)

                    @@ -468,10 +468,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetAsync(long)

                    @@ -593,10 +593,10 @@

                    Extension Methods

                    @@ -616,7 +616,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiLReal.html b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiLReal.html index 777f89d5..e3f82871 100644 --- a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiLReal.html +++ b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiLReal.html @@ -329,10 +329,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiLReal()

                    @@ -345,10 +345,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiLReal(ITwinObject, string, string)

                    @@ -393,10 +393,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetAsync()

                    @@ -435,10 +435,10 @@
                    Remarks | - Edit this page + Edit this page - View Source + View Source

                    Read(string)

                    @@ -467,10 +467,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetAsync(double)

                    @@ -592,10 +592,10 @@

                    Extension Methods

                    @@ -615,7 +615,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiLTime.html b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiLTime.html index 8f602730..8524008d 100644 --- a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiLTime.html +++ b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiLTime.html @@ -329,10 +329,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiLTime()

                    @@ -345,10 +345,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiLTime(ITwinObject, string, string)

                    @@ -393,10 +393,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetAsync()

                    @@ -435,10 +435,10 @@
                    Remarks | - Edit this page + Edit this page - View Source + View Source

                    Read(string)

                    @@ -467,10 +467,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetAsync(TimeSpan)

                    @@ -592,10 +592,10 @@

                    Extension Methods

                    @@ -615,7 +615,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiLTimeOfDay.html b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiLTimeOfDay.html index a84cbcc1..5ad24af1 100644 --- a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiLTimeOfDay.html +++ b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiLTimeOfDay.html @@ -329,10 +329,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiLTimeOfDay()

                    @@ -345,10 +345,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiLTimeOfDay(ITwinObject, string, string)

                    @@ -393,10 +393,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetAsync()

                    @@ -435,10 +435,10 @@
                    Remar | - Edit this page + Edit this page - View Source + View Source

                    Read(string)

                    @@ -467,10 +467,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetAsync(TimeSpan)

                    @@ -592,10 +592,10 @@

                    Extension Methods

                    @@ -615,7 +615,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiLWord.html b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiLWord.html index 7a806024..2ca8d2d2 100644 --- a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiLWord.html +++ b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiLWord.html @@ -329,10 +329,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiLWord()

                    @@ -345,10 +345,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiLWord(ITwinObject, string, string)

                    @@ -393,10 +393,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetAsync()

                    @@ -435,10 +435,10 @@
                    Remarks | - Edit this page + Edit this page - View Source + View Source

                    Read(string)

                    @@ -467,10 +467,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetAsync(ulong)

                    @@ -592,10 +592,10 @@

                    Extension Methods

                    @@ -615,7 +615,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiReal.html b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiReal.html index f4e27b91..1ef7b4bc 100644 --- a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiReal.html +++ b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiReal.html @@ -329,10 +329,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiReal()

                    @@ -345,10 +345,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiReal(ITwinObject, string, string)

                    @@ -393,10 +393,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetAsync()

                    @@ -435,10 +435,10 @@
                    Remarks
                    | - Edit this page + Edit this page - View Source + View Source

                    Read(string)

                    @@ -467,10 +467,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetAsync(float)

                    @@ -592,10 +592,10 @@

                    Extension Methods

                    @@ -615,7 +615,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiSInt.html b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiSInt.html index 0cfdc49a..ccf1136f 100644 --- a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiSInt.html +++ b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiSInt.html @@ -329,10 +329,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiSInt()

                    @@ -345,10 +345,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiSInt(ITwinObject, string, string)

                    @@ -393,10 +393,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetAsync()

                    @@ -435,10 +435,10 @@
                    Remarks
                    | - Edit this page + Edit this page - View Source + View Source

                    Read(string)

                    @@ -467,10 +467,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetAsync(sbyte)

                    @@ -592,10 +592,10 @@

                    Extension Methods

                    @@ -615,7 +615,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiString.html b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiString.html index fb318565..5b9e3b0d 100644 --- a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiString.html +++ b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiString.html @@ -323,10 +323,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiString()

                    @@ -339,10 +339,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiString(ITwinObject, string, string)

                    @@ -387,10 +387,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetAsync()

                    @@ -421,10 +421,10 @@
                    Overrides
                    OnlinerString.GetAsync()
                    | - Edit this page + Edit this page - View Source + View Source

                    Read(string)

                    @@ -453,10 +453,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetAsync(string)

                    @@ -570,10 +570,10 @@

                    Extension Methods

                    @@ -593,7 +593,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiTime.html b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiTime.html index e7c9c115..ca79bddd 100644 --- a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiTime.html +++ b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiTime.html @@ -329,10 +329,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiTime()

                    @@ -345,10 +345,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiTime(ITwinObject, string, string)

                    @@ -393,10 +393,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetAsync()

                    @@ -435,10 +435,10 @@
                    Remarks
                    | - Edit this page + Edit this page - View Source + View Source

                    Read(string)

                    @@ -467,10 +467,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetAsync(TimeSpan)

                    @@ -592,10 +592,10 @@

                    Extension Methods

                    @@ -615,7 +615,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiTimeOfDay.html b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiTimeOfDay.html index e9752433..92c03ac8 100644 --- a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiTimeOfDay.html +++ b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiTimeOfDay.html @@ -329,10 +329,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiTimeOfDay()

                    @@ -345,10 +345,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiTimeOfDay(ITwinObject, string, string)

                    @@ -393,10 +393,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetAsync()

                    @@ -435,10 +435,10 @@
                    Remark | - Edit this page + Edit this page - View Source + View Source

                    Read(string)

                    @@ -467,10 +467,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetAsync(TimeSpan)

                    @@ -592,10 +592,10 @@

                    Extension Methods

                    @@ -615,7 +615,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiUInt.html b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiUInt.html index 8ee9c4b4..f74bbfc0 100644 --- a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiUInt.html +++ b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiUInt.html @@ -329,10 +329,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiUInt()

                    @@ -345,10 +345,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiUInt(ITwinObject, string, string)

                    @@ -393,10 +393,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetAsync()

                    @@ -435,10 +435,10 @@
                    Remarks
                    | - Edit this page + Edit this page - View Source + View Source

                    Read(string)

                    @@ -467,10 +467,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetAsync(ushort)

                    @@ -592,10 +592,10 @@

                    Extension Methods

                    @@ -615,7 +615,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiULInt.html b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiULInt.html index daa4f7fd..40a143ad 100644 --- a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiULInt.html +++ b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiULInt.html @@ -329,10 +329,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiULInt()

                    @@ -345,10 +345,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiULInt(ITwinObject, string, string)

                    @@ -393,10 +393,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetAsync()

                    @@ -435,10 +435,10 @@
                    Remarks | - Edit this page + Edit this page - View Source + View Source

                    Read(string)

                    @@ -467,10 +467,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetAsync(ulong)

                    @@ -592,10 +592,10 @@

                    Extension Methods

                    @@ -615,7 +615,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiUSInt.html b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiUSInt.html index cc53abc7..7a277ae1 100644 --- a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiUSInt.html +++ b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiUSInt.html @@ -329,10 +329,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiUSInt()

                    @@ -345,10 +345,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiUSInt(ITwinObject, string, string)

                    @@ -393,10 +393,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetAsync()

                    @@ -435,10 +435,10 @@
                    Remarks | - Edit this page + Edit this page - View Source + View Source

                    Read(string)

                    @@ -467,10 +467,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetAsync(byte)

                    @@ -592,10 +592,10 @@

                    Extension Methods

                    @@ -615,7 +615,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiUdInt.html b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiUdInt.html index e9a13d5d..30b1ab9c 100644 --- a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiUdInt.html +++ b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiUdInt.html @@ -329,10 +329,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiUdInt()

                    @@ -345,10 +345,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiUdInt(ITwinObject, string, string)

                    @@ -393,10 +393,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetAsync()

                    @@ -435,10 +435,10 @@
                    Remarks | - Edit this page + Edit this page - View Source + View Source

                    Read(string)

                    @@ -467,10 +467,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetAsync(uint)

                    @@ -592,10 +592,10 @@

                    Extension Methods

                    @@ -615,7 +615,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiWChar.html b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiWChar.html index 7b967cbf..2eec1088 100644 --- a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiWChar.html +++ b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiWChar.html @@ -329,10 +329,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiWChar()

                    @@ -345,10 +345,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiWChar(ITwinObject, string, string)

                    @@ -393,10 +393,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetAsync()

                    @@ -435,10 +435,10 @@
                    Remarks | - Edit this page + Edit this page - View Source + View Source

                    Read(string)

                    @@ -467,10 +467,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetAsync(char)

                    @@ -592,10 +592,10 @@

                    Extension Methods

                    @@ -615,7 +615,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiWString.html b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiWString.html index fce097a0..cd30b4f2 100644 --- a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiWString.html +++ b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiWString.html @@ -323,10 +323,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiWString()

                    @@ -339,10 +339,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiWString(ITwinObject, string, string)

                    @@ -387,10 +387,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetAsync()

                    @@ -430,10 +430,10 @@
                    Remarks< | - Edit this page + Edit this page - View Source + View Source

                    Read(string)

                    @@ -462,10 +462,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetAsync(string)

                    @@ -588,10 +588,10 @@

                    Extension Methods

                    @@ -611,7 +611,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiWord.html b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiWord.html index 72ae325e..a3da2ddd 100644 --- a/docs/api/AXSharp.Connector.S71500.WebApi.WebApiWord.html +++ b/docs/api/AXSharp.Connector.S71500.WebApi.WebApiWord.html @@ -329,10 +329,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiWord()

                    @@ -345,10 +345,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    WebApiWord(ITwinObject, string, string)

                    @@ -393,10 +393,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetAsync()

                    @@ -435,10 +435,10 @@
                    Remarks
                    | - Edit this page + Edit this page - View Source + View Source

                    Read(string)

                    @@ -467,10 +467,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetAsync(ushort)

                    @@ -592,10 +592,10 @@

                    Extension Methods

                    @@ -615,7 +615,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.S71500.WebApi.html b/docs/api/AXSharp.Connector.S71500.WebApi.html index 73909d5b..9cbfb8eb 100644 --- a/docs/api/AXSharp.Connector.S71500.WebApi.html +++ b/docs/api/AXSharp.Connector.S71500.WebApi.html @@ -201,7 +201,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.StringInterpolator.html b/docs/api/AXSharp.Connector.StringInterpolator.html index 25ddd56a..4c593c7d 100644 --- a/docs/api/AXSharp.Connector.StringInterpolator.html +++ b/docs/api/AXSharp.Connector.StringInterpolator.html @@ -123,10 +123,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Interpolate(string, ITwinElement)

                    @@ -179,10 +179,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    Interpolate(string, object)

                    @@ -242,10 +242,10 @@
                    Returns
                    @@ -265,7 +265,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.TwinObjectExtensions.html b/docs/api/AXSharp.Connector.TwinObjectExtensions.html index a4680489..f8b76a9d 100644 --- a/docs/api/AXSharp.Connector.TwinObjectExtensions.html +++ b/docs/api/AXSharp.Connector.TwinObjectExtensions.html @@ -123,10 +123,10 @@

                    Fields

                    | - Edit this page + Edit this page - View Source + View Source

                    HasChangedMethodName

                    @@ -152,10 +152,10 @@
                    Field Value
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlineToPlainMethodName

                    @@ -181,10 +181,10 @@
                    Field Value
                    | - Edit this page + Edit this page - View Source + View Source

                    PlainToOnlineMethodName

                    @@ -210,10 +210,10 @@
                    Field Value
                    | - Edit this page + Edit this page - View Source + View Source

                    PlainToShadowMethodName

                    @@ -239,10 +239,10 @@
                    Field Value
                    | - Edit this page + Edit this page - View Source + View Source

                    ShadowToPlainMethodName

                    @@ -270,10 +270,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    CreatePoco(ITwinObject)

                    @@ -322,10 +322,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    HasAttribute<T>(ITwinElement)

                    @@ -384,10 +384,10 @@
                    Type Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    MakeReadOnce(ITwinObject)

                    @@ -425,10 +425,10 @@
                    | - Edit this page + Edit this page - View Source + View Source

                    MakeReadOnly(ITwinObject)

                    @@ -465,10 +465,10 @@
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlineToShadowAsync(ITwinObject)

                    @@ -514,10 +514,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    ReadAsync(ITwinObject)

                    @@ -566,10 +566,10 @@
                    | - Edit this page + Edit this page - View Source + View Source

                    ReadAsync<T>(ITwinObject)

                    @@ -637,10 +637,10 @@
                    Type Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    RetrievePrimitives(ITwinObject, List<ITwinPrimitive>)

                    @@ -697,10 +697,10 @@
                    | - Edit this page + Edit this page - View Source + View Source

                    ShadowToOnlineAsync(ITwinObject)

                    @@ -746,10 +746,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    StartPolling(ITwinElement, int, object)

                    @@ -792,10 +792,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    StopPolling(ITwinElement, object)

                    @@ -834,10 +834,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SubscribeEditValueChange(ITwinObject, ValueChangeDelegate)

                    @@ -905,10 +905,10 @@
                    | - Edit this page + Edit this page - View Source + View Source

                    SubscribeShadowValueChange(ITwinObject, ValueChangeDelegate)

                    @@ -977,10 +977,10 @@
                    | - Edit this page + Edit this page - View Source + View Source

                    UnSubscribeEditValueChange(ITwinObject)

                    @@ -1011,10 +1011,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    UnSubscribeShadowValueChange(ITwinObject)

                    @@ -1045,10 +1045,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    WriteAsync(ITwinObject)

                    @@ -1099,10 +1099,10 @@
                    | - Edit this page + Edit this page - View Source + View Source

                    WriteAsync<T>(ITwinObject)

                    @@ -1178,10 +1178,10 @@
                    Type Parameters
                    @@ -1201,7 +1201,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.TwinPrimitiveExtensions.html b/docs/api/AXSharp.Connector.TwinPrimitiveExtensions.html index 2a69a10a..43b24317 100644 --- a/docs/api/AXSharp.Connector.TwinPrimitiveExtensions.html +++ b/docs/api/AXSharp.Connector.TwinPrimitiveExtensions.html @@ -123,10 +123,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetAttribute<T>(ITwinElement)

                    @@ -189,10 +189,10 @@
                    Type Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    GetCyclicValue<T>(OnlinerBase)

                    @@ -270,10 +270,10 @@
                    Exceptions
                    | - Edit this page + Edit this page - View Source + View Source

                    GetLastValue<T>(OnlinerBase)

                    @@ -336,10 +336,10 @@
                    Type Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    GetPropertyInfoViaSymbol(ITwinElement)

                    @@ -386,10 +386,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetShadowValue<T>(OnlinerBase)

                    @@ -452,10 +452,10 @@
                    Type Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetCyclicValue<T>(OnlinerBase, T)

                    @@ -508,10 +508,10 @@
                    Type Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetShadowValue<T>(OnlinerBase, T)

                    @@ -571,10 +571,10 @@
                    Type Parameters
                    @@ -594,7 +594,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnline-1.html b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnline-1.html index 5fe0edb4..f697112f 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnline-1.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnline-1.html @@ -109,10 +109,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    AttributeName

                    @@ -140,10 +140,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    AttributeUnits

                    @@ -171,10 +171,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Cyclic

                    @@ -202,10 +202,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Edit

                    @@ -233,10 +233,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    LastValue

                    @@ -265,10 +265,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Symbol

                    @@ -296,10 +296,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Value

                    @@ -329,10 +329,10 @@

                    Events

                    | - Edit this page + Edit this page - View Source + View Source

                    ValueChanged

                    Raises when Cyclic value changes. Provided that the value is set for cyclical reading.

                    @@ -366,10 +366,10 @@
                    Event Type
                    @@ -389,7 +389,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineBool.html b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineBool.html index d6aaeec7..9fb57e4b 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineBool.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineBool.html @@ -126,10 +126,10 @@
                    Syntax
                    @@ -149,7 +149,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineByte.html b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineByte.html index 8006448b..5afe06ba 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineByte.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineByte.html @@ -126,10 +126,10 @@
                    Syntax
                    @@ -149,7 +149,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineChar.html b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineChar.html index 0b504c4a..047e1d5c 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineChar.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineChar.html @@ -126,10 +126,10 @@
                    Syntax
                    @@ -149,7 +149,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineDInt.html b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineDInt.html index c452bfa1..d4fe1dca 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineDInt.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineDInt.html @@ -126,10 +126,10 @@
                    Syntax
                    @@ -149,7 +149,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineDWord.html b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineDWord.html index 789cb8e7..a116466d 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineDWord.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineDWord.html @@ -126,10 +126,10 @@
                    Syntax
                    @@ -149,7 +149,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineDate.html b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineDate.html index 285b3916..d3fd3abc 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineDate.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineDate.html @@ -126,10 +126,10 @@
                    Syntax
                    @@ -149,7 +149,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineDateTime.html b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineDateTime.html index b71098ef..fcb79e63 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineDateTime.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineDateTime.html @@ -126,10 +126,10 @@
                    Syntax
                    @@ -149,7 +149,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineInt.html b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineInt.html index ec4261d4..408f0381 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineInt.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineInt.html @@ -126,10 +126,10 @@
                    Syntax
                    @@ -149,7 +149,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineLDateTime.html b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineLDateTime.html index 45439dd9..73735091 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineLDateTime.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineLDateTime.html @@ -126,10 +126,10 @@
                    Syntax
                    @@ -149,7 +149,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineLInt.html b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineLInt.html index 709f289e..6c05ae3a 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineLInt.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineLInt.html @@ -126,10 +126,10 @@
                    Syntax
                    @@ -149,7 +149,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineLReal.html b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineLReal.html index af758eb1..5094771c 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineLReal.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineLReal.html @@ -126,10 +126,10 @@
                    Syntax
                    @@ -149,7 +149,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineLTime.html b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineLTime.html index ba91c6f3..947e1b5a 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineLTime.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineLTime.html @@ -126,10 +126,10 @@
                    Syntax
                    @@ -149,7 +149,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineLTimeOfDay.html b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineLTimeOfDay.html index dc9004aa..191fdefa 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineLTimeOfDay.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineLTimeOfDay.html @@ -126,10 +126,10 @@
                    Syntax
                    @@ -149,7 +149,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineLWord.html b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineLWord.html index 7bf2cd1f..f1c0e872 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineLWord.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineLWord.html @@ -126,10 +126,10 @@
                    Syntax
                    @@ -149,7 +149,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineReal.html b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineReal.html index 071239a9..22557586 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineReal.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineReal.html @@ -126,10 +126,10 @@
                    Syntax
                    @@ -149,7 +149,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineSInt.html b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineSInt.html index 1ece982b..ece0e89a 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineSInt.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineSInt.html @@ -126,10 +126,10 @@
                    Syntax
                    @@ -149,7 +149,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineString.html b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineString.html index 63ac368e..ed61a25d 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineString.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineString.html @@ -126,10 +126,10 @@
                    Syntax
                    @@ -149,7 +149,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineTime.html b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineTime.html index df698f6c..f35030b6 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineTime.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineTime.html @@ -126,10 +126,10 @@
                    Syntax
                    @@ -149,7 +149,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineTimeOfDay.html b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineTimeOfDay.html index bc660293..e0d31a8c 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineTimeOfDay.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineTimeOfDay.html @@ -126,10 +126,10 @@
                    Syntax
                    @@ -149,7 +149,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineUDInt.html b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineUDInt.html index 37e31f04..4b8ad6e8 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineUDInt.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineUDInt.html @@ -126,10 +126,10 @@
                    Syntax
                    @@ -149,7 +149,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineUInt.html b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineUInt.html index 7c8cc382..b5e13dd3 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineUInt.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineUInt.html @@ -126,10 +126,10 @@
                    Syntax
                    @@ -149,7 +149,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineULInt.html b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineULInt.html index ab553a4f..1b889377 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineULInt.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineULInt.html @@ -126,10 +126,10 @@
                    Syntax
                    @@ -149,7 +149,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineUSInt.html b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineUSInt.html index bb34baaa..8f1723f4 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineUSInt.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineUSInt.html @@ -126,10 +126,10 @@
                    Syntax
                    @@ -149,7 +149,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineWChar.html b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineWChar.html index e43bdacc..edafabca 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineWChar.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineWChar.html @@ -126,10 +126,10 @@
                    Syntax
                    @@ -149,7 +149,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineWString.html b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineWString.html index e0a988f9..771132d0 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineWString.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineWString.html @@ -126,10 +126,10 @@
                    Syntax
                    @@ -149,7 +149,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineWord.html b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineWord.html index 9c1e06e9..17964ce8 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineWord.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Online.IOnlineWord.html @@ -126,10 +126,10 @@
                    Syntax
                    @@ -149,7 +149,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Online.html b/docs/api/AXSharp.Connector.ValueTypes.Online.html index 4eb89a12..92184baf 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Online.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Online.html @@ -193,7 +193,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.OnlinerBase-1.html b/docs/api/AXSharp.Connector.ValueTypes.OnlinerBase-1.html index 383c9c92..1f9af6f7 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.OnlinerBase-1.html +++ b/docs/api/AXSharp.Connector.ValueTypes.OnlinerBase-1.html @@ -262,10 +262,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerBase()

                    @@ -278,10 +278,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerBase(ITwinObject, string, string)

                    @@ -326,10 +326,10 @@

                    Fields

                    | - Edit this page + Edit this page - View Source + View Source

                    validator

                    Holder field for validation rule.

                    @@ -358,10 +358,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    AttributeMaximum

                    @@ -398,10 +398,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    AttributeMinimum

                    @@ -438,10 +438,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    AttributeToolTip

                    @@ -469,10 +469,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    AttributeUnits

                    @@ -500,10 +500,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Cyclic

                    @@ -531,10 +531,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    CyclicToWrite

                    @@ -562,10 +562,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Edit

                    @@ -598,10 +598,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    EditValueChange

                    @@ -631,10 +631,10 @@
                    Overrides
                    OnlinerBase.EditValueChange
                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMaxValue

                    @@ -664,10 +664,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMinValue

                    @@ -697,10 +697,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    IsSubscribed

                    @@ -728,10 +728,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    LastValue

                    @@ -760,10 +760,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Raw

                    @@ -792,10 +792,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    ReadFromPlcIsRequested

                    @@ -823,10 +823,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    SetLastValue

                    @@ -855,10 +855,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Shadow

                    @@ -893,10 +893,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    ShadowValueChange

                    @@ -926,10 +926,10 @@
                    Overrides
                    OnlinerBase.ShadowValueChange
                    | - Edit this page + Edit this page - View Source + View Source

                    Validator

                    @@ -957,10 +957,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    VariableInfo

                    @@ -990,10 +990,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    FromOnlineToShadow()

                    @@ -1008,10 +1008,10 @@
                    Overrides
                    OnlinerBase.FromOnlineToShadow()
                    | - Edit this page + Edit this page - View Source + View Source

                    FromShadowToOnline()

                    @@ -1026,10 +1026,10 @@
                    Overrides
                    OnlinerBase.FromShadowToOnline()
                    | - Edit this page + Edit this page - View Source + View Source

                    GetAsync()

                    @@ -1066,10 +1066,10 @@
                    Remarks
                    | - Edit this page + Edit this page - View Source + View Source

                    GetAsync(CultureInfo)

                    @@ -1116,10 +1116,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetAttributeToolTip(CultureInfo)

                    @@ -1166,10 +1166,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetCyclic(CultureInfo)

                    @@ -1216,10 +1216,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetDeclaringAssembly()

                    @@ -1247,10 +1247,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetLastAvailableValue()

                    @@ -1278,10 +1278,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    HasWriteAccess()

                    @@ -1310,10 +1310,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    InitializeDefaults()

                    @@ -1341,10 +1341,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    ReadFromItem()

                    @@ -1358,10 +1358,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    SetAsync(T)

                    @@ -1415,10 +1415,10 @@
                    Remarks | - Edit this page + Edit this page - View Source + View Source

                    UpdateRead(T)

                    @@ -1449,10 +1449,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    WriteItem()

                    @@ -1468,10 +1468,10 @@

                    Events

                    | - Edit this page + Edit this page - View Source + View Source

                    ShadowValueChangeEvent

                    Shadow value changed event.

                    @@ -1558,10 +1558,10 @@

                    Extension Methods

                    @@ -1581,7 +1581,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/AXSharp.Connector.ValueTypes.OnlinerBase.ValueChangeDelegate.html b/docs/api/AXSharp.Connector.ValueTypes.OnlinerBase.ValueChangeDelegate.html index 896f2687..61d340ad 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.OnlinerBase.ValueChangeDelegate.html +++ b/docs/api/AXSharp.Connector.ValueTypes.OnlinerBase.ValueChangeDelegate.html @@ -129,10 +129,10 @@
                    Parameters
                    @@ -152,7 +152,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.OnlinerBase.html b/docs/api/AXSharp.Connector.ValueTypes.OnlinerBase.html index 081267ad..25c47c7d 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.OnlinerBase.html +++ b/docs/api/AXSharp.Connector.ValueTypes.OnlinerBase.html @@ -129,10 +129,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerBase()

                    @@ -145,10 +145,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerBase(ITwinObject, string, string)

                    @@ -193,10 +193,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    AccessStatus

                    @@ -224,10 +224,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    AttributeFormatString

                    @@ -268,10 +268,10 @@
                    | - Edit this page + Edit this page - View Source + View Source

                    AttributeName

                    @@ -299,10 +299,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    EditValueChange

                    @@ -330,10 +330,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    HumanReadable

                    @@ -362,10 +362,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Interpreter

                    @@ -392,10 +392,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Parent

                    @@ -423,10 +423,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    PollingInterval

                    @@ -454,10 +454,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    ReadOnce

                    @@ -486,10 +486,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    ReadWriteAccess

                    @@ -517,10 +517,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    ShadowValueChange

                    @@ -548,10 +548,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Symbol

                    @@ -579,10 +579,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    SymbolTail

                    @@ -612,10 +612,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    AddToPeriodicQueue()

                    @@ -627,10 +627,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateSymbol(string, string)

                    @@ -682,10 +682,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    FromOnlineToShadow()

                    @@ -698,10 +698,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    FromShadowToOnline()

                    @@ -714,10 +714,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    GetAttributeName(CultureInfo)

                    @@ -761,10 +761,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetHumanReadable(CultureInfo)

                    @@ -808,10 +808,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetParent()

                    @@ -841,10 +841,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetSymbolTail()

                    @@ -873,10 +873,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetValueChangeEventSubscribers()

                    @@ -904,10 +904,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    MakeReadOnce()

                    @@ -921,10 +921,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    MakeReadOnly()

                    @@ -937,10 +937,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    NotifyPropertyChanged(string)

                    @@ -971,10 +971,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    OnValueChangeEvent(object)

                    @@ -1004,10 +1004,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Poll()

                    @@ -1020,10 +1020,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    Subscribe()

                    @@ -1036,10 +1036,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    Subscribe(ValueChangedEventHandlerDelegate)

                    @@ -1071,10 +1071,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SubscribeForPeriodicReading()

                    @@ -1087,10 +1087,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    UnSubscribe(ValueChangedEventHandlerDelegate)

                    @@ -1123,10 +1123,10 @@

                    Events

                    | - Edit this page + Edit this page - View Source + View Source

                    PropertyChanged

                    Implementation of INotifyPropertyChanged interface.

                    @@ -1153,10 +1153,10 @@
                    Event Type
                    | - Edit this page + Edit this page - View Source + View Source

                    ValueChangeEvent

                    Onliner cyclic property changed event.

                    @@ -1231,10 +1231,10 @@

                    Extension Methods

                    @@ -1254,7 +1254,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/AXSharp.Connector.ValueTypes.OnlinerBool.html b/docs/api/AXSharp.Connector.ValueTypes.OnlinerBool.html index 63dfbf54..be53ab12 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.OnlinerBool.html +++ b/docs/api/AXSharp.Connector.ValueTypes.OnlinerBool.html @@ -323,10 +323,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerBool()

                    @@ -339,10 +339,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerBool(ITwinObject, string, string)

                    @@ -387,10 +387,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMaxValue

                    @@ -421,10 +421,10 @@
                    Overrides
                    OnlinerBase<bool>.InstanceMaxValue
                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMinValue

                    @@ -521,10 +521,10 @@

                    Extension Methods

                    @@ -544,7 +544,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.OnlinerByte.html b/docs/api/AXSharp.Connector.ValueTypes.OnlinerByte.html index 007903d7..22d04692 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.OnlinerByte.html +++ b/docs/api/AXSharp.Connector.ValueTypes.OnlinerByte.html @@ -323,10 +323,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerByte()

                    @@ -339,10 +339,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerByte(ITwinObject, string, string)

                    @@ -387,10 +387,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMaxValue

                    @@ -420,10 +420,10 @@
                    Overrides
                    OnlinerBase<byte>.InstanceMaxValue
                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMinValue

                    @@ -453,10 +453,10 @@
                    Overrides
                    OnlinerBase<byte>.InstanceMinValue
                    | - Edit this page + Edit this page - View Source + View Source

                    MaxValue

                    @@ -484,10 +484,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    MinValue

                    @@ -581,10 +581,10 @@

                    Extension Methods

                    @@ -604,7 +604,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.OnlinerChar.html b/docs/api/AXSharp.Connector.ValueTypes.OnlinerChar.html index 3b20b9de..50cdc2fa 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.OnlinerChar.html +++ b/docs/api/AXSharp.Connector.ValueTypes.OnlinerChar.html @@ -323,10 +323,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerChar()

                    @@ -339,10 +339,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerChar(ITwinObject, string, string)

                    @@ -387,10 +387,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMaxValue

                    @@ -420,10 +420,10 @@
                    Overrides
                    OnlinerBase<char>.InstanceMaxValue
                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMinValue

                    @@ -453,10 +453,10 @@
                    Overrides
                    OnlinerBase<char>.InstanceMinValue
                    | - Edit this page + Edit this page - View Source + View Source

                    MaxValue

                    @@ -484,10 +484,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    MinValue

                    @@ -581,10 +581,10 @@

                    Extension Methods

                    @@ -604,7 +604,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.OnlinerDInt.html b/docs/api/AXSharp.Connector.ValueTypes.OnlinerDInt.html index cc7f1af6..f8ea7cd8 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.OnlinerDInt.html +++ b/docs/api/AXSharp.Connector.ValueTypes.OnlinerDInt.html @@ -323,10 +323,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerDInt()

                    @@ -339,10 +339,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerDInt(ITwinObject, string, string)

                    @@ -387,10 +387,10 @@

                    Fields

                    | - Edit this page + Edit this page - View Source + View Source

                    MaxValue

                    Gets the max value of OnlinerDInt.

                    @@ -417,10 +417,10 @@
                    Field Value
                    | - Edit this page + Edit this page - View Source + View Source

                    MinValue

                    Gets the min value of OnlinerDInt.

                    @@ -449,10 +449,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMaxValue

                    @@ -482,10 +482,10 @@
                    Overrides
                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMinValue

                    @@ -581,10 +581,10 @@

                    Extension Methods

                    @@ -604,7 +604,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/AXSharp.Connector.ValueTypes.OnlinerDWord.html b/docs/api/AXSharp.Connector.ValueTypes.OnlinerDWord.html index bb334852..16df7e22 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.OnlinerDWord.html +++ b/docs/api/AXSharp.Connector.ValueTypes.OnlinerDWord.html @@ -323,10 +323,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerDWord()

                    @@ -339,10 +339,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerDWord(ITwinObject, string, string)

                    @@ -387,10 +387,10 @@

                    Fields

                    | - Edit this page + Edit this page - View Source + View Source

                    MaxValue

                    Gets the max value of OnlinerDWord.

                    @@ -417,10 +417,10 @@
                    Field Value
                    | - Edit this page + Edit this page - View Source + View Source

                    MinValue

                    Gets the min value of OnlinerDWord.

                    @@ -449,10 +449,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMaxValue

                    @@ -482,10 +482,10 @@
                    Overrides
                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMinValue

                    @@ -581,10 +581,10 @@

                    Extension Methods

                    @@ -604,7 +604,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/AXSharp.Connector.ValueTypes.OnlinerDate.html b/docs/api/AXSharp.Connector.ValueTypes.OnlinerDate.html index a213b129..c084a3f3 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.OnlinerDate.html +++ b/docs/api/AXSharp.Connector.ValueTypes.OnlinerDate.html @@ -324,10 +324,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerDate()

                    @@ -340,10 +340,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerDate(ITwinObject, string, string)

                    @@ -388,10 +388,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMaxValue

                    @@ -421,10 +421,10 @@
                    Overrides
                    OnlinerBase<DateOnly>.InstanceMaxValue
                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMinValue

                    @@ -454,10 +454,10 @@
                    Overrides
                    OnlinerBase<DateOnly>.InstanceMinValue
                    | - Edit this page + Edit this page - View Source + View Source

                    MaxValue

                    @@ -485,10 +485,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    MinValue

                    @@ -516,10 +516,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    TIAMaxValue

                    @@ -547,10 +547,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    TIAMinValue

                    @@ -644,10 +644,10 @@

                    Extension Methods

                    @@ -667,7 +667,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.OnlinerDateTime.html b/docs/api/AXSharp.Connector.ValueTypes.OnlinerDateTime.html index 0d689384..128bc208 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.OnlinerDateTime.html +++ b/docs/api/AXSharp.Connector.ValueTypes.OnlinerDateTime.html @@ -323,10 +323,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerDateTime()

                    @@ -339,10 +339,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerDateTime(ITwinObject, string, string)

                    @@ -387,10 +387,10 @@

                    Fields

                    | - Edit this page + Edit this page - View Source + View Source

                    MaxValue

                    Gets the max value of OnlinerDateTime.

                    @@ -417,10 +417,10 @@
                    Field Value
                    | - Edit this page + Edit this page - View Source + View Source

                    MaxValueTIA

                    Gets the max value of OnlinerDateTime for TIA project.

                    @@ -447,10 +447,10 @@
                    Field Value
                    | - Edit this page + Edit this page - View Source + View Source

                    MinValue

                    Gets the min value of OnlinerDateTime.

                    @@ -477,10 +477,10 @@
                    Field Value
                    | - Edit this page + Edit this page - View Source + View Source

                    MinValueTIA

                    Gets the min value of OnlinerDateTime for TIA project.

                    @@ -509,10 +509,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMaxValue

                    @@ -542,10 +542,10 @@
                    Overrides
                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMinValue

                    @@ -641,10 +641,10 @@

                    Extension Methods

                    @@ -664,7 +664,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/AXSharp.Connector.ValueTypes.OnlinerInt.html b/docs/api/AXSharp.Connector.ValueTypes.OnlinerInt.html index 0912e4d1..dd8a561e 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.OnlinerInt.html +++ b/docs/api/AXSharp.Connector.ValueTypes.OnlinerInt.html @@ -323,10 +323,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerInt()

                    @@ -339,10 +339,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerInt(ITwinObject, string, string)

                    @@ -387,10 +387,10 @@

                    Fields

                    | - Edit this page + Edit this page - View Source + View Source

                    MaxValue

                    Gets the max value of OnlinerInt.

                    @@ -417,10 +417,10 @@
                    Field Value
                    | - Edit this page + Edit this page - View Source + View Source

                    MinValue

                    Gets the min value of OnlinerInt.

                    @@ -449,10 +449,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMaxValue

                    @@ -482,10 +482,10 @@
                    Overrides
                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMinValue

                    @@ -581,10 +581,10 @@

                    Extension Methods

                    @@ -604,7 +604,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/AXSharp.Connector.ValueTypes.OnlinerLDateTime.html b/docs/api/AXSharp.Connector.ValueTypes.OnlinerLDateTime.html index a715062c..bf4f3cd5 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.OnlinerLDateTime.html +++ b/docs/api/AXSharp.Connector.ValueTypes.OnlinerLDateTime.html @@ -323,10 +323,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerLDateTime()

                    @@ -339,10 +339,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerLDateTime(ITwinObject, string, string)

                    @@ -387,10 +387,10 @@

                    Fields

                    | - Edit this page + Edit this page - View Source + View Source

                    MaxValue

                    Gets the max value of OnlinerDateTime.

                    @@ -417,10 +417,10 @@
                    Field Value
                    | - Edit this page + Edit this page - View Source + View Source

                    MinValue

                    Gets the min value of OnlinerDateTime.

                    @@ -449,10 +449,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMaxValue

                    @@ -482,10 +482,10 @@
                    Overrides
                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMinValue

                    @@ -581,10 +581,10 @@

                    Extension Methods

                    @@ -604,7 +604,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/AXSharp.Connector.ValueTypes.OnlinerLInt.html b/docs/api/AXSharp.Connector.ValueTypes.OnlinerLInt.html index a60ddad6..de2457e6 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.OnlinerLInt.html +++ b/docs/api/AXSharp.Connector.ValueTypes.OnlinerLInt.html @@ -323,10 +323,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerLInt()

                    @@ -339,10 +339,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerLInt(ITwinObject, string, string)

                    @@ -387,10 +387,10 @@

                    Fields

                    | - Edit this page + Edit this page - View Source + View Source

                    MaxValue

                    Gets the max value of OnlinerLInt.

                    @@ -417,10 +417,10 @@
                    Field Value
                    | - Edit this page + Edit this page - View Source + View Source

                    MinValue

                    Gets the min value of OnlinerLInt.

                    @@ -449,10 +449,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMaxValue

                    @@ -482,10 +482,10 @@
                    Overrides
                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMinValue

                    @@ -581,10 +581,10 @@

                    Extension Methods

                    @@ -604,7 +604,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/AXSharp.Connector.ValueTypes.OnlinerLReal.html b/docs/api/AXSharp.Connector.ValueTypes.OnlinerLReal.html index 326fe862..f703ef31 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.OnlinerLReal.html +++ b/docs/api/AXSharp.Connector.ValueTypes.OnlinerLReal.html @@ -323,10 +323,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerLReal()

                    @@ -339,10 +339,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerLReal(ITwinObject, string, string)

                    @@ -387,10 +387,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMaxValue

                    @@ -420,10 +420,10 @@
                    Overrides
                    OnlinerBase<double>.InstanceMaxValue
                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMinValue

                    @@ -453,10 +453,10 @@
                    Overrides
                    OnlinerBase<double>.InstanceMinValue
                    | - Edit this page + Edit this page - View Source + View Source

                    MaxValue

                    @@ -484,10 +484,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    MinValue

                    @@ -581,10 +581,10 @@

                    Extension Methods

                    @@ -604,7 +604,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.OnlinerLTime.html b/docs/api/AXSharp.Connector.ValueTypes.OnlinerLTime.html index a3e90f8b..6450ca14 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.OnlinerLTime.html +++ b/docs/api/AXSharp.Connector.ValueTypes.OnlinerLTime.html @@ -323,10 +323,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerLTime()

                    @@ -339,10 +339,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerLTime(ITwinObject, string, string)

                    @@ -387,10 +387,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMaxValue

                    @@ -420,10 +420,10 @@
                    Overrides
                    OnlinerBase<TimeSpan>.InstanceMaxValue
                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMinValue

                    @@ -453,10 +453,10 @@
                    Overrides
                    OnlinerBase<TimeSpan>.InstanceMinValue
                    | - Edit this page + Edit this page - View Source + View Source

                    MaxValue

                    @@ -484,10 +484,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    MinValue

                    @@ -581,10 +581,10 @@

                    Extension Methods

                    @@ -604,7 +604,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.OnlinerLTimeOfDay.html b/docs/api/AXSharp.Connector.ValueTypes.OnlinerLTimeOfDay.html index fd1a6846..b06958ea 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.OnlinerLTimeOfDay.html +++ b/docs/api/AXSharp.Connector.ValueTypes.OnlinerLTimeOfDay.html @@ -323,10 +323,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerLTimeOfDay()

                    @@ -339,10 +339,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerLTimeOfDay(ITwinObject, string, string)

                    @@ -387,10 +387,10 @@

                    Fields

                    | - Edit this page + Edit this page - View Source + View Source

                    MaxValue

                    Gets the max value of OnlinerTimeOfDay.

                    @@ -417,10 +417,10 @@
                    Field Value
                    | - Edit this page + Edit this page - View Source + View Source

                    MinValue

                    Gets the min value of OnlinerTimeOfDay.

                    @@ -449,10 +449,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMaxValue

                    @@ -482,10 +482,10 @@
                    Overrides
                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMinValue

                    @@ -581,10 +581,10 @@

                    Extension Methods

                    @@ -604,7 +604,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/AXSharp.Connector.ValueTypes.OnlinerLWord.html b/docs/api/AXSharp.Connector.ValueTypes.OnlinerLWord.html index 112d110b..1969aef7 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.OnlinerLWord.html +++ b/docs/api/AXSharp.Connector.ValueTypes.OnlinerLWord.html @@ -323,10 +323,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerLWord()

                    @@ -339,10 +339,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerLWord(ITwinObject, string, string)

                    @@ -387,10 +387,10 @@

                    Fields

                    | - Edit this page + Edit this page - View Source + View Source

                    MaxValue

                    Gets the max value of OnlinerLWord.

                    @@ -417,10 +417,10 @@
                    Field Value
                    | - Edit this page + Edit this page - View Source + View Source

                    MinValue

                    Gets the min value of OnlinerLWord.

                    @@ -449,10 +449,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMaxValue

                    @@ -482,10 +482,10 @@
                    Overrides
                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMinValue

                    @@ -581,10 +581,10 @@

                    Extension Methods

                    @@ -604,7 +604,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/AXSharp.Connector.ValueTypes.OnlinerReal.html b/docs/api/AXSharp.Connector.ValueTypes.OnlinerReal.html index 7e40c8a2..c1143af8 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.OnlinerReal.html +++ b/docs/api/AXSharp.Connector.ValueTypes.OnlinerReal.html @@ -323,10 +323,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerReal()

                    @@ -339,10 +339,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerReal(ITwinObject, string, string)

                    @@ -387,10 +387,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMaxValue

                    @@ -420,10 +420,10 @@
                    Overrides
                    OnlinerBase<float>.InstanceMaxValue
                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMinValue

                    @@ -453,10 +453,10 @@
                    Overrides
                    OnlinerBase<float>.InstanceMinValue
                    | - Edit this page + Edit this page - View Source + View Source

                    MaxValue

                    @@ -484,10 +484,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    MinValue

                    @@ -581,10 +581,10 @@

                    Extension Methods

                    @@ -604,7 +604,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.OnlinerSInt.html b/docs/api/AXSharp.Connector.ValueTypes.OnlinerSInt.html index 1d2aa7cf..62e153c0 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.OnlinerSInt.html +++ b/docs/api/AXSharp.Connector.ValueTypes.OnlinerSInt.html @@ -323,10 +323,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerSInt()

                    @@ -339,10 +339,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerSInt(ITwinObject, string, string)

                    @@ -387,10 +387,10 @@

                    Fields

                    | - Edit this page + Edit this page - View Source + View Source

                    MaxValue

                    Gets the max value of OnlinerSInt.

                    @@ -417,10 +417,10 @@
                    Field Value
                    | - Edit this page + Edit this page - View Source + View Source

                    MinValue

                    Gets the min value of OnlinerSInt.

                    @@ -449,10 +449,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMaxValue

                    @@ -482,10 +482,10 @@
                    Overrides
                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMinValue

                    @@ -581,10 +581,10 @@

                    Extension Methods

                    @@ -604,7 +604,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/AXSharp.Connector.ValueTypes.OnlinerString.html b/docs/api/AXSharp.Connector.ValueTypes.OnlinerString.html index 39c7041a..828dcec2 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.OnlinerString.html +++ b/docs/api/AXSharp.Connector.ValueTypes.OnlinerString.html @@ -308,10 +308,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerString()

                    @@ -324,10 +324,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerString(ITwinObject, string, string)

                    @@ -372,10 +372,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    Cyclic

                    @@ -405,10 +405,10 @@
                    Overrides
                    OnlinerBase<string>.Cyclic
                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMaxValue

                    @@ -438,10 +438,10 @@
                    Overrides
                    OnlinerBase<string>.InstanceMaxValue
                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMinValue

                    @@ -473,10 +473,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetAsync()

                    @@ -507,10 +507,10 @@
                    Overrides
                    OnlinerBase<string>.GetAsync()
                    | - Edit this page + Edit this page - View Source + View Source

                    GetAsync(CultureInfo)

                    @@ -559,10 +559,10 @@
                    Overrides
                    OnlinerBase<string>.GetAsync(CultureInfo)
                    | - Edit this page + Edit this page - View Source + View Source

                    GetCyclic(CultureInfo)

                    @@ -611,10 +611,10 @@
                    Overrides
                    OnlinerBase<string>.GetCyclic(CultureInfo)
                    | - Edit this page + Edit this page - View Source + View Source

                    SetAsync(string)

                    @@ -728,10 +728,10 @@

                    Extension Methods

                    @@ -751,7 +751,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.OnlinerTime.html b/docs/api/AXSharp.Connector.ValueTypes.OnlinerTime.html index c51c249c..a0c79885 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.OnlinerTime.html +++ b/docs/api/AXSharp.Connector.ValueTypes.OnlinerTime.html @@ -323,10 +323,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerTime()

                    @@ -339,10 +339,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerTime(ITwinObject, string, string)

                    @@ -387,10 +387,10 @@

                    Fields

                    | - Edit this page + Edit this page - View Source + View Source

                    MaxValue

                    Gets the max value of OnlinerTime.

                    @@ -417,10 +417,10 @@
                    Field Value
                    | - Edit this page + Edit this page - View Source + View Source

                    MinValue

                    Gets the min value of OnlinerTime.

                    @@ -449,10 +449,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMaxValue

                    @@ -482,10 +482,10 @@
                    Overrides
                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMinValue

                    @@ -581,10 +581,10 @@

                    Extension Methods

                    @@ -604,7 +604,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/AXSharp.Connector.ValueTypes.OnlinerTimeOfDay.html b/docs/api/AXSharp.Connector.ValueTypes.OnlinerTimeOfDay.html index 13ab0800..bb127a40 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.OnlinerTimeOfDay.html +++ b/docs/api/AXSharp.Connector.ValueTypes.OnlinerTimeOfDay.html @@ -323,10 +323,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerTimeOfDay()

                    @@ -339,10 +339,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerTimeOfDay(ITwinObject, string, string)

                    @@ -387,10 +387,10 @@

                    Fields

                    | - Edit this page + Edit this page - View Source + View Source

                    MaxValue

                    Gets the max value of OnlinerTimeOfDay.

                    @@ -417,10 +417,10 @@
                    Field Value
                    | - Edit this page + Edit this page - View Source + View Source

                    MinValue

                    Gets the min value of OnlinerTimeOfDay.

                    @@ -449,10 +449,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMaxValue

                    @@ -482,10 +482,10 @@
                    Overrides
                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMinValue

                    @@ -581,10 +581,10 @@

                    Extension Methods

                    @@ -604,7 +604,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/AXSharp.Connector.ValueTypes.OnlinerUDInt.html b/docs/api/AXSharp.Connector.ValueTypes.OnlinerUDInt.html index da42c68c..e69d6472 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.OnlinerUDInt.html +++ b/docs/api/AXSharp.Connector.ValueTypes.OnlinerUDInt.html @@ -323,10 +323,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerUDInt()

                    @@ -339,10 +339,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerUDInt(ITwinObject, string, string)

                    @@ -387,10 +387,10 @@

                    Fields

                    | - Edit this page + Edit this page - View Source + View Source

                    MaxValue

                    Gets the max value of OnlinerUDInt.

                    @@ -417,10 +417,10 @@
                    Field Value
                    | - Edit this page + Edit this page - View Source + View Source

                    MinValue

                    Gets the min value of OnlinerUDInt.

                    @@ -449,10 +449,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMaxValue

                    @@ -482,10 +482,10 @@
                    Overrides
                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMinValue

                    @@ -581,10 +581,10 @@

                    Extension Methods

                    @@ -604,7 +604,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/AXSharp.Connector.ValueTypes.OnlinerUInt.html b/docs/api/AXSharp.Connector.ValueTypes.OnlinerUInt.html index 63a444b6..3e19dbf2 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.OnlinerUInt.html +++ b/docs/api/AXSharp.Connector.ValueTypes.OnlinerUInt.html @@ -323,10 +323,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerUInt()

                    @@ -339,10 +339,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerUInt(ITwinObject, string, string)

                    @@ -387,10 +387,10 @@

                    Fields

                    | - Edit this page + Edit this page - View Source + View Source

                    MaxValue

                    Gets the max value of OnlinerUInt.

                    @@ -417,10 +417,10 @@
                    Field Value
                    | - Edit this page + Edit this page - View Source + View Source

                    MinValue

                    Gets the min value of OnlinerUInt.

                    @@ -449,10 +449,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMaxValue

                    @@ -482,10 +482,10 @@
                    Overrides
                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMinValue

                    @@ -581,10 +581,10 @@

                    Extension Methods

                    @@ -604,7 +604,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/AXSharp.Connector.ValueTypes.OnlinerULInt.html b/docs/api/AXSharp.Connector.ValueTypes.OnlinerULInt.html index f0728cfe..15a98d86 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.OnlinerULInt.html +++ b/docs/api/AXSharp.Connector.ValueTypes.OnlinerULInt.html @@ -323,10 +323,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerULInt()

                    @@ -339,10 +339,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerULInt(ITwinObject, string, string)

                    @@ -387,10 +387,10 @@

                    Fields

                    | - Edit this page + Edit this page - View Source + View Source

                    MaxValue

                    Gets the max value of OnlinerULInt.

                    @@ -417,10 +417,10 @@
                    Field Value
                    | - Edit this page + Edit this page - View Source + View Source

                    MinValue

                    Gets the min value of OnlinerULInt.

                    @@ -449,10 +449,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMaxValue

                    @@ -482,10 +482,10 @@
                    Overrides
                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMinValue

                    @@ -581,10 +581,10 @@

                    Extension Methods

                    @@ -604,7 +604,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/AXSharp.Connector.ValueTypes.OnlinerUSInt.html b/docs/api/AXSharp.Connector.ValueTypes.OnlinerUSInt.html index 42bc99ba..03a01105 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.OnlinerUSInt.html +++ b/docs/api/AXSharp.Connector.ValueTypes.OnlinerUSInt.html @@ -323,10 +323,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerUSInt()

                    @@ -339,10 +339,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerUSInt(ITwinObject, string, string)

                    @@ -387,10 +387,10 @@

                    Fields

                    | - Edit this page + Edit this page - View Source + View Source

                    MaxValue

                    Gets the max value of OnlinerUSInt.

                    @@ -417,10 +417,10 @@
                    Field Value
                    | - Edit this page + Edit this page - View Source + View Source

                    MinValue

                    Gets the min value of OnlinerUSInt.

                    @@ -449,10 +449,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMaxValue

                    @@ -482,10 +482,10 @@
                    Overrides
                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMinValue

                    @@ -581,10 +581,10 @@

                    Extension Methods

                    @@ -604,7 +604,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/AXSharp.Connector.ValueTypes.OnlinerWChar.html b/docs/api/AXSharp.Connector.ValueTypes.OnlinerWChar.html index 16d78f10..cce84da0 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.OnlinerWChar.html +++ b/docs/api/AXSharp.Connector.ValueTypes.OnlinerWChar.html @@ -323,10 +323,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerWChar()

                    @@ -339,10 +339,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerWChar(ITwinObject, string, string)

                    @@ -387,10 +387,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMaxValue

                    @@ -420,10 +420,10 @@
                    Overrides
                    OnlinerBase<char>.InstanceMaxValue
                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMinValue

                    @@ -453,10 +453,10 @@
                    Overrides
                    OnlinerBase<char>.InstanceMinValue
                    | - Edit this page + Edit this page - View Source + View Source

                    MaxValue

                    @@ -484,10 +484,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    MinValue

                    @@ -581,10 +581,10 @@

                    Extension Methods

                    @@ -604,7 +604,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.OnlinerWString.html b/docs/api/AXSharp.Connector.ValueTypes.OnlinerWString.html index 22569fee..84942c88 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.OnlinerWString.html +++ b/docs/api/AXSharp.Connector.ValueTypes.OnlinerWString.html @@ -308,10 +308,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerWString()

                    @@ -324,10 +324,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerWString(ITwinObject, string, string)

                    @@ -372,10 +372,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    Cyclic

                    @@ -405,10 +405,10 @@
                    Overrides
                    OnlinerBase<string>.Cyclic
                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMaxValue

                    @@ -438,10 +438,10 @@
                    Overrides
                    OnlinerBase<string>.InstanceMaxValue
                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMinValue

                    @@ -473,10 +473,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetAsync()

                    @@ -516,10 +516,10 @@
                    Remarks | - Edit this page + Edit this page - View Source + View Source

                    GetAsync(CultureInfo)

                    @@ -568,10 +568,10 @@
                    Overrides
                    OnlinerBase<string>.GetAsync(CultureInfo)
                    | - Edit this page + Edit this page - View Source + View Source

                    GetCyclic(CultureInfo)

                    @@ -620,10 +620,10 @@
                    Overrides
                    OnlinerBase<string>.GetCyclic(CultureInfo)
                    | - Edit this page + Edit this page - View Source + View Source

                    SetAsync(string)

                    @@ -746,10 +746,10 @@

                    Extension Methods

                    @@ -769,7 +769,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.OnlinerWord.html b/docs/api/AXSharp.Connector.ValueTypes.OnlinerWord.html index 6b4f9379..5c614253 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.OnlinerWord.html +++ b/docs/api/AXSharp.Connector.ValueTypes.OnlinerWord.html @@ -323,10 +323,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerWord()

                    @@ -339,10 +339,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerWord(ITwinObject, string, string)

                    @@ -387,10 +387,10 @@

                    Fields

                    | - Edit this page + Edit this page - View Source + View Source

                    MaxValue

                    Gets the max value of OnlinerWord.

                    @@ -417,10 +417,10 @@
                    Field Value
                    | - Edit this page + Edit this page - View Source + View Source

                    MinValue

                    Gets the min value of OnlinerWord.

                    @@ -449,10 +449,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMaxValue

                    @@ -482,10 +482,10 @@
                    Overrides
                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMinValue

                    @@ -581,10 +581,10 @@

                    Extension Methods

                    @@ -604,7 +604,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/AXSharp.Connector.ValueTypes.ReadWriteAccess.html b/docs/api/AXSharp.Connector.ValueTypes.ReadWriteAccess.html index 195a4623..abb4ec8f 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.ReadWriteAccess.html +++ b/docs/api/AXSharp.Connector.ValueTypes.ReadWriteAccess.html @@ -121,10 +121,10 @@

                    Fields @@ -144,7 +144,7 @@

                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadow-1.html b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadow-1.html index 67c738f9..0169fa40 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadow-1.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadow-1.html @@ -109,10 +109,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    AttributeName

                    @@ -140,10 +140,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    AttributeUnits

                    @@ -171,10 +171,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Shadow

                    @@ -202,10 +202,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Symbol

                    @@ -233,10 +233,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Value

                    @@ -266,10 +266,10 @@

                    Events

                    | - Edit this page + Edit this page - View Source + View Source

                    ValueChanged

                    Raises when Shadow value changes.

                    @@ -303,10 +303,10 @@
                    Event Type
                    @@ -326,7 +326,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowBool.html b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowBool.html index 0680442a..02513807 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowBool.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowBool.html @@ -120,10 +120,10 @@
                    Syntax
                    @@ -143,7 +143,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowByte.html b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowByte.html index d4de878a..a978553f 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowByte.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowByte.html @@ -120,10 +120,10 @@
                    Syntax
                    @@ -143,7 +143,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowChar.html b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowChar.html index 7ff31f08..2e5ca9b9 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowChar.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowChar.html @@ -120,10 +120,10 @@
                    Syntax
                    @@ -143,7 +143,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowDInt.html b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowDInt.html index 26b14095..b656bca8 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowDInt.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowDInt.html @@ -120,10 +120,10 @@
                    Syntax
                    @@ -143,7 +143,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowDWord.html b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowDWord.html index 98e8d5ab..b013e6c2 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowDWord.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowDWord.html @@ -120,10 +120,10 @@
                    Syntax
                    @@ -143,7 +143,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowDate.html b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowDate.html index 64257ca4..13eb59a1 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowDate.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowDate.html @@ -120,10 +120,10 @@
                    Syntax
                    @@ -143,7 +143,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowDateTime.html b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowDateTime.html index 9d273f7a..4a114eeb 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowDateTime.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowDateTime.html @@ -120,10 +120,10 @@
                    Syntax
                    @@ -143,7 +143,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowInt.html b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowInt.html index 8d235ff7..9c7d3d6d 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowInt.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowInt.html @@ -120,10 +120,10 @@
                    Syntax
                    @@ -143,7 +143,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowLDateTime.html b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowLDateTime.html index 798d9890..b98d940b 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowLDateTime.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowLDateTime.html @@ -120,10 +120,10 @@
                    Syntax
                    @@ -143,7 +143,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowLInt.html b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowLInt.html index f6c94aa7..23191539 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowLInt.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowLInt.html @@ -120,10 +120,10 @@
                    Syntax
                    @@ -143,7 +143,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowLReal.html b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowLReal.html index 95851865..4c880106 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowLReal.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowLReal.html @@ -120,10 +120,10 @@
                    Syntax
                    @@ -143,7 +143,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowLTime.html b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowLTime.html index 88af388a..b484e0ae 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowLTime.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowLTime.html @@ -120,10 +120,10 @@
                    Syntax
                    @@ -143,7 +143,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowLTimeOfDay.html b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowLTimeOfDay.html index dc707031..1456c4cf 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowLTimeOfDay.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowLTimeOfDay.html @@ -120,10 +120,10 @@
                    Syntax @@ -143,7 +143,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowLWord.html b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowLWord.html index 59785b64..ef9562a8 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowLWord.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowLWord.html @@ -120,10 +120,10 @@
                    Syntax
                    @@ -143,7 +143,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowReal.html b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowReal.html index e0bddd99..76375df9 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowReal.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowReal.html @@ -120,10 +120,10 @@
                    Syntax
                    @@ -143,7 +143,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowSInt.html b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowSInt.html index 95ef5ed7..70911509 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowSInt.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowSInt.html @@ -120,10 +120,10 @@
                    Syntax
                    @@ -143,7 +143,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowString.html b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowString.html index 4e2dd169..9266376a 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowString.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowString.html @@ -120,10 +120,10 @@
                    Syntax
                    @@ -143,7 +143,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowTime.html b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowTime.html index f1467454..2ea4477c 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowTime.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowTime.html @@ -120,10 +120,10 @@
                    Syntax
                    @@ -143,7 +143,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowTimeOfDay.html b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowTimeOfDay.html index ebf51bf4..2dbfdb7e 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowTimeOfDay.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowTimeOfDay.html @@ -120,10 +120,10 @@
                    Syntax
                    @@ -143,7 +143,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowUDInt.html b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowUDInt.html index 35209d06..bf0a0bef 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowUDInt.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowUDInt.html @@ -120,10 +120,10 @@
                    Syntax
                    @@ -143,7 +143,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowUInt.html b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowUInt.html index 512a0408..e149e412 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowUInt.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowUInt.html @@ -120,10 +120,10 @@
                    Syntax
                    @@ -143,7 +143,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowULInt.html b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowULInt.html index b936e05b..d26fcd1c 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowULInt.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowULInt.html @@ -120,10 +120,10 @@
                    Syntax
                    @@ -143,7 +143,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowUSInt.html b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowUSInt.html index 689b1ece..231290c6 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowUSInt.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowUSInt.html @@ -120,10 +120,10 @@
                    Syntax
                    @@ -143,7 +143,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowWChar.html b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowWChar.html index b704891a..c6a35897 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowWChar.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowWChar.html @@ -120,10 +120,10 @@
                    Syntax
                    @@ -143,7 +143,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowWString.html b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowWString.html index a854d649..04481ab0 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowWString.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowWString.html @@ -120,10 +120,10 @@
                    Syntax
                    @@ -143,7 +143,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowWord.html b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowWord.html index c4eced97..b8be7613 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowWord.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Shadows.IShadowWord.html @@ -120,10 +120,10 @@
                    Syntax
                    @@ -143,7 +143,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.Shadows.html b/docs/api/AXSharp.Connector.ValueTypes.Shadows.html index 75f1fd8e..62a2b985 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.Shadows.html +++ b/docs/api/AXSharp.Connector.ValueTypes.Shadows.html @@ -193,7 +193,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.ValueChangedEventArgs.html b/docs/api/AXSharp.Connector.ValueTypes.ValueChangedEventArgs.html index a06f59f8..285e7a2f 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.ValueChangedEventArgs.html +++ b/docs/api/AXSharp.Connector.ValueTypes.ValueChangedEventArgs.html @@ -127,10 +127,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    ValueChangedEventArgs(object)

                    @@ -162,10 +162,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    NewValue

                    @@ -200,10 +200,10 @@
                    Property Value
                    @@ -223,7 +223,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.ValueChangedEventHandlerDelegate.html b/docs/api/AXSharp.Connector.ValueTypes.ValueChangedEventHandlerDelegate.html index 097afade..a7406398 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.ValueChangedEventHandlerDelegate.html +++ b/docs/api/AXSharp.Connector.ValueTypes.ValueChangedEventHandlerDelegate.html @@ -123,10 +123,10 @@
                    Parameters
                    @@ -146,7 +146,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueTypes.html b/docs/api/AXSharp.Connector.ValueTypes.html index f53df356..33bc0003 100644 --- a/docs/api/AXSharp.Connector.ValueTypes.html +++ b/docs/api/AXSharp.Connector.ValueTypes.html @@ -215,7 +215,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueValidation.BoolValueValidationRule.html b/docs/api/AXSharp.Connector.ValueValidation.BoolValueValidationRule.html index b72657aa..0570790e 100644 --- a/docs/api/AXSharp.Connector.ValueValidation.BoolValueValidationRule.html +++ b/docs/api/AXSharp.Connector.ValueValidation.BoolValueValidationRule.html @@ -133,10 +133,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    BoolValueValidationRule(OnlinerBool)

                    @@ -169,10 +169,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Validate(bool, CultureInfo)

                    @@ -234,10 +234,10 @@
                    Overrides
                    @@ -257,7 +257,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueValidation.ByteValueValidationRule.html b/docs/api/AXSharp.Connector.ValueValidation.ByteValueValidationRule.html index 4c9984ac..6f8a8b32 100644 --- a/docs/api/AXSharp.Connector.ValueValidation.ByteValueValidationRule.html +++ b/docs/api/AXSharp.Connector.ValueValidation.ByteValueValidationRule.html @@ -133,10 +133,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    ByteValueValidationRule(OnlinerByte)

                    @@ -169,10 +169,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Validate(byte, CultureInfo)

                    @@ -234,10 +234,10 @@
                    Overrides
                    @@ -257,7 +257,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueValidation.CharValueValidationRule.html b/docs/api/AXSharp.Connector.ValueValidation.CharValueValidationRule.html index d93f4d09..d21a508a 100644 --- a/docs/api/AXSharp.Connector.ValueValidation.CharValueValidationRule.html +++ b/docs/api/AXSharp.Connector.ValueValidation.CharValueValidationRule.html @@ -133,10 +133,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    CharValueValidationRule(OnlinerChar)

                    @@ -169,10 +169,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Validate(char, CultureInfo)

                    @@ -234,10 +234,10 @@
                    Overrides
                    @@ -257,7 +257,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueValidation.DWordValueValidationRule.html b/docs/api/AXSharp.Connector.ValueValidation.DWordValueValidationRule.html index 365c7fae..d3f4e910 100644 --- a/docs/api/AXSharp.Connector.ValueValidation.DWordValueValidationRule.html +++ b/docs/api/AXSharp.Connector.ValueValidation.DWordValueValidationRule.html @@ -133,10 +133,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    DWordValueValidationRule(OnlinerDWord)

                    @@ -169,10 +169,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Validate(uint, CultureInfo)

                    @@ -234,10 +234,10 @@
                    Overrides
                    @@ -257,7 +257,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueValidation.DateTimeValueValidationRule.html b/docs/api/AXSharp.Connector.ValueValidation.DateTimeValueValidationRule.html index 7b4c1816..eb26efa4 100644 --- a/docs/api/AXSharp.Connector.ValueValidation.DateTimeValueValidationRule.html +++ b/docs/api/AXSharp.Connector.ValueValidation.DateTimeValueValidationRule.html @@ -133,10 +133,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    DateTimeValueValidationRule(OnlinerDateTime)

                    @@ -169,10 +169,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Validate(DateTime, CultureInfo)

                    @@ -234,10 +234,10 @@
                    Overrides
                    @@ -257,7 +257,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueValidation.DateValueValidationRule.html b/docs/api/AXSharp.Connector.ValueValidation.DateValueValidationRule.html index 6b8b736d..164dd413 100644 --- a/docs/api/AXSharp.Connector.ValueValidation.DateValueValidationRule.html +++ b/docs/api/AXSharp.Connector.ValueValidation.DateValueValidationRule.html @@ -133,10 +133,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    DateValueValidationRule(OnlinerDate)

                    @@ -169,10 +169,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Validate(DateOnly, CultureInfo)

                    @@ -234,10 +234,10 @@
                    Overrides
                    @@ -257,7 +257,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueValidation.DintValueValidationRule.html b/docs/api/AXSharp.Connector.ValueValidation.DintValueValidationRule.html index 4f1d7056..9719341e 100644 --- a/docs/api/AXSharp.Connector.ValueValidation.DintValueValidationRule.html +++ b/docs/api/AXSharp.Connector.ValueValidation.DintValueValidationRule.html @@ -133,10 +133,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    DintValueValidationRule(OnlinerDInt)

                    @@ -169,10 +169,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Validate(int, CultureInfo)

                    @@ -234,10 +234,10 @@
                    Overrides
                    @@ -257,7 +257,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueValidation.IValueBoundaries-1.html b/docs/api/AXSharp.Connector.ValueValidation.IValueBoundaries-1.html index b15c5abb..f7d353b1 100644 --- a/docs/api/AXSharp.Connector.ValueValidation.IValueBoundaries-1.html +++ b/docs/api/AXSharp.Connector.ValueValidation.IValueBoundaries-1.html @@ -109,10 +109,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMaxValue

                    @@ -140,10 +140,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    InstanceMinValue

                    @@ -178,10 +178,10 @@
                    Property Value
                    @@ -201,7 +201,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueValidation.IntValueValidationRule.html b/docs/api/AXSharp.Connector.ValueValidation.IntValueValidationRule.html index a2e6b5e7..d718e72a 100644 --- a/docs/api/AXSharp.Connector.ValueValidation.IntValueValidationRule.html +++ b/docs/api/AXSharp.Connector.ValueValidation.IntValueValidationRule.html @@ -133,10 +133,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    IntValueValidationRule(OnlinerInt)

                    @@ -169,10 +169,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Validate(short, CultureInfo)

                    @@ -234,10 +234,10 @@
                    Overrides
                    @@ -257,7 +257,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueValidation.LDateTimeValueValidationRule.html b/docs/api/AXSharp.Connector.ValueValidation.LDateTimeValueValidationRule.html index 04c85cbe..39bc75c7 100644 --- a/docs/api/AXSharp.Connector.ValueValidation.LDateTimeValueValidationRule.html +++ b/docs/api/AXSharp.Connector.ValueValidation.LDateTimeValueValidationRule.html @@ -133,10 +133,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    LDateTimeValueValidationRule(OnlinerLDateTime)

                    @@ -169,10 +169,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Validate(DateTime, CultureInfo)

                    @@ -234,10 +234,10 @@
                    Overrides
                    @@ -257,7 +257,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueValidation.LIntValueValidationRule.html b/docs/api/AXSharp.Connector.ValueValidation.LIntValueValidationRule.html index 33999339..48fe088d 100644 --- a/docs/api/AXSharp.Connector.ValueValidation.LIntValueValidationRule.html +++ b/docs/api/AXSharp.Connector.ValueValidation.LIntValueValidationRule.html @@ -133,10 +133,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    LIntValueValidationRule(OnlinerLInt)

                    @@ -169,10 +169,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Validate(long, CultureInfo)

                    @@ -234,10 +234,10 @@
                    Overrides
                    @@ -257,7 +257,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueValidation.LRealValueValidationRule.html b/docs/api/AXSharp.Connector.ValueValidation.LRealValueValidationRule.html index 6d515168..2410cd62 100644 --- a/docs/api/AXSharp.Connector.ValueValidation.LRealValueValidationRule.html +++ b/docs/api/AXSharp.Connector.ValueValidation.LRealValueValidationRule.html @@ -133,10 +133,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    LRealValueValidationRule(OnlinerLReal)

                    @@ -169,10 +169,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Validate(double, CultureInfo)

                    @@ -234,10 +234,10 @@
                    Overrides
                    @@ -257,7 +257,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueValidation.LTimeOfDayValueValidationRule.html b/docs/api/AXSharp.Connector.ValueValidation.LTimeOfDayValueValidationRule.html index ca2d9c64..43b5718c 100644 --- a/docs/api/AXSharp.Connector.ValueValidation.LTimeOfDayValueValidationRule.html +++ b/docs/api/AXSharp.Connector.ValueValidation.LTimeOfDayValueValidationRule.html @@ -133,10 +133,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    LTimeOfDayValueValidationRule(OnlinerLTimeOfDay)

                    @@ -169,10 +169,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Validate(TimeSpan, CultureInfo)

                    @@ -234,10 +234,10 @@
                    Overrides
                    @@ -257,7 +257,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueValidation.LTimeValueValidationRule.html b/docs/api/AXSharp.Connector.ValueValidation.LTimeValueValidationRule.html index d850a740..85a31026 100644 --- a/docs/api/AXSharp.Connector.ValueValidation.LTimeValueValidationRule.html +++ b/docs/api/AXSharp.Connector.ValueValidation.LTimeValueValidationRule.html @@ -133,10 +133,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    LTimeValueValidationRule(OnlinerLTime)

                    @@ -169,10 +169,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Validate(TimeSpan, CultureInfo)

                    @@ -234,10 +234,10 @@
                    Overrides
                    @@ -257,7 +257,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueValidation.LWordValueValidationRule.html b/docs/api/AXSharp.Connector.ValueValidation.LWordValueValidationRule.html index 57023eac..4f338af5 100644 --- a/docs/api/AXSharp.Connector.ValueValidation.LWordValueValidationRule.html +++ b/docs/api/AXSharp.Connector.ValueValidation.LWordValueValidationRule.html @@ -133,10 +133,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    LWordValueValidationRule(OnlinerLWord)

                    @@ -169,10 +169,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Validate(ulong, CultureInfo)

                    @@ -234,10 +234,10 @@
                    Overrides
                    @@ -257,7 +257,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueValidation.OnlinerValidationRule-1.html b/docs/api/AXSharp.Connector.ValueValidation.OnlinerValidationRule-1.html index e6ab7eed..4be6ce98 100644 --- a/docs/api/AXSharp.Connector.ValueValidation.OnlinerValidationRule-1.html +++ b/docs/api/AXSharp.Connector.ValueValidation.OnlinerValidationRule-1.html @@ -164,10 +164,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    OnlinerValidationRule(IValueBoundaries<T>)

                    @@ -200,10 +200,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    Max

                    @@ -231,10 +231,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Min

                    @@ -262,10 +262,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    ValidationErrorTip

                    @@ -295,10 +295,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Validate(T, CultureInfo)

                    @@ -357,10 +357,10 @@
                    Returns
                    @@ -380,7 +380,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueValidation.RealValueValidationRule.html b/docs/api/AXSharp.Connector.ValueValidation.RealValueValidationRule.html index 577d0cd6..affe4a43 100644 --- a/docs/api/AXSharp.Connector.ValueValidation.RealValueValidationRule.html +++ b/docs/api/AXSharp.Connector.ValueValidation.RealValueValidationRule.html @@ -133,10 +133,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    RealValueValidationRule(OnlinerReal)

                    @@ -169,10 +169,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Validate(float, CultureInfo)

                    @@ -234,10 +234,10 @@
                    Overrides
                    @@ -257,7 +257,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueValidation.SIntValueValidationRule.html b/docs/api/AXSharp.Connector.ValueValidation.SIntValueValidationRule.html index 116df893..104387f4 100644 --- a/docs/api/AXSharp.Connector.ValueValidation.SIntValueValidationRule.html +++ b/docs/api/AXSharp.Connector.ValueValidation.SIntValueValidationRule.html @@ -133,10 +133,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    SIntValueValidationRule(OnlinerSInt)

                    @@ -169,10 +169,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Validate(sbyte, CultureInfo)

                    @@ -234,10 +234,10 @@
                    Overrides
                    @@ -257,7 +257,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueValidation.StringValueValidationRule.html b/docs/api/AXSharp.Connector.ValueValidation.StringValueValidationRule.html index 99ea094d..c60ad005 100644 --- a/docs/api/AXSharp.Connector.ValueValidation.StringValueValidationRule.html +++ b/docs/api/AXSharp.Connector.ValueValidation.StringValueValidationRule.html @@ -133,10 +133,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    StringValueValidationRule(OnlinerString)

                    @@ -169,10 +169,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Validate(string, CultureInfo)

                    @@ -234,10 +234,10 @@
                    Overrides
                    @@ -257,7 +257,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueValidation.TimeOfDayValueValidationRule.html b/docs/api/AXSharp.Connector.ValueValidation.TimeOfDayValueValidationRule.html index e49c29f7..6ceb271f 100644 --- a/docs/api/AXSharp.Connector.ValueValidation.TimeOfDayValueValidationRule.html +++ b/docs/api/AXSharp.Connector.ValueValidation.TimeOfDayValueValidationRule.html @@ -133,10 +133,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    TimeOfDayValueValidationRule(OnlinerTimeOfDay)

                    @@ -169,10 +169,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Validate(TimeSpan, CultureInfo)

                    @@ -234,10 +234,10 @@
                    Overrides
                    @@ -257,7 +257,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueValidation.TimeValueValidationRule.html b/docs/api/AXSharp.Connector.ValueValidation.TimeValueValidationRule.html index ee0d5e98..6143b6dc 100644 --- a/docs/api/AXSharp.Connector.ValueValidation.TimeValueValidationRule.html +++ b/docs/api/AXSharp.Connector.ValueValidation.TimeValueValidationRule.html @@ -133,10 +133,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    TimeValueValidationRule(OnlinerTime)

                    @@ -169,10 +169,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Validate(TimeSpan, CultureInfo)

                    @@ -234,10 +234,10 @@
                    Overrides
                    @@ -257,7 +257,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueValidation.UDIntValueValidationRule.html b/docs/api/AXSharp.Connector.ValueValidation.UDIntValueValidationRule.html index fafa6a0e..790af03a 100644 --- a/docs/api/AXSharp.Connector.ValueValidation.UDIntValueValidationRule.html +++ b/docs/api/AXSharp.Connector.ValueValidation.UDIntValueValidationRule.html @@ -133,10 +133,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    UDIntValueValidationRule(OnlinerUDInt)

                    @@ -169,10 +169,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Validate(uint, CultureInfo)

                    @@ -234,10 +234,10 @@
                    Overrides
                    @@ -257,7 +257,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueValidation.UIntValueValidationRule.html b/docs/api/AXSharp.Connector.ValueValidation.UIntValueValidationRule.html index b775a217..23fead60 100644 --- a/docs/api/AXSharp.Connector.ValueValidation.UIntValueValidationRule.html +++ b/docs/api/AXSharp.Connector.ValueValidation.UIntValueValidationRule.html @@ -133,10 +133,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    UIntValueValidationRule(OnlinerUInt)

                    @@ -169,10 +169,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Validate(ushort, CultureInfo)

                    @@ -234,10 +234,10 @@
                    Overrides
                    @@ -257,7 +257,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueValidation.ULIntValueValidationRule.html b/docs/api/AXSharp.Connector.ValueValidation.ULIntValueValidationRule.html index d62fbcfa..9d768543 100644 --- a/docs/api/AXSharp.Connector.ValueValidation.ULIntValueValidationRule.html +++ b/docs/api/AXSharp.Connector.ValueValidation.ULIntValueValidationRule.html @@ -133,10 +133,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    ULIntValueValidationRule(OnlinerULInt)

                    @@ -169,10 +169,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Validate(ulong, CultureInfo)

                    @@ -234,10 +234,10 @@
                    Overrides
                    @@ -257,7 +257,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueValidation.USintValueValidationRule.html b/docs/api/AXSharp.Connector.ValueValidation.USintValueValidationRule.html index 2abf6de5..8ac5ea88 100644 --- a/docs/api/AXSharp.Connector.ValueValidation.USintValueValidationRule.html +++ b/docs/api/AXSharp.Connector.ValueValidation.USintValueValidationRule.html @@ -133,10 +133,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    USintValueValidationRule(OnlinerUSInt)

                    @@ -169,10 +169,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Validate(byte, CultureInfo)

                    @@ -234,10 +234,10 @@
                    Overrides
                    @@ -257,7 +257,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueValidation.ValidationResult.html b/docs/api/AXSharp.Connector.ValueValidation.ValidationResult.html index 2af6a33e..107146ff 100644 --- a/docs/api/AXSharp.Connector.ValueValidation.ValidationResult.html +++ b/docs/api/AXSharp.Connector.ValueValidation.ValidationResult.html @@ -123,10 +123,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    ValidationResult(bool, string)

                    @@ -165,10 +165,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    IsValid

                    @@ -196,10 +196,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    ValidationErrorTip

                    @@ -234,10 +234,10 @@
                    Property Value
                    @@ -257,7 +257,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueValidation.WCharValueValidationRule.html b/docs/api/AXSharp.Connector.ValueValidation.WCharValueValidationRule.html index a884b9b7..d67d2017 100644 --- a/docs/api/AXSharp.Connector.ValueValidation.WCharValueValidationRule.html +++ b/docs/api/AXSharp.Connector.ValueValidation.WCharValueValidationRule.html @@ -133,10 +133,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    WCharValueValidationRule(OnlinerWChar)

                    @@ -169,10 +169,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Validate(char, CultureInfo)

                    @@ -234,10 +234,10 @@
                    Overrides
                    @@ -257,7 +257,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueValidation.WStringValueValidationRule.html b/docs/api/AXSharp.Connector.ValueValidation.WStringValueValidationRule.html index 479763fc..00e57afd 100644 --- a/docs/api/AXSharp.Connector.ValueValidation.WStringValueValidationRule.html +++ b/docs/api/AXSharp.Connector.ValueValidation.WStringValueValidationRule.html @@ -133,10 +133,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    WStringValueValidationRule(OnlinerWString)

                    @@ -169,10 +169,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Validate(string, CultureInfo)

                    @@ -234,10 +234,10 @@
                    Overrides
                    @@ -257,7 +257,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueValidation.WordValueValidationRule.html b/docs/api/AXSharp.Connector.ValueValidation.WordValueValidationRule.html index 85d49ae2..7c48b403 100644 --- a/docs/api/AXSharp.Connector.ValueValidation.WordValueValidationRule.html +++ b/docs/api/AXSharp.Connector.ValueValidation.WordValueValidationRule.html @@ -133,10 +133,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    WordValueValidationRule(OnlinerWord)

                    @@ -169,10 +169,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Validate(ushort, CultureInfo)

                    @@ -234,10 +234,10 @@
                    Overrides
                    @@ -257,7 +257,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.ValueValidation.html b/docs/api/AXSharp.Connector.ValueValidation.html index 0124c1ae..b8efe32a 100644 --- a/docs/api/AXSharp.Connector.ValueValidation.html +++ b/docs/api/AXSharp.Connector.ValueValidation.html @@ -202,7 +202,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.WebApiConnectorExtensions.html b/docs/api/AXSharp.Connector.WebApiConnectorExtensions.html index 3e8fbc86..8efd4a82 100644 --- a/docs/api/AXSharp.Connector.WebApiConnectorExtensions.html +++ b/docs/api/AXSharp.Connector.WebApiConnectorExtensions.html @@ -123,10 +123,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    AdjustForLeapDate(long)

                    @@ -170,10 +170,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    AdjustForLeapDateTime(long)

                    @@ -217,10 +217,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateWebApi(ConnectorAdapterBuilder, string, string, string, bool, eTargetProjectPlatform, string)

                    @@ -302,10 +302,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateWebApi(ConnectorAdapterBuilder, string, string, string, Func<HttpRequestMessage, X509Certificate2, X509Chain, SslPolicyErrors, bool>?, bool, eTargetProjectPlatform, string)

                    @@ -400,10 +400,10 @@
                    Returns
                    @@ -423,7 +423,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Connector.html b/docs/api/AXSharp.Connector.html index 68f3bc88..19894334 100644 --- a/docs/api/AXSharp.Connector.html +++ b/docs/api/AXSharp.Connector.html @@ -85,6 +85,8 @@

                    Names

                    Classes

                    +

                    AddedPropertiesAttribute

                    +

                    CompilerOmitsAttribute

                    Prevents ixc builder to create a member for specific group of output type (Shadow, Plain, Onliner).

                    note

                    This attribute must be declared in the PLC code to be effective during build process.

                    @@ -248,7 +250,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Framework.Abstractions.DateTimeProviderBase.html b/docs/api/AXSharp.Framework.Abstractions.DateTimeProviderBase.html index 5bf8c83a..ac94486a 100644 --- a/docs/api/AXSharp.Framework.Abstractions.DateTimeProviderBase.html +++ b/docs/api/AXSharp.Framework.Abstractions.DateTimeProviderBase.html @@ -123,10 +123,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    Now

                    @@ -160,10 +160,10 @@
                    Property Value
                    @@ -183,7 +183,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Framework.Abstractions.DateTimeProviders.html b/docs/api/AXSharp.Framework.Abstractions.DateTimeProviders.html index cf7aff15..25beb806 100644 --- a/docs/api/AXSharp.Framework.Abstractions.DateTimeProviders.html +++ b/docs/api/AXSharp.Framework.Abstractions.DateTimeProviders.html @@ -122,10 +122,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    DateTimeProvider

                    @@ -159,10 +159,10 @@
                    Property Value
                    @@ -182,7 +182,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Framework.Abstractions.StandardDateTimeProvider.html b/docs/api/AXSharp.Framework.Abstractions.StandardDateTimeProvider.html index 1ec225ec..e9371471 100644 --- a/docs/api/AXSharp.Framework.Abstractions.StandardDateTimeProvider.html +++ b/docs/api/AXSharp.Framework.Abstractions.StandardDateTimeProvider.html @@ -123,10 +123,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    Now

                    @@ -162,10 +162,10 @@
                    Overrides
                    @@ -185,7 +185,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Framework.Abstractions.html b/docs/api/AXSharp.Framework.Abstractions.html index 2ef26ffc..8d721419 100644 --- a/docs/api/AXSharp.Framework.Abstractions.html +++ b/docs/api/AXSharp.Framework.Abstractions.html @@ -118,7 +118,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Localizations.Abstractions.TranslatorBase.html b/docs/api/AXSharp.Localizations.Abstractions.TranslatorBase.html index fe584d69..cd0323ef 100644 --- a/docs/api/AXSharp.Localizations.Abstractions.TranslatorBase.html +++ b/docs/api/AXSharp.Localizations.Abstractions.TranslatorBase.html @@ -126,10 +126,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    TranslatorBase()

                    @@ -144,10 +144,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    TranslatorsId

                    @@ -177,10 +177,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Get()

                    @@ -209,10 +209,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Get(Type)

                    @@ -259,10 +259,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    LoadDictionaries(CultureInfo)

                    @@ -293,10 +293,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Translate(string, ITwinObject)

                    @@ -349,10 +349,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Translate(string)

                    @@ -405,10 +405,10 @@
                    Returns
                    @@ -428,7 +428,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Localizations.Abstractions.html b/docs/api/AXSharp.Localizations.Abstractions.html index 41a8bf6f..31a44dee 100644 --- a/docs/api/AXSharp.Localizations.Abstractions.html +++ b/docs/api/AXSharp.Localizations.Abstractions.html @@ -115,7 +115,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Localizations.IdentifierValidator.html b/docs/api/AXSharp.Localizations.IdentifierValidator.html index da443349..ea0d13f3 100644 --- a/docs/api/AXSharp.Localizations.IdentifierValidator.html +++ b/docs/api/AXSharp.Localizations.IdentifierValidator.html @@ -129,10 +129,10 @@
                    Syntax
                    @@ -152,7 +152,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Localizations.LocalizableItem.html b/docs/api/AXSharp.Localizations.LocalizableItem.html index 4d3fbbc1..6bf6c277 100644 --- a/docs/api/AXSharp.Localizations.LocalizableItem.html +++ b/docs/api/AXSharp.Localizations.LocalizableItem.html @@ -125,10 +125,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Key

                    @@ -156,10 +156,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Location

                    @@ -193,10 +193,10 @@
                    Property Value
                    @@ -216,7 +216,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Localizations.Localizables.html b/docs/api/AXSharp.Localizations.Localizables.html index 70c05f7a..4fad3a3d 100644 --- a/docs/api/AXSharp.Localizations.Localizables.html +++ b/docs/api/AXSharp.Localizations.Localizables.html @@ -125,10 +125,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Key

                    @@ -156,10 +156,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Location

                    @@ -187,10 +187,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Used

                    @@ -224,10 +224,10 @@
                    Property Value
                    @@ -247,7 +247,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Localizations.LocalizationHelper.html b/docs/api/AXSharp.Localizations.LocalizationHelper.html index 91543a84..9cc320de 100644 --- a/docs/api/AXSharp.Localizations.LocalizationHelper.html +++ b/docs/api/AXSharp.Localizations.LocalizationHelper.html @@ -125,10 +125,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CleanUpLocalizationTokens(string)

                    @@ -172,10 +172,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetLocalizables(string, List<LocalizableItem>)

                    @@ -234,10 +234,10 @@
                    Returns
                    @@ -257,7 +257,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Localizations.Resx.Translator.html b/docs/api/AXSharp.Localizations.Resx.Translator.html index bd5b0807..fbc6a686 100644 --- a/docs/api/AXSharp.Localizations.Resx.Translator.html +++ b/docs/api/AXSharp.Localizations.Resx.Translator.html @@ -135,10 +135,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Translator()

                    @@ -151,10 +151,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Translator(Type)

                    @@ -187,10 +187,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    TranslatorsId

                    @@ -222,10 +222,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Translate(string, ITwinObject)

                    @@ -280,10 +280,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Translate(string)

                    @@ -336,10 +336,10 @@
                    Overrides
                    @@ -359,7 +359,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Localizations.Resx.html b/docs/api/AXSharp.Localizations.Resx.html index 0def61f6..d4f5a11b 100644 --- a/docs/api/AXSharp.Localizations.Resx.html +++ b/docs/api/AXSharp.Localizations.Resx.html @@ -115,7 +115,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Localizations.html b/docs/api/AXSharp.Localizations.html index 7620cb48..4956632f 100644 --- a/docs/api/AXSharp.Localizations.html +++ b/docs/api/AXSharp.Localizations.html @@ -124,7 +124,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Attributes.PresentationContainerAttribute.html b/docs/api/AXSharp.Presentation.Attributes.PresentationContainerAttribute.html index 0a6a5b23..ffeba22d 100644 --- a/docs/api/AXSharp.Presentation.Attributes.PresentationContainerAttribute.html +++ b/docs/api/AXSharp.Presentation.Attributes.PresentationContainerAttribute.html @@ -88,6 +88,7 @@
                    Inheritance
                    PresentationContainerAttribute
                    +
                    Inherited Members
                    @@ -228,10 +229,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    PresentationContainerAttribute()

                    @@ -243,10 +244,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    PresentationContainerAttribute(string, string)

                    @@ -280,10 +281,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    PresentationContainerAttribute(string, string, object)

                    @@ -324,10 +325,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    Assembly

                    @@ -354,10 +355,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    FullTypeName

                    @@ -384,10 +385,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    ParentHeader

                    @@ -421,10 +422,10 @@
                    Property Value
                    @@ -444,7 +445,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Attributes.PresentationGroupAttribute.html b/docs/api/AXSharp.Presentation.Attributes.PresentationGroupAttribute.html index 2c41032a..7a2673b2 100644 --- a/docs/api/AXSharp.Presentation.Attributes.PresentationGroupAttribute.html +++ b/docs/api/AXSharp.Presentation.Attributes.PresentationGroupAttribute.html @@ -88,6 +88,7 @@
                    Inheritance
                    PresentationGroupAttribute
                    +
                    Inherited Members
                    @@ -228,10 +229,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    PresentationGroupAttribute()

                    @@ -243,10 +244,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    PresentationGroupAttribute(string, string)

                    @@ -280,10 +281,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    PresentationGroupAttribute(string, string, object)

                    @@ -324,10 +325,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    Assembly

                    @@ -354,10 +355,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    FullTypeName

                    @@ -384,10 +385,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    ParentHeader

                    @@ -421,10 +422,10 @@
                    Property Value
                    @@ -444,7 +445,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Attributes.html b/docs/api/AXSharp.Presentation.Attributes.html index 68d8e3ef..40cef3fa 100644 --- a/docs/api/AXSharp.Presentation.Attributes.html +++ b/docs/api/AXSharp.Presentation.Attributes.html @@ -116,7 +116,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.BindableBase.html b/docs/api/AXSharp.Presentation.BindableBase.html index 20852be5..ca9b2232 100644 --- a/docs/api/AXSharp.Presentation.BindableBase.html +++ b/docs/api/AXSharp.Presentation.BindableBase.html @@ -128,10 +128,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    OnPropertyChanged(string)

                    @@ -161,10 +161,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    SetProperty<T>(ref T, T, string)

                    @@ -225,10 +225,10 @@

                    Events

                    | - Edit this page + Edit this page - View Source + View Source

                    PropertyChanged

                    Implementation of PropertyChanged

                    @@ -266,10 +266,10 @@

                    Implements

                    @@ -289,7 +289,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/AXSharp.Presentation.Blazor.Attributes.RenderableBlazorAssemblyAttribute.html b/docs/api/AXSharp.Presentation.Blazor.Attributes.RenderableBlazorAssemblyAttribute.html index aea0b517..b52d06ae 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Attributes.RenderableBlazorAssemblyAttribute.html +++ b/docs/api/AXSharp.Presentation.Blazor.Attributes.RenderableBlazorAssemblyAttribute.html @@ -234,10 +234,10 @@
                    @@ -257,7 +257,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Attributes.html b/docs/api/AXSharp.Presentation.Blazor.Attributes.html index 4e655c68..5fbdaff0 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Attributes.html +++ b/docs/api/AXSharp.Presentation.Blazor.Attributes.html @@ -114,7 +114,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.BlazorGroupLayoutProvider.html b/docs/api/AXSharp.Presentation.Blazor.BlazorGroupLayoutProvider.html index 938539b9..548c3ad1 100644 --- a/docs/api/AXSharp.Presentation.Blazor.BlazorGroupLayoutProvider.html +++ b/docs/api/AXSharp.Presentation.Blazor.BlazorGroupLayoutProvider.html @@ -126,10 +126,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    BlazorGroupLayoutProvider()

                    @@ -144,13 +144,13 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source -

                    GetControl(GroupLayout)

                    +

                    GetControl(GroupLayout)

                    Gets control for given layout.

                    @@ -169,7 +169,7 @@
                    Parameters
                    - GroupLayout + GroupLayout layoutType

                    GroupLayout type

                    @@ -205,10 +205,10 @@

                    Implements

                    @@ -228,7 +228,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.BlazorLayoutProvider.html b/docs/api/AXSharp.Presentation.Blazor.BlazorLayoutProvider.html index 0c47b0d5..ecf515a3 100644 --- a/docs/api/AXSharp.Presentation.Blazor.BlazorLayoutProvider.html +++ b/docs/api/AXSharp.Presentation.Blazor.BlazorLayoutProvider.html @@ -127,10 +127,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    BlazorLayoutProvider()

                    @@ -145,13 +145,13 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source -

                    GetControl(Layout)

                    +

                    GetControl(Layout)

                    Gets control for given layout.

                    @@ -170,7 +170,7 @@
                    Parameters
                    - Layout + Layout layoutType

                    Layout type

                    @@ -206,10 +206,10 @@

                    Implements

                    @@ -229,7 +229,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.BorderLayout.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.BorderLayout.html index efec462b..02852e13 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.BorderLayout.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.BorderLayout.html @@ -134,6 +134,18 @@
                    Inherited Members
                    + + + + @@ -230,7 +242,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.GroupBoxLayout.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.GroupBoxLayout.html index ce546a18..da4048cf 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.GroupBoxLayout.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.GroupBoxLayout.html @@ -134,6 +134,18 @@
                    Inherited Members
                    + + + + @@ -258,7 +270,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.ArrayBorderSetter.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.ArrayBorderSetter.html index f94b67ea..30461639 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.ArrayBorderSetter.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.ArrayBorderSetter.html @@ -127,9 +127,21 @@
                    Inherited Members
                    + + + + @@ -306,7 +318,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.ChildrenLayoutPropSetter.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.ChildrenLayoutPropSetter.html index a5cb5b7d..453c509a 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.ChildrenLayoutPropSetter.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.ChildrenLayoutPropSetter.html @@ -124,9 +124,21 @@
                    Inherited Members
                    + + + + @@ -420,7 +432,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.GroupContainerAttributeSetter.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.GroupContainerAttributeSetter.html index 2345e078..98b4ebdf 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.GroupContainerAttributeSetter.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.GroupContainerAttributeSetter.html @@ -124,9 +124,21 @@
                    Inherited Members
                    + + + + @@ -342,7 +354,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.GroupLayoutSetter.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.GroupLayoutSetter.html index f744e1f3..73c7bdf6 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.GroupLayoutSetter.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.GroupLayoutSetter.html @@ -124,9 +124,21 @@
                    Inherited Members
                    + + + + @@ -472,7 +484,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.MainLayoutSetter.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.MainLayoutSetter.html index 345ae7ec..6d7a6b4f 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.MainLayoutSetter.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.MainLayoutSetter.html @@ -124,9 +124,21 @@
                    Inherited Members
                    + + + + @@ -369,7 +381,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.html index 391a4541..460ff294 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.html @@ -122,7 +122,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.StackPanelLayout.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.StackPanelLayout.html index f6eacf40..1d5c26e9 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.StackPanelLayout.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.StackPanelLayout.html @@ -134,6 +134,18 @@
                    Inherited Members
                    + + + + @@ -258,7 +270,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.TabControlComponents.TabControl.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.TabControlComponents.TabControl.html index d59987f1..4470cbc0 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.TabControlComponents.TabControl.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.TabControlComponents.TabControl.html @@ -124,9 +124,21 @@
                    Inherited Members
                    + + + + @@ -244,9 +256,13 @@
                    Overrides

                    OnAfterRenderAsync(bool)

                    -

                    Method invoked after each time the component has been rendered. Note that the component does -not automatically re-render after the completion of any returned Task, because -that would cause an infinite render loop.

                    +

                    Method invoked after each time the component has been rendered interactively and the UI has finished +updating (for example, after elements have been added to the browser DOM). Any ElementReference +fields will be populated by the time this runs.

                    +

                    This method is not invoked during prerendering or server-side rendering, because those processes +are not attached to any live browser DOM and are already complete before the DOM is updated.

                    +

                    Note that the component does not automatically re-render after the completion of any returned Task, +because that would cause an infinite render loop.

                    Declaration
                    @@ -332,7 +348,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.TabControlComponents.TabPage.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.TabControlComponents.TabPage.html index 7bcb2f67..0439be01 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.TabControlComponents.TabPage.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.TabControlComponents.TabPage.html @@ -124,9 +124,21 @@
                    Inherited Members
                    + + + + @@ -291,7 +303,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.TabControlComponents.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.TabControlComponents.html index 912b69c0..dc13ee46 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.TabControlComponents.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.TabControlComponents.html @@ -116,7 +116,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.TabControlLayout.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.TabControlLayout.html index 7d568785..ce8142e1 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.TabControlLayout.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.TabControlLayout.html @@ -134,6 +134,18 @@
                    Inherited Members
                    + + + + @@ -258,7 +270,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.UniformGridLayout.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.UniformGridLayout.html index 0e24215a..455bddd7 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.UniformGridLayout.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.UniformGridLayout.html @@ -134,6 +134,18 @@
                    Inherited Members
                    + + + + @@ -258,7 +270,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.WrapPanelLayout.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.WrapPanelLayout.html index c0049540..1d412b7a 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.WrapPanelLayout.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.WrapPanelLayout.html @@ -134,6 +134,18 @@
                    Inherited Members
                    + + + + @@ -258,7 +270,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.html index 0aac4d30..e5d22f4a 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Layouts.html @@ -124,7 +124,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.RenderableContent.RenderableComplexComponentBase-1.html b/docs/api/AXSharp.Presentation.Blazor.Controls.RenderableContent.RenderableComplexComponentBase-1.html index 4e13ff73..79faaa79 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.RenderableContent.RenderableComplexComponentBase-1.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.RenderableContent.RenderableComplexComponentBase-1.html @@ -180,9 +180,21 @@
                    Inherited Members
                    + + + + @@ -230,10 +242,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    Component

                    @@ -263,10 +275,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    OnComponentChanged()

                    @@ -305,10 +317,10 @@

                    Implements

                    @@ -328,7 +340,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.RenderableContent.RenderableComponentBase.html b/docs/api/AXSharp.Presentation.Blazor.Controls.RenderableContent.RenderableComponentBase.html index 733e5e70..3fcffd12 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.RenderableContent.RenderableComponentBase.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.RenderableContent.RenderableComponentBase.html @@ -136,9 +136,21 @@
                    Inherited Members
                    + + + + @@ -171,10 +183,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    HasFocus

                    @@ -201,10 +213,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    PolledElements

                    @@ -232,10 +244,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    PollingInterval

                    @@ -263,10 +275,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    RccContainer

                    @@ -297,10 +309,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    AddToPolling(ITwinElement, int)

                    @@ -342,10 +354,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Dispose()

                    @@ -358,10 +370,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    HandlePropertyChanged(object, PropertyChangedEventArgs)

                    @@ -395,10 +407,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    HandlePropertyChangedOnOutFocus(object, PropertyChangedEventArgs)

                    @@ -432,10 +444,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    HandleShadowPropertyChanged(object, ValueChangedEventArgs)

                    @@ -469,10 +481,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    RemovePolledElements()

                    @@ -485,10 +497,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    ShouldBeUpdated(ITwinElement)

                    @@ -532,10 +544,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    UpdateShadowValuesOnChange(ITwinObject)

                    @@ -566,10 +578,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    UpdateShadowValuesOnChange(ITwinPrimitive)

                    @@ -600,10 +612,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    UpdateValuesOnChange(ITwinElement, int)

                    @@ -639,10 +651,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    UpdateValuesOnChangeOutFocus(OnlinerBase)

                    @@ -697,10 +709,10 @@

                    Implements

                    @@ -720,7 +732,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.RenderableContent.RenderableContentControl.html b/docs/api/AXSharp.Presentation.Blazor.Controls.RenderableContent.RenderableContentControl.html index a1e111a0..fa43f057 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.RenderableContent.RenderableContentControl.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.RenderableContent.RenderableContentControl.html @@ -120,9 +120,21 @@
                    Inherited Members
                    + + + + @@ -155,10 +167,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    AttributesHandler

                    @@ -186,10 +198,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Class

                    @@ -218,10 +230,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    ComponentService

                    @@ -249,10 +261,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Context

                    @@ -281,10 +293,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    LayoutChildrenClass

                    @@ -313,10 +325,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    LayoutClass

                    @@ -345,10 +357,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    MainLayoutType

                    @@ -375,10 +387,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    ParentContainer

                    @@ -408,10 +420,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    PollingInterval

                    @@ -441,10 +453,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Presentation

                    @@ -473,10 +485,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    PresentationTemplate

                    @@ -544,10 +556,10 @@
                    Overrides
                    | - Edit this page + Edit this page - View Source + View Source

                    Dispose()

                    @@ -560,10 +572,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    ForceRender()

                    @@ -577,10 +589,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    OnContextChanged()

                    @@ -593,10 +605,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    OnInitialized()

                    @@ -612,10 +624,10 @@
                    Overrides
                    | - Edit this page + Edit this page - View Source + View Source

                    OnParametersSet()

                    @@ -631,10 +643,10 @@
                    Overrides
                    | - Edit this page + Edit this page - View Source + View Source

                    OnPresentationChanged()

                    @@ -646,10 +658,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    ShouldRender()

                    @@ -716,7 +728,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.RenderableContent.RenderableViewModelComponentBase-1.html b/docs/api/AXSharp.Presentation.Blazor.Controls.RenderableContent.RenderableViewModelComponentBase-1.html index 0f9aaafc..ce84caf3 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.RenderableContent.RenderableViewModelComponentBase-1.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.RenderableContent.RenderableViewModelComponentBase-1.html @@ -180,9 +180,21 @@
                    Inherited Members
                    + + + + @@ -230,10 +242,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    TwinContainer

                    @@ -261,10 +273,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    ViewModel

                    @@ -317,10 +329,10 @@

                    Implements

                    @@ -340,7 +352,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.RenderableContent.html b/docs/api/AXSharp.Presentation.Blazor.Controls.RenderableContent.html index 9885bf4a..743742a3 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.RenderableContent.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.RenderableContent.html @@ -124,7 +124,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.Base.Online.TemplateBaseOnline.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.Base.Online.TemplateBaseOnline.html index f97a967d..8be2a427 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.Base.Online.TemplateBaseOnline.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.Base.Online.TemplateBaseOnline.html @@ -127,9 +127,21 @@
                    Inherited Members
                    + + + + @@ -226,7 +238,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.Base.Online.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.Base.Online.html index 20b9bc48..c25d7544 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.Base.Online.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.Base.Online.html @@ -114,7 +114,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.EnumeratorContainerControlView-1.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.EnumeratorContainerControlView-1.html index 99fa573b..32f51fab 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.EnumeratorContainerControlView-1.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.EnumeratorContainerControlView-1.html @@ -204,9 +204,21 @@
                    Inherited Members
                    + + + + @@ -324,7 +336,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.EnumeratorContainerDisplayView-1.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.EnumeratorContainerDisplayView-1.html index 03cb5b3e..b4a756a3 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.EnumeratorContainerDisplayView-1.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.EnumeratorContainerDisplayView-1.html @@ -204,9 +204,21 @@
                    Inherited Members
                    + + + + @@ -324,7 +336,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.EnumeratorContainerShadowControlView-1.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.EnumeratorContainerShadowControlView-1.html index 04614950..8834b090 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.EnumeratorContainerShadowControlView-1.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.EnumeratorContainerShadowControlView-1.html @@ -204,9 +204,21 @@
                    Inherited Members
                    + + + + @@ -324,7 +336,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.EnumeratorContainerShadowDisplayView-1.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.EnumeratorContainerShadowDisplayView-1.html index 2edf7c84..98cf9bad 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.EnumeratorContainerShadowDisplayView-1.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.EnumeratorContainerShadowDisplayView-1.html @@ -204,9 +204,21 @@
                    Inherited Members
                    + + + + @@ -324,7 +336,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.EnumeratorsBaseOnline-1.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.EnumeratorsBaseOnline-1.html index cc8902a0..ebf5e8a4 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.EnumeratorsBaseOnline-1.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.EnumeratorsBaseOnline-1.html @@ -196,9 +196,21 @@
                    Inherited Members
                    + + + + @@ -246,10 +258,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    EnumDiscriminatorAttribute

                    @@ -277,10 +289,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    EnumToIntConverter

                    @@ -307,10 +319,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Names

                    @@ -339,10 +351,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    OnInitializedAsync()

                    @@ -399,10 +411,10 @@

                    Implements

                    @@ -422,7 +434,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.EnumeratorsBaseShadow-1.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.EnumeratorsBaseShadow-1.html index f9e7a681..c4877976 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.EnumeratorsBaseShadow-1.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.EnumeratorsBaseShadow-1.html @@ -196,9 +196,21 @@
                    Inherited Members
                    + + + + @@ -246,10 +258,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    EnumDiscriminatorAttribute

                    @@ -277,10 +289,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    EnumToIntConverter

                    @@ -307,10 +319,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Names

                    @@ -339,10 +351,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    OnInitializedAsync()

                    @@ -399,10 +411,10 @@

                    Implements

                    @@ -422,7 +434,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerBaseControlView-1.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerBaseControlView-1.html index 1ecf5d76..5abd2fb1 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerBaseControlView-1.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerBaseControlView-1.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -315,7 +327,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerBaseDisplayView-1.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerBaseDisplayView-1.html index 977f0b48..3fcea759 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerBaseDisplayView-1.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerBaseDisplayView-1.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -315,7 +327,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerBaseShadowControlView-1.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerBaseShadowControlView-1.html index 26819c8e..7e4ec3be 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerBaseShadowControlView-1.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerBaseShadowControlView-1.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -315,7 +327,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerBaseShadowDisplayView-1.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerBaseShadowDisplayView-1.html index 398fc3ad..a027d926 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerBaseShadowDisplayView-1.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerBaseShadowDisplayView-1.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -315,7 +327,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerBoolControlView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerBoolControlView.html index 3d38f716..e5726283 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerBoolControlView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerBoolControlView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerBoolDisplayView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerBoolDisplayView.html index 97a4f31e..cc548f2a 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerBoolDisplayView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerBoolDisplayView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerBoolShadowControlView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerBoolShadowControlView.html index 41e3087b..c90433c7 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerBoolShadowControlView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerBoolShadowControlView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerBoolShadowDisplayView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerBoolShadowDisplayView.html index cf0066c3..71241fb0 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerBoolShadowDisplayView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerBoolShadowDisplayView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerDateControlView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerDateControlView.html index 6cbdaccb..d3d0ff56 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerDateControlView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerDateControlView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerDateDisplayView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerDateDisplayView.html index fb8cb1c0..1a67b5bd 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerDateDisplayView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerDateDisplayView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerDateShadowControlView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerDateShadowControlView.html index fc3f133a..8d2b3a4b 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerDateShadowControlView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerDateShadowControlView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerDateShadowDisplayView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerDateShadowDisplayView.html index 9e5780c8..97b7aeda 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerDateShadowDisplayView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerDateShadowDisplayView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerDateTimeControlView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerDateTimeControlView.html index 917903d6..a1be7b93 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerDateTimeControlView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerDateTimeControlView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerDateTimeDisplayView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerDateTimeDisplayView.html index b46930e0..e74280e0 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerDateTimeDisplayView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerDateTimeDisplayView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerDateTimeShadowControlView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerDateTimeShadowControlView.html index 10eabe19..35655984 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerDateTimeShadowControlView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerDateTimeShadowControlView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerDateTimeShadowDisplayView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerDateTimeShadowDisplayView.html index 5bc5e45f..a1429fa1 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerDateTimeShadowDisplayView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerDateTimeShadowDisplayView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLDateTimeControlView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLDateTimeControlView.html index 6a8244ae..a02958f5 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLDateTimeControlView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLDateTimeControlView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLDateTimeDisplayView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLDateTimeDisplayView.html index 144b3f80..fc7602b0 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLDateTimeDisplayView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLDateTimeDisplayView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLDateTimeShadowControlView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLDateTimeShadowControlView.html index 2b7c3308..d1e659c9 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLDateTimeShadowControlView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLDateTimeShadowControlView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLDateTimeShadowDisplayView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLDateTimeShadowDisplayView.html index 0ddf5228..2de2a72a 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLDateTimeShadowDisplayView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLDateTimeShadowDisplayView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLRealControlView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLRealControlView.html index 216dac34..f119cead 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLRealControlView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLRealControlView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLRealDisplayView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLRealDisplayView.html index f0cbdd67..918f724c 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLRealDisplayView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLRealDisplayView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLRealShadowControlView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLRealShadowControlView.html index a2ccbd2d..df6dc154 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLRealShadowControlView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLRealShadowControlView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLRealShadowDisplayView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLRealShadowDisplayView.html index 32fcd64a..fb1f7b89 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLRealShadowDisplayView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLRealShadowDisplayView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLTimeControlView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLTimeControlView.html index 3e0551a9..78475b20 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLTimeControlView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLTimeControlView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLTimeDisplayView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLTimeDisplayView.html index 94b3add4..f7eb1fa4 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLTimeDisplayView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLTimeDisplayView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLTimeOfDayControlView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLTimeOfDayControlView.html index 03c5b423..0205355c 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLTimeOfDayControlView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLTimeOfDayControlView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLTimeOfDayDisplayView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLTimeOfDayDisplayView.html index cfc04c7d..6d12ea58 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLTimeOfDayDisplayView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLTimeOfDayDisplayView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLTimeOfDayShadowControlView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLTimeOfDayShadowControlView.html index fe151dfe..f70f6624 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLTimeOfDayShadowControlView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLTimeOfDayShadowControlView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLTimeOfDayShadowDisplayView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLTimeOfDayShadowDisplayView.html index 8073f6a7..cd3708d3 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLTimeOfDayShadowDisplayView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLTimeOfDayShadowDisplayView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLTimeShadowControlView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLTimeShadowControlView.html index fbe3469f..ab566bb8 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLTimeShadowControlView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLTimeShadowControlView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLTimeShadowDisplayView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLTimeShadowDisplayView.html index c115354d..b966deea 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLTimeShadowDisplayView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerLTimeShadowDisplayView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerRealControlView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerRealControlView.html index 4278f52e..ae8577d9 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerRealControlView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerRealControlView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerRealDisplayView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerRealDisplayView.html index 90abf7b6..1064db03 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerRealDisplayView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerRealDisplayView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerRealShadowControlView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerRealShadowControlView.html index b60616c9..f6451a95 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerRealShadowControlView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerRealShadowControlView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerRealShadowDisplayView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerRealShadowDisplayView.html index f8261323..b9cb57c8 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerRealShadowDisplayView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerRealShadowDisplayView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerTimeControlView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerTimeControlView.html index cb4a75f0..e82ff97b 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerTimeControlView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerTimeControlView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerTimeDisplayView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerTimeDisplayView.html index e62bc041..9640a34b 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerTimeDisplayView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerTimeDisplayView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerTimeOfDayControlView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerTimeOfDayControlView.html index c2f4004f..697399de 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerTimeOfDayControlView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerTimeOfDayControlView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerTimeOfDayDisplayView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerTimeOfDayDisplayView.html index 9e7b873a..ad1bc68f 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerTimeOfDayDisplayView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerTimeOfDayDisplayView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerTimeOfDayShadowControlView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerTimeOfDayShadowControlView.html index a35b2ec1..5779b579 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerTimeOfDayShadowControlView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerTimeOfDayShadowControlView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerTimeOfDayShadowDisplayView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerTimeOfDayShadowDisplayView.html index eb2874be..6f19644e 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerTimeOfDayShadowDisplayView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerTimeOfDayShadowDisplayView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerTimeShadowControlView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerTimeShadowControlView.html index 3c08f964..6490de2a 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerTimeShadowControlView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerTimeShadowControlView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerTimeShadowDisplayView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerTimeShadowDisplayView.html index a96f8826..55e4b021 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerTimeShadowDisplayView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.OnlinerTimeShadowDisplayView.html @@ -195,9 +195,21 @@
                    Inherited Members
                    + + + + @@ -300,7 +312,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.TemplateBase-1.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.TemplateBase-1.html index c2f6c4f7..8205ae80 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.TemplateBase-1.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.TemplateBase-1.html @@ -179,9 +179,21 @@
                    Inherited Members
                    + + + + @@ -229,10 +241,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    IsReadOnly

                    @@ -260,10 +272,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    JSRuntime

                    @@ -291,10 +303,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    LastValue

                    @@ -321,10 +333,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Onliner

                    @@ -352,10 +364,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    ToolTipText

                    @@ -382,10 +394,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Value

                    @@ -414,10 +426,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    OnInitializedAsync()

                    @@ -474,10 +486,10 @@

                    Implements

                    @@ -497,7 +509,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.TemplateBase.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.TemplateBase.html index 0bf831de..44a2bffa 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.TemplateBase.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.TemplateBase.html @@ -127,9 +127,21 @@
                    Inherited Members
                    + + + + @@ -226,7 +238,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.TemplateBaseOnline-1.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.TemplateBaseOnline-1.html index ae195216..8437198e 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.TemplateBaseOnline-1.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.TemplateBaseOnline-1.html @@ -217,9 +217,21 @@
                    Inherited Members
                    + + + + @@ -267,10 +279,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    ToolTipText

                    @@ -299,10 +311,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    OnInitializedAsync()

                    @@ -359,10 +371,10 @@

                    Implements

                    @@ -382,7 +394,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.TemplateBaseShadow-1.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.TemplateBaseShadow-1.html index 4d6b1833..79bf4170 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.TemplateBaseShadow-1.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.TemplateBaseShadow-1.html @@ -209,9 +209,21 @@
                    Inherited Members
                    + + + + @@ -259,10 +271,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    Onliner

                    @@ -294,10 +306,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    OnInitializedAsync()

                    @@ -354,10 +366,10 @@

                    Implements

                    @@ -377,7 +389,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.TemplateView.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.TemplateView.html index e48f4af1..e56c1c67 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.TemplateView.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.TemplateView.html @@ -127,9 +127,21 @@
                    Inherited Members
                    + + + + @@ -306,7 +318,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.html b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.html index 6aed8a84..570b5794 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.Templates.html @@ -222,7 +222,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls._Imports.html b/docs/api/AXSharp.Presentation.Blazor.Controls._Imports.html index 1519b8e2..f6cde98b 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls._Imports.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls._Imports.html @@ -127,9 +127,21 @@
                    Inherited Members
                    + + + + @@ -226,7 +238,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Controls.html b/docs/api/AXSharp.Presentation.Blazor.Controls.html index 827c48b7..983ff367 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Controls.html +++ b/docs/api/AXSharp.Presentation.Blazor.Controls.html @@ -114,7 +114,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.EnumToIntConverter.html b/docs/api/AXSharp.Presentation.Blazor.EnumToIntConverter.html index a54ca3f7..d420089b 100644 --- a/docs/api/AXSharp.Presentation.Blazor.EnumToIntConverter.html +++ b/docs/api/AXSharp.Presentation.Blazor.EnumToIntConverter.html @@ -123,10 +123,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    EnumToIntConverter(EnumeratorDiscriminatorAttribute)

                    @@ -157,10 +157,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Convert(object, Type, object, CultureInfo)

                    @@ -225,10 +225,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    ConvertBack(object, Type, object, CultureInfo)

                    @@ -293,10 +293,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetEnumValue(string, EnumeratorDiscriminatorAttribute)

                    @@ -345,10 +345,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetEnumValueString(object, EnumeratorDiscriminatorAttribute)

                    @@ -404,10 +404,10 @@
                    Returns
                    @@ -427,7 +427,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Exceptions.ParameterWrongTypeRendererException.html b/docs/api/AXSharp.Presentation.Blazor.Exceptions.ParameterWrongTypeRendererException.html index e6a8dda9..ca3748c0 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Exceptions.ParameterWrongTypeRendererException.html +++ b/docs/api/AXSharp.Presentation.Blazor.Exceptions.ParameterWrongTypeRendererException.html @@ -98,9 +98,6 @@
                    Inherited Members
                    - @@ -160,10 +157,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    ParameterWrongTypeRendererException()

                    @@ -175,10 +172,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    ParameterWrongTypeRendererException(string)

                    @@ -218,10 +215,10 @@

                    Implements

                    @@ -241,7 +238,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Exceptions.html b/docs/api/AXSharp.Presentation.Blazor.Exceptions.html index 4d942f96..4fc42ba7 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Exceptions.html +++ b/docs/api/AXSharp.Presentation.Blazor.Exceptions.html @@ -114,7 +114,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Group.html b/docs/api/AXSharp.Presentation.Blazor.Group.html index 8ca5d2bf..f6f24c82 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Group.html +++ b/docs/api/AXSharp.Presentation.Blazor.Group.html @@ -123,10 +123,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    Group(Type, Type, string)

                    @@ -167,10 +167,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    GroupElements

                    @@ -197,10 +197,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    GroupLayout

                    @@ -227,10 +227,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    GroupName

                    @@ -257,10 +257,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    ParentLayout

                    @@ -294,10 +294,10 @@
                    Property Value
                    @@ -317,7 +317,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Interfaces.IComponentService.html b/docs/api/AXSharp.Presentation.Blazor.Interfaces.IComponentService.html index 96c7f7c4..08707255 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Interfaces.IComponentService.html +++ b/docs/api/AXSharp.Presentation.Blazor.Interfaces.IComponentService.html @@ -93,10 +93,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetComponent(string)

                    @@ -140,10 +140,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    LoadComponents()

                    @@ -162,10 +162,10 @@
                    Declaration
                    @@ -185,7 +185,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Interfaces.IRenderableComplexComponentBase.html b/docs/api/AXSharp.Presentation.Blazor.Interfaces.IRenderableComplexComponentBase.html index a3f2da77..cfe84d96 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Interfaces.IRenderableComplexComponentBase.html +++ b/docs/api/AXSharp.Presentation.Blazor.Interfaces.IRenderableComplexComponentBase.html @@ -98,10 +98,10 @@
                    @@ -121,7 +121,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Interfaces.IRenderableComponent.html b/docs/api/AXSharp.Presentation.Blazor.Interfaces.IRenderableComponent.html index 74bb1d83..6e225197 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Interfaces.IRenderableComponent.html +++ b/docs/api/AXSharp.Presentation.Blazor.Interfaces.IRenderableComponent.html @@ -93,10 +93,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    AddToPolling(ITwinElement, int)

                    @@ -130,10 +130,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    RemovePolledElements()

                    @@ -153,10 +153,10 @@
                    Declaration
                    @@ -176,7 +176,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Interfaces.IRenderableViewModelBase.html b/docs/api/AXSharp.Presentation.Blazor.Interfaces.IRenderableViewModelBase.html index bcf53b48..3db4018d 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Interfaces.IRenderableViewModelBase.html +++ b/docs/api/AXSharp.Presentation.Blazor.Interfaces.IRenderableViewModelBase.html @@ -98,10 +98,10 @@
                    @@ -121,7 +121,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Interfaces.html b/docs/api/AXSharp.Presentation.Blazor.Interfaces.html index 3d396047..14044828 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Interfaces.html +++ b/docs/api/AXSharp.Presentation.Blazor.Interfaces.html @@ -120,7 +120,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Services.AttributesHandler.html b/docs/api/AXSharp.Presentation.Blazor.Services.AttributesHandler.html index 4928f877..bfe1514e 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Services.AttributesHandler.html +++ b/docs/api/AXSharp.Presentation.Blazor.Services.AttributesHandler.html @@ -123,10 +123,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetEnumeratorDiscriminatorAttribute(ITwinElement)

                    @@ -170,10 +170,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetIgnoreRenderingAttribute(ITwinElement)

                    @@ -210,17 +210,17 @@
                    Returns
                    - RenderIgnoreAttribute + RenderIgnoreAttribute | - Edit this page + Edit this page - View Source + View Source

                    GetPropertyViaSymbol(ITwinElement)

                    @@ -264,10 +264,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetRenderTemplateOverrideAttribute(ITwinElement)

                    @@ -304,7 +304,7 @@
                    Returns
                    - RenderTemplateOverrideAttribute + RenderTemplateOverrideAttribute @@ -318,10 +318,10 @@
                    Returns
                    @@ -341,7 +341,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Services.ComponentService.html b/docs/api/AXSharp.Presentation.Blazor.Services.ComponentService.html index c54861d6..35ebb0e1 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Services.ComponentService.html +++ b/docs/api/AXSharp.Presentation.Blazor.Services.ComponentService.html @@ -124,10 +124,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    ComponentService()

                    @@ -142,10 +142,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    Components

                    @@ -174,10 +174,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetComponent(string)

                    @@ -223,10 +223,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetGenericComponent(string, Type)

                    @@ -277,10 +277,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    LoadComponents()

                    @@ -304,10 +304,10 @@

                    Implements

                    @@ -327,7 +327,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Services.ServicesConfiguration.html b/docs/api/AXSharp.Presentation.Blazor.Services.ServicesConfiguration.html index 8d3a151b..62616315 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Services.ServicesConfiguration.html +++ b/docs/api/AXSharp.Presentation.Blazor.Services.ServicesConfiguration.html @@ -123,10 +123,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    AddIxBlazorServices(IServiceCollection)

                    @@ -162,10 +162,10 @@
                    Parameters
                    @@ -185,7 +185,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Services.ViewModelCacheService.html b/docs/api/AXSharp.Presentation.Blazor.Services.ViewModelCacheService.html index ba713a0a..25674df5 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Services.ViewModelCacheService.html +++ b/docs/api/AXSharp.Presentation.Blazor.Services.ViewModelCacheService.html @@ -122,10 +122,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    ViewModelCacheService()

                    @@ -139,10 +139,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    AddViewModelToCache(string, RenderableViewModelBase)

                    @@ -176,10 +176,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    ClearViewModelCache()

                    @@ -191,10 +191,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateCacheId(string, string, string)

                    @@ -248,10 +248,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetViewModelFromCache(string)

                    @@ -295,10 +295,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    ResetCounter()

                    @@ -317,10 +317,10 @@
                    Declaration
                    @@ -340,7 +340,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.Services.html b/docs/api/AXSharp.Presentation.Blazor.Services.html index c583e0bc..e0c610c9 100644 --- a/docs/api/AXSharp.Presentation.Blazor.Services.html +++ b/docs/api/AXSharp.Presentation.Blazor.Services.html @@ -123,7 +123,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.TwinContainerObject.html b/docs/api/AXSharp.Presentation.Blazor.TwinContainerObject.html index 3ad5979b..aaaf3e93 100644 --- a/docs/api/AXSharp.Presentation.Blazor.TwinContainerObject.html +++ b/docs/api/AXSharp.Presentation.Blazor.TwinContainerObject.html @@ -122,10 +122,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    TwinContainerObject(ITwinObject, string)

                    @@ -161,10 +161,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    Id

                    @@ -191,10 +191,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Twin

                    @@ -228,10 +228,10 @@
                    Property Value
                    @@ -251,7 +251,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.Blazor.html b/docs/api/AXSharp.Presentation.Blazor.html index e4ae6eb3..207c755e 100644 --- a/docs/api/AXSharp.Presentation.Blazor.html +++ b/docs/api/AXSharp.Presentation.Blazor.html @@ -125,7 +125,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.RenderableAssemblyBaseAttribute.html b/docs/api/AXSharp.Presentation.RenderableAssemblyBaseAttribute.html index 9124861e..79ddd7db 100644 --- a/docs/api/AXSharp.Presentation.RenderableAssemblyBaseAttribute.html +++ b/docs/api/AXSharp.Presentation.RenderableAssemblyBaseAttribute.html @@ -235,10 +235,10 @@
                    Syntax
                    @@ -258,7 +258,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.RenderableViewModelBase.html b/docs/api/AXSharp.Presentation.RenderableViewModelBase.html index fbc68a06..9f2c27df 100644 --- a/docs/api/AXSharp.Presentation.RenderableViewModelBase.html +++ b/docs/api/AXSharp.Presentation.RenderableViewModelBase.html @@ -137,10 +137,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    RenderableViewModelBase()

                    @@ -155,10 +155,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    Model

                    @@ -197,10 +197,10 @@

                    Implements

                    @@ -220,7 +220,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.UIExceptions.UIExceptionHandling.AppUiExceptionHandlerDelegate.html b/docs/api/AXSharp.Presentation.UIExceptions.UIExceptionHandling.AppUiExceptionHandlerDelegate.html index 3cc9d0f2..7f2bbecd 100644 --- a/docs/api/AXSharp.Presentation.UIExceptions.UIExceptionHandling.AppUiExceptionHandlerDelegate.html +++ b/docs/api/AXSharp.Presentation.UIExceptions.UIExceptionHandling.AppUiExceptionHandlerDelegate.html @@ -120,10 +120,10 @@
                    Parameters
                    @@ -143,7 +143,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.UIExceptions.UIExceptionHandling.html b/docs/api/AXSharp.Presentation.UIExceptions.UIExceptionHandling.html index aa847424..b453bdfe 100644 --- a/docs/api/AXSharp.Presentation.UIExceptions.UIExceptionHandling.html +++ b/docs/api/AXSharp.Presentation.UIExceptions.UIExceptionHandling.html @@ -122,10 +122,10 @@

                    Fields

                    | - Edit this page + Edit this page - View Source + View Source

                    AppUiExceptionHandler

                    @@ -158,10 +158,10 @@
                    Field Value
                    @@ -181,7 +181,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.UIExceptions.html b/docs/api/AXSharp.Presentation.UIExceptions.html index 5acbb9c5..620aaab7 100644 --- a/docs/api/AXSharp.Presentation.UIExceptions.html +++ b/docs/api/AXSharp.Presentation.UIExceptions.html @@ -119,7 +119,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.Presentation.html b/docs/api/AXSharp.Presentation.html index 131cc86e..4276417f 100644 --- a/docs/api/AXSharp.Presentation.html +++ b/docs/api/AXSharp.Presentation.html @@ -121,7 +121,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.TIA2AXSharp.TIA2AXSharpAdapter.html b/docs/api/AXSharp.TIA2AXSharp.TIA2AXSharpAdapter.html index ecb3558b..9975c9b8 100644 --- a/docs/api/AXSharp.TIA2AXSharp.TIA2AXSharpAdapter.html +++ b/docs/api/AXSharp.TIA2AXSharp.TIA2AXSharpAdapter.html @@ -123,10 +123,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    CreateAdapter(Connector, TIARootObject)

                    @@ -179,10 +179,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateAdapter(Connector, string)

                    @@ -235,10 +235,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateAdapter(WebApiConnector)

                    @@ -285,10 +285,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateTIARootObject(WebApiConnector)

                    @@ -335,10 +335,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateTIARootObject(WebApiConnector, string)

                    @@ -391,10 +391,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateTIARootObject(WebApiConnector, string[])

                    @@ -454,10 +454,10 @@
                    Returns
                    @@ -477,7 +477,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.TIA2AXSharp.TIA2AXSharpSerializer.html b/docs/api/AXSharp.TIA2AXSharp.TIA2AXSharpSerializer.html index 13d600fe..df5c1eec 100644 --- a/docs/api/AXSharp.TIA2AXSharp.TIA2AXSharpSerializer.html +++ b/docs/api/AXSharp.TIA2AXSharp.TIA2AXSharpSerializer.html @@ -123,10 +123,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Deserialize(string)

                    @@ -173,10 +173,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    Serialize(TIARootObject, string)

                    @@ -220,10 +220,10 @@
                    Parameters
                    @@ -243,7 +243,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.TIA2AXSharp.TIABrowseElement.html b/docs/api/AXSharp.TIA2AXSharp.TIABrowseElement.html index 6626f687..3161868e 100644 --- a/docs/api/AXSharp.TIA2AXSharp.TIABrowseElement.html +++ b/docs/api/AXSharp.TIA2AXSharp.TIABrowseElement.html @@ -122,10 +122,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    TIABrowseElement(string, ApiPlcProgramDataType, bool)

                    @@ -166,10 +166,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    Children

                    @@ -196,10 +196,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Datatype

                    @@ -226,10 +226,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    IsNested

                    @@ -256,10 +256,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Symbol

                    @@ -293,10 +293,10 @@
                    Property Value
                    @@ -316,7 +316,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.TIA2AXSharp.TIARootObject.html b/docs/api/AXSharp.TIA2AXSharp.TIARootObject.html index f146d5c4..28423f36 100644 --- a/docs/api/AXSharp.TIA2AXSharp.TIARootObject.html +++ b/docs/api/AXSharp.TIA2AXSharp.TIARootObject.html @@ -122,10 +122,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    TIABrowseElements

                    @@ -159,10 +159,10 @@
                    Property Value
                    @@ -182,7 +182,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.TIA2AXSharp.TIATwinObject.html b/docs/api/AXSharp.TIA2AXSharp.TIATwinObject.html index 4dfe995b..dc717fda 100644 --- a/docs/api/AXSharp.TIA2AXSharp.TIATwinObject.html +++ b/docs/api/AXSharp.TIA2AXSharp.TIATwinObject.html @@ -127,10 +127,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    TIATwinObject(ITwinObject, string, string)

                    @@ -171,10 +171,10 @@

                    Fields

                    | - Edit this page + Edit this page - View Source + View Source

                    _children

                    @@ -200,10 +200,10 @@
                    Field Value
                    | - Edit this page + Edit this page - View Source + View Source

                    _kids

                    @@ -229,10 +229,10 @@
                    Field Value
                    | - Edit this page + Edit this page - View Source + View Source

                    _parent

                    @@ -258,10 +258,10 @@
                    Field Value
                    | - Edit this page + Edit this page - View Source + View Source

                    _primitives

                    @@ -289,10 +289,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    AttributeName

                    @@ -320,10 +320,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    HumanReadable

                    @@ -352,10 +352,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Interpreter

                    @@ -382,10 +382,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Symbol

                    @@ -415,10 +415,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    AddChild(ITwinObject)

                    @@ -452,10 +452,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    AddKid(ITwinElement)

                    @@ -490,10 +490,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    AddValueTag(ITwinPrimitive)

                    @@ -527,10 +527,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    AnyChangeAsync<T>(T)

                    @@ -591,10 +591,10 @@
                    Type Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    GetAttributeName(CultureInfo)

                    @@ -638,10 +638,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetChildren()

                    @@ -669,10 +669,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetConnector()

                    @@ -702,10 +702,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetHumanReadable(CultureInfo)

                    @@ -749,10 +749,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetKids()

                    @@ -780,10 +780,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetParent()

                    @@ -813,10 +813,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetSymbolTail()

                    @@ -844,10 +844,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetValueTags()

                    @@ -875,10 +875,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    OnlineToPlain<T>()

                    @@ -922,10 +922,10 @@
                    Type Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    PlainToOnline<T>(T)

                    @@ -986,10 +986,10 @@
                    Type Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    PlainToShadow<T>(T)

                    @@ -1050,10 +1050,10 @@
                    Type Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Poll()

                    @@ -1066,10 +1066,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    ShadowToPlain<T>()

                    @@ -1188,10 +1188,10 @@

                    Extension Methods

                    @@ -1211,7 +1211,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.TIA2AXSharp.html b/docs/api/AXSharp.TIA2AXSharp.html index 09db8e6d..0419ed4a 100644 --- a/docs/api/AXSharp.TIA2AXSharp.html +++ b/docs/api/AXSharp.TIA2AXSharp.html @@ -124,7 +124,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.ixc_doc.Helpers.YamlHelpers.html b/docs/api/AXSharp.ixc_doc.Helpers.YamlHelpers.html index d95a39f2..176c80c1 100644 --- a/docs/api/AXSharp.ixc_doc.Helpers.YamlHelpers.html +++ b/docs/api/AXSharp.ixc_doc.Helpers.YamlHelpers.html @@ -122,10 +122,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    YamlHelpers()

                    @@ -139,10 +139,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    AddReference(IDeclaration, MyNodeVisitor)

                    @@ -176,10 +176,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    AddReferences(string[], MyNodeVisitor)

                    @@ -213,10 +213,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    AddToTocSchema(MyNodeVisitor, Item, string?)

                    @@ -255,10 +255,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    CanBeFieldInherited(IFieldDeclaration, ITypeDeclaration, ITypeDeclaration)

                    @@ -312,10 +312,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateNamespaceReference(IDeclaration)

                    @@ -359,10 +359,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateNamespaceReference(IFunctionDeclaration)

                    @@ -406,10 +406,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateParametersAndDeclarationString(IList<IVariableDeclaration>, Comments)

                    @@ -458,10 +458,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    FindTocGroup(List<Item>, string)

                    @@ -510,10 +510,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetAssembly(string)

                    @@ -557,10 +557,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetClassFromXml(XmlNode, ref Comments)

                    @@ -594,10 +594,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    GetComments(Location, bool)

                    @@ -646,10 +646,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    GetInheritedMembers(IClassDeclaration)

                    @@ -700,10 +700,10 @@
                    Returns
                    @@ -723,7 +723,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.ixc_doc.Helpers.YamlSerializerHelper.html b/docs/api/AXSharp.ixc_doc.Helpers.YamlSerializerHelper.html index 2a3f01f3..0dc302a5 100644 --- a/docs/api/AXSharp.ixc_doc.Helpers.YamlSerializerHelper.html +++ b/docs/api/AXSharp.ixc_doc.Helpers.YamlSerializerHelper.html @@ -122,10 +122,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    YamlSerializerHelper()

                    @@ -139,10 +139,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    Items

                    @@ -169,10 +169,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    NamespaceChildren

                    @@ -199,10 +199,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    NamespaceItems

                    @@ -229,10 +229,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    NamespaceReferences

                    @@ -259,10 +259,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    References

                    @@ -289,10 +289,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Schema

                    @@ -319,10 +319,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    TocSchema

                    @@ -356,10 +356,10 @@
                    Property Value
                    @@ -379,7 +379,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.ixc_doc.Helpers.html b/docs/api/AXSharp.ixc_doc.Helpers.html index 46b19f98..44e9de52 100644 --- a/docs/api/AXSharp.ixc_doc.Helpers.html +++ b/docs/api/AXSharp.ixc_doc.Helpers.html @@ -116,7 +116,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.ixc_doc.Interfaces.IYamlBuiderVisitor.html b/docs/api/AXSharp.ixc_doc.Interfaces.IYamlBuiderVisitor.html index 96415fcf..b5fb11f3 100644 --- a/docs/api/AXSharp.ixc_doc.Interfaces.IYamlBuiderVisitor.html +++ b/docs/api/AXSharp.ixc_doc.Interfaces.IYamlBuiderVisitor.html @@ -93,10 +93,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    CreateClassYaml(IClassDeclaration, MyNodeVisitor)

                    @@ -130,10 +130,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateEnumTypeYaml(IEnumTypeDeclaration, MyNodeVisitor)

                    @@ -167,10 +167,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateEnumValueYaml(IEnumValueDeclaration, MyNodeVisitor)

                    @@ -204,10 +204,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateFieldYaml(IFieldDeclaration, MyNodeVisitor)

                    @@ -241,10 +241,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateFile(IFileSyntax, MyNodeVisitor)

                    @@ -281,10 +281,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateFunctionYaml(IFunctionDeclaration, MyNodeVisitor)

                    @@ -318,10 +318,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateInterfaceYaml(IInterfaceDeclaration, MyNodeVisitor)

                    @@ -355,10 +355,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateMethodPrototypeYaml(IMethodPrototypeDeclaration, MyNodeVisitor)

                    @@ -392,10 +392,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateMethodYaml(IMethodDeclaration, MyNodeVisitor)

                    @@ -429,10 +429,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateNamedValueTypeYaml(INamedValueTypeDeclaration, MyNodeVisitor)

                    @@ -466,10 +466,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateNamedValueYaml(INamedValueDeclaration, MyNodeVisitor)

                    @@ -503,10 +503,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateNamespaceYaml(INamespaceDeclaration, MyNodeVisitor)

                    @@ -540,10 +540,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateStructuredTypeYaml(IStructuredTypeDeclaration, MyNodeVisitor)

                    @@ -584,10 +584,10 @@
                    Parameters
                    @@ -607,7 +607,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.ixc_doc.Interfaces.html b/docs/api/AXSharp.ixc_doc.Interfaces.html index cb3bc465..2b054800 100644 --- a/docs/api/AXSharp.ixc_doc.Interfaces.html +++ b/docs/api/AXSharp.ixc_doc.Interfaces.html @@ -114,7 +114,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.ixc_doc.Models.Comments.html b/docs/api/AXSharp.ixc_doc.Models.Comments.html index 4b8f9b55..7b0e3390 100644 --- a/docs/api/AXSharp.ixc_doc.Models.Comments.html +++ b/docs/api/AXSharp.ixc_doc.Models.Comments.html @@ -122,10 +122,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    param

                    @@ -152,10 +152,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    remarks

                    @@ -182,10 +182,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    returns

                    @@ -212,10 +212,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    summary

                    @@ -249,10 +249,10 @@
                    Property Value
                    @@ -272,7 +272,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.ixc_doc.Models.MethodParametersModel.html b/docs/api/AXSharp.ixc_doc.Models.MethodParametersModel.html index 5ca18769..c6ed2833 100644 --- a/docs/api/AXSharp.ixc_doc.Models.MethodParametersModel.html +++ b/docs/api/AXSharp.ixc_doc.Models.MethodParametersModel.html @@ -122,10 +122,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    MethodParametersModel(string, string, ITypeDeclaration)

                    @@ -166,10 +166,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    FullName

                    @@ -196,10 +196,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Name

                    @@ -226,10 +226,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Type

                    @@ -263,10 +263,10 @@
                    Property Value
                    @@ -286,7 +286,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.ixc_doc.Models.NamespaceWrapper.html b/docs/api/AXSharp.ixc_doc.Models.NamespaceWrapper.html index b12257d2..19ebc98a 100644 --- a/docs/api/AXSharp.ixc_doc.Models.NamespaceWrapper.html +++ b/docs/api/AXSharp.ixc_doc.Models.NamespaceWrapper.html @@ -122,10 +122,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    NamespaceWrapper(Item)

                    @@ -156,10 +156,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    NamespaceItem

                    @@ -186,10 +186,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    NamespaceReferences

                    @@ -216,10 +216,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    NamespaceTemporaryChildren

                    @@ -253,10 +253,10 @@
                    Property Value
                    @@ -276,7 +276,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.ixc_doc.Models.html b/docs/api/AXSharp.ixc_doc.Models.html index 66fa0389..a96307c2 100644 --- a/docs/api/AXSharp.ixc_doc.Models.html +++ b/docs/api/AXSharp.ixc_doc.Models.html @@ -118,7 +118,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.ixc_doc.Schemas.Item.html b/docs/api/AXSharp.ixc_doc.Schemas.Item.html index 4fcfb664..b9a822f9 100644 --- a/docs/api/AXSharp.ixc_doc.Schemas.Item.html +++ b/docs/api/AXSharp.ixc_doc.Schemas.Item.html @@ -122,10 +122,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    Assemblies

                    @@ -153,10 +153,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Children

                    @@ -184,10 +184,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    CommentId

                    @@ -215,10 +215,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Example

                    @@ -246,10 +246,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    FullName

                    @@ -277,10 +277,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Id

                    @@ -308,10 +308,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Implements

                    @@ -339,10 +339,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Inheritance

                    @@ -370,10 +370,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    InheritedMembers

                    @@ -401,10 +401,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Langs

                    @@ -432,10 +432,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Name

                    @@ -463,10 +463,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    NameWithType

                    @@ -494,10 +494,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Namespace

                    @@ -525,10 +525,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Overload

                    @@ -556,10 +556,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Parent

                    @@ -587,10 +587,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Remarks

                    @@ -618,10 +618,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Source

                    @@ -649,10 +649,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Summary

                    @@ -680,10 +680,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Syntax

                    @@ -711,10 +711,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Type

                    @@ -742,10 +742,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Uid

                    @@ -780,10 +780,10 @@
                    Property Value
                    @@ -803,7 +803,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.ixc_doc.Schemas.Parameter.html b/docs/api/AXSharp.ixc_doc.Schemas.Parameter.html index 081fee0d..12af2f4f 100644 --- a/docs/api/AXSharp.ixc_doc.Schemas.Parameter.html +++ b/docs/api/AXSharp.ixc_doc.Schemas.Parameter.html @@ -122,10 +122,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    Description

                    @@ -153,10 +153,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Id

                    @@ -184,10 +184,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Type

                    @@ -222,10 +222,10 @@
                    Property Value
                    @@ -245,7 +245,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.ixc_doc.Schemas.Reference.html b/docs/api/AXSharp.ixc_doc.Schemas.Reference.html index f98a4273..c194e872 100644 --- a/docs/api/AXSharp.ixc_doc.Schemas.Reference.html +++ b/docs/api/AXSharp.ixc_doc.Schemas.Reference.html @@ -122,10 +122,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    CommentId

                    @@ -153,10 +153,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    FullName

                    @@ -184,10 +184,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    IsExternal

                    @@ -215,10 +215,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Name

                    @@ -246,10 +246,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    NameWithType

                    @@ -277,10 +277,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Parent

                    @@ -308,10 +308,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Uid

                    @@ -346,10 +346,10 @@
                    Property Value
                    @@ -369,7 +369,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.ixc_doc.Schemas.Remote.html b/docs/api/AXSharp.ixc_doc.Schemas.Remote.html index cf80d52d..2d90fddd 100644 --- a/docs/api/AXSharp.ixc_doc.Schemas.Remote.html +++ b/docs/api/AXSharp.ixc_doc.Schemas.Remote.html @@ -122,10 +122,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    Branch

                    @@ -153,10 +153,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Path

                    @@ -184,10 +184,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Repo

                    @@ -222,10 +222,10 @@
                    Property Value
                    @@ -245,7 +245,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.ixc_doc.Schemas.Return.html b/docs/api/AXSharp.ixc_doc.Schemas.Return.html index 1e28186b..16cb6ada 100644 --- a/docs/api/AXSharp.ixc_doc.Schemas.Return.html +++ b/docs/api/AXSharp.ixc_doc.Schemas.Return.html @@ -122,10 +122,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    Description

                    @@ -153,10 +153,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Type

                    @@ -191,10 +191,10 @@
                    Property Value
                    @@ -214,7 +214,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.ixc_doc.Schemas.Source.html b/docs/api/AXSharp.ixc_doc.Schemas.Source.html index a6afa3b5..1f9b4e29 100644 --- a/docs/api/AXSharp.ixc_doc.Schemas.Source.html +++ b/docs/api/AXSharp.ixc_doc.Schemas.Source.html @@ -122,10 +122,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    Id

                    @@ -153,10 +153,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Path

                    @@ -184,10 +184,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Remote

                    @@ -215,10 +215,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    StartLine

                    @@ -253,10 +253,10 @@
                    Property Value
                    @@ -276,7 +276,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.ixc_doc.Schemas.Spec.html b/docs/api/AXSharp.ixc_doc.Schemas.Spec.html index 32c36cb4..274161d0 100644 --- a/docs/api/AXSharp.ixc_doc.Schemas.Spec.html +++ b/docs/api/AXSharp.ixc_doc.Schemas.Spec.html @@ -122,10 +122,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    IsExternal

                    @@ -153,10 +153,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Name

                    @@ -184,10 +184,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Uid

                    @@ -222,10 +222,10 @@
                    Property Value
                    @@ -245,7 +245,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.ixc_doc.Schemas.Syntax.html b/docs/api/AXSharp.ixc_doc.Schemas.Syntax.html index f93efab7..13b90f4e 100644 --- a/docs/api/AXSharp.ixc_doc.Schemas.Syntax.html +++ b/docs/api/AXSharp.ixc_doc.Schemas.Syntax.html @@ -122,10 +122,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    Content

                    @@ -153,10 +153,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    ContentVb

                    @@ -184,10 +184,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Parameters

                    @@ -215,10 +215,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Return

                    @@ -253,10 +253,10 @@
                    Property Value
                    @@ -276,7 +276,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.ixc_doc.Schemas.TocSchema.Item.html b/docs/api/AXSharp.ixc_doc.Schemas.TocSchema.Item.html index 39c7a7fe..9be859fc 100644 --- a/docs/api/AXSharp.ixc_doc.Schemas.TocSchema.Item.html +++ b/docs/api/AXSharp.ixc_doc.Schemas.TocSchema.Item.html @@ -122,10 +122,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    Item(INamespaceDeclaration, string)

                    @@ -159,10 +159,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Item(string, string)

                    @@ -198,10 +198,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    Items

                    @@ -229,10 +229,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Name

                    @@ -260,10 +260,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Uid

                    @@ -298,10 +298,10 @@
                    Property Value
                    @@ -321,7 +321,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.ixc_doc.Schemas.TocSchema.html b/docs/api/AXSharp.ixc_doc.Schemas.TocSchema.html index 9e2186cb..b3de72ed 100644 --- a/docs/api/AXSharp.ixc_doc.Schemas.TocSchema.html +++ b/docs/api/AXSharp.ixc_doc.Schemas.TocSchema.html @@ -122,10 +122,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    Items

                    @@ -160,10 +160,10 @@
                    Property Value
                    @@ -183,7 +183,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.ixc_doc.Schemas.YamlSchema.html b/docs/api/AXSharp.ixc_doc.Schemas.YamlSchema.html index 8688afef..cf9aedd2 100644 --- a/docs/api/AXSharp.ixc_doc.Schemas.YamlSchema.html +++ b/docs/api/AXSharp.ixc_doc.Schemas.YamlSchema.html @@ -122,10 +122,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    Items

                    @@ -153,10 +153,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    References

                    @@ -191,10 +191,10 @@
                    Property Value
                    @@ -214,7 +214,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.ixc_doc.Schemas.html b/docs/api/AXSharp.ixc_doc.Schemas.html index e7153621..8905f7c5 100644 --- a/docs/api/AXSharp.ixc_doc.Schemas.html +++ b/docs/api/AXSharp.ixc_doc.Schemas.html @@ -134,7 +134,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.ixc_doc.Visitors.MyNodeVisitor.html b/docs/api/AXSharp.ixc_doc.Visitors.MyNodeVisitor.html index 27e4bfc4..d726748f 100644 --- a/docs/api/AXSharp.ixc_doc.Visitors.MyNodeVisitor.html +++ b/docs/api/AXSharp.ixc_doc.Visitors.MyNodeVisitor.html @@ -126,10 +126,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    MyNodeVisitor(AxProject?)

                    @@ -160,10 +160,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    YamlHelper

                    @@ -192,10 +192,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    MapYamlHelperToSchema()

                    @@ -207,10 +207,10 @@
                    Declaration
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(IClassDeclaration, IYamlBuiderVisitor)

                    @@ -244,10 +244,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(IConfigurationDeclaration, IYamlBuiderVisitor)

                    @@ -281,10 +281,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(IDocComment, IYamlBuiderVisitor)

                    @@ -318,10 +318,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(IEnumValueDeclaration, IYamlBuiderVisitor)

                    @@ -355,10 +355,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(IFieldDeclaration, IYamlBuiderVisitor)

                    @@ -392,10 +392,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(IFunctionBlockDeclaration, IYamlBuiderVisitor)

                    @@ -429,10 +429,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(IFunctionDeclaration, IYamlBuiderVisitor)

                    @@ -466,10 +466,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(IInterfaceDeclaration, IYamlBuiderVisitor)

                    @@ -503,10 +503,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(IMethodDeclaration, IYamlBuiderVisitor)

                    @@ -540,10 +540,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(IMethodPrototypeDeclaration, IYamlBuiderVisitor)

                    @@ -577,10 +577,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(INamedValueDeclaration, IYamlBuiderVisitor)

                    @@ -614,10 +614,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(INamespaceDeclaration, IYamlBuiderVisitor)

                    @@ -651,10 +651,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(IProgramConfigurationDeclaration, IYamlBuiderVisitor)

                    @@ -688,10 +688,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(IProgramDeclaration, IYamlBuiderVisitor)

                    @@ -725,10 +725,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ITaskConfigurationDeclaration, IYamlBuiderVisitor)

                    @@ -762,10 +762,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ITaskDeclaration, IYamlBuiderVisitor)

                    @@ -799,10 +799,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(IUsingDirective, IYamlBuiderVisitor)

                    @@ -836,10 +836,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(IVariableDeclaration, IYamlBuiderVisitor)

                    @@ -873,10 +873,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(IArrayTypeDeclaration, IYamlBuiderVisitor)

                    @@ -910,10 +910,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(IDimension, IYamlBuiderVisitor)

                    @@ -947,10 +947,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(IEnumTypeDeclaration, IYamlBuiderVisitor)

                    @@ -984,10 +984,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(INamedValueTypeDeclaration, IYamlBuiderVisitor)

                    @@ -1021,10 +1021,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(IReferenceTypeDeclaration, IYamlBuiderVisitor)

                    @@ -1058,10 +1058,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(IScalarTypeDeclaration, IYamlBuiderVisitor)

                    @@ -1095,10 +1095,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(IStringTypeDeclaration, IYamlBuiderVisitor)

                    @@ -1132,10 +1132,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(IStructuredTypeDeclaration, IYamlBuiderVisitor)

                    @@ -1169,10 +1169,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(IConditionalInstructionList, IYamlBuiderVisitor)

                    @@ -1206,10 +1206,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(IPartialAccessExpression, IYamlBuiderVisitor)

                    @@ -1243,10 +1243,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(IPartialSemanticTree, IYamlBuiderVisitor)

                    @@ -1280,10 +1280,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISemanticArrayAccessExpression, IYamlBuiderVisitor)

                    @@ -1317,10 +1317,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISemanticAsmStatement, IYamlBuiderVisitor)

                    @@ -1354,10 +1354,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISemanticAssignmentAttemptInstruction, IYamlBuiderVisitor)

                    @@ -1391,10 +1391,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISemanticAssignmentInstruction, IYamlBuiderVisitor)

                    @@ -1428,10 +1428,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISemanticBinaryExpression, IYamlBuiderVisitor)

                    @@ -1465,10 +1465,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISemanticCallExpression, IYamlBuiderVisitor)

                    @@ -1502,10 +1502,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISemanticCaseSelectionStatement, IYamlBuiderVisitor)

                    @@ -1539,10 +1539,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISemanticCaseStatement, IYamlBuiderVisitor)

                    @@ -1576,10 +1576,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISemanticConstantExpression, IYamlBuiderVisitor)

                    @@ -1613,10 +1613,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISemanticContinueInstruction, IYamlBuiderVisitor)

                    @@ -1650,10 +1650,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISemanticEmptyInstruction, IYamlBuiderVisitor)

                    @@ -1687,10 +1687,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISemanticExitInstruction, IYamlBuiderVisitor)

                    @@ -1724,10 +1724,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISemanticExpressionInstruction, IYamlBuiderVisitor)

                    @@ -1761,10 +1761,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISemanticForStatement, IYamlBuiderVisitor)

                    @@ -1798,10 +1798,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISemanticIdentifierAccess, IYamlBuiderVisitor)

                    @@ -1835,10 +1835,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISemanticIfConditionalStatement, IYamlBuiderVisitor)

                    @@ -1872,10 +1872,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISemanticInstructionList, IYamlBuiderVisitor)

                    @@ -1909,10 +1909,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISemanticMemberAccessExpression, IYamlBuiderVisitor)

                    @@ -1946,10 +1946,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISemanticParameterAssignment, IYamlBuiderVisitor)

                    @@ -1983,10 +1983,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISemanticParameterList, IYamlBuiderVisitor)

                    @@ -2020,10 +2020,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISemanticQualifiedEnumAccess, IYamlBuiderVisitor)

                    @@ -2057,10 +2057,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISemanticRepeatStatement, IYamlBuiderVisitor)

                    @@ -2094,10 +2094,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISemanticReturnStatement, IYamlBuiderVisitor)

                    @@ -2131,10 +2131,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISemanticSubrange, IYamlBuiderVisitor)

                    @@ -2168,10 +2168,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISemanticTypeAccess, IYamlBuiderVisitor)

                    @@ -2205,10 +2205,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISemanticUnaryExpression, IYamlBuiderVisitor)

                    @@ -2242,10 +2242,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISemanticUnsafeAssignmentInstruction, IYamlBuiderVisitor)

                    @@ -2279,10 +2279,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISemanticWhileStatement, IYamlBuiderVisitor)

                    @@ -2316,10 +2316,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISemanticArrayInitializer, IYamlBuiderVisitor)

                    @@ -2353,10 +2353,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISemanticInitializerExpression, IYamlBuiderVisitor)

                    @@ -2390,10 +2390,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISemanticMemberInitializer, IYamlBuiderVisitor)

                    @@ -2427,10 +2427,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISemanticStructureInitializer, IYamlBuiderVisitor)

                    @@ -2464,10 +2464,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(IPragma, IYamlBuiderVisitor)

                    @@ -2501,10 +2501,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    Visit(ISymbol, IYamlBuiderVisitor)

                    @@ -2549,10 +2549,10 @@

                    Implements

                    @@ -2572,7 +2572,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.ixc_doc.Visitors.YamlBuilder.html b/docs/api/AXSharp.ixc_doc.Visitors.YamlBuilder.html index a7daa218..4dd4e7bb 100644 --- a/docs/api/AXSharp.ixc_doc.Visitors.YamlBuilder.html +++ b/docs/api/AXSharp.ixc_doc.Visitors.YamlBuilder.html @@ -126,10 +126,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    CreateClassYaml(IClassDeclaration, MyNodeVisitor)

                    @@ -163,10 +163,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateEnumTypeYaml(IEnumTypeDeclaration, MyNodeVisitor)

                    @@ -200,10 +200,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateEnumValueYaml(IEnumValueDeclaration, MyNodeVisitor)

                    @@ -237,10 +237,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateFieldYaml(IFieldDeclaration, MyNodeVisitor)

                    @@ -274,10 +274,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateFunctionYaml(IFunctionDeclaration, MyNodeVisitor)

                    @@ -311,10 +311,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateInterfaceYaml(IInterfaceDeclaration, MyNodeVisitor)

                    @@ -348,10 +348,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateMethodPrototypeYaml(IMethodPrototypeDeclaration, MyNodeVisitor)

                    @@ -385,10 +385,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateMethodYaml(IMethodDeclaration, MyNodeVisitor)

                    @@ -422,10 +422,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateNamedValueTypeYaml(INamedValueTypeDeclaration, MyNodeVisitor)

                    @@ -459,10 +459,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateNamedValueYaml(INamedValueDeclaration, MyNodeVisitor)

                    @@ -496,10 +496,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateNamespaceYaml(INamespaceDeclaration, MyNodeVisitor)

                    @@ -533,10 +533,10 @@
                    Parameters
                    | - Edit this page + Edit this page - View Source + View Source

                    CreateStructuredTypeYaml(IStructuredTypeDeclaration, MyNodeVisitor)

                    @@ -581,10 +581,10 @@

                    Implements

                    @@ -604,7 +604,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.ixc_doc.Visitors.html b/docs/api/AXSharp.ixc_doc.Visitors.html index e857cad1..6079a6a8 100644 --- a/docs/api/AXSharp.ixc_doc.Visitors.html +++ b/docs/api/AXSharp.ixc_doc.Visitors.html @@ -116,7 +116,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.ixr_doc.LocalizedStringWrapper.html b/docs/api/AXSharp.ixr_doc.LocalizedStringWrapper.html index 909ade66..9d729529 100644 --- a/docs/api/AXSharp.ixr_doc.LocalizedStringWrapper.html +++ b/docs/api/AXSharp.ixr_doc.LocalizedStringWrapper.html @@ -122,10 +122,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    LocalizedStringWrapper()

                    @@ -139,10 +139,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    LocalizedStringsDictionary

                    @@ -171,10 +171,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    GetRawTextFromLocalizedString(string)

                    @@ -218,10 +218,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    IsAttributeNamePragmaToken(string)

                    @@ -265,10 +265,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    IsValidId(string)

                    @@ -312,10 +312,10 @@
                    Returns
                    | - Edit this page + Edit this page - View Source + View Source

                    TryToGetLocalizedStrings(string)

                    @@ -366,10 +366,10 @@
                    Returns
                    @@ -389,7 +389,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.ixr_doc.ResxManager.html b/docs/api/AXSharp.ixr_doc.ResxManager.html index 1e5b1713..c2126495 100644 --- a/docs/api/AXSharp.ixr_doc.ResxManager.html +++ b/docs/api/AXSharp.ixr_doc.ResxManager.html @@ -123,10 +123,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    AddResourcesFromDictionary(string, string, Dictionary<string, StringValueWrapper>)

                    @@ -175,10 +175,10 @@
                    Parameters
                    @@ -198,7 +198,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.ixr_doc.StringValueWrapper.html b/docs/api/AXSharp.ixr_doc.StringValueWrapper.html index ed3fa295..f5bd469e 100644 --- a/docs/api/AXSharp.ixr_doc.StringValueWrapper.html +++ b/docs/api/AXSharp.ixr_doc.StringValueWrapper.html @@ -122,10 +122,10 @@

                    Constructors

                    | - Edit this page + Edit this page - View Source + View Source

                    StringValueWrapper(string, string, int)

                    @@ -166,10 +166,10 @@

                    Properties

                    | - Edit this page + Edit this page - View Source + View Source

                    FileName

                    @@ -196,10 +196,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    Line

                    @@ -226,10 +226,10 @@
                    Property Value
                    | - Edit this page + Edit this page - View Source + View Source

                    RawValue

                    @@ -263,10 +263,10 @@
                    Property Value
                    @@ -286,7 +286,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.ixr_doc.SymbolMappings.html b/docs/api/AXSharp.ixr_doc.SymbolMappings.html index 1ddff1e0..336190a5 100644 --- a/docs/api/AXSharp.ixr_doc.SymbolMappings.html +++ b/docs/api/AXSharp.ixr_doc.SymbolMappings.html @@ -124,10 +124,10 @@

                    Fields

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Mappings

                    @@ -155,10 +155,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    TryToGetValueByChar(char)

                    @@ -208,10 +208,10 @@
                    Returns
                    @@ -231,7 +231,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/AXSharp.ixr_doc.html b/docs/api/AXSharp.ixr_doc.html index 78579f47..26e326ba 100644 --- a/docs/api/AXSharp.ixr_doc.html +++ b/docs/api/AXSharp.ixr_doc.html @@ -119,7 +119,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/IX.Compiler.Core.IxNodeVisitor.html b/docs/api/IX.Compiler.Core.IxNodeVisitor.html index b2789342..938c3a8d 100644 --- a/docs/api/IX.Compiler.Core.IxNodeVisitor.html +++ b/docs/api/IX.Compiler.Core.IxNodeVisitor.html @@ -135,10 +135,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IxNodeVisitor()

                    @@ -152,10 +152,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IxNodeVisitor(Compilation)

                    @@ -199,10 +199,10 @@

                    Implements

                    @@ -222,7 +222,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/IX.Compiler.Core_1.html b/docs/api/IX.Compiler.Core_1.html index 574ea0e2..7e277324 100644 --- a/docs/api/IX.Compiler.Core_1.html +++ b/docs/api/IX.Compiler.Core_1.html @@ -120,7 +120,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Abstractions.Presentation.EmptyGroupProvider.html b/docs/api/Ix.Abstractions.Presentation.EmptyGroupProvider.html index c3c046c2..55889f69 100644 --- a/docs/api/Ix.Abstractions.Presentation.EmptyGroupProvider.html +++ b/docs/api/Ix.Abstractions.Presentation.EmptyGroupProvider.html @@ -128,10 +128,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetControl(GroupLayout)

                    @@ -185,10 +185,10 @@

                    Implements

                    @@ -208,7 +208,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Abstractions.Presentation.EmptyPresentationProvider.html b/docs/api/Ix.Abstractions.Presentation.EmptyPresentationProvider.html index 066c8d8b..da77996c 100644 --- a/docs/api/Ix.Abstractions.Presentation.EmptyPresentationProvider.html +++ b/docs/api/Ix.Abstractions.Presentation.EmptyPresentationProvider.html @@ -128,10 +128,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetControl(Layout)

                    @@ -185,10 +185,10 @@

                    Implements

                    @@ -208,7 +208,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Abstractions.Presentation.IGroupLayoutProvider.html b/docs/api/Ix.Abstractions.Presentation.IGroupLayoutProvider.html index 465abe1b..6957bc4f 100644 --- a/docs/api/Ix.Abstractions.Presentation.IGroupLayoutProvider.html +++ b/docs/api/Ix.Abstractions.Presentation.IGroupLayoutProvider.html @@ -95,10 +95,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetControl(GroupLayout)

                    @@ -148,10 +148,10 @@
                    Returns
                    @@ -171,7 +171,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Abstractions.Presentation.ILayoutProvider.html b/docs/api/Ix.Abstractions.Presentation.ILayoutProvider.html index 1e9c9eb1..b3bfa1bb 100644 --- a/docs/api/Ix.Abstractions.Presentation.ILayoutProvider.html +++ b/docs/api/Ix.Abstractions.Presentation.ILayoutProvider.html @@ -95,10 +95,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetControl(Layout)

                    @@ -148,10 +148,10 @@
                    Returns
                    @@ -171,7 +171,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Abstractions.Presentation.PresentationProvider.html b/docs/api/Ix.Abstractions.Presentation.PresentationProvider.html index 7cb16997..165e021b 100644 --- a/docs/api/Ix.Abstractions.Presentation.PresentationProvider.html +++ b/docs/api/Ix.Abstractions.Presentation.PresentationProvider.html @@ -124,10 +124,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Get

                    @@ -154,10 +154,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GroupLayoutProvider

                    @@ -184,10 +184,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    LayoutProvider

                    @@ -216,10 +216,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Create(ILayoutProvider, IGroupLayoutProvider)

                    @@ -274,10 +274,10 @@
                    Returns
                    @@ -297,7 +297,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Abstractions.Presentation.PresentationProviderNotAssignedException.html b/docs/api/Ix.Abstractions.Presentation.PresentationProviderNotAssignedException.html index f722c0db..51b665f9 100644 --- a/docs/api/Ix.Abstractions.Presentation.PresentationProviderNotAssignedException.html +++ b/docs/api/Ix.Abstractions.Presentation.PresentationProviderNotAssignedException.html @@ -162,10 +162,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    PresentationProviderNotAssignedException()

                    @@ -178,10 +178,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    PresentationProviderNotAssignedException(SerializationInfo, StreamingContext)

                    @@ -239,10 +239,10 @@
                    Exceptions
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    PresentationProviderNotAssignedException(string, Exception)

                    @@ -279,10 +279,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    PresentationProviderNotAssignedException(string)

                    @@ -321,10 +321,10 @@

                    Implements

                    @@ -344,7 +344,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Abstractions.Presentation.html b/docs/api/Ix.Abstractions.Presentation.html index 939e8769..d2ca1f36 100644 --- a/docs/api/Ix.Abstractions.Presentation.html +++ b/docs/api/Ix.Abstractions.Presentation.html @@ -126,7 +126,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.Apax.html b/docs/api/Ix.Compiler.Apax.html index 9079c983..c13d383c 100644 --- a/docs/api/Ix.Compiler.Apax.html +++ b/docs/api/Ix.Compiler.Apax.html @@ -125,10 +125,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Apax()

                    @@ -144,10 +144,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Dependencies

                    @@ -175,10 +175,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    DevDependencies

                    @@ -206,10 +206,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Files

                    @@ -237,10 +237,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Name

                    @@ -268,10 +268,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Targets

                    @@ -299,10 +299,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Type

                    @@ -330,10 +330,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Version

                    @@ -363,10 +363,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateApax(string)

                    @@ -427,10 +427,10 @@
                    Exceptions
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    UpdateVersion(string, string)

                    @@ -488,10 +488,10 @@
                    Exceptions
                    @@ -511,7 +511,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.AxProject.html b/docs/api/Ix.Compiler.AxProject.html index b0980dd3..ac6f0faf 100644 --- a/docs/api/Ix.Compiler.AxProject.html +++ b/docs/api/Ix.Compiler.AxProject.html @@ -125,10 +125,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AxProject(string, string[])

                    @@ -170,10 +170,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AxProject(string)

                    @@ -211,10 +211,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IxReferences

                    @@ -242,10 +242,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ProjectFile

                    @@ -273,10 +273,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ProjectFolder

                    @@ -304,10 +304,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ProjectInfo

                    @@ -335,10 +335,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Sources

                    @@ -366,10 +366,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SrcFolder

                    @@ -403,10 +403,10 @@
                    Property Value
                    @@ -426,7 +426,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.Core.ICombinedThreeVisitor.html b/docs/api/Ix.Compiler.Core.ICombinedThreeVisitor.html index ac3b5b66..0edc3b21 100644 --- a/docs/api/Ix.Compiler.Core.ICombinedThreeVisitor.html +++ b/docs/api/Ix.Compiler.Core.ICombinedThreeVisitor.html @@ -96,10 +96,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateArrayTypeDeclaration(IArrayTypeDeclaration, IxNodeVisitor)

                    @@ -136,10 +136,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateClassDeclaration(IClassDeclaration, IxNodeVisitor)

                    @@ -176,10 +176,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateClassDeclaration(IClassDeclarationSyntax, IClassDeclaration, IxNodeVisitor)

                    @@ -223,10 +223,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateConfigDeclaration(IConfigurationDeclaration, IxNodeVisitor)

                    @@ -263,10 +263,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateConfigDeclaration(IConfigDeclarationSyntax, IConfigurationDeclaration, IxNodeVisitor)

                    @@ -309,10 +309,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateEnumTypeDeclaration(IEnumTypeDeclaration, IxNodeVisitor)

                    @@ -349,10 +349,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateEnumTypeDeclaration(IEnumTypeDeclarationSyntax, ITypeDeclaration, IxNodeVisitor)

                    @@ -395,10 +395,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateFieldDeclaration(IFieldDeclaration, IxNodeVisitor)

                    @@ -435,10 +435,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateFile(IFileSyntax, IxNodeVisitor)

                    @@ -475,10 +475,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateImplementsList(IImplementsListSyntax, ICombinedThreeVisitor)

                    @@ -515,10 +515,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateInterfaceDeclaration(IInterfaceDeclaration, IxNodeVisitor)

                    @@ -555,10 +555,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateInterfaceDeclaration(IInterfaceDeclarationSyntax, IInterfaceDeclaration, IxNodeVisitor)

                    @@ -601,10 +601,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateNamedValueTypeDeclaration(INamedValueTypeDeclaration, IxNodeVisitor)

                    @@ -641,10 +641,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateNamedValueTypeDeclaration(INamedValueTypeDeclarationSyntax, INamedValueTypeDeclaration, IxNodeVisitor)

                    @@ -687,10 +687,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateNamespaceDeclaration(INamespaceDeclarationSyntax, IxNodeVisitor)

                    @@ -727,10 +727,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreatePragma(IPragma, ICombinedThreeVisitor)

                    @@ -767,10 +767,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateReferenceToDeclaration(IReferenceTypeDeclaration, IxNodeVisitor)

                    @@ -807,10 +807,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateScalarTypeDeclaration(IScalarTypeDeclaration, IxNodeVisitor)

                    @@ -847,10 +847,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateSemanticTypeAccess(ISemanticTypeAccess, IxNodeVisitor)

                    @@ -887,10 +887,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateStringTypeDeclaration(IStringTypeDeclaration, IxNodeVisitor)

                    @@ -927,10 +927,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateStructuredType(IStructuredTypeDeclaration, IxNodeVisitor)

                    @@ -967,10 +967,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateStructuredType(IStructTypeDeclarationSyntax, IStructuredTypeDeclaration, IxNodeVisitor)

                    @@ -1013,10 +1013,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateUsingDirective(IUsingDirectiveSyntax, ICombinedThreeVisitor)

                    @@ -1053,10 +1053,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateVariableDeclaration(IVariableDeclaration, IxNodeVisitor)

                    @@ -1099,10 +1099,10 @@
                    Parameters
                    @@ -1122,7 +1122,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.Core.ISourceBuilder.html b/docs/api/Ix.Compiler.Core.ISourceBuilder.html index cccb5bb6..1062e532 100644 --- a/docs/api/Ix.Compiler.Core.ISourceBuilder.html +++ b/docs/api/Ix.Compiler.Core.ISourceBuilder.html @@ -96,10 +96,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuilderType

                    @@ -128,10 +128,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Compilation

                    @@ -159,10 +159,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Group

                    @@ -191,10 +191,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Output

                    @@ -222,10 +222,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OutputFileSuffix

                    @@ -259,10 +259,10 @@
                    Property Value
                    @@ -282,7 +282,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.Core.SemanticsHelpers.html b/docs/api/Ix.Compiler.Core.SemanticsHelpers.html index 71307460..12a80db2 100644 --- a/docs/api/Ix.Compiler.Core.SemanticsHelpers.html +++ b/docs/api/Ix.Compiler.Core.SemanticsHelpers.html @@ -125,10 +125,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IsMemberEligibleForConstructor(IFieldDeclaration, Compilation)

                    @@ -181,10 +181,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IsMemberEligibleForConstructor(IVariableDeclaration, Compilation)

                    @@ -237,10 +237,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IsMemberEligibleForConstructor(IArrayTypeDeclaration, Compilation)

                    @@ -290,10 +290,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IsMemberEligibleForTranspile(IFieldDeclaration, Compilation)

                    @@ -346,10 +346,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IsMemberEligibleForTranspile(IVariableDeclaration, Compilation)

                    @@ -402,10 +402,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IsTypeEligibleForTranspile(ITypeDeclaration, Compilation)

                    @@ -461,10 +461,10 @@
                    Returns
                    @@ -484,7 +484,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.Core.TypeNotFoundInSemanticTreeException.html b/docs/api/Ix.Compiler.Core.TypeNotFoundInSemanticTreeException.html index a12ae565..0e8ebcda 100644 --- a/docs/api/Ix.Compiler.Core.TypeNotFoundInSemanticTreeException.html +++ b/docs/api/Ix.Compiler.Core.TypeNotFoundInSemanticTreeException.html @@ -164,10 +164,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    TypeNotFoundInSemanticTreeException()

                    @@ -180,10 +180,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    TypeNotFoundInSemanticTreeException(SerializationInfo, StreamingContext)

                    @@ -245,10 +245,10 @@
                    Exceptions
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    TypeNotFoundInSemanticTreeException(string, Exception)

                    @@ -287,10 +287,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    TypeNotFoundInSemanticTreeException(string)

                    @@ -332,10 +332,10 @@

                    Implements

                    @@ -355,7 +355,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.Core.html b/docs/api/Ix.Compiler.Core.html index 99778d98..fe11fb58 100644 --- a/docs/api/Ix.Compiler.Core.html +++ b/docs/api/Ix.Compiler.Core.html @@ -123,7 +123,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.Cs.Exceptions.FailedGettingPackageReferenceException.html b/docs/api/Ix.Compiler.Cs.Exceptions.FailedGettingPackageReferenceException.html index 184cb6f9..1748ef1a 100644 --- a/docs/api/Ix.Compiler.Cs.Exceptions.FailedGettingPackageReferenceException.html +++ b/docs/api/Ix.Compiler.Cs.Exceptions.FailedGettingPackageReferenceException.html @@ -163,10 +163,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    FailedGettingPackageReferenceException(string, Exception)

                    @@ -210,10 +210,10 @@

                    Implements

                    @@ -233,7 +233,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.Cs.Exceptions.FailedToRetrievePackageReferenceException.html b/docs/api/Ix.Compiler.Cs.Exceptions.FailedToRetrievePackageReferenceException.html index 265c3868..31808eea 100644 --- a/docs/api/Ix.Compiler.Cs.Exceptions.FailedToRetrievePackageReferenceException.html +++ b/docs/api/Ix.Compiler.Cs.Exceptions.FailedToRetrievePackageReferenceException.html @@ -164,10 +164,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    FailedToRetrievePackageReferenceException(string, Exception)

                    @@ -214,10 +214,10 @@

                    Implements

                    @@ -237,7 +237,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.Cs.Exceptions.PrimitiveTypeNotRecognizedException.html b/docs/api/Ix.Compiler.Cs.Exceptions.PrimitiveTypeNotRecognizedException.html index aa5f8eea..81a33b16 100644 --- a/docs/api/Ix.Compiler.Cs.Exceptions.PrimitiveTypeNotRecognizedException.html +++ b/docs/api/Ix.Compiler.Cs.Exceptions.PrimitiveTypeNotRecognizedException.html @@ -163,10 +163,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    PrimitiveTypeNotRecognizedException(string)

                    @@ -205,10 +205,10 @@

                    Implements

                    @@ -228,7 +228,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.Cs.Exceptions.html b/docs/api/Ix.Compiler.Cs.Exceptions.html index 0183377c..b1f177a7 100644 --- a/docs/api/Ix.Compiler.Cs.Exceptions.html +++ b/docs/api/Ix.Compiler.Cs.Exceptions.html @@ -119,7 +119,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.Cs.Onliner.CsOnlinerSourceBuilder.html b/docs/api/Ix.Compiler.Cs.Onliner.CsOnlinerSourceBuilder.html index 4bb0d6b8..ce8edf25 100644 --- a/docs/api/Ix.Compiler.Cs.Onliner.CsOnlinerSourceBuilder.html +++ b/docs/api/Ix.Compiler.Cs.Onliner.CsOnlinerSourceBuilder.html @@ -130,10 +130,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CsOnlinerSourceBuilder(IxProject, Compilation)

                    @@ -172,10 +172,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuilderType

                    @@ -204,10 +204,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Compilation

                    @@ -235,10 +235,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Group

                    @@ -267,10 +267,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Output

                    @@ -298,10 +298,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OutputFileSuffix

                    @@ -331,10 +331,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateArrayTypeDeclaration(IArrayTypeDeclaration, IxNodeVisitor)

                    @@ -371,10 +371,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateClassDeclaration(IClassDeclarationSyntax, IClassDeclaration, IxNodeVisitor)

                    @@ -418,10 +418,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateConfigDeclaration(IConfigurationDeclaration, IxNodeVisitor)

                    @@ -457,10 +457,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateConfigDeclaration(IConfigDeclarationSyntax, IConfigurationDeclaration, IxNodeVisitor)

                    @@ -503,10 +503,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateEnumTypeDeclaration(IEnumTypeDeclarationSyntax, ITypeDeclaration, IxNodeVisitor)

                    @@ -549,10 +549,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateFile(IFileSyntax, IxNodeVisitor)

                    @@ -589,10 +589,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateImplementsList(IImplementsListSyntax, ICombinedThreeVisitor)

                    @@ -629,10 +629,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateInterfaceDeclaration(IInterfaceDeclaration, IxNodeVisitor)

                    @@ -669,10 +669,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateInterfaceDeclaration(IInterfaceDeclarationSyntax, IInterfaceDeclaration, IxNodeVisitor)

                    @@ -715,10 +715,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateNamedValueTypeDeclaration(INamedValueTypeDeclarationSyntax, INamedValueTypeDeclaration, IxNodeVisitor)

                    @@ -761,10 +761,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateNamespaceDeclaration(INamespaceDeclarationSyntax, IxNodeVisitor)

                    @@ -801,10 +801,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreatePragma(IPragma, ICombinedThreeVisitor)

                    @@ -841,10 +841,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateStructuredType(IStructTypeDeclarationSyntax, IStructuredTypeDeclaration, IxNodeVisitor)

                    @@ -887,10 +887,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateUsingDirective(IUsingDirectiveSyntax, ICombinedThreeVisitor)

                    @@ -940,10 +940,10 @@

                    Implements

                    @@ -963,7 +963,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.Cs.Onliner.html b/docs/api/Ix.Compiler.Cs.Onliner.html index 71acf1a5..a64caf06 100644 --- a/docs/api/Ix.Compiler.Cs.Onliner.html +++ b/docs/api/Ix.Compiler.Cs.Onliner.html @@ -115,7 +115,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.Cs.Plain.CsPlainSourceBuilder.html b/docs/api/Ix.Compiler.Cs.Plain.CsPlainSourceBuilder.html index 0caa6e9d..b6cbd039 100644 --- a/docs/api/Ix.Compiler.Cs.Plain.CsPlainSourceBuilder.html +++ b/docs/api/Ix.Compiler.Cs.Plain.CsPlainSourceBuilder.html @@ -130,10 +130,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CsPlainSourceBuilder(IxProject, Compilation)

                    @@ -172,10 +172,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuilderType

                    @@ -202,10 +202,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Compilation

                    @@ -233,10 +233,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Group

                    @@ -265,10 +265,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Output

                    @@ -296,10 +296,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OutputFileSuffix

                    @@ -329,10 +329,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateArrayTypeDeclaration(IArrayTypeDeclaration, IxNodeVisitor)

                    @@ -369,10 +369,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateClassDeclaration(IClassDeclaration, IxNodeVisitor)

                    @@ -408,10 +408,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateClassDeclaration(IClassDeclarationSyntax, IClassDeclaration, IxNodeVisitor)

                    @@ -455,10 +455,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateConfigDeclaration(IConfigurationDeclaration, IxNodeVisitor)

                    @@ -494,10 +494,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateConfigDeclaration(IConfigDeclarationSyntax, IConfigurationDeclaration, IxNodeVisitor)

                    @@ -540,10 +540,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateEnumTypeDeclaration(IEnumTypeDeclaration, IxNodeVisitor)

                    @@ -580,10 +580,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateEnumTypeDeclaration(IEnumTypeDeclarationSyntax, ITypeDeclaration, IxNodeVisitor)

                    @@ -626,10 +626,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateFieldDeclaration(IFieldDeclaration, IxNodeVisitor)

                    @@ -666,10 +666,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateFile(IFileSyntax, IxNodeVisitor)

                    @@ -706,10 +706,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateImplementsList(IImplementsListSyntax, ICombinedThreeVisitor)

                    @@ -746,10 +746,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateInterfaceDeclaration(IInterfaceDeclaration, IxNodeVisitor)

                    @@ -786,10 +786,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateInterfaceDeclaration(IInterfaceDeclarationSyntax, IInterfaceDeclaration, IxNodeVisitor)

                    @@ -832,10 +832,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateNamedValueTypeDeclaration(INamedValueTypeDeclaration, IxNodeVisitor)

                    @@ -872,10 +872,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateNamespaceDeclaration(INamespaceDeclarationSyntax, IxNodeVisitor)

                    @@ -912,10 +912,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreatePragma(IPragma, ICombinedThreeVisitor)

                    @@ -952,10 +952,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateReferenceToDeclaration(IReferenceTypeDeclaration, IxNodeVisitor)

                    @@ -992,10 +992,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateScalarTypeDeclaration(IScalarTypeDeclaration, IxNodeVisitor)

                    @@ -1032,10 +1032,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateSemanticTypeAccess(ISemanticTypeAccess, IxNodeVisitor)

                    @@ -1072,10 +1072,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateStringTypeDeclaration(IStringTypeDeclaration, IxNodeVisitor)

                    @@ -1112,10 +1112,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateStructuredType(IStructuredTypeDeclaration, IxNodeVisitor)

                    @@ -1152,10 +1152,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateStructuredType(IStructTypeDeclarationSyntax, IStructuredTypeDeclaration, IxNodeVisitor)

                    @@ -1198,10 +1198,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateUsingDirective(IUsingDirectiveSyntax, ICombinedThreeVisitor)

                    @@ -1238,10 +1238,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateVariableDeclaration(IVariableDeclaration, IxNodeVisitor)

                    @@ -1290,10 +1290,10 @@

                    Implements

                    @@ -1313,7 +1313,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.Cs.Plain.html b/docs/api/Ix.Compiler.Cs.Plain.html index e49fe455..64ac5d5f 100644 --- a/docs/api/Ix.Compiler.Cs.Plain.html +++ b/docs/api/Ix.Compiler.Cs.Plain.html @@ -115,7 +115,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.Cs.PragmaExtensions.html b/docs/api/Ix.Compiler.Cs.PragmaExtensions.html index acf08d17..55543750 100644 --- a/docs/api/Ix.Compiler.Cs.PragmaExtensions.html +++ b/docs/api/Ix.Compiler.Cs.PragmaExtensions.html @@ -125,10 +125,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AddAnnotations(IDeclaration)

                    @@ -175,10 +175,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AddAttributes(IEnumerable<IPragma>)

                    @@ -225,10 +225,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    DeclareProperties(IConfigurationDeclaration)

                    @@ -275,10 +275,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    DeclareProperties(ITypeDeclaration)

                    @@ -325,10 +325,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetPropertyValue(IDeclaration, string, string)

                    @@ -387,10 +387,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetProperties(IFieldDeclaration)

                    @@ -437,10 +437,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetProperties(IVariableDeclaration)

                    @@ -487,10 +487,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetProperties(ITypeDeclaration)

                    @@ -543,10 +543,10 @@
                    Returns
                    @@ -566,7 +566,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.Cs.SemanticsHelpers.html b/docs/api/Ix.Compiler.Cs.SemanticsHelpers.html index 019c1fc5..66836341 100644 --- a/docs/api/Ix.Compiler.Cs.SemanticsHelpers.html +++ b/docs/api/Ix.Compiler.Cs.SemanticsHelpers.html @@ -125,10 +125,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IsMemberEligibleForConstructor(IFieldDeclaration, ISourceBuilder, string)

                    @@ -187,10 +187,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IsMemberEligibleForConstructor(IVariableDeclaration, ISourceBuilder, string)

                    @@ -249,10 +249,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IsMemberEligibleForConstructor(IArrayTypeDeclaration, ISourceBuilder)

                    @@ -303,10 +303,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IsMemberEligibleForTranspile(IFieldDeclaration, ISourceBuilder, string)

                    @@ -365,10 +365,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IsMemberEligibleForTranspile(IVariableDeclaration, ISourceBuilder, string)

                    @@ -425,10 +425,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IsTypeEligibleForTranspile(ITypeDeclaration, ISourceBuilder)

                    @@ -484,10 +484,10 @@
                    Returns
                    @@ -507,7 +507,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.Cs.html b/docs/api/Ix.Compiler.Cs.html index 31078d42..905b50ff 100644 --- a/docs/api/Ix.Compiler.Cs.html +++ b/docs/api/Ix.Compiler.Cs.html @@ -118,7 +118,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.CsProject.html b/docs/api/Ix.Compiler.CsProject.html index cc5831e1..a8776674 100644 --- a/docs/api/Ix.Compiler.CsProject.html +++ b/docs/api/Ix.Compiler.CsProject.html @@ -129,10 +129,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CsProject(IxProject)

                    @@ -164,10 +164,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetMetaDataFolder

                    @@ -195,10 +195,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IxProjectFile

                    @@ -226,10 +226,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ProjectRootNamespace

                    @@ -259,10 +259,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    LoadReferences()

                    @@ -291,10 +291,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ProvisionProjectStructure()

                    @@ -317,10 +317,10 @@

                    Implements

                    @@ -340,7 +340,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.Exceptions.FailedToCreateCombineThreeVisitorException.html b/docs/api/Ix.Compiler.Exceptions.FailedToCreateCombineThreeVisitorException.html index bceb95d4..7922b82a 100644 --- a/docs/api/Ix.Compiler.Exceptions.FailedToCreateCombineThreeVisitorException.html +++ b/docs/api/Ix.Compiler.Exceptions.FailedToCreateCombineThreeVisitorException.html @@ -163,10 +163,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    FailedToCreateCombineThreeVisitorException(string)

                    @@ -205,10 +205,10 @@

                    Implements

                    @@ -228,7 +228,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.Exceptions.FailedToCreateTargetProjectException.html b/docs/api/Ix.Compiler.Exceptions.FailedToCreateTargetProjectException.html index 25520015..9e8a1b3f 100644 --- a/docs/api/Ix.Compiler.Exceptions.FailedToCreateTargetProjectException.html +++ b/docs/api/Ix.Compiler.Exceptions.FailedToCreateTargetProjectException.html @@ -163,10 +163,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    FailedToCreateTargetProjectException(string)

                    @@ -205,10 +205,10 @@

                    Implements

                    @@ -228,7 +228,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.Exceptions.FailedToReadIxConfigurationFileException.html b/docs/api/Ix.Compiler.Exceptions.FailedToReadIxConfigurationFileException.html index 0aff6f30..f96e2a5e 100644 --- a/docs/api/Ix.Compiler.Exceptions.FailedToReadIxConfigurationFileException.html +++ b/docs/api/Ix.Compiler.Exceptions.FailedToReadIxConfigurationFileException.html @@ -163,10 +163,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    FailedToReadIxConfigurationFileException(string, Exception)

                    @@ -213,10 +213,10 @@

                    Implements

                    @@ -236,7 +236,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.Exceptions.SourceProjectInfoRetrievalException.html b/docs/api/Ix.Compiler.Exceptions.SourceProjectInfoRetrievalException.html index b993a599..00bfb254 100644 --- a/docs/api/Ix.Compiler.Exceptions.SourceProjectInfoRetrievalException.html +++ b/docs/api/Ix.Compiler.Exceptions.SourceProjectInfoRetrievalException.html @@ -164,10 +164,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SourceProjectInfoRetrievalException(string, Exception)

                    @@ -211,10 +211,10 @@

                    Implements

                    @@ -234,7 +234,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.Exceptions.html b/docs/api/Ix.Compiler.Exceptions.html index 84688c88..d6c4ae5f 100644 --- a/docs/api/Ix.Compiler.Exceptions.html +++ b/docs/api/Ix.Compiler.Exceptions.html @@ -123,7 +123,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.FailedToCreateSourceBuilderException.html b/docs/api/Ix.Compiler.FailedToCreateSourceBuilderException.html index 51fa86cc..a71f1683 100644 --- a/docs/api/Ix.Compiler.FailedToCreateSourceBuilderException.html +++ b/docs/api/Ix.Compiler.FailedToCreateSourceBuilderException.html @@ -163,10 +163,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    FailedToCreateSourceBuilderException(string)

                    @@ -205,10 +205,10 @@

                    Implements

                    @@ -228,7 +228,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.FailedToDeterminePackageVersion.html b/docs/api/Ix.Compiler.FailedToDeterminePackageVersion.html index 5644df19..b5aa948f 100644 --- a/docs/api/Ix.Compiler.FailedToDeterminePackageVersion.html +++ b/docs/api/Ix.Compiler.FailedToDeterminePackageVersion.html @@ -162,10 +162,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    FailedToDeterminePackageVersion(string, Exception)

                    @@ -209,10 +209,10 @@

                    Implements

                    @@ -232,7 +232,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.ICompilerOptions.html b/docs/api/Ix.Compiler.ICompilerOptions.html index 68643f03..0ea28e3d 100644 --- a/docs/api/Ix.Compiler.ICompilerOptions.html +++ b/docs/api/Ix.Compiler.ICompilerOptions.html @@ -95,10 +95,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OutputProjectFolder

                    @@ -131,10 +131,10 @@
                    Property Value
                    @@ -154,7 +154,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.IIxProject.html b/docs/api/Ix.Compiler.IIxProject.html index 20a6b148..1c552de3 100644 --- a/docs/api/Ix.Compiler.IIxProject.html +++ b/docs/api/Ix.Compiler.IIxProject.html @@ -95,10 +95,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Generate()

                    @@ -116,10 +116,10 @@
                    Declaration
                    @@ -139,7 +139,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.IPackageReference.html b/docs/api/Ix.Compiler.IPackageReference.html index d1716b43..4ef301a6 100644 --- a/docs/api/Ix.Compiler.IPackageReference.html +++ b/docs/api/Ix.Compiler.IPackageReference.html @@ -117,10 +117,10 @@
                    Syntax
                    @@ -140,7 +140,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.IProjectReference.html b/docs/api/Ix.Compiler.IProjectReference.html index 98daa531..fed3c93b 100644 --- a/docs/api/Ix.Compiler.IProjectReference.html +++ b/docs/api/Ix.Compiler.IProjectReference.html @@ -117,10 +117,10 @@
                    Syntax
                    @@ -140,7 +140,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.IReference.html b/docs/api/Ix.Compiler.IReference.html index e1404d9c..a62de571 100644 --- a/docs/api/Ix.Compiler.IReference.html +++ b/docs/api/Ix.Compiler.IReference.html @@ -95,10 +95,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IsIxDependency

                    @@ -126,10 +126,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MetadataPath

                    @@ -157,10 +157,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ProjectInfo

                    @@ -188,10 +188,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ReferencePath

                    @@ -218,10 +218,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Version

                    @@ -254,10 +254,10 @@
                    Property Value
                    @@ -277,7 +277,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.ITargetProject.html b/docs/api/Ix.Compiler.ITargetProject.html index 05de5b96..593a698e 100644 --- a/docs/api/Ix.Compiler.ITargetProject.html +++ b/docs/api/Ix.Compiler.ITargetProject.html @@ -95,10 +95,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetMetaDataFolder

                    @@ -126,10 +126,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ProjectRootNamespace

                    @@ -158,10 +158,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    LoadReferences()

                    @@ -188,10 +188,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ProvisionProjectStructure()

                    @@ -210,10 +210,10 @@
                    Declaration
                    @@ -233,7 +233,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.IxConfig.html b/docs/api/Ix.Compiler.IxConfig.html index 4d235e95..a2036ed9 100644 --- a/docs/api/Ix.Compiler.IxConfig.html +++ b/docs/api/Ix.Compiler.IxConfig.html @@ -129,10 +129,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IxConfig()

                    @@ -148,10 +148,10 @@

                    Fields

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CONFIG_FILE_NAME

                    Ix config file name.

                    @@ -180,10 +180,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AxProjectFolder

                    @@ -212,10 +212,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OutputProjectFolder

                    @@ -245,10 +245,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    RetrieveIxConfig(string)

                    @@ -292,10 +292,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    UpdateAndGetIxConfig(string, ICompilerOptions)

                    @@ -357,10 +357,10 @@

                    Implements

                    @@ -380,7 +380,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/Ix.Compiler.IxProject.html b/docs/api/Ix.Compiler.IxProject.html index b32a2b21..c17e3299 100644 --- a/docs/api/Ix.Compiler.IxProject.html +++ b/docs/api/Ix.Compiler.IxProject.html @@ -129,10 +129,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IxProject(AxProject, IEnumerable<Type>, Type, ICompilerOptions?)

                    @@ -185,10 +185,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AxProject

                    @@ -216,10 +216,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CompilerOptions

                    @@ -247,10 +247,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OutputFolder

                    @@ -278,10 +278,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    TargetProject

                    @@ -311,10 +311,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CleanOutput(string)

                    @@ -344,10 +344,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Generate()

                    @@ -360,10 +360,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetRelativePath(string, string)

                    @@ -422,10 +422,10 @@

                    Implements

                    @@ -445,7 +445,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.LegalAcrobatics.html b/docs/api/Ix.Compiler.LegalAcrobatics.html index 02797ad0..949eeb82 100644 --- a/docs/api/Ix.Compiler.LegalAcrobatics.html +++ b/docs/api/Ix.Compiler.LegalAcrobatics.html @@ -124,10 +124,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    LegalComplianceAcrobatics(string)

                    @@ -177,10 +177,10 @@
                    Returns
                    @@ -200,7 +200,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.Log.html b/docs/api/Ix.Compiler.Log.html index 88db48f8..092e3422 100644 --- a/docs/api/Ix.Compiler.Log.html +++ b/docs/api/Ix.Compiler.Log.html @@ -125,10 +125,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Logger

                    @@ -162,10 +162,10 @@
                    Property Value
                    @@ -185,7 +185,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.PackageReference.html b/docs/api/Ix.Compiler.PackageReference.html index 1ae1dee1..b8ba1f4d 100644 --- a/docs/api/Ix.Compiler.PackageReference.html +++ b/docs/api/Ix.Compiler.PackageReference.html @@ -130,10 +130,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    PackageReference(PackageDependency)

                    @@ -164,10 +164,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    PackageReference(string, string, string)

                    @@ -208,10 +208,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Include

                    @@ -239,10 +239,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IsIxDependency

                    @@ -270,10 +270,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MetadataPath

                    @@ -301,10 +301,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Name

                    @@ -332,10 +332,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ProjectInfo

                    @@ -363,10 +363,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ReferencePath

                    @@ -394,10 +394,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Version

                    @@ -427,10 +427,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateFromReferenceNode(XElement, string)

                    @@ -510,10 +510,10 @@

                    Implements

                    @@ -533,7 +533,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.ProjectReference.html b/docs/api/Ix.Compiler.ProjectReference.html index d01867d7..da1ee9aa 100644 --- a/docs/api/Ix.Compiler.ProjectReference.html +++ b/docs/api/Ix.Compiler.ProjectReference.html @@ -130,10 +130,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ProjectReference(string, string)

                    @@ -172,10 +172,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IsIxDependency

                    @@ -203,10 +203,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MetadataPath

                    @@ -234,10 +234,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ProjectFileInfo

                    @@ -265,10 +265,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ProjectFilePath

                    @@ -296,10 +296,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ProjectInfo

                    @@ -327,10 +327,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ReferencePath

                    @@ -358,10 +358,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    References

                    @@ -389,10 +389,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Version

                    @@ -433,10 +433,10 @@

                    Implements

                    @@ -456,7 +456,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Compiler.html b/docs/api/Ix.Compiler.html index 18dd6c71..2d00f1e2 100644 --- a/docs/api/Ix.Compiler.html +++ b/docs/api/Ix.Compiler.html @@ -156,7 +156,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.Attributes.CompilerOmissionGroups.html b/docs/api/Ix.Connector.Attributes.CompilerOmissionGroups.html index 47b53e6a..2a430c25 100644 --- a/docs/api/Ix.Connector.Attributes.CompilerOmissionGroups.html +++ b/docs/api/Ix.Connector.Attributes.CompilerOmissionGroups.html @@ -133,10 +133,10 @@

                    Fields @@ -156,7 +156,7 @@

                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.Attributes.CompilerOmitsAttribute.html b/docs/api/Ix.Connector.Attributes.CompilerOmitsAttribute.html index 299186ce..f0e1dde5 100644 --- a/docs/api/Ix.Connector.Attributes.CompilerOmitsAttribute.html +++ b/docs/api/Ix.Connector.Attributes.CompilerOmitsAttribute.html @@ -243,10 +243,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CompilerOmitsAttribute(CompilerOmissionGroups[])

                    @@ -278,10 +278,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CompilerOmitsAttribute(String[])

                    @@ -314,10 +314,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Omissions

                    @@ -351,10 +351,10 @@
                    Property Value
                    @@ -374,7 +374,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.Attributes.html b/docs/api/Ix.Connector.Attributes.html index 06bc6676..a60ac5ec 100644 --- a/docs/api/Ix.Connector.Attributes.html +++ b/docs/api/Ix.Connector.Attributes.html @@ -132,7 +132,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.BuilderHelpers.Arrays.html b/docs/api/Ix.Connector.BuilderHelpers.Arrays.html index 85ad93c1..5f39188a 100644 --- a/docs/api/Ix.Connector.BuilderHelpers.Arrays.html +++ b/docs/api/Ix.Connector.BuilderHelpers.Arrays.html @@ -129,10 +129,10 @@
                    Syntax
                    @@ -152,7 +152,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.BuilderHelpers.html b/docs/api/Ix.Connector.BuilderHelpers.html index 686981d4..c071baee 100644 --- a/docs/api/Ix.Connector.BuilderHelpers.html +++ b/docs/api/Ix.Connector.BuilderHelpers.html @@ -115,7 +115,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.CommExceptionBehaviour.html b/docs/api/Ix.Connector.CommExceptionBehaviour.html index acba44b9..e4bf7144 100644 --- a/docs/api/Ix.Connector.CommExceptionBehaviour.html +++ b/docs/api/Ix.Connector.CommExceptionBehaviour.html @@ -124,10 +124,10 @@

                    Fields @@ -147,7 +147,7 @@

                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.CompilerOmissionGroups.html b/docs/api/Ix.Connector.CompilerOmissionGroups.html index dc8dace0..c0c6d9dc 100644 --- a/docs/api/Ix.Connector.CompilerOmissionGroups.html +++ b/docs/api/Ix.Connector.CompilerOmissionGroups.html @@ -133,10 +133,10 @@

                    Fields @@ -156,7 +156,7 @@

                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.CompilerOmitsAttribute.html b/docs/api/Ix.Connector.CompilerOmitsAttribute.html index fcc3a1fc..0d9e7ab2 100644 --- a/docs/api/Ix.Connector.CompilerOmitsAttribute.html +++ b/docs/api/Ix.Connector.CompilerOmitsAttribute.html @@ -243,10 +243,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CompilerOmitsAttribute(params CompilerOmissionGroups[])

                    @@ -278,10 +278,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CompilerOmitsAttribute(params string[])

                    @@ -314,10 +314,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Omissions

                    @@ -351,10 +351,10 @@
                    Property Value
                    @@ -374,7 +374,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.Connector.html b/docs/api/Ix.Connector.Connector.html index 85c41197..ff44e90d 100644 --- a/docs/api/Ix.Connector.Connector.html +++ b/docs/api/Ix.Connector.Connector.html @@ -188,10 +188,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Connector()

                    @@ -209,10 +209,10 @@
                    See Also
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Connector(object[])

                    @@ -253,10 +253,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ConnectorAdapter

                    @@ -289,10 +289,10 @@
                    See Also
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CyclicRwDuration

                    @@ -325,10 +325,10 @@
                    See Also
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ErrorCount

                    @@ -361,10 +361,10 @@
                    See Also
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ExceptionBehaviour

                    @@ -397,10 +397,10 @@
                    See Also
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IdentityProvider

                    @@ -433,10 +433,10 @@
                    See Also
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IsRwLoopSuspended

                    @@ -469,10 +469,10 @@
                    See Also
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Logger

                    @@ -505,10 +505,10 @@
                    See Also
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MonitorConnector

                    @@ -541,10 +541,10 @@
                    See Also
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlineTags

                    @@ -577,10 +577,10 @@
                    See Also
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ReadWriteCycleDelay

                    @@ -613,10 +613,10 @@
                    See Also
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    RwCycleCount

                    @@ -649,10 +649,10 @@
                    See Also
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    StartUpTime

                    @@ -685,10 +685,10 @@
                    See Also
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SubscriptionMode

                    @@ -723,10 +723,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildAndStart()

                    @@ -759,10 +759,10 @@
                    See Also
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ClearPeriodicReadSet()

                    @@ -779,10 +779,10 @@
                    See Also
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateHumanReadable(string, string)

                    @@ -840,10 +840,10 @@
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateSymbol(string, string)

                    @@ -901,10 +901,10 @@
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CyclicRead()

                    @@ -937,10 +937,10 @@
                    See Also
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CyclicWrite()

                    @@ -973,10 +973,10 @@
                    See Also
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ReadBatchAsync(IEnumerable<ITwinPrimitive>)

                    @@ -1027,10 +1027,10 @@
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ReloadConnector()

                    @@ -1048,10 +1048,10 @@
                    See Also
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetField<T>(ref T, T, string)

                    @@ -1130,10 +1130,10 @@
                    See | - Improve this Doc + Improve this Doc - View Source + View Source

                    StartReadWriteOps()

                    @@ -1151,10 +1151,10 @@
                    See Also
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WriteBatchAsync(IEnumerable<ITwinPrimitive>)

                    @@ -1207,10 +1207,10 @@

                    Events

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    PropertyChanged

                    Implementation of System.ComponentModel.INotifyPropertyChanged

                    @@ -1312,10 +1312,10 @@

                    See Also

                    @@ -1335,7 +1335,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/Ix.Connector.ConnectorAdapter.html b/docs/api/Ix.Connector.ConnectorAdapter.html index efcf8e63..8acfd427 100644 --- a/docs/api/Ix.Connector.ConnectorAdapter.html +++ b/docs/api/Ix.Connector.ConnectorAdapter.html @@ -125,10 +125,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ConnectorAdapter()

                    @@ -141,10 +141,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ConnectorAdapter(Type)

                    @@ -177,10 +177,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AdapterFactory

                    @@ -208,10 +208,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ConnectorFactoryType

                    @@ -239,10 +239,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Parameters

                    @@ -272,10 +272,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetConnector(object[])

                    @@ -327,10 +327,10 @@
                    Returns
                    @@ -350,7 +350,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ConnectorAdapterBuilder.html b/docs/api/Ix.Connector.ConnectorAdapterBuilder.html index ab93f178..ce4e7867 100644 --- a/docs/api/Ix.Connector.ConnectorAdapterBuilder.html +++ b/docs/api/Ix.Connector.ConnectorAdapterBuilder.html @@ -125,10 +125,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Build()

                    @@ -173,10 +173,10 @@

                    Extension Methods

                    @@ -196,7 +196,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ConnectorFactory.html b/docs/api/Ix.Connector.ConnectorFactory.html index 239db205..32ded570 100644 --- a/docs/api/Ix.Connector.ConnectorFactory.html +++ b/docs/api/Ix.Connector.ConnectorFactory.html @@ -127,10 +127,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateBOOL()

                    @@ -158,10 +158,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateBOOL(ITwinObject, string, string)

                    @@ -220,10 +220,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateBYTE()

                    @@ -251,10 +251,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateBYTE(ITwinObject, string, string)

                    @@ -313,10 +313,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateCHAR()

                    @@ -344,10 +344,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateCHAR(ITwinObject, string, string)

                    @@ -406,10 +406,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateConnector(object[])

                    @@ -458,10 +458,10 @@
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateDATE()

                    @@ -489,10 +489,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateDATE_AND_TIME(ITwinObject, string, string)

                    @@ -551,10 +551,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateDATE_TIME()

                    @@ -582,10 +582,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateDATE(ITwinObject, string, string)

                    @@ -644,10 +644,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateDINT()

                    @@ -675,10 +675,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateDINT(ITwinObject, string, string)

                    @@ -737,10 +737,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateDWORD()

                    @@ -768,10 +768,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateDWORD(ITwinObject, string, string)

                    @@ -830,10 +830,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateINT()

                    @@ -861,10 +861,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateINT(ITwinObject, string, string)

                    @@ -923,10 +923,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateLDATE()

                    @@ -954,10 +954,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateLDATE_AND_TIME()

                    @@ -985,10 +985,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateLDATE_AND_TIME(ITwinObject, string, string)

                    @@ -1047,10 +1047,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateLDATE(ITwinObject, string, string)

                    @@ -1109,10 +1109,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateLINT()

                    @@ -1140,10 +1140,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateLINT(ITwinObject, string, string)

                    @@ -1202,10 +1202,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateLREAL()

                    @@ -1233,10 +1233,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateLREAL(ITwinObject, string, string)

                    @@ -1295,10 +1295,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateLTIME()

                    @@ -1326,10 +1326,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateLTIME_OF_DAY()

                    @@ -1357,10 +1357,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateLTIME_OF_DAY(ITwinObject, string, string)

                    @@ -1419,10 +1419,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateLTIME(ITwinObject, string, string)

                    @@ -1481,10 +1481,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateLWORD()

                    @@ -1512,10 +1512,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateLWORD(ITwinObject, string, string)

                    @@ -1574,10 +1574,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateREAL()

                    @@ -1605,10 +1605,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateREAL(ITwinObject, string, string)

                    @@ -1667,10 +1667,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateSINT()

                    @@ -1698,10 +1698,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateSINT(ITwinObject, string, string)

                    @@ -1760,10 +1760,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateSTRING()

                    @@ -1791,10 +1791,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateSTRING(ITwinObject, string, string)

                    @@ -1853,10 +1853,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateTIME()

                    @@ -1884,10 +1884,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateTIME_OF_DAY()

                    @@ -1915,10 +1915,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateTIME_OF_DAY(ITwinObject, string, string)

                    @@ -1977,10 +1977,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateTIME(ITwinObject, string, string)

                    @@ -2039,10 +2039,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateUDINT()

                    @@ -2070,10 +2070,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateUDINT(ITwinObject, string, string)

                    @@ -2132,10 +2132,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateUINT()

                    @@ -2163,10 +2163,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateUINT(ITwinObject, string, string)

                    @@ -2225,10 +2225,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateULINT()

                    @@ -2256,10 +2256,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateULINT(ITwinObject, string, string)

                    @@ -2318,10 +2318,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateUSINT()

                    @@ -2349,10 +2349,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateUSINT(ITwinObject, string, string)

                    @@ -2411,10 +2411,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateWCHAR()

                    @@ -2442,10 +2442,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateWCHAR(ITwinObject, string, string)

                    @@ -2504,10 +2504,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateWORD()

                    @@ -2535,10 +2535,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateWORD(ITwinObject, string, string)

                    @@ -2597,10 +2597,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateWSTRING()

                    @@ -2628,10 +2628,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateWSTRING(ITwinObject, string, string)

                    @@ -2696,10 +2696,10 @@
                    Returns
                    @@ -2719,7 +2719,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.DummyConnector.html b/docs/api/Ix.Connector.DummyConnector.html index d7cdbd95..ea369073 100644 --- a/docs/api/Ix.Connector.DummyConnector.html +++ b/docs/api/Ix.Connector.DummyConnector.html @@ -250,10 +250,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildAndStart()

                    @@ -283,10 +283,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ReadBatchAsync(IEnumerable<ITwinPrimitive>)

                    @@ -334,10 +334,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ReloadConnector()

                    @@ -352,10 +352,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WriteBatchAsync(IEnumerable<ITwinPrimitive>)

                    @@ -468,10 +468,10 @@

                    Extension Methods

                    @@ -491,7 +491,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.DummyConnectorExtensions.html b/docs/api/Ix.Connector.DummyConnectorExtensions.html index 2d3f7a46..0d8c6a9b 100644 --- a/docs/api/Ix.Connector.DummyConnectorExtensions.html +++ b/docs/api/Ix.Connector.DummyConnectorExtensions.html @@ -125,10 +125,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateDummy(ConnectorAdapterBuilder)

                    @@ -196,10 +196,10 @@
                    Exceptions
                    @@ -219,7 +219,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.DummyConnectorFactory.html b/docs/api/Ix.Connector.DummyConnectorFactory.html index 3bcfeab3..9c49fb23 100644 --- a/docs/api/Ix.Connector.DummyConnectorFactory.html +++ b/docs/api/Ix.Connector.DummyConnectorFactory.html @@ -207,10 +207,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateBOOL(ITwinObject, string, string)

                    @@ -271,10 +271,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateBYTE(ITwinObject, string, string)

                    @@ -335,10 +335,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateCHAR(ITwinObject, string, string)

                    @@ -399,10 +399,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateConnector(object[])

                    @@ -450,10 +450,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateDATE_AND_TIME(ITwinObject, string, string)

                    @@ -514,10 +514,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateDATE(ITwinObject, string, string)

                    @@ -578,10 +578,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateDINT(ITwinObject, string, string)

                    @@ -642,10 +642,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateDWORD(ITwinObject, string, string)

                    @@ -706,10 +706,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateINT(ITwinObject, string, string)

                    @@ -770,10 +770,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateLDATE_AND_TIME(ITwinObject, string, string)

                    @@ -834,10 +834,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateLDATE(ITwinObject, string, string)

                    @@ -898,10 +898,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateLINT(ITwinObject, string, string)

                    @@ -962,10 +962,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateLREAL(ITwinObject, string, string)

                    @@ -1026,10 +1026,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateLTIME_OF_DAY(ITwinObject, string, string)

                    @@ -1090,10 +1090,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateLTIME(ITwinObject, string, string)

                    @@ -1154,10 +1154,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateLWORD(ITwinObject, string, string)

                    @@ -1218,10 +1218,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateREAL(ITwinObject, string, string)

                    @@ -1282,10 +1282,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateSINT(ITwinObject, string, string)

                    @@ -1346,10 +1346,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateSTRING(ITwinObject, string, string)

                    @@ -1410,10 +1410,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateTIME_OF_DAY(ITwinObject, string, string)

                    @@ -1474,10 +1474,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateTIME(ITwinObject, string, string)

                    @@ -1538,10 +1538,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateUDINT(ITwinObject, string, string)

                    @@ -1602,10 +1602,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateUINT(ITwinObject, string, string)

                    @@ -1666,10 +1666,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateULINT(ITwinObject, string, string)

                    @@ -1730,10 +1730,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateUSINT(ITwinObject, string, string)

                    @@ -1794,10 +1794,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateWCHAR(ITwinObject, string, string)

                    @@ -1858,10 +1858,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateWORD(ITwinObject, string, string)

                    @@ -1922,10 +1922,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateWSTRING(ITwinObject, string, string)

                    @@ -1992,10 +1992,10 @@
                    Overrides
                    @@ -2015,7 +2015,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.EnumeratorDiscriminatorAttribute.html b/docs/api/Ix.Connector.EnumeratorDiscriminatorAttribute.html index 24bb56f7..388f4e1a 100644 --- a/docs/api/Ix.Connector.EnumeratorDiscriminatorAttribute.html +++ b/docs/api/Ix.Connector.EnumeratorDiscriminatorAttribute.html @@ -231,10 +231,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    EnumeratorDiscriminatorAttribute(Type)

                    @@ -267,10 +267,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    EnumeratorType

                    @@ -304,10 +304,10 @@
                    Property Value
                    @@ -327,7 +327,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.IPlain.html b/docs/api/Ix.Connector.IPlain.html index e5c6a656..fd9e9795 100644 --- a/docs/api/Ix.Connector.IPlain.html +++ b/docs/api/Ix.Connector.IPlain.html @@ -101,10 +101,10 @@
                    Syntax
                    @@ -124,7 +124,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ITwinController.html b/docs/api/Ix.Connector.ITwinController.html index 9526741b..7abd7dfb 100644 --- a/docs/api/Ix.Connector.ITwinController.html +++ b/docs/api/Ix.Connector.ITwinController.html @@ -100,10 +100,10 @@
                    Syntax
                    @@ -123,7 +123,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ITwinElement.html b/docs/api/Ix.Connector.ITwinElement.html index 8cc7dd9f..2e60e486 100644 --- a/docs/api/Ix.Connector.ITwinElement.html +++ b/docs/api/Ix.Connector.ITwinElement.html @@ -96,10 +96,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AttributeName

                    @@ -127,10 +127,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    HumanReadable

                    @@ -159,10 +159,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Symbol

                    @@ -192,10 +192,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetParent()

                    @@ -225,10 +225,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetSymbolTail()

                    @@ -256,10 +256,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Poll()

                    @@ -291,10 +291,10 @@

                    Extension Methods

                    @@ -314,7 +314,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ITwinObject.html b/docs/api/Ix.Connector.ITwinObject.html index c02783c2..c6dc87d4 100644 --- a/docs/api/Ix.Connector.ITwinObject.html +++ b/docs/api/Ix.Connector.ITwinObject.html @@ -117,10 +117,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AddChild(ITwinObject)

                    @@ -155,10 +155,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AddKid(ITwinElement)

                    @@ -193,10 +193,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AddValueTag(ITwinPrimitive)

                    @@ -231,10 +231,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetChildren()

                    @@ -262,10 +262,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetConnector()

                    @@ -295,10 +295,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetKids()

                    @@ -326,10 +326,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetValueTags()

                    @@ -357,10 +357,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlineToPlain()

                    @@ -404,10 +404,10 @@
                    Exceptions
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    PlainToOnline(object)

                    @@ -453,10 +453,10 @@
                    Exceptions
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    PlainToShadow(object)

                    @@ -502,10 +502,10 @@
                    Exceptions
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ShadowToPlain()

                    @@ -604,10 +604,10 @@

                    Extension Methods

                    @@ -627,7 +627,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ITwinOnlineObject.html b/docs/api/Ix.Connector.ITwinOnlineObject.html index e2a15053..bcb36cc2 100644 --- a/docs/api/Ix.Connector.ITwinOnlineObject.html +++ b/docs/api/Ix.Connector.ITwinOnlineObject.html @@ -101,10 +101,10 @@
                    Syntax
                    @@ -124,7 +124,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ITwinPrimitive.html b/docs/api/Ix.Connector.ITwinPrimitive.html index 01848ef9..a3c7b146 100644 --- a/docs/api/Ix.Connector.ITwinPrimitive.html +++ b/docs/api/Ix.Connector.ITwinPrimitive.html @@ -117,10 +117,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AccessStatus

                    @@ -148,10 +148,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    EditValueChange

                    @@ -179,10 +179,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    PollingInterval

                    @@ -210,10 +210,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ReadOnce

                    @@ -242,10 +242,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ReadWriteAccess

                    @@ -276,10 +276,10 @@
                    Remarks
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ShadowValueChange

                    @@ -307,10 +307,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    TranslatorBase

                    @@ -340,10 +340,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    FromOnlineToShadow()

                    @@ -356,10 +356,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    FromShadowToOnline()

                    @@ -372,10 +372,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MakeReadOnce()

                    @@ -389,10 +389,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MakeReadOnly()

                    @@ -405,10 +405,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Subscribe(ValueChangedEventHandlerDelegate)

                    @@ -441,10 +441,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SubscribeForPeriodicReading()

                    @@ -457,10 +457,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    UnSubscribe(ValueChangedEventHandlerDelegate)

                    @@ -510,10 +510,10 @@

                    Extension Methods

                    @@ -533,7 +533,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ITwinPrimitiveInfo.html b/docs/api/Ix.Connector.ITwinPrimitiveInfo.html index 92782ac4..75b7f41a 100644 --- a/docs/api/Ix.Connector.ITwinPrimitiveInfo.html +++ b/docs/api/Ix.Connector.ITwinPrimitiveInfo.html @@ -96,10 +96,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Group

                    @@ -127,10 +127,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Length

                    @@ -158,10 +158,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Symbol

                    @@ -195,10 +195,10 @@
                    Property Value
                    @@ -218,7 +218,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ITwinShadowObject.html b/docs/api/Ix.Connector.ITwinShadowObject.html index c9c0ef2f..8a7b2741 100644 --- a/docs/api/Ix.Connector.ITwinShadowObject.html +++ b/docs/api/Ix.Connector.ITwinShadowObject.html @@ -101,10 +101,10 @@
                    Syntax
                    @@ -124,7 +124,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.Identity.ITwinIdentity.html b/docs/api/Ix.Connector.Identity.ITwinIdentity.html index 1fa43e58..72fc4322 100644 --- a/docs/api/Ix.Connector.Identity.ITwinIdentity.html +++ b/docs/api/Ix.Connector.Identity.ITwinIdentity.html @@ -96,10 +96,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AttributeName

                    @@ -127,10 +127,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    HumanReadable

                    @@ -158,10 +158,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Identity

                    @@ -189,10 +189,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Symbol

                    @@ -226,10 +226,10 @@
                    Property Value
                    @@ -249,7 +249,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.Identity.MemberByIdentityAttribute.html b/docs/api/Ix.Connector.Identity.MemberByIdentityAttribute.html index e0a2ea37..e48f3304 100644 --- a/docs/api/Ix.Connector.Identity.MemberByIdentityAttribute.html +++ b/docs/api/Ix.Connector.Identity.MemberByIdentityAttribute.html @@ -235,10 +235,10 @@
                    Syntax
                    @@ -258,7 +258,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.Identity.NullTwinIdentity.html b/docs/api/Ix.Connector.Identity.NullTwinIdentity.html index 26165105..cda5968b 100644 --- a/docs/api/Ix.Connector.Identity.NullTwinIdentity.html +++ b/docs/api/Ix.Connector.Identity.NullTwinIdentity.html @@ -129,10 +129,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AttributeName

                    @@ -160,10 +160,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    HumanReadable

                    @@ -191,10 +191,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Identity

                    @@ -222,10 +222,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Symbol

                    @@ -263,10 +263,10 @@

                    Implements

                    @@ -286,7 +286,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.Identity.TwinIdentityProvider.html b/docs/api/Ix.Connector.Identity.TwinIdentityProvider.html index 7731f6ba..2a3f4786 100644 --- a/docs/api/Ix.Connector.Identity.TwinIdentityProvider.html +++ b/docs/api/Ix.Connector.Identity.TwinIdentityProvider.html @@ -125,10 +125,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    TwinIdentityProvider()

                    @@ -142,10 +142,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    TwinIdentityProvider(Connector)

                    @@ -177,10 +177,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Identities

                    @@ -208,10 +208,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IdentitiesCount

                    @@ -241,10 +241,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AddIdentity(ITwinIdentity)

                    @@ -275,10 +275,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetTwinByIdentity(ITwinIdentity)

                    @@ -325,10 +325,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetTwinByIdentity(object)

                    @@ -376,10 +376,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetTwinByIdentity(ulong)

                    @@ -426,10 +426,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ReadIdentities()

                    @@ -458,10 +458,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    RefreshIdentities()

                    @@ -474,10 +474,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SortIdentities()

                    @@ -496,10 +496,10 @@
                    Declaration
                    @@ -519,7 +519,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.Identity.html b/docs/api/Ix.Connector.Identity.html index 998002c7..a56a4898 100644 --- a/docs/api/Ix.Connector.Identity.html +++ b/docs/api/Ix.Connector.Identity.html @@ -126,7 +126,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.IgnoreReflectionAttribute.html b/docs/api/Ix.Connector.IgnoreReflectionAttribute.html index 48b36b97..1ea7d3cc 100644 --- a/docs/api/Ix.Connector.IgnoreReflectionAttribute.html +++ b/docs/api/Ix.Connector.IgnoreReflectionAttribute.html @@ -231,10 +231,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    HasIgnoreReflectionAttribute(PropertyInfo, object)

                    @@ -285,10 +285,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    HasIgnoreReflectionAttribute(PropertyInfo)

                    @@ -341,10 +341,10 @@
                    Returns
                    @@ -364,7 +364,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.PrimitiveAccessStatus.html b/docs/api/Ix.Connector.PrimitiveAccessStatus.html index 0cf78b12..7cf844ad 100644 --- a/docs/api/Ix.Connector.PrimitiveAccessStatus.html +++ b/docs/api/Ix.Connector.PrimitiveAccessStatus.html @@ -129,10 +129,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Cycle

                    @@ -160,10 +160,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Failure

                    @@ -192,10 +192,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    FailureReason

                    @@ -223,10 +223,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    LastAccess

                    @@ -256,10 +256,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnPropertyChanged(string)

                    @@ -289,10 +289,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetField<T>(ref T, T, string)

                    @@ -362,10 +362,10 @@
                    Type Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Update(long, string)

                    @@ -404,10 +404,10 @@

                    Events

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    PropertyChanged

                    @@ -443,10 +443,10 @@

                    Implements

                    @@ -466,7 +466,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ReadOnceAttribute.html b/docs/api/Ix.Connector.ReadOnceAttribute.html index 24f62980..c18df3d8 100644 --- a/docs/api/Ix.Connector.ReadOnceAttribute.html +++ b/docs/api/Ix.Connector.ReadOnceAttribute.html @@ -239,10 +239,10 @@
                    Syntax
                    @@ -262,7 +262,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ReadOnlyAttribute.html b/docs/api/Ix.Connector.ReadOnlyAttribute.html index 5fb226d8..e878e695 100644 --- a/docs/api/Ix.Connector.ReadOnlyAttribute.html +++ b/docs/api/Ix.Connector.ReadOnlyAttribute.html @@ -253,10 +253,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ReadOnlyAttribute()

                    @@ -275,10 +275,10 @@
                    Declaration
                    @@ -298,7 +298,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ReadSubscriptionMode.html b/docs/api/Ix.Connector.ReadSubscriptionMode.html index d1f0c7db..1539adab 100644 --- a/docs/api/Ix.Connector.ReadSubscriptionMode.html +++ b/docs/api/Ix.Connector.ReadSubscriptionMode.html @@ -124,10 +124,10 @@

                    Fields @@ -147,7 +147,7 @@

                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.RootTwinObject.html b/docs/api/Ix.Connector.RootTwinObject.html index e5632af6..838dbb6f 100644 --- a/docs/api/Ix.Connector.RootTwinObject.html +++ b/docs/api/Ix.Connector.RootTwinObject.html @@ -132,10 +132,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AttributeName

                    @@ -163,10 +163,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    HumanReadable

                    @@ -194,10 +194,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Identity

                    @@ -225,10 +225,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Symbol

                    @@ -258,10 +258,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AddChild(ITwinObject)

                    @@ -291,10 +291,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AddKid(ITwinElement)

                    @@ -325,10 +325,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AddValueTag(ITwinPrimitive)

                    @@ -358,10 +358,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetChildren()

                    @@ -389,10 +389,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetConnector()

                    @@ -420,10 +420,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetKids()

                    @@ -451,10 +451,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetParent()

                    @@ -482,10 +482,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetSymbolTail()

                    @@ -513,10 +513,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetValueTags()

                    @@ -544,10 +544,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlineToPlain()

                    @@ -574,10 +574,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    PlainToOnline(object)

                    @@ -606,10 +606,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    PlainToShadow(object)

                    @@ -638,10 +638,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Poll()

                    @@ -654,10 +654,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ShadowToPlain()

                    @@ -746,10 +746,10 @@

                    Extension Methods

                    @@ -769,7 +769,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.S71500.WebApi.WebApiBool.html b/docs/api/Ix.Connector.S71500.WebApi.WebApiBool.html index f2c0bd40..bf3ebc07 100644 --- a/docs/api/Ix.Connector.S71500.WebApi.WebApiBool.html +++ b/docs/api/Ix.Connector.S71500.WebApi.WebApiBool.html @@ -313,10 +313,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiBool()

                    @@ -328,10 +328,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiBool(ITwinObject, string, string)

                    @@ -376,10 +376,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetAsync()

                    @@ -418,10 +418,10 @@
                    Remarks
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Read(string)

                    @@ -450,10 +450,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetAsync(bool)

                    @@ -568,10 +568,10 @@

                    Extension Methods

                    @@ -591,7 +591,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.S71500.WebApi.WebApiByte.html b/docs/api/Ix.Connector.S71500.WebApi.WebApiByte.html index 97270192..34075223 100644 --- a/docs/api/Ix.Connector.S71500.WebApi.WebApiByte.html +++ b/docs/api/Ix.Connector.S71500.WebApi.WebApiByte.html @@ -319,10 +319,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiByte()

                    @@ -334,10 +334,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiByte(ITwinObject, string, string)

                    @@ -382,10 +382,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetAsync()

                    @@ -424,10 +424,10 @@
                    Remarks
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Read(string)

                    @@ -456,10 +456,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetAsync(byte)

                    @@ -574,10 +574,10 @@

                    Extension Methods

                    @@ -597,7 +597,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.S71500.WebApi.WebApiChar.html b/docs/api/Ix.Connector.S71500.WebApi.WebApiChar.html index 711b0715..96798d5d 100644 --- a/docs/api/Ix.Connector.S71500.WebApi.WebApiChar.html +++ b/docs/api/Ix.Connector.S71500.WebApi.WebApiChar.html @@ -319,10 +319,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiChar()

                    @@ -334,10 +334,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiChar(ITwinObject, string, string)

                    @@ -382,10 +382,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetAsync()

                    @@ -424,10 +424,10 @@
                    Remarks
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Read(string)

                    @@ -456,10 +456,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetAsync(char)

                    @@ -574,10 +574,10 @@

                    Extension Methods

                    @@ -597,7 +597,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.S71500.WebApi.WebApiConnector.html b/docs/api/Ix.Connector.S71500.WebApi.WebApiConnector.html index 8d6f218d..1090deb2 100644 --- a/docs/api/Ix.Connector.S71500.WebApi.WebApiConnector.html +++ b/docs/api/Ix.Connector.S71500.WebApi.WebApiConnector.html @@ -250,10 +250,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiConnector(string, string, string, bool, string)

                    @@ -308,10 +308,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiConnector(string, string, string, Func<HttpRequestMessage, X509Certificate2, X509Chain, SslPolicyErrors, bool>?, string)

                    @@ -368,10 +368,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    NumberOfInstances

                    @@ -401,10 +401,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildAndStart()

                    @@ -434,10 +434,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ReadBatchAsync(IEnumerable<ITwinPrimitive>?)

                    @@ -485,10 +485,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ReloadConnector()

                    @@ -503,10 +503,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WriteBatchAsync(IEnumerable<ITwinPrimitive>?)

                    @@ -619,10 +619,10 @@

                    Extension Methods

                    @@ -642,7 +642,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.S71500.WebApi.WebApiConnectorFactory.html b/docs/api/Ix.Connector.S71500.WebApi.WebApiConnectorFactory.html index 3b484c95..ea9a1a7c 100644 --- a/docs/api/Ix.Connector.S71500.WebApi.WebApiConnectorFactory.html +++ b/docs/api/Ix.Connector.S71500.WebApi.WebApiConnectorFactory.html @@ -207,10 +207,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateBOOL(ITwinObject, string, string)

                    @@ -271,10 +271,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateBYTE(ITwinObject, string, string)

                    @@ -335,10 +335,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateCHAR(ITwinObject, string, string)

                    @@ -399,10 +399,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateConnector(object[])

                    @@ -453,10 +453,10 @@
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateDATE_AND_TIME(ITwinObject, string, string)

                    @@ -517,10 +517,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateDATE(ITwinObject, string, string)

                    @@ -581,10 +581,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateDINT(ITwinObject, string, string)

                    @@ -645,10 +645,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateDWORD(ITwinObject, string, string)

                    @@ -709,10 +709,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateINT(ITwinObject, string, string)

                    @@ -773,10 +773,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateLDATE_AND_TIME(ITwinObject, string, string)

                    @@ -837,10 +837,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateLDATE(ITwinObject, string, string)

                    @@ -901,10 +901,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateLINT(ITwinObject, string, string)

                    @@ -965,10 +965,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateLREAL(ITwinObject, string, string)

                    @@ -1029,10 +1029,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateLTIME_OF_DAY(ITwinObject, string, string)

                    @@ -1093,10 +1093,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateLTIME(ITwinObject, string, string)

                    @@ -1157,10 +1157,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateLWORD(ITwinObject, string, string)

                    @@ -1221,10 +1221,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateREAL(ITwinObject, string, string)

                    @@ -1285,10 +1285,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateSINT(ITwinObject, string, string)

                    @@ -1349,10 +1349,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateSTRING(ITwinObject, string, string)

                    @@ -1413,10 +1413,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateTIME_OF_DAY(ITwinObject, string, string)

                    @@ -1477,10 +1477,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateTIME(ITwinObject, string, string)

                    @@ -1541,10 +1541,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateUDINT(ITwinObject, string, string)

                    @@ -1605,10 +1605,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateUINT(ITwinObject, string, string)

                    @@ -1669,10 +1669,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateULINT(ITwinObject, string, string)

                    @@ -1733,10 +1733,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateUSINT(ITwinObject, string, string)

                    @@ -1797,10 +1797,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateWCHAR(ITwinObject, string, string)

                    @@ -1861,10 +1861,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateWORD(ITwinObject, string, string)

                    @@ -1925,10 +1925,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateWSTRING(ITwinObject, string, string)

                    @@ -1995,10 +1995,10 @@
                    Overrides
                    @@ -2018,7 +2018,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.S71500.WebApi.WebApiDInt.html b/docs/api/Ix.Connector.S71500.WebApi.WebApiDInt.html index 47b492e6..2dfa5459 100644 --- a/docs/api/Ix.Connector.S71500.WebApi.WebApiDInt.html +++ b/docs/api/Ix.Connector.S71500.WebApi.WebApiDInt.html @@ -319,10 +319,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiDInt()

                    @@ -334,10 +334,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiDInt(ITwinObject, string, string)

                    @@ -382,10 +382,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetAsync()

                    @@ -424,10 +424,10 @@
                    Remarks
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Read(string)

                    @@ -456,10 +456,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetAsync(int)

                    @@ -574,10 +574,10 @@

                    Extension Methods

                    @@ -597,7 +597,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.S71500.WebApi.WebApiDWord.html b/docs/api/Ix.Connector.S71500.WebApi.WebApiDWord.html index 9b4e9b4a..51c6c551 100644 --- a/docs/api/Ix.Connector.S71500.WebApi.WebApiDWord.html +++ b/docs/api/Ix.Connector.S71500.WebApi.WebApiDWord.html @@ -319,10 +319,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiDWord()

                    @@ -334,10 +334,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiDWord(ITwinObject, string, string)

                    @@ -382,10 +382,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetAsync()

                    @@ -424,10 +424,10 @@
                    Remarks
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Read(string)

                    @@ -456,10 +456,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetAsync(uint)

                    @@ -574,10 +574,10 @@

                    Extension Methods

                    @@ -597,7 +597,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.S71500.WebApi.WebApiDate.html b/docs/api/Ix.Connector.S71500.WebApi.WebApiDate.html index 03d5cf18..bc554a27 100644 --- a/docs/api/Ix.Connector.S71500.WebApi.WebApiDate.html +++ b/docs/api/Ix.Connector.S71500.WebApi.WebApiDate.html @@ -319,10 +319,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiDate()

                    @@ -334,10 +334,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiDate(ITwinObject, string, string)

                    @@ -382,10 +382,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetAsync()

                    @@ -424,10 +424,10 @@
                    Remarks
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Read(string)

                    @@ -456,10 +456,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetAsync(DateOnly)

                    @@ -574,10 +574,10 @@

                    Extension Methods

                    @@ -597,7 +597,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.S71500.WebApi.WebApiDateTime.html b/docs/api/Ix.Connector.S71500.WebApi.WebApiDateTime.html index e4b18208..b6e110e6 100644 --- a/docs/api/Ix.Connector.S71500.WebApi.WebApiDateTime.html +++ b/docs/api/Ix.Connector.S71500.WebApi.WebApiDateTime.html @@ -319,10 +319,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiDateTime()

                    @@ -334,10 +334,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiDateTime(ITwinObject, string, string)

                    @@ -382,10 +382,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetAsync()

                    @@ -424,10 +424,10 @@
                    Remarks
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Read(string)

                    @@ -456,10 +456,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetAsync(DateTime)

                    @@ -574,10 +574,10 @@

                    Extension Methods

                    @@ -597,7 +597,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.S71500.WebApi.WebApiInt.html b/docs/api/Ix.Connector.S71500.WebApi.WebApiInt.html index 719c7c24..4697b36c 100644 --- a/docs/api/Ix.Connector.S71500.WebApi.WebApiInt.html +++ b/docs/api/Ix.Connector.S71500.WebApi.WebApiInt.html @@ -319,10 +319,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiInt()

                    @@ -334,10 +334,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiInt(ITwinObject, string, string)

                    @@ -382,10 +382,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetAsync()

                    @@ -424,10 +424,10 @@
                    Remarks
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Read(string)

                    @@ -456,10 +456,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetAsync(short)

                    @@ -574,10 +574,10 @@

                    Extension Methods

                    @@ -597,7 +597,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.S71500.WebApi.WebApiLDate.html b/docs/api/Ix.Connector.S71500.WebApi.WebApiLDate.html index be349fa3..35870774 100644 --- a/docs/api/Ix.Connector.S71500.WebApi.WebApiLDate.html +++ b/docs/api/Ix.Connector.S71500.WebApi.WebApiLDate.html @@ -319,10 +319,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiLDate()

                    @@ -334,10 +334,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiLDate(ITwinObject, string, string)

                    @@ -382,10 +382,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetAsync()

                    @@ -424,10 +424,10 @@
                    Remarks
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Read(string)

                    @@ -456,10 +456,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetAsync(DateOnly)

                    @@ -574,10 +574,10 @@

                    Extension Methods

                    @@ -597,7 +597,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.S71500.WebApi.WebApiLDateTime.html b/docs/api/Ix.Connector.S71500.WebApi.WebApiLDateTime.html index 2e1a44ee..22a3e4bb 100644 --- a/docs/api/Ix.Connector.S71500.WebApi.WebApiLDateTime.html +++ b/docs/api/Ix.Connector.S71500.WebApi.WebApiLDateTime.html @@ -319,10 +319,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiLDateTime()

                    @@ -334,10 +334,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiLDateTime(ITwinObject, string, string)

                    @@ -382,10 +382,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetAsync()

                    @@ -424,10 +424,10 @@
                    Remarks
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Read(string)

                    @@ -456,10 +456,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetAsync(DateTime)

                    @@ -574,10 +574,10 @@

                    Extension Methods

                    @@ -597,7 +597,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.S71500.WebApi.WebApiLInt.html b/docs/api/Ix.Connector.S71500.WebApi.WebApiLInt.html index b1af1c58..5a485d56 100644 --- a/docs/api/Ix.Connector.S71500.WebApi.WebApiLInt.html +++ b/docs/api/Ix.Connector.S71500.WebApi.WebApiLInt.html @@ -319,10 +319,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiLInt()

                    @@ -335,10 +335,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiLInt(ITwinObject, string, string)

                    @@ -383,10 +383,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetAsync()

                    @@ -425,10 +425,10 @@
                    Remarks
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Read(string)

                    @@ -457,10 +457,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetAsync(long)

                    @@ -575,10 +575,10 @@

                    Extension Methods

                    @@ -598,7 +598,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.S71500.WebApi.WebApiLReal.html b/docs/api/Ix.Connector.S71500.WebApi.WebApiLReal.html index 0caacb80..75716add 100644 --- a/docs/api/Ix.Connector.S71500.WebApi.WebApiLReal.html +++ b/docs/api/Ix.Connector.S71500.WebApi.WebApiLReal.html @@ -319,10 +319,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiLReal()

                    @@ -334,10 +334,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiLReal(ITwinObject, string, string)

                    @@ -382,10 +382,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetAsync()

                    @@ -424,10 +424,10 @@
                    Remarks
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Read(string)

                    @@ -456,10 +456,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetAsync(double)

                    @@ -574,10 +574,10 @@

                    Extension Methods

                    @@ -597,7 +597,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.S71500.WebApi.WebApiLTime.html b/docs/api/Ix.Connector.S71500.WebApi.WebApiLTime.html index 3a6ecc5c..d3d0267f 100644 --- a/docs/api/Ix.Connector.S71500.WebApi.WebApiLTime.html +++ b/docs/api/Ix.Connector.S71500.WebApi.WebApiLTime.html @@ -319,10 +319,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiLTime()

                    @@ -334,10 +334,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiLTime(ITwinObject, string, string)

                    @@ -382,10 +382,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetAsync()

                    @@ -424,10 +424,10 @@
                    Remarks
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Read(string)

                    @@ -456,10 +456,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetAsync(TimeSpan)

                    @@ -574,10 +574,10 @@

                    Extension Methods

                    @@ -597,7 +597,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.S71500.WebApi.WebApiLTimeOfDay.html b/docs/api/Ix.Connector.S71500.WebApi.WebApiLTimeOfDay.html index d9303564..826e9e28 100644 --- a/docs/api/Ix.Connector.S71500.WebApi.WebApiLTimeOfDay.html +++ b/docs/api/Ix.Connector.S71500.WebApi.WebApiLTimeOfDay.html @@ -319,10 +319,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiLTimeOfDay()

                    @@ -334,10 +334,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiLTimeOfDay(ITwinObject, string, string)

                    @@ -382,10 +382,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetAsync()

                    @@ -424,10 +424,10 @@
                    Remarks | - Improve this Doc + Improve this Doc - View Source + View Source

                    Read(string)

                    @@ -456,10 +456,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetAsync(TimeSpan)

                    @@ -574,10 +574,10 @@

                    Extension Methods

                    @@ -597,7 +597,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.S71500.WebApi.WebApiLWord.html b/docs/api/Ix.Connector.S71500.WebApi.WebApiLWord.html index 14559ddb..ac9e6c97 100644 --- a/docs/api/Ix.Connector.S71500.WebApi.WebApiLWord.html +++ b/docs/api/Ix.Connector.S71500.WebApi.WebApiLWord.html @@ -319,10 +319,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiLWord()

                    @@ -334,10 +334,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiLWord(ITwinObject, string, string)

                    @@ -382,10 +382,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetAsync()

                    @@ -424,10 +424,10 @@
                    Remarks
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Read(string)

                    @@ -456,10 +456,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetAsync(ulong)

                    @@ -574,10 +574,10 @@

                    Extension Methods

                    @@ -597,7 +597,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.S71500.WebApi.WebApiReal.html b/docs/api/Ix.Connector.S71500.WebApi.WebApiReal.html index 36f0f8f4..dd15183a 100644 --- a/docs/api/Ix.Connector.S71500.WebApi.WebApiReal.html +++ b/docs/api/Ix.Connector.S71500.WebApi.WebApiReal.html @@ -319,10 +319,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiReal()

                    @@ -334,10 +334,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiReal(ITwinObject, string, string)

                    @@ -382,10 +382,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetAsync()

                    @@ -424,10 +424,10 @@
                    Remarks
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Read(string)

                    @@ -456,10 +456,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetAsync(float)

                    @@ -574,10 +574,10 @@

                    Extension Methods

                    @@ -597,7 +597,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.S71500.WebApi.WebApiSInt.html b/docs/api/Ix.Connector.S71500.WebApi.WebApiSInt.html index fcd4bd11..0a714c6a 100644 --- a/docs/api/Ix.Connector.S71500.WebApi.WebApiSInt.html +++ b/docs/api/Ix.Connector.S71500.WebApi.WebApiSInt.html @@ -319,10 +319,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiSInt()

                    @@ -334,10 +334,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiSInt(ITwinObject, string, string)

                    @@ -382,10 +382,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetAsync()

                    @@ -424,10 +424,10 @@
                    Remarks
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Read(string)

                    @@ -456,10 +456,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetAsync(sbyte)

                    @@ -574,10 +574,10 @@

                    Extension Methods

                    @@ -597,7 +597,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.S71500.WebApi.WebApiString.html b/docs/api/Ix.Connector.S71500.WebApi.WebApiString.html index 785d1166..82d82034 100644 --- a/docs/api/Ix.Connector.S71500.WebApi.WebApiString.html +++ b/docs/api/Ix.Connector.S71500.WebApi.WebApiString.html @@ -313,10 +313,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiString()

                    @@ -328,10 +328,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiString(ITwinObject, string, string)

                    @@ -376,10 +376,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetAsync()

                    @@ -410,10 +410,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Read(string)

                    @@ -442,10 +442,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetAsync(string)

                    @@ -552,10 +552,10 @@

                    Extension Methods

                    @@ -575,7 +575,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.S71500.WebApi.WebApiTime.html b/docs/api/Ix.Connector.S71500.WebApi.WebApiTime.html index 4966172d..3e196dcd 100644 --- a/docs/api/Ix.Connector.S71500.WebApi.WebApiTime.html +++ b/docs/api/Ix.Connector.S71500.WebApi.WebApiTime.html @@ -319,10 +319,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiTime()

                    @@ -334,10 +334,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiTime(ITwinObject, string, string)

                    @@ -382,10 +382,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetAsync()

                    @@ -424,10 +424,10 @@
                    Remarks
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Read(string)

                    @@ -456,10 +456,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetAsync(TimeSpan)

                    @@ -574,10 +574,10 @@

                    Extension Methods

                    @@ -597,7 +597,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.S71500.WebApi.WebApiTimeOfDay.html b/docs/api/Ix.Connector.S71500.WebApi.WebApiTimeOfDay.html index 19f1e0fa..85731946 100644 --- a/docs/api/Ix.Connector.S71500.WebApi.WebApiTimeOfDay.html +++ b/docs/api/Ix.Connector.S71500.WebApi.WebApiTimeOfDay.html @@ -319,10 +319,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiTimeOfDay()

                    @@ -334,10 +334,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiTimeOfDay(ITwinObject, string, string)

                    @@ -382,10 +382,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetAsync()

                    @@ -424,10 +424,10 @@
                    Remarks
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Read(string)

                    @@ -456,10 +456,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetAsync(TimeSpan)

                    @@ -574,10 +574,10 @@

                    Extension Methods

                    @@ -597,7 +597,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.S71500.WebApi.WebApiUInt.html b/docs/api/Ix.Connector.S71500.WebApi.WebApiUInt.html index f28422b9..aa3f1852 100644 --- a/docs/api/Ix.Connector.S71500.WebApi.WebApiUInt.html +++ b/docs/api/Ix.Connector.S71500.WebApi.WebApiUInt.html @@ -319,10 +319,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiUInt()

                    @@ -334,10 +334,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiUInt(ITwinObject, string, string)

                    @@ -382,10 +382,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetAsync()

                    @@ -424,10 +424,10 @@
                    Remarks
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Read(string)

                    @@ -456,10 +456,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetAsync(ushort)

                    @@ -574,10 +574,10 @@

                    Extension Methods

                    @@ -597,7 +597,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.S71500.WebApi.WebApiULInt.html b/docs/api/Ix.Connector.S71500.WebApi.WebApiULInt.html index 052fea1d..3fd09286 100644 --- a/docs/api/Ix.Connector.S71500.WebApi.WebApiULInt.html +++ b/docs/api/Ix.Connector.S71500.WebApi.WebApiULInt.html @@ -319,10 +319,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiULInt()

                    @@ -334,10 +334,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiULInt(ITwinObject, string, string)

                    @@ -382,10 +382,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetAsync()

                    @@ -424,10 +424,10 @@
                    Remarks
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Read(string)

                    @@ -456,10 +456,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetAsync(ulong)

                    @@ -574,10 +574,10 @@

                    Extension Methods

                    @@ -597,7 +597,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.S71500.WebApi.WebApiUSInt.html b/docs/api/Ix.Connector.S71500.WebApi.WebApiUSInt.html index c8f3d7bb..d66299b6 100644 --- a/docs/api/Ix.Connector.S71500.WebApi.WebApiUSInt.html +++ b/docs/api/Ix.Connector.S71500.WebApi.WebApiUSInt.html @@ -319,10 +319,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiUSInt()

                    @@ -334,10 +334,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiUSInt(ITwinObject, string, string)

                    @@ -382,10 +382,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetAsync()

                    @@ -424,10 +424,10 @@
                    Remarks
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Read(string)

                    @@ -456,10 +456,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetAsync(byte)

                    @@ -574,10 +574,10 @@

                    Extension Methods

                    @@ -597,7 +597,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.S71500.WebApi.WebApiUdInt.html b/docs/api/Ix.Connector.S71500.WebApi.WebApiUdInt.html index 45ab8853..7b83fcf0 100644 --- a/docs/api/Ix.Connector.S71500.WebApi.WebApiUdInt.html +++ b/docs/api/Ix.Connector.S71500.WebApi.WebApiUdInt.html @@ -319,10 +319,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiUdInt()

                    @@ -334,10 +334,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiUdInt(ITwinObject, string, string)

                    @@ -382,10 +382,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetAsync()

                    @@ -424,10 +424,10 @@
                    Remarks
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Read(string)

                    @@ -456,10 +456,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetAsync(uint)

                    @@ -574,10 +574,10 @@

                    Extension Methods

                    @@ -597,7 +597,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.S71500.WebApi.WebApiWChar.html b/docs/api/Ix.Connector.S71500.WebApi.WebApiWChar.html index a13f5a51..a84f84d2 100644 --- a/docs/api/Ix.Connector.S71500.WebApi.WebApiWChar.html +++ b/docs/api/Ix.Connector.S71500.WebApi.WebApiWChar.html @@ -319,10 +319,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiWChar()

                    @@ -334,10 +334,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiWChar(ITwinObject, string, string)

                    @@ -382,10 +382,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetAsync()

                    @@ -424,10 +424,10 @@
                    Remarks
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Read(string)

                    @@ -456,10 +456,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetAsync(char)

                    @@ -574,10 +574,10 @@

                    Extension Methods

                    @@ -597,7 +597,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.S71500.WebApi.WebApiWString.html b/docs/api/Ix.Connector.S71500.WebApi.WebApiWString.html index 4a1cdae9..eda75524 100644 --- a/docs/api/Ix.Connector.S71500.WebApi.WebApiWString.html +++ b/docs/api/Ix.Connector.S71500.WebApi.WebApiWString.html @@ -313,10 +313,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiWString()

                    @@ -328,10 +328,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiWString(ITwinObject, string, string)

                    @@ -376,10 +376,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetAsync()

                    @@ -419,10 +419,10 @@
                    Remarks
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Read(string)

                    @@ -451,10 +451,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetAsync(string)

                    @@ -570,10 +570,10 @@

                    Extension Methods

                    @@ -593,7 +593,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.S71500.WebApi.WebApiWord.html b/docs/api/Ix.Connector.S71500.WebApi.WebApiWord.html index b2759a2f..836bafb8 100644 --- a/docs/api/Ix.Connector.S71500.WebApi.WebApiWord.html +++ b/docs/api/Ix.Connector.S71500.WebApi.WebApiWord.html @@ -319,10 +319,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiWord()

                    @@ -334,10 +334,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WebApiWord(ITwinObject, string, string)

                    @@ -382,10 +382,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetAsync()

                    @@ -424,10 +424,10 @@
                    Remarks
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Read(string)

                    @@ -456,10 +456,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetAsync(ushort)

                    @@ -574,10 +574,10 @@

                    Extension Methods

                    @@ -597,7 +597,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.S71500.WebApi.html b/docs/api/Ix.Connector.S71500.WebApi.html index eadfb522..f34e722b 100644 --- a/docs/api/Ix.Connector.S71500.WebApi.html +++ b/docs/api/Ix.Connector.S71500.WebApi.html @@ -199,7 +199,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.StringInterpolator.html b/docs/api/Ix.Connector.StringInterpolator.html index 0139dce6..98c39da2 100644 --- a/docs/api/Ix.Connector.StringInterpolator.html +++ b/docs/api/Ix.Connector.StringInterpolator.html @@ -125,10 +125,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Interpolate(string, ITwinElement)

                    @@ -181,10 +181,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Interpolate(string, object)

                    @@ -243,10 +243,10 @@
                    Returns
                    @@ -266,7 +266,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.TwinObjectExtensions.html b/docs/api/Ix.Connector.TwinObjectExtensions.html index b1822ecf..0011ac14 100644 --- a/docs/api/Ix.Connector.TwinObjectExtensions.html +++ b/docs/api/Ix.Connector.TwinObjectExtensions.html @@ -125,10 +125,10 @@

                    Fields

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlineToPlainMethodName

                    @@ -154,10 +154,10 @@
                    Field Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    PlainToOnlineMethodName

                    @@ -183,10 +183,10 @@
                    Field Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    PlainToShadowMethodName

                    @@ -212,10 +212,10 @@
                    Field Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ShadowToPlainMethodName

                    @@ -243,10 +243,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreatePoco(ITwinObject)

                    @@ -295,10 +295,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MakeReadOnce(ITwinObject)

                    @@ -336,10 +336,10 @@
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MakeReadOnly(ITwinObject)

                    @@ -376,10 +376,10 @@
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlineToShadowAsync(ITwinObject)

                    @@ -425,10 +425,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ReadAsync(ITwinObject)

                    @@ -477,10 +477,10 @@
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    RetrievePrimitives(ITwinObject, List<ITwinPrimitive>)

                    @@ -537,10 +537,10 @@
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ShadowToOnlineAsync(ITwinObject)

                    @@ -586,10 +586,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    StartPolling(ITwinElement, int)

                    @@ -626,10 +626,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    StopPolling(ITwinElement)

                    @@ -662,10 +662,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SubscribeEditValueChange(ITwinObject, ValueChangeDelegate)

                    @@ -733,10 +733,10 @@
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SubscribeShadowValueChange(ITwinObject, ValueChangeDelegate)

                    @@ -805,10 +805,10 @@
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    UnSubscribeEditValueChange(ITwinObject)

                    @@ -839,10 +839,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    UnSubscribeShadowValueChange(ITwinObject)

                    @@ -873,10 +873,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WriteAsync(ITwinObject)

                    @@ -933,10 +933,10 @@
                    @@ -956,7 +956,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.TwinPrimitiveExtensions.html b/docs/api/Ix.Connector.TwinPrimitiveExtensions.html index b5c452c5..4364e0c3 100644 --- a/docs/api/Ix.Connector.TwinPrimitiveExtensions.html +++ b/docs/api/Ix.Connector.TwinPrimitiveExtensions.html @@ -125,10 +125,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetAttribute<T>(ITwinElement)

                    @@ -191,10 +191,10 @@
                    Type Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetCyclicValue<T>(OnlinerBase)

                    @@ -272,10 +272,10 @@
                    Exceptions
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetLastValue<T>(OnlinerBase)

                    @@ -338,10 +338,10 @@
                    Type Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetPropertyInfoViaSymbol(ITwinElement)

                    @@ -388,10 +388,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetShadowValue<T>(OnlinerBase)

                    @@ -454,10 +454,10 @@
                    Type Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetCyclicValue<T>(OnlinerBase, T)

                    @@ -510,10 +510,10 @@
                    Type Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetShadowValue<T>(OnlinerBase, T)

                    @@ -572,10 +572,10 @@
                    Type Parameters
                    @@ -595,7 +595,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Online.IOnline-1.html b/docs/api/Ix.Connector.ValueTypes.Online.IOnline-1.html index d3c68e0b..27ff3f09 100644 --- a/docs/api/Ix.Connector.ValueTypes.Online.IOnline-1.html +++ b/docs/api/Ix.Connector.ValueTypes.Online.IOnline-1.html @@ -111,10 +111,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AttributeName

                    @@ -142,10 +142,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AttributeUnits

                    @@ -173,10 +173,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Cyclic

                    @@ -204,10 +204,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Edit

                    @@ -235,10 +235,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    LastValue

                    @@ -267,10 +267,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Symbol

                    @@ -298,10 +298,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Value

                    @@ -331,10 +331,10 @@

                    Events

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ValueChanged

                    Raises when Cyclic value changes. Provided that the value is set for cyclical reading.

                    @@ -367,10 +367,10 @@
                    Event Type
                    @@ -390,7 +390,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineBool.html b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineBool.html index 676c1613..0e8fc1f1 100644 --- a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineBool.html +++ b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineBool.html @@ -127,10 +127,10 @@
                    Syntax
                    @@ -150,7 +150,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineByte.html b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineByte.html index 4cbb7b25..66fbecdb 100644 --- a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineByte.html +++ b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineByte.html @@ -127,10 +127,10 @@
                    Syntax
                    @@ -150,7 +150,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineChar.html b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineChar.html index 51215780..4e3dceb8 100644 --- a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineChar.html +++ b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineChar.html @@ -127,10 +127,10 @@
                    Syntax
                    @@ -150,7 +150,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineDInt.html b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineDInt.html index 698f6803..2c359b55 100644 --- a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineDInt.html +++ b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineDInt.html @@ -127,10 +127,10 @@
                    Syntax
                    @@ -150,7 +150,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineDWord.html b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineDWord.html index 9350b307..2598488f 100644 --- a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineDWord.html +++ b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineDWord.html @@ -127,10 +127,10 @@
                    Syntax
                    @@ -150,7 +150,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineDate.html b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineDate.html index a8eaf0f3..6171db87 100644 --- a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineDate.html +++ b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineDate.html @@ -127,10 +127,10 @@
                    Syntax
                    @@ -150,7 +150,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineDateTime.html b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineDateTime.html index 6dd03322..3928e927 100644 --- a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineDateTime.html +++ b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineDateTime.html @@ -127,10 +127,10 @@
                    Syntax
                    @@ -150,7 +150,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineInt.html b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineInt.html index 2e762347..4a5642b2 100644 --- a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineInt.html +++ b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineInt.html @@ -127,10 +127,10 @@
                    Syntax
                    @@ -150,7 +150,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineLDateTime.html b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineLDateTime.html index 74a737ab..c9aa0e88 100644 --- a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineLDateTime.html +++ b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineLDateTime.html @@ -127,10 +127,10 @@
                    Syntax
                    @@ -150,7 +150,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineLInt.html b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineLInt.html index c3205896..e238145e 100644 --- a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineLInt.html +++ b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineLInt.html @@ -127,10 +127,10 @@
                    Syntax
                    @@ -150,7 +150,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineLReal.html b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineLReal.html index 0c93e6b6..3799de09 100644 --- a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineLReal.html +++ b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineLReal.html @@ -127,10 +127,10 @@
                    Syntax
                    @@ -150,7 +150,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineLTime.html b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineLTime.html index 1210c238..02a71f53 100644 --- a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineLTime.html +++ b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineLTime.html @@ -127,10 +127,10 @@
                    Syntax
                    @@ -150,7 +150,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineLTimeOfDay.html b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineLTimeOfDay.html index d47e4a71..904a6572 100644 --- a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineLTimeOfDay.html +++ b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineLTimeOfDay.html @@ -127,10 +127,10 @@
                    Syntax
                    @@ -150,7 +150,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineLWord.html b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineLWord.html index ce6061c8..ca484633 100644 --- a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineLWord.html +++ b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineLWord.html @@ -127,10 +127,10 @@
                    Syntax
                    @@ -150,7 +150,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineReal.html b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineReal.html index 2a2d6fcc..4ce7875f 100644 --- a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineReal.html +++ b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineReal.html @@ -127,10 +127,10 @@
                    Syntax
                    @@ -150,7 +150,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineSInt.html b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineSInt.html index 9347a7fb..60fa9c21 100644 --- a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineSInt.html +++ b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineSInt.html @@ -127,10 +127,10 @@
                    Syntax
                    @@ -150,7 +150,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineString.html b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineString.html index d0046460..1b6a7358 100644 --- a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineString.html +++ b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineString.html @@ -127,10 +127,10 @@
                    Syntax
                    @@ -150,7 +150,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineTime.html b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineTime.html index df9e81a0..db3c64df 100644 --- a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineTime.html +++ b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineTime.html @@ -127,10 +127,10 @@
                    Syntax
                    @@ -150,7 +150,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineTimeOfDay.html b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineTimeOfDay.html index 2983805f..f8f63fb2 100644 --- a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineTimeOfDay.html +++ b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineTimeOfDay.html @@ -127,10 +127,10 @@
                    Syntax
                    @@ -150,7 +150,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineUDInt.html b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineUDInt.html index 84a71b95..41edb786 100644 --- a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineUDInt.html +++ b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineUDInt.html @@ -127,10 +127,10 @@
                    Syntax
                    @@ -150,7 +150,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineUInt.html b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineUInt.html index 6d1e4597..d2d3aee2 100644 --- a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineUInt.html +++ b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineUInt.html @@ -127,10 +127,10 @@
                    Syntax
                    @@ -150,7 +150,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineULInt.html b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineULInt.html index d3905315..f76b3956 100644 --- a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineULInt.html +++ b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineULInt.html @@ -127,10 +127,10 @@
                    Syntax
                    @@ -150,7 +150,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineUSInt.html b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineUSInt.html index 757a0749..8520d8a6 100644 --- a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineUSInt.html +++ b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineUSInt.html @@ -127,10 +127,10 @@
                    Syntax
                    @@ -150,7 +150,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineWChar.html b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineWChar.html index 9d338402..85126e3e 100644 --- a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineWChar.html +++ b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineWChar.html @@ -127,10 +127,10 @@
                    Syntax
                    @@ -150,7 +150,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineWString.html b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineWString.html index b418729e..2ce6015b 100644 --- a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineWString.html +++ b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineWString.html @@ -127,10 +127,10 @@
                    Syntax
                    @@ -150,7 +150,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineWord.html b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineWord.html index d9a8b1ef..bad92c83 100644 --- a/docs/api/Ix.Connector.ValueTypes.Online.IOnlineWord.html +++ b/docs/api/Ix.Connector.ValueTypes.Online.IOnlineWord.html @@ -127,10 +127,10 @@
                    Syntax
                    @@ -150,7 +150,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Online.html b/docs/api/Ix.Connector.ValueTypes.Online.html index 95cd7a68..2472d46c 100644 --- a/docs/api/Ix.Connector.ValueTypes.Online.html +++ b/docs/api/Ix.Connector.ValueTypes.Online.html @@ -193,7 +193,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.OnlinerBase-1.html b/docs/api/Ix.Connector.ValueTypes.OnlinerBase-1.html index 8f10917b..d7963af3 100644 --- a/docs/api/Ix.Connector.ValueTypes.OnlinerBase-1.html +++ b/docs/api/Ix.Connector.ValueTypes.OnlinerBase-1.html @@ -261,10 +261,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerBase()

                    @@ -277,10 +277,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerBase(ITwinObject, string, string)

                    @@ -325,10 +325,10 @@

                    Fields

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    validator

                    Holder field for validation rule.

                    @@ -357,10 +357,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AttributeMaximum

                    @@ -401,10 +401,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AttributeMinimum

                    @@ -445,10 +445,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AttributeToolTip

                    @@ -476,10 +476,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AttributeUnits

                    @@ -507,10 +507,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Cyclic

                    @@ -538,10 +538,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CyclicToWrite

                    @@ -569,10 +569,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Edit

                    @@ -605,10 +605,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    EditValueChange

                    @@ -638,10 +638,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMaxValue

                    @@ -671,10 +671,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMinValue

                    @@ -704,10 +704,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IsSubscribed

                    @@ -735,10 +735,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    LastValue

                    @@ -767,10 +767,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Raw

                    @@ -799,10 +799,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ReadFromPlcIsRequested

                    @@ -830,10 +830,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetLastValue

                    @@ -862,10 +862,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Shadow

                    @@ -900,10 +900,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ShadowValueChange

                    @@ -933,10 +933,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Validator

                    @@ -964,10 +964,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    VariableInfo

                    @@ -997,10 +997,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    FromOnlineToShadow()

                    @@ -1014,10 +1014,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    FromShadowToOnline()

                    @@ -1031,10 +1031,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetAsync()

                    @@ -1071,10 +1071,10 @@
                    Remarks
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetDeclaringAssembly()

                    @@ -1102,10 +1102,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetLastAvailableValue()

                    @@ -1133,10 +1133,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    HasWriteAccess()

                    @@ -1165,10 +1165,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InitializeDefaults()

                    @@ -1196,10 +1196,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ReadFromItem()

                    @@ -1213,10 +1213,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetAsync(T)

                    @@ -1270,10 +1270,10 @@
                    Remarks
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    UpdateRead(T)

                    @@ -1304,10 +1304,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WriteItem()

                    @@ -1323,10 +1323,10 @@

                    Events

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ShadowValueChangeEvent

                    Shadow value changed event.

                    @@ -1406,10 +1406,10 @@

                    Extension Methods

                    @@ -1429,7 +1429,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/Ix.Connector.ValueTypes.OnlinerBase.ValueChangeDelegate.html b/docs/api/Ix.Connector.ValueTypes.OnlinerBase.ValueChangeDelegate.html index 8e52f00e..79fc7c73 100644 --- a/docs/api/Ix.Connector.ValueTypes.OnlinerBase.ValueChangeDelegate.html +++ b/docs/api/Ix.Connector.ValueTypes.OnlinerBase.ValueChangeDelegate.html @@ -130,10 +130,10 @@
                    Parameters
                    @@ -153,7 +153,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.OnlinerBase.html b/docs/api/Ix.Connector.ValueTypes.OnlinerBase.html index a00547f5..3c3b2053 100644 --- a/docs/api/Ix.Connector.ValueTypes.OnlinerBase.html +++ b/docs/api/Ix.Connector.ValueTypes.OnlinerBase.html @@ -131,10 +131,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerBase()

                    @@ -147,10 +147,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerBase(ITwinObject, string, string)

                    @@ -195,10 +195,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AccessStatus

                    @@ -226,10 +226,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AttributeFormatString

                    @@ -270,10 +270,10 @@
                    Exam | - Improve this Doc + Improve this Doc - View Source + View Source

                    AttributeName

                    @@ -301,10 +301,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    EditValueChange

                    @@ -332,10 +332,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    HumanReadable

                    @@ -364,10 +364,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Parent

                    @@ -395,10 +395,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    PollingInterval

                    @@ -425,10 +425,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    PollingsCount

                    @@ -455,10 +455,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ReadOnce

                    @@ -487,10 +487,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ReadWriteAccess

                    @@ -518,10 +518,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ShadowValueChange

                    @@ -549,10 +549,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Symbol

                    @@ -580,10 +580,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SymbolTail

                    @@ -611,10 +611,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    TranslatorBase

                    @@ -644,10 +644,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AddToPeriodicQueue()

                    @@ -659,10 +659,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateSymbol(string, string)

                    @@ -714,10 +714,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    FromOnlineToShadow()

                    @@ -729,10 +729,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    FromShadowToOnline()

                    @@ -744,10 +744,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetParent()

                    @@ -777,10 +777,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetSymbolTail()

                    @@ -809,10 +809,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetValueChangeEventSubscribers()

                    @@ -840,10 +840,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MakeReadOnce()

                    @@ -857,10 +857,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MakeReadOnly()

                    @@ -873,10 +873,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    NotifyPropertyChanged(string)

                    @@ -907,10 +907,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnValueChangeEvent(object)

                    @@ -940,10 +940,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Poll()

                    @@ -956,10 +956,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Subscribe()

                    @@ -972,10 +972,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Subscribe(ValueChangedEventHandlerDelegate)

                    @@ -1007,10 +1007,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SubscribeForPeriodicReading()

                    @@ -1023,10 +1023,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    UnSubscribe(ValueChangedEventHandlerDelegate)

                    @@ -1059,10 +1059,10 @@

                    Events

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    PropertyChanged

                    Implementation of System.ComponentModel.INotifyPropertyChanged interface.

                    @@ -1089,10 +1089,10 @@
                    Event Type
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ValueChangeEvent

                    Onliner cyclic property changed event.

                    @@ -1160,10 +1160,10 @@

                    Extension Methods

                    @@ -1183,7 +1183,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/Ix.Connector.ValueTypes.OnlinerBool.html b/docs/api/Ix.Connector.ValueTypes.OnlinerBool.html index 3859c79a..01b23cd8 100644 --- a/docs/api/Ix.Connector.ValueTypes.OnlinerBool.html +++ b/docs/api/Ix.Connector.ValueTypes.OnlinerBool.html @@ -313,10 +313,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerBool()

                    @@ -329,10 +329,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerBool(ITwinObject, string, string)

                    @@ -377,10 +377,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMaxValue

                    @@ -411,10 +411,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<bool>.InstanceMaxValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMinValue

                    @@ -504,10 +504,10 @@

                    Extension Methods

                    @@ -527,7 +527,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.OnlinerByte.html b/docs/api/Ix.Connector.ValueTypes.OnlinerByte.html index 216f79ef..8ab1af63 100644 --- a/docs/api/Ix.Connector.ValueTypes.OnlinerByte.html +++ b/docs/api/Ix.Connector.ValueTypes.OnlinerByte.html @@ -313,10 +313,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerByte()

                    @@ -329,10 +329,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerByte(ITwinObject, string, string)

                    @@ -377,10 +377,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMaxValue

                    @@ -410,10 +410,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<byte>.InstanceMaxValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMinValue

                    @@ -443,10 +443,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<byte>.InstanceMinValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MaxValue

                    @@ -474,10 +474,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MinValue

                    @@ -564,10 +564,10 @@

                    Extension Methods

                    @@ -587,7 +587,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.OnlinerChar.html b/docs/api/Ix.Connector.ValueTypes.OnlinerChar.html index e67f46a3..dfcaac59 100644 --- a/docs/api/Ix.Connector.ValueTypes.OnlinerChar.html +++ b/docs/api/Ix.Connector.ValueTypes.OnlinerChar.html @@ -313,10 +313,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerChar()

                    @@ -329,10 +329,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerChar(ITwinObject, string, string)

                    @@ -377,10 +377,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMaxValue

                    @@ -410,10 +410,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<char>.InstanceMaxValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMinValue

                    @@ -443,10 +443,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<char>.InstanceMinValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MaxValue

                    @@ -474,10 +474,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MinValue

                    @@ -564,10 +564,10 @@

                    Extension Methods

                    @@ -587,7 +587,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.OnlinerDInt.html b/docs/api/Ix.Connector.ValueTypes.OnlinerDInt.html index 7c35951f..dcc1a58c 100644 --- a/docs/api/Ix.Connector.ValueTypes.OnlinerDInt.html +++ b/docs/api/Ix.Connector.ValueTypes.OnlinerDInt.html @@ -313,10 +313,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerDInt()

                    @@ -329,10 +329,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerDInt(ITwinObject, string, string)

                    @@ -377,10 +377,10 @@

                    Fields

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MaxValue

                    Gets the max value of OnlinerDInt.

                    @@ -407,10 +407,10 @@
                    Field Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MinValue

                    Gets the min value of OnlinerDInt.

                    @@ -439,10 +439,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMaxValue

                    @@ -472,10 +472,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<int>.InstanceMaxValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMinValue

                    @@ -564,10 +564,10 @@

                    Extension Methods

                    @@ -587,7 +587,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/Ix.Connector.ValueTypes.OnlinerDWord.html b/docs/api/Ix.Connector.ValueTypes.OnlinerDWord.html index 3267cd0c..d2334d2e 100644 --- a/docs/api/Ix.Connector.ValueTypes.OnlinerDWord.html +++ b/docs/api/Ix.Connector.ValueTypes.OnlinerDWord.html @@ -313,10 +313,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerDWord()

                    @@ -329,10 +329,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerDWord(ITwinObject, string, string)

                    @@ -377,10 +377,10 @@

                    Fields

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MaxValue

                    Gets the max value of OnlinerDWord.

                    @@ -407,10 +407,10 @@
                    Field Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MinValue

                    Gets the min value of OnlinerDWord.

                    @@ -439,10 +439,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMaxValue

                    @@ -472,10 +472,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<uint>.InstanceMaxValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMinValue

                    @@ -564,10 +564,10 @@

                    Extension Methods

                    @@ -587,7 +587,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/Ix.Connector.ValueTypes.OnlinerDate.html b/docs/api/Ix.Connector.ValueTypes.OnlinerDate.html index b95e1188..cbd8933b 100644 --- a/docs/api/Ix.Connector.ValueTypes.OnlinerDate.html +++ b/docs/api/Ix.Connector.ValueTypes.OnlinerDate.html @@ -314,10 +314,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerDate()

                    @@ -330,10 +330,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerDate(ITwinObject, string, string)

                    @@ -378,10 +378,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMaxValue

                    @@ -411,10 +411,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<System.DateOnly>.InstanceMaxValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMinValue

                    @@ -444,10 +444,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<System.DateOnly>.InstanceMinValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MaxValue

                    @@ -475,10 +475,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MinValue

                    @@ -565,10 +565,10 @@

                    Extension Methods

                    @@ -588,7 +588,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.OnlinerDateTime.html b/docs/api/Ix.Connector.ValueTypes.OnlinerDateTime.html index 35da379e..81908557 100644 --- a/docs/api/Ix.Connector.ValueTypes.OnlinerDateTime.html +++ b/docs/api/Ix.Connector.ValueTypes.OnlinerDateTime.html @@ -313,10 +313,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerDateTime()

                    @@ -329,10 +329,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerDateTime(ITwinObject, string, string)

                    @@ -377,10 +377,10 @@

                    Fields

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MaxValue

                    Gets the max value of OnlinerDateTime.

                    @@ -407,10 +407,10 @@
                    Field Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MinValue

                    Gets the min value of OnlinerDateTime.

                    @@ -439,10 +439,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMaxValue

                    @@ -472,10 +472,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<System.DateTime>.InstanceMaxValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMinValue

                    @@ -564,10 +564,10 @@

                    Extension Methods

                    @@ -587,7 +587,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/Ix.Connector.ValueTypes.OnlinerInt.html b/docs/api/Ix.Connector.ValueTypes.OnlinerInt.html index 4a3d5df4..3f16fc78 100644 --- a/docs/api/Ix.Connector.ValueTypes.OnlinerInt.html +++ b/docs/api/Ix.Connector.ValueTypes.OnlinerInt.html @@ -313,10 +313,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerInt()

                    @@ -329,10 +329,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerInt(ITwinObject, string, string)

                    @@ -377,10 +377,10 @@

                    Fields

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MaxValue

                    Gets the max value of OnlinerInt.

                    @@ -407,10 +407,10 @@
                    Field Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MinValue

                    Gets the min value of OnlinerInt.

                    @@ -439,10 +439,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMaxValue

                    @@ -472,10 +472,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<short>.InstanceMaxValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMinValue

                    @@ -564,10 +564,10 @@

                    Extension Methods

                    @@ -587,7 +587,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/Ix.Connector.ValueTypes.OnlinerLDateTime.html b/docs/api/Ix.Connector.ValueTypes.OnlinerLDateTime.html index ea43e9c0..90223027 100644 --- a/docs/api/Ix.Connector.ValueTypes.OnlinerLDateTime.html +++ b/docs/api/Ix.Connector.ValueTypes.OnlinerLDateTime.html @@ -313,10 +313,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerLDateTime()

                    @@ -329,10 +329,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerLDateTime(ITwinObject, string, string)

                    @@ -377,10 +377,10 @@

                    Fields

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MaxValue

                    Gets the max value of OnlinerDateTime.

                    @@ -407,10 +407,10 @@
                    Field Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MinValue

                    Gets the min value of OnlinerDateTime.

                    @@ -439,10 +439,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMaxValue

                    @@ -472,10 +472,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<System.DateTime>.InstanceMaxValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMinValue

                    @@ -564,10 +564,10 @@

                    Extension Methods

                    @@ -587,7 +587,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/Ix.Connector.ValueTypes.OnlinerLInt.html b/docs/api/Ix.Connector.ValueTypes.OnlinerLInt.html index ab1c3455..057f56be 100644 --- a/docs/api/Ix.Connector.ValueTypes.OnlinerLInt.html +++ b/docs/api/Ix.Connector.ValueTypes.OnlinerLInt.html @@ -313,10 +313,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerLInt()

                    @@ -329,10 +329,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerLInt(ITwinObject, string, string)

                    @@ -377,10 +377,10 @@

                    Fields

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MaxValue

                    Gets the max value of OnlinerLInt.

                    @@ -407,10 +407,10 @@
                    Field Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MinValue

                    Gets the min value of OnlinerLInt.

                    @@ -439,10 +439,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMaxValue

                    @@ -472,10 +472,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<long>.InstanceMaxValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMinValue

                    @@ -564,10 +564,10 @@

                    Extension Methods

                    @@ -587,7 +587,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/Ix.Connector.ValueTypes.OnlinerLReal.html b/docs/api/Ix.Connector.ValueTypes.OnlinerLReal.html index e52a65dc..2eb92b17 100644 --- a/docs/api/Ix.Connector.ValueTypes.OnlinerLReal.html +++ b/docs/api/Ix.Connector.ValueTypes.OnlinerLReal.html @@ -313,10 +313,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerLReal()

                    @@ -329,10 +329,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerLReal(ITwinObject, string, string)

                    @@ -377,10 +377,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMaxValue

                    @@ -410,10 +410,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<double>.InstanceMaxValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMinValue

                    @@ -443,10 +443,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<double>.InstanceMinValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MaxValue

                    @@ -474,10 +474,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MinValue

                    @@ -564,10 +564,10 @@

                    Extension Methods

                    @@ -587,7 +587,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.OnlinerLTime.html b/docs/api/Ix.Connector.ValueTypes.OnlinerLTime.html index 9c9653e3..1b9ee7a6 100644 --- a/docs/api/Ix.Connector.ValueTypes.OnlinerLTime.html +++ b/docs/api/Ix.Connector.ValueTypes.OnlinerLTime.html @@ -313,10 +313,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerLTime()

                    @@ -329,10 +329,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerLTime(ITwinObject, string, string)

                    @@ -377,10 +377,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMaxValue

                    @@ -410,10 +410,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<System.TimeSpan>.InstanceMaxValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMinValue

                    @@ -443,10 +443,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<System.TimeSpan>.InstanceMinValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MaxValue

                    @@ -474,10 +474,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MinValue

                    @@ -564,10 +564,10 @@

                    Extension Methods

                    @@ -587,7 +587,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.OnlinerLTimeOfDay.html b/docs/api/Ix.Connector.ValueTypes.OnlinerLTimeOfDay.html index a301c158..e03f9f25 100644 --- a/docs/api/Ix.Connector.ValueTypes.OnlinerLTimeOfDay.html +++ b/docs/api/Ix.Connector.ValueTypes.OnlinerLTimeOfDay.html @@ -313,10 +313,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerLTimeOfDay()

                    @@ -329,10 +329,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerLTimeOfDay(ITwinObject, string, string)

                    @@ -377,10 +377,10 @@

                    Fields

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MaxValue

                    Gets the max value of OnlinerTimeOfDay.

                    @@ -407,10 +407,10 @@
                    Field Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MinValue

                    Gets the min value of OnlinerTimeOfDay.

                    @@ -439,10 +439,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMaxValue

                    @@ -472,10 +472,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<System.TimeSpan>.InstanceMaxValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMinValue

                    @@ -564,10 +564,10 @@

                    Extension Methods

                    @@ -587,7 +587,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/Ix.Connector.ValueTypes.OnlinerLWord.html b/docs/api/Ix.Connector.ValueTypes.OnlinerLWord.html index 5bb8267f..fa1e76f0 100644 --- a/docs/api/Ix.Connector.ValueTypes.OnlinerLWord.html +++ b/docs/api/Ix.Connector.ValueTypes.OnlinerLWord.html @@ -313,10 +313,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerLWord()

                    @@ -329,10 +329,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerLWord(ITwinObject, string, string)

                    @@ -377,10 +377,10 @@

                    Fields

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MaxValue

                    Gets the max value of OnlinerLWord.

                    @@ -407,10 +407,10 @@
                    Field Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MinValue

                    Gets the min value of OnlinerLWord.

                    @@ -439,10 +439,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMaxValue

                    @@ -472,10 +472,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<ulong>.InstanceMaxValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMinValue

                    @@ -564,10 +564,10 @@

                    Extension Methods

                    @@ -587,7 +587,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/Ix.Connector.ValueTypes.OnlinerReal.html b/docs/api/Ix.Connector.ValueTypes.OnlinerReal.html index edd0867c..cdbb34dc 100644 --- a/docs/api/Ix.Connector.ValueTypes.OnlinerReal.html +++ b/docs/api/Ix.Connector.ValueTypes.OnlinerReal.html @@ -313,10 +313,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerReal()

                    @@ -329,10 +329,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerReal(ITwinObject, string, string)

                    @@ -377,10 +377,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMaxValue

                    @@ -410,10 +410,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<float>.InstanceMaxValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMinValue

                    @@ -443,10 +443,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<float>.InstanceMinValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MaxValue

                    @@ -474,10 +474,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MinValue

                    @@ -564,10 +564,10 @@

                    Extension Methods

                    @@ -587,7 +587,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.OnlinerSInt.html b/docs/api/Ix.Connector.ValueTypes.OnlinerSInt.html index fe52d0b0..5d9c3a31 100644 --- a/docs/api/Ix.Connector.ValueTypes.OnlinerSInt.html +++ b/docs/api/Ix.Connector.ValueTypes.OnlinerSInt.html @@ -313,10 +313,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerSInt()

                    @@ -329,10 +329,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerSInt(ITwinObject, string, string)

                    @@ -377,10 +377,10 @@

                    Fields

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MaxValue

                    Gets the max value of OnlinerSInt.

                    @@ -407,10 +407,10 @@
                    Field Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MinValue

                    Gets the min value of OnlinerSInt.

                    @@ -439,10 +439,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMaxValue

                    @@ -472,10 +472,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<sbyte>.InstanceMaxValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMinValue

                    @@ -564,10 +564,10 @@

                    Extension Methods

                    @@ -587,7 +587,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/Ix.Connector.ValueTypes.OnlinerString.html b/docs/api/Ix.Connector.ValueTypes.OnlinerString.html index efdde451..36caf892 100644 --- a/docs/api/Ix.Connector.ValueTypes.OnlinerString.html +++ b/docs/api/Ix.Connector.ValueTypes.OnlinerString.html @@ -304,10 +304,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerString()

                    @@ -320,10 +320,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerString(ITwinObject, string, string)

                    @@ -368,10 +368,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Cyclic

                    @@ -401,10 +401,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<string>.Cyclic
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMaxValue

                    @@ -434,10 +434,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<string>.InstanceMaxValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMinValue

                    @@ -469,10 +469,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetAsync()

                    @@ -503,10 +503,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<string>.GetAsync()
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetAsync(string)

                    @@ -613,10 +613,10 @@

                    Extension Methods

                    @@ -636,7 +636,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.OnlinerTime.html b/docs/api/Ix.Connector.ValueTypes.OnlinerTime.html index bb775681..f0cbab2c 100644 --- a/docs/api/Ix.Connector.ValueTypes.OnlinerTime.html +++ b/docs/api/Ix.Connector.ValueTypes.OnlinerTime.html @@ -313,10 +313,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerTime()

                    @@ -329,10 +329,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerTime(ITwinObject, string, string)

                    @@ -377,10 +377,10 @@

                    Fields

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MaxValue

                    Gets the max value of OnlinerTime.

                    @@ -407,10 +407,10 @@
                    Field Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MinValue

                    Gets the min value of OnlinerTime.

                    @@ -439,10 +439,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMaxValue

                    @@ -472,10 +472,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<System.TimeSpan>.InstanceMaxValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMinValue

                    @@ -564,10 +564,10 @@

                    Extension Methods

                    @@ -587,7 +587,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/Ix.Connector.ValueTypes.OnlinerTimeOfDay.html b/docs/api/Ix.Connector.ValueTypes.OnlinerTimeOfDay.html index 629e3d20..2d3a2219 100644 --- a/docs/api/Ix.Connector.ValueTypes.OnlinerTimeOfDay.html +++ b/docs/api/Ix.Connector.ValueTypes.OnlinerTimeOfDay.html @@ -313,10 +313,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerTimeOfDay()

                    @@ -329,10 +329,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerTimeOfDay(ITwinObject, string, string)

                    @@ -377,10 +377,10 @@

                    Fields

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MaxValue

                    Gets the max value of OnlinerTimeOfDay.

                    @@ -407,10 +407,10 @@
                    Field Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MinValue

                    Gets the min value of OnlinerTimeOfDay.

                    @@ -439,10 +439,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMaxValue

                    @@ -472,10 +472,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<System.TimeSpan>.InstanceMaxValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMinValue

                    @@ -564,10 +564,10 @@

                    Extension Methods

                    @@ -587,7 +587,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/Ix.Connector.ValueTypes.OnlinerUDInt.html b/docs/api/Ix.Connector.ValueTypes.OnlinerUDInt.html index af05c488..988e677f 100644 --- a/docs/api/Ix.Connector.ValueTypes.OnlinerUDInt.html +++ b/docs/api/Ix.Connector.ValueTypes.OnlinerUDInt.html @@ -313,10 +313,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerUDInt()

                    @@ -329,10 +329,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerUDInt(ITwinObject, string, string)

                    @@ -377,10 +377,10 @@

                    Fields

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MaxValue

                    Gets the max value of OnlinerUDInt.

                    @@ -407,10 +407,10 @@
                    Field Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MinValue

                    Gets the min value of OnlinerUDInt.

                    @@ -439,10 +439,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMaxValue

                    @@ -472,10 +472,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<uint>.InstanceMaxValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMinValue

                    @@ -564,10 +564,10 @@

                    Extension Methods

                    @@ -587,7 +587,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/Ix.Connector.ValueTypes.OnlinerUInt.html b/docs/api/Ix.Connector.ValueTypes.OnlinerUInt.html index 7ce97d64..a8c9e13b 100644 --- a/docs/api/Ix.Connector.ValueTypes.OnlinerUInt.html +++ b/docs/api/Ix.Connector.ValueTypes.OnlinerUInt.html @@ -313,10 +313,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerUInt()

                    @@ -329,10 +329,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerUInt(ITwinObject, string, string)

                    @@ -377,10 +377,10 @@

                    Fields

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MaxValue

                    Gets the max value of OnlinerUInt.

                    @@ -407,10 +407,10 @@
                    Field Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MinValue

                    Gets the min value of OnlinerUInt.

                    @@ -439,10 +439,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMaxValue

                    @@ -472,10 +472,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<ushort>.InstanceMaxValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMinValue

                    @@ -564,10 +564,10 @@

                    Extension Methods

                    @@ -587,7 +587,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/Ix.Connector.ValueTypes.OnlinerULInt.html b/docs/api/Ix.Connector.ValueTypes.OnlinerULInt.html index dadae569..411f7a83 100644 --- a/docs/api/Ix.Connector.ValueTypes.OnlinerULInt.html +++ b/docs/api/Ix.Connector.ValueTypes.OnlinerULInt.html @@ -313,10 +313,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerULInt()

                    @@ -329,10 +329,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerULInt(ITwinObject, string, string)

                    @@ -377,10 +377,10 @@

                    Fields

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MaxValue

                    Gets the max value of OnlinerULInt.

                    @@ -407,10 +407,10 @@
                    Field Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MinValue

                    Gets the min value of OnlinerULInt.

                    @@ -439,10 +439,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMaxValue

                    @@ -472,10 +472,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<ulong>.InstanceMaxValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMinValue

                    @@ -564,10 +564,10 @@

                    Extension Methods

                    @@ -587,7 +587,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/Ix.Connector.ValueTypes.OnlinerUSInt.html b/docs/api/Ix.Connector.ValueTypes.OnlinerUSInt.html index 71897a5e..f8bb7a38 100644 --- a/docs/api/Ix.Connector.ValueTypes.OnlinerUSInt.html +++ b/docs/api/Ix.Connector.ValueTypes.OnlinerUSInt.html @@ -313,10 +313,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerUSInt()

                    @@ -329,10 +329,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerUSInt(ITwinObject, string, string)

                    @@ -377,10 +377,10 @@

                    Fields

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MaxValue

                    Gets the max value of OnlinerUSInt.

                    @@ -407,10 +407,10 @@
                    Field Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MinValue

                    Gets the min value of OnlinerUSInt.

                    @@ -439,10 +439,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMaxValue

                    @@ -472,10 +472,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<byte>.InstanceMaxValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMinValue

                    @@ -564,10 +564,10 @@

                    Extension Methods

                    @@ -587,7 +587,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/Ix.Connector.ValueTypes.OnlinerWChar.html b/docs/api/Ix.Connector.ValueTypes.OnlinerWChar.html index fee98b02..3cb226c4 100644 --- a/docs/api/Ix.Connector.ValueTypes.OnlinerWChar.html +++ b/docs/api/Ix.Connector.ValueTypes.OnlinerWChar.html @@ -313,10 +313,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerWChar()

                    @@ -329,10 +329,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerWChar(ITwinObject, string, string)

                    @@ -377,10 +377,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMaxValue

                    @@ -410,10 +410,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<char>.InstanceMaxValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMinValue

                    @@ -443,10 +443,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<char>.InstanceMinValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MaxValue

                    @@ -474,10 +474,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MinValue

                    @@ -564,10 +564,10 @@

                    Extension Methods

                    @@ -587,7 +587,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.OnlinerWString.html b/docs/api/Ix.Connector.ValueTypes.OnlinerWString.html index 918d2e76..2f6e5e7e 100644 --- a/docs/api/Ix.Connector.ValueTypes.OnlinerWString.html +++ b/docs/api/Ix.Connector.ValueTypes.OnlinerWString.html @@ -304,10 +304,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerWString()

                    @@ -320,10 +320,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerWString(ITwinObject, string, string)

                    @@ -368,10 +368,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Cyclic

                    @@ -401,10 +401,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<string>.Cyclic
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMaxValue

                    @@ -434,10 +434,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<string>.InstanceMaxValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMinValue

                    @@ -469,10 +469,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetAsync()

                    @@ -512,10 +512,10 @@
                    Remarks
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetAsync(string)

                    @@ -631,10 +631,10 @@

                    Extension Methods

                    @@ -654,7 +654,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.OnlinerWord.html b/docs/api/Ix.Connector.ValueTypes.OnlinerWord.html index 1806bfd3..175bc8d4 100644 --- a/docs/api/Ix.Connector.ValueTypes.OnlinerWord.html +++ b/docs/api/Ix.Connector.ValueTypes.OnlinerWord.html @@ -313,10 +313,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerWord()

                    @@ -329,10 +329,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerWord(ITwinObject, string, string)

                    @@ -377,10 +377,10 @@

                    Fields

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MaxValue

                    Gets the max value of OnlinerWord.

                    @@ -407,10 +407,10 @@
                    Field Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MinValue

                    Gets the min value of OnlinerWord.

                    @@ -439,10 +439,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMaxValue

                    @@ -472,10 +472,10 @@
                    Overrides
                    Ix.Connector.ValueTypes.OnlinerBase<ushort>.InstanceMaxValue
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMinValue

                    @@ -564,10 +564,10 @@

                    Extension Methods

                    @@ -587,7 +587,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/Ix.Connector.ValueTypes.ReadWriteAccess.html b/docs/api/Ix.Connector.ValueTypes.ReadWriteAccess.html index 2e6c13ad..4acfa36a 100644 --- a/docs/api/Ix.Connector.ValueTypes.ReadWriteAccess.html +++ b/docs/api/Ix.Connector.ValueTypes.ReadWriteAccess.html @@ -122,10 +122,10 @@

                    Fields @@ -145,7 +145,7 @@

                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadow-1.html b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadow-1.html index df46249c..072151f3 100644 --- a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadow-1.html +++ b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadow-1.html @@ -111,10 +111,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AttributeName

                    @@ -142,10 +142,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AttributeUnits

                    @@ -173,10 +173,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Shadow

                    @@ -204,10 +204,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Symbol

                    @@ -235,10 +235,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Value

                    @@ -268,10 +268,10 @@

                    Events

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ValueChanged

                    Raises when Shadow value changes.

                    @@ -304,10 +304,10 @@
                    Event Type
                    @@ -327,7 +327,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowBool.html b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowBool.html index 85037134..c9f5c154 100644 --- a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowBool.html +++ b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowBool.html @@ -121,10 +121,10 @@
                    Syntax
                    @@ -144,7 +144,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowByte.html b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowByte.html index 58a8bfa3..e6b74afb 100644 --- a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowByte.html +++ b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowByte.html @@ -121,10 +121,10 @@
                    Syntax
                    @@ -144,7 +144,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowChar.html b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowChar.html index a81732ac..5962f742 100644 --- a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowChar.html +++ b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowChar.html @@ -121,10 +121,10 @@
                    Syntax
                    @@ -144,7 +144,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowDInt.html b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowDInt.html index 33e52687..808d2114 100644 --- a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowDInt.html +++ b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowDInt.html @@ -121,10 +121,10 @@
                    Syntax
                    @@ -144,7 +144,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowDWord.html b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowDWord.html index 54f65dbf..f50d1efa 100644 --- a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowDWord.html +++ b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowDWord.html @@ -121,10 +121,10 @@
                    Syntax
                    @@ -144,7 +144,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowDate.html b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowDate.html index f5cfabe6..093331f8 100644 --- a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowDate.html +++ b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowDate.html @@ -121,10 +121,10 @@
                    Syntax
                    @@ -144,7 +144,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowDateTime.html b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowDateTime.html index a709eda8..69ddf7d3 100644 --- a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowDateTime.html +++ b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowDateTime.html @@ -121,10 +121,10 @@
                    Syntax
                    @@ -144,7 +144,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowInt.html b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowInt.html index 9375bf76..4b73afd7 100644 --- a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowInt.html +++ b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowInt.html @@ -121,10 +121,10 @@
                    Syntax
                    @@ -144,7 +144,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowLDateTime.html b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowLDateTime.html index ea1251d3..fbbcbf59 100644 --- a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowLDateTime.html +++ b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowLDateTime.html @@ -121,10 +121,10 @@
                    Syntax
                    @@ -144,7 +144,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowLInt.html b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowLInt.html index 697bde01..c7e4b269 100644 --- a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowLInt.html +++ b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowLInt.html @@ -121,10 +121,10 @@
                    Syntax
                    @@ -144,7 +144,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowLReal.html b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowLReal.html index f3a1f795..34bb6594 100644 --- a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowLReal.html +++ b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowLReal.html @@ -121,10 +121,10 @@
                    Syntax
                    @@ -144,7 +144,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowLTime.html b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowLTime.html index 362a0fc3..5f3675a4 100644 --- a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowLTime.html +++ b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowLTime.html @@ -121,10 +121,10 @@
                    Syntax
                    @@ -144,7 +144,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowLTimeOfDay.html b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowLTimeOfDay.html index f2b8e87b..7161844a 100644 --- a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowLTimeOfDay.html +++ b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowLTimeOfDay.html @@ -121,10 +121,10 @@
                    Syntax
                    @@ -144,7 +144,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowLWord.html b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowLWord.html index 78c1dbf2..b6810d33 100644 --- a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowLWord.html +++ b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowLWord.html @@ -121,10 +121,10 @@
                    Syntax
                    @@ -144,7 +144,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowReal.html b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowReal.html index ad20d725..bb578328 100644 --- a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowReal.html +++ b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowReal.html @@ -121,10 +121,10 @@
                    Syntax
                    @@ -144,7 +144,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowSInt.html b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowSInt.html index 53fb20ff..afc62556 100644 --- a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowSInt.html +++ b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowSInt.html @@ -121,10 +121,10 @@
                    Syntax
                    @@ -144,7 +144,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowString.html b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowString.html index 798bb1d8..c179cee8 100644 --- a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowString.html +++ b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowString.html @@ -121,10 +121,10 @@
                    Syntax
                    @@ -144,7 +144,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowTime.html b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowTime.html index 3891e014..5a20779c 100644 --- a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowTime.html +++ b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowTime.html @@ -121,10 +121,10 @@
                    Syntax
                    @@ -144,7 +144,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowTimeOfDay.html b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowTimeOfDay.html index 3868a680..0842775b 100644 --- a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowTimeOfDay.html +++ b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowTimeOfDay.html @@ -121,10 +121,10 @@
                    Syntax
                    @@ -144,7 +144,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowUDInt.html b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowUDInt.html index 2db7f4d0..1d5475b9 100644 --- a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowUDInt.html +++ b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowUDInt.html @@ -121,10 +121,10 @@
                    Syntax
                    @@ -144,7 +144,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowUInt.html b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowUInt.html index f39b229a..7b58154c 100644 --- a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowUInt.html +++ b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowUInt.html @@ -121,10 +121,10 @@
                    Syntax
                    @@ -144,7 +144,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowULInt.html b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowULInt.html index d346bf8d..ac245e7b 100644 --- a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowULInt.html +++ b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowULInt.html @@ -121,10 +121,10 @@
                    Syntax
                    @@ -144,7 +144,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowUSInt.html b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowUSInt.html index 1c650aae..2ee978af 100644 --- a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowUSInt.html +++ b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowUSInt.html @@ -121,10 +121,10 @@
                    Syntax
                    @@ -144,7 +144,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowWChar.html b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowWChar.html index 846ddaf7..2540559e 100644 --- a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowWChar.html +++ b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowWChar.html @@ -121,10 +121,10 @@
                    Syntax
                    @@ -144,7 +144,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowWString.html b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowWString.html index fd9e8d25..5479259c 100644 --- a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowWString.html +++ b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowWString.html @@ -121,10 +121,10 @@
                    Syntax
                    @@ -144,7 +144,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowWord.html b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowWord.html index c9edb3f3..5b87dcd6 100644 --- a/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowWord.html +++ b/docs/api/Ix.Connector.ValueTypes.Shadows.IShadowWord.html @@ -121,10 +121,10 @@
                    Syntax
                    @@ -144,7 +144,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.Shadows.html b/docs/api/Ix.Connector.ValueTypes.Shadows.html index 66b5438a..9c96b4ad 100644 --- a/docs/api/Ix.Connector.ValueTypes.Shadows.html +++ b/docs/api/Ix.Connector.ValueTypes.Shadows.html @@ -193,7 +193,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.ValueChangedEventArgs.html b/docs/api/Ix.Connector.ValueTypes.ValueChangedEventArgs.html index b6c23103..33a6796a 100644 --- a/docs/api/Ix.Connector.ValueTypes.ValueChangedEventArgs.html +++ b/docs/api/Ix.Connector.ValueTypes.ValueChangedEventArgs.html @@ -129,10 +129,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ValueChangedEventArgs(object)

                    @@ -164,10 +164,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    NewValue

                    @@ -201,10 +201,10 @@
                    Property Value
                    @@ -224,7 +224,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.ValueChangedEventHandlerDelegate.html b/docs/api/Ix.Connector.ValueTypes.ValueChangedEventHandlerDelegate.html index c3d18904..9456a285 100644 --- a/docs/api/Ix.Connector.ValueTypes.ValueChangedEventHandlerDelegate.html +++ b/docs/api/Ix.Connector.ValueTypes.ValueChangedEventHandlerDelegate.html @@ -124,10 +124,10 @@
                    Parameters
                    @@ -147,7 +147,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueTypes.html b/docs/api/Ix.Connector.ValueTypes.html index 456dca3b..29b938fc 100644 --- a/docs/api/Ix.Connector.ValueTypes.html +++ b/docs/api/Ix.Connector.ValueTypes.html @@ -213,7 +213,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueValidation.BoolValueValidationRule.html b/docs/api/Ix.Connector.ValueValidation.BoolValueValidationRule.html index 69ac1ced..a8872f23 100644 --- a/docs/api/Ix.Connector.ValueValidation.BoolValueValidationRule.html +++ b/docs/api/Ix.Connector.ValueValidation.BoolValueValidationRule.html @@ -135,10 +135,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BoolValueValidationRule(OnlinerBool)

                    @@ -171,10 +171,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Validate(bool, CultureInfo)

                    @@ -235,10 +235,10 @@
                    Overrides
                    @@ -258,7 +258,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueValidation.ByteValueValidationRule.html b/docs/api/Ix.Connector.ValueValidation.ByteValueValidationRule.html index 711c9be5..af47e0e6 100644 --- a/docs/api/Ix.Connector.ValueValidation.ByteValueValidationRule.html +++ b/docs/api/Ix.Connector.ValueValidation.ByteValueValidationRule.html @@ -135,10 +135,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ByteValueValidationRule(OnlinerByte)

                    @@ -171,10 +171,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Validate(byte, CultureInfo)

                    @@ -235,10 +235,10 @@
                    Overrides
                    @@ -258,7 +258,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueValidation.CharValueValidationRule.html b/docs/api/Ix.Connector.ValueValidation.CharValueValidationRule.html index be7a47a9..ba6c7735 100644 --- a/docs/api/Ix.Connector.ValueValidation.CharValueValidationRule.html +++ b/docs/api/Ix.Connector.ValueValidation.CharValueValidationRule.html @@ -135,10 +135,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CharValueValidationRule(OnlinerChar)

                    @@ -171,10 +171,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Validate(char, CultureInfo)

                    @@ -235,10 +235,10 @@
                    Overrides
                    @@ -258,7 +258,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueValidation.DWordValueValidationRule.html b/docs/api/Ix.Connector.ValueValidation.DWordValueValidationRule.html index af75bc73..1b607c1e 100644 --- a/docs/api/Ix.Connector.ValueValidation.DWordValueValidationRule.html +++ b/docs/api/Ix.Connector.ValueValidation.DWordValueValidationRule.html @@ -135,10 +135,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    DWordValueValidationRule(OnlinerDWord)

                    @@ -171,10 +171,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Validate(uint, CultureInfo)

                    @@ -235,10 +235,10 @@
                    Overrides
                    @@ -258,7 +258,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueValidation.DateTimeValueValidationRule.html b/docs/api/Ix.Connector.ValueValidation.DateTimeValueValidationRule.html index 49c05bfb..325c8ab8 100644 --- a/docs/api/Ix.Connector.ValueValidation.DateTimeValueValidationRule.html +++ b/docs/api/Ix.Connector.ValueValidation.DateTimeValueValidationRule.html @@ -135,10 +135,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    DateTimeValueValidationRule(OnlinerDateTime)

                    @@ -171,10 +171,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Validate(DateTime, CultureInfo)

                    @@ -235,10 +235,10 @@
                    Overrides
                    @@ -258,7 +258,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueValidation.DateValueValidationRule.html b/docs/api/Ix.Connector.ValueValidation.DateValueValidationRule.html index dd8741d5..f9b4397e 100644 --- a/docs/api/Ix.Connector.ValueValidation.DateValueValidationRule.html +++ b/docs/api/Ix.Connector.ValueValidation.DateValueValidationRule.html @@ -135,10 +135,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    DateValueValidationRule(OnlinerDate)

                    @@ -171,10 +171,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Validate(DateOnly, CultureInfo)

                    @@ -235,10 +235,10 @@
                    Overrides
                    @@ -258,7 +258,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueValidation.DintValueValidationRule.html b/docs/api/Ix.Connector.ValueValidation.DintValueValidationRule.html index 7f22fd2f..512aee2e 100644 --- a/docs/api/Ix.Connector.ValueValidation.DintValueValidationRule.html +++ b/docs/api/Ix.Connector.ValueValidation.DintValueValidationRule.html @@ -135,10 +135,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    DintValueValidationRule(OnlinerDInt)

                    @@ -171,10 +171,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Validate(int, CultureInfo)

                    @@ -235,10 +235,10 @@
                    Overrides
                    @@ -258,7 +258,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueValidation.IValueBoundaries-1.html b/docs/api/Ix.Connector.ValueValidation.IValueBoundaries-1.html index cdf394dd..ccbb7a8e 100644 --- a/docs/api/Ix.Connector.ValueValidation.IValueBoundaries-1.html +++ b/docs/api/Ix.Connector.ValueValidation.IValueBoundaries-1.html @@ -111,10 +111,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMaxValue

                    @@ -142,10 +142,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InstanceMinValue

                    @@ -179,10 +179,10 @@
                    Property Value
                    @@ -202,7 +202,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueValidation.IntValueValidationRule.html b/docs/api/Ix.Connector.ValueValidation.IntValueValidationRule.html index 825910cc..fa5a6454 100644 --- a/docs/api/Ix.Connector.ValueValidation.IntValueValidationRule.html +++ b/docs/api/Ix.Connector.ValueValidation.IntValueValidationRule.html @@ -135,10 +135,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IntValueValidationRule(OnlinerInt)

                    @@ -171,10 +171,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Validate(short, CultureInfo)

                    @@ -235,10 +235,10 @@
                    Overrides
                    @@ -258,7 +258,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueValidation.LDateTimeValueValidationRule.html b/docs/api/Ix.Connector.ValueValidation.LDateTimeValueValidationRule.html index 2e233862..056c0e3f 100644 --- a/docs/api/Ix.Connector.ValueValidation.LDateTimeValueValidationRule.html +++ b/docs/api/Ix.Connector.ValueValidation.LDateTimeValueValidationRule.html @@ -135,10 +135,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    LDateTimeValueValidationRule(OnlinerLDateTime)

                    @@ -171,10 +171,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Validate(DateTime, CultureInfo)

                    @@ -235,10 +235,10 @@
                    Overrides
                    @@ -258,7 +258,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueValidation.LIntValueValidationRule.html b/docs/api/Ix.Connector.ValueValidation.LIntValueValidationRule.html index 49c049b6..e33d742f 100644 --- a/docs/api/Ix.Connector.ValueValidation.LIntValueValidationRule.html +++ b/docs/api/Ix.Connector.ValueValidation.LIntValueValidationRule.html @@ -135,10 +135,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    LIntValueValidationRule(OnlinerLInt)

                    @@ -171,10 +171,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Validate(long, CultureInfo)

                    @@ -235,10 +235,10 @@
                    Overrides
                    @@ -258,7 +258,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueValidation.LRealValueValidationRule.html b/docs/api/Ix.Connector.ValueValidation.LRealValueValidationRule.html index 76bf80ee..3890425f 100644 --- a/docs/api/Ix.Connector.ValueValidation.LRealValueValidationRule.html +++ b/docs/api/Ix.Connector.ValueValidation.LRealValueValidationRule.html @@ -135,10 +135,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    LRealValueValidationRule(OnlinerLReal)

                    @@ -171,10 +171,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Validate(double, CultureInfo)

                    @@ -235,10 +235,10 @@
                    Overrides
                    @@ -258,7 +258,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueValidation.LTimeOfDayValueValidationRule.html b/docs/api/Ix.Connector.ValueValidation.LTimeOfDayValueValidationRule.html index f1425768..bf9a110c 100644 --- a/docs/api/Ix.Connector.ValueValidation.LTimeOfDayValueValidationRule.html +++ b/docs/api/Ix.Connector.ValueValidation.LTimeOfDayValueValidationRule.html @@ -135,10 +135,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    LTimeOfDayValueValidationRule(OnlinerLTimeOfDay)

                    @@ -171,10 +171,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Validate(TimeSpan, CultureInfo)

                    @@ -235,10 +235,10 @@
                    Overrides
                    @@ -258,7 +258,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueValidation.LTimeValueValidationRule.html b/docs/api/Ix.Connector.ValueValidation.LTimeValueValidationRule.html index a353ee1a..4271d9d1 100644 --- a/docs/api/Ix.Connector.ValueValidation.LTimeValueValidationRule.html +++ b/docs/api/Ix.Connector.ValueValidation.LTimeValueValidationRule.html @@ -135,10 +135,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    LTimeValueValidationRule(OnlinerLTime)

                    @@ -171,10 +171,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Validate(TimeSpan, CultureInfo)

                    @@ -235,10 +235,10 @@
                    Overrides
                    @@ -258,7 +258,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueValidation.LWordValueValidationRule.html b/docs/api/Ix.Connector.ValueValidation.LWordValueValidationRule.html index 23a0b0c4..16afe8ef 100644 --- a/docs/api/Ix.Connector.ValueValidation.LWordValueValidationRule.html +++ b/docs/api/Ix.Connector.ValueValidation.LWordValueValidationRule.html @@ -135,10 +135,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    LWordValueValidationRule(OnlinerLWord)

                    @@ -171,10 +171,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Validate(ulong, CultureInfo)

                    @@ -235,10 +235,10 @@
                    Overrides
                    @@ -258,7 +258,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueValidation.OnlinerValidationRule-1.html b/docs/api/Ix.Connector.ValueValidation.OnlinerValidationRule-1.html index 0053f227..583de78c 100644 --- a/docs/api/Ix.Connector.ValueValidation.OnlinerValidationRule-1.html +++ b/docs/api/Ix.Connector.ValueValidation.OnlinerValidationRule-1.html @@ -166,10 +166,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnlinerValidationRule(IValueBoundaries<T>)

                    @@ -202,10 +202,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Max

                    @@ -233,10 +233,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Min

                    @@ -264,10 +264,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ValidationErrorTip

                    @@ -297,10 +297,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Validate(T, CultureInfo)

                    @@ -358,10 +358,10 @@
                    Returns
                    @@ -381,7 +381,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueValidation.RealValueValidationRule.html b/docs/api/Ix.Connector.ValueValidation.RealValueValidationRule.html index e0c2a7f9..de54c84f 100644 --- a/docs/api/Ix.Connector.ValueValidation.RealValueValidationRule.html +++ b/docs/api/Ix.Connector.ValueValidation.RealValueValidationRule.html @@ -135,10 +135,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    RealValueValidationRule(OnlinerReal)

                    @@ -171,10 +171,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Validate(float, CultureInfo)

                    @@ -235,10 +235,10 @@
                    Overrides
                    @@ -258,7 +258,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueValidation.SIntValueValidationRule.html b/docs/api/Ix.Connector.ValueValidation.SIntValueValidationRule.html index f4a56c1d..0e74123f 100644 --- a/docs/api/Ix.Connector.ValueValidation.SIntValueValidationRule.html +++ b/docs/api/Ix.Connector.ValueValidation.SIntValueValidationRule.html @@ -135,10 +135,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SIntValueValidationRule(OnlinerSInt)

                    @@ -171,10 +171,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Validate(sbyte, CultureInfo)

                    @@ -235,10 +235,10 @@
                    Overrides
                    @@ -258,7 +258,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueValidation.StringValueValidationRule.html b/docs/api/Ix.Connector.ValueValidation.StringValueValidationRule.html index 2dc84af4..1d90e902 100644 --- a/docs/api/Ix.Connector.ValueValidation.StringValueValidationRule.html +++ b/docs/api/Ix.Connector.ValueValidation.StringValueValidationRule.html @@ -135,10 +135,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    StringValueValidationRule(OnlinerString)

                    @@ -171,10 +171,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Validate(string, CultureInfo)

                    @@ -235,10 +235,10 @@
                    Overrides
                    @@ -258,7 +258,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueValidation.TimeOfDayValueValidationRule.html b/docs/api/Ix.Connector.ValueValidation.TimeOfDayValueValidationRule.html index c3bafaf9..186bbf99 100644 --- a/docs/api/Ix.Connector.ValueValidation.TimeOfDayValueValidationRule.html +++ b/docs/api/Ix.Connector.ValueValidation.TimeOfDayValueValidationRule.html @@ -135,10 +135,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    TimeOfDayValueValidationRule(OnlinerTimeOfDay)

                    @@ -171,10 +171,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Validate(TimeSpan, CultureInfo)

                    @@ -235,10 +235,10 @@
                    Overrides
                    @@ -258,7 +258,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueValidation.TimeValueValidationRule.html b/docs/api/Ix.Connector.ValueValidation.TimeValueValidationRule.html index 06ae8c73..66504800 100644 --- a/docs/api/Ix.Connector.ValueValidation.TimeValueValidationRule.html +++ b/docs/api/Ix.Connector.ValueValidation.TimeValueValidationRule.html @@ -135,10 +135,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    TimeValueValidationRule(OnlinerTime)

                    @@ -171,10 +171,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Validate(TimeSpan, CultureInfo)

                    @@ -235,10 +235,10 @@
                    Overrides
                    @@ -258,7 +258,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueValidation.UDIntValueValidationRule.html b/docs/api/Ix.Connector.ValueValidation.UDIntValueValidationRule.html index 9f8f2e07..66f62cd5 100644 --- a/docs/api/Ix.Connector.ValueValidation.UDIntValueValidationRule.html +++ b/docs/api/Ix.Connector.ValueValidation.UDIntValueValidationRule.html @@ -135,10 +135,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    UDIntValueValidationRule(OnlinerUDInt)

                    @@ -171,10 +171,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Validate(uint, CultureInfo)

                    @@ -235,10 +235,10 @@
                    Overrides
                    @@ -258,7 +258,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueValidation.UIntValueValidationRule.html b/docs/api/Ix.Connector.ValueValidation.UIntValueValidationRule.html index d0e147e0..56ed6a24 100644 --- a/docs/api/Ix.Connector.ValueValidation.UIntValueValidationRule.html +++ b/docs/api/Ix.Connector.ValueValidation.UIntValueValidationRule.html @@ -135,10 +135,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    UIntValueValidationRule(OnlinerUInt)

                    @@ -171,10 +171,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Validate(ushort, CultureInfo)

                    @@ -235,10 +235,10 @@
                    Overrides
                    @@ -258,7 +258,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueValidation.ULIntValueValidationRule.html b/docs/api/Ix.Connector.ValueValidation.ULIntValueValidationRule.html index 860a756f..4b1101df 100644 --- a/docs/api/Ix.Connector.ValueValidation.ULIntValueValidationRule.html +++ b/docs/api/Ix.Connector.ValueValidation.ULIntValueValidationRule.html @@ -135,10 +135,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ULIntValueValidationRule(OnlinerULInt)

                    @@ -171,10 +171,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Validate(ulong, CultureInfo)

                    @@ -235,10 +235,10 @@
                    Overrides
                    @@ -258,7 +258,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueValidation.USintValueValidationRule.html b/docs/api/Ix.Connector.ValueValidation.USintValueValidationRule.html index 0ec9c2d6..ddbddd86 100644 --- a/docs/api/Ix.Connector.ValueValidation.USintValueValidationRule.html +++ b/docs/api/Ix.Connector.ValueValidation.USintValueValidationRule.html @@ -135,10 +135,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    USintValueValidationRule(OnlinerUSInt)

                    @@ -171,10 +171,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Validate(byte, CultureInfo)

                    @@ -235,10 +235,10 @@
                    Overrides
                    @@ -258,7 +258,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueValidation.ValidationResult.html b/docs/api/Ix.Connector.ValueValidation.ValidationResult.html index 274bba64..d693e613 100644 --- a/docs/api/Ix.Connector.ValueValidation.ValidationResult.html +++ b/docs/api/Ix.Connector.ValueValidation.ValidationResult.html @@ -125,10 +125,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ValidationResult(bool, string)

                    @@ -167,10 +167,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IsValid

                    @@ -198,10 +198,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ValidationErrorTip

                    @@ -235,10 +235,10 @@
                    Property Value
                    @@ -258,7 +258,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueValidation.WCharValueValidationRule.html b/docs/api/Ix.Connector.ValueValidation.WCharValueValidationRule.html index 3c7a6c6f..6fca5ba8 100644 --- a/docs/api/Ix.Connector.ValueValidation.WCharValueValidationRule.html +++ b/docs/api/Ix.Connector.ValueValidation.WCharValueValidationRule.html @@ -135,10 +135,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WCharValueValidationRule(OnlinerWChar)

                    @@ -171,10 +171,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Validate(char, CultureInfo)

                    @@ -235,10 +235,10 @@
                    Overrides
                    @@ -258,7 +258,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueValidation.WStringValueValidationRule.html b/docs/api/Ix.Connector.ValueValidation.WStringValueValidationRule.html index 5ae732b0..64067d17 100644 --- a/docs/api/Ix.Connector.ValueValidation.WStringValueValidationRule.html +++ b/docs/api/Ix.Connector.ValueValidation.WStringValueValidationRule.html @@ -135,10 +135,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WStringValueValidationRule(OnlinerWString)

                    @@ -171,10 +171,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Validate(string, CultureInfo)

                    @@ -235,10 +235,10 @@
                    Overrides
                    @@ -258,7 +258,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueValidation.WordValueValidationRule.html b/docs/api/Ix.Connector.ValueValidation.WordValueValidationRule.html index edbf5b53..a6d4aabd 100644 --- a/docs/api/Ix.Connector.ValueValidation.WordValueValidationRule.html +++ b/docs/api/Ix.Connector.ValueValidation.WordValueValidationRule.html @@ -135,10 +135,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    WordValueValidationRule(OnlinerWord)

                    @@ -171,10 +171,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Validate(ushort, CultureInfo)

                    @@ -235,10 +235,10 @@
                    Overrides
                    @@ -258,7 +258,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.ValueValidation.html b/docs/api/Ix.Connector.ValueValidation.html index e4ffbbd9..a6792535 100644 --- a/docs/api/Ix.Connector.ValueValidation.html +++ b/docs/api/Ix.Connector.ValueValidation.html @@ -201,7 +201,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.WebApiConnectorExtensions.html b/docs/api/Ix.Connector.WebApiConnectorExtensions.html index 34d403da..3dac0132 100644 --- a/docs/api/Ix.Connector.WebApiConnectorExtensions.html +++ b/docs/api/Ix.Connector.WebApiConnectorExtensions.html @@ -125,10 +125,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateWebApi(ConnectorAdapterBuilder, string, string, string, bool, string)

                    @@ -205,10 +205,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateWebApi(ConnectorAdapterBuilder, string, string, string, Func<HttpRequestMessage, X509Certificate2, X509Chain, SslPolicyErrors, bool>?, string)

                    @@ -291,10 +291,10 @@
                    Returns
                    @@ -314,7 +314,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Connector.html b/docs/api/Ix.Connector.html index 8b789a97..297fe9df 100644 --- a/docs/api/Ix.Connector.html +++ b/docs/api/Ix.Connector.html @@ -242,7 +242,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Framework.Abstractions.DateTimeProviderBase.html b/docs/api/Ix.Framework.Abstractions.DateTimeProviderBase.html index 5acda4c5..621cd3c7 100644 --- a/docs/api/Ix.Framework.Abstractions.DateTimeProviderBase.html +++ b/docs/api/Ix.Framework.Abstractions.DateTimeProviderBase.html @@ -125,10 +125,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Now

                    @@ -161,10 +161,10 @@
                    Property Value
                    @@ -184,7 +184,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Framework.Abstractions.DateTimeProviders.html b/docs/api/Ix.Framework.Abstractions.DateTimeProviders.html index cde4773e..46b42f75 100644 --- a/docs/api/Ix.Framework.Abstractions.DateTimeProviders.html +++ b/docs/api/Ix.Framework.Abstractions.DateTimeProviders.html @@ -124,10 +124,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    DateTimeProvider

                    @@ -160,10 +160,10 @@
                    Property Value
                    @@ -183,7 +183,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Framework.Abstractions.StandardDateTimeProvider.html b/docs/api/Ix.Framework.Abstractions.StandardDateTimeProvider.html index fbf7996d..1ab0121c 100644 --- a/docs/api/Ix.Framework.Abstractions.StandardDateTimeProvider.html +++ b/docs/api/Ix.Framework.Abstractions.StandardDateTimeProvider.html @@ -125,10 +125,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Now

                    @@ -163,10 +163,10 @@
                    Overrides
                    @@ -186,7 +186,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Framework.Abstractions.html b/docs/api/Ix.Framework.Abstractions.html index 4fd93391..c3ff1308 100644 --- a/docs/api/Ix.Framework.Abstractions.html +++ b/docs/api/Ix.Framework.Abstractions.html @@ -118,7 +118,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Localizations.Abstractions.TranslatorBase.html b/docs/api/Ix.Localizations.Abstractions.TranslatorBase.html index 59f3acc1..6e612e29 100644 --- a/docs/api/Ix.Localizations.Abstractions.TranslatorBase.html +++ b/docs/api/Ix.Localizations.Abstractions.TranslatorBase.html @@ -126,10 +126,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    TranslatorBase()

                    @@ -144,10 +144,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    TranslatorsId

                    @@ -177,10 +177,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Get()

                    @@ -209,10 +209,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Get(Type)

                    @@ -259,10 +259,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    LoadDictionaries(CultureInfo)

                    @@ -293,10 +293,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Translate(string, ITwinObject)

                    @@ -349,10 +349,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Translate(string)

                    @@ -405,10 +405,10 @@
                    Returns
                    @@ -428,7 +428,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Localizations.Abstractions.html b/docs/api/Ix.Localizations.Abstractions.html index 28f1e239..2648c0e5 100644 --- a/docs/api/Ix.Localizations.Abstractions.html +++ b/docs/api/Ix.Localizations.Abstractions.html @@ -115,7 +115,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Localizations.IdentifierValidator.html b/docs/api/Ix.Localizations.IdentifierValidator.html index 44f6bc61..fda12a19 100644 --- a/docs/api/Ix.Localizations.IdentifierValidator.html +++ b/docs/api/Ix.Localizations.IdentifierValidator.html @@ -129,10 +129,10 @@
                    Syntax
                    @@ -152,7 +152,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Localizations.LocalizableItem.html b/docs/api/Ix.Localizations.LocalizableItem.html index a762ab34..294d0c3e 100644 --- a/docs/api/Ix.Localizations.LocalizableItem.html +++ b/docs/api/Ix.Localizations.LocalizableItem.html @@ -125,10 +125,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Key

                    @@ -156,10 +156,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Location

                    @@ -193,10 +193,10 @@
                    Property Value
                    @@ -216,7 +216,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Localizations.Localizables.html b/docs/api/Ix.Localizations.Localizables.html index 42c29a7e..e79b3b9c 100644 --- a/docs/api/Ix.Localizations.Localizables.html +++ b/docs/api/Ix.Localizations.Localizables.html @@ -125,10 +125,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Key

                    @@ -156,10 +156,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Location

                    @@ -187,10 +187,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Used

                    @@ -224,10 +224,10 @@
                    Property Value
                    @@ -247,7 +247,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Localizations.LocalizationHelper.html b/docs/api/Ix.Localizations.LocalizationHelper.html index d9da48b3..0753e51e 100644 --- a/docs/api/Ix.Localizations.LocalizationHelper.html +++ b/docs/api/Ix.Localizations.LocalizationHelper.html @@ -125,10 +125,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CleanUpLocalizationTokens(string)

                    @@ -172,10 +172,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetLocalizables(string, List<LocalizableItem>)

                    @@ -234,10 +234,10 @@
                    Returns
                    @@ -257,7 +257,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Localizations.Resx.Translator.html b/docs/api/Ix.Localizations.Resx.Translator.html index 543a3f64..692209f8 100644 --- a/docs/api/Ix.Localizations.Resx.Translator.html +++ b/docs/api/Ix.Localizations.Resx.Translator.html @@ -135,10 +135,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Translator()

                    @@ -151,10 +151,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Translator(Type)

                    @@ -187,10 +187,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    TranslatorsId

                    @@ -222,10 +222,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Translate(string, ITwinObject)

                    @@ -280,10 +280,10 @@
                    Overrides
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Translate(string)

                    @@ -336,10 +336,10 @@
                    Overrides
                    @@ -359,7 +359,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Localizations.Resx.html b/docs/api/Ix.Localizations.Resx.html index 272733c1..e6474afe 100644 --- a/docs/api/Ix.Localizations.Resx.html +++ b/docs/api/Ix.Localizations.Resx.html @@ -115,7 +115,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Localizations.html b/docs/api/Ix.Localizations.html index 83443357..bef2bcb1 100644 --- a/docs/api/Ix.Localizations.html +++ b/docs/api/Ix.Localizations.html @@ -124,7 +124,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Attributes.PresentationContainerAttribute.html b/docs/api/Ix.Presentation.Attributes.PresentationContainerAttribute.html index af4bbb5e..1da85cf7 100644 --- a/docs/api/Ix.Presentation.Attributes.PresentationContainerAttribute.html +++ b/docs/api/Ix.Presentation.Attributes.PresentationContainerAttribute.html @@ -230,10 +230,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    PresentationContainerAttribute()

                    @@ -245,10 +245,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    PresentationContainerAttribute(string, string, object)

                    @@ -287,10 +287,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    PresentationContainerAttribute(string, string)

                    @@ -326,10 +326,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Assembly

                    @@ -356,10 +356,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    FullTypeName

                    @@ -386,10 +386,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ParentHeader

                    @@ -422,10 +422,10 @@
                    Property Value
                    @@ -445,7 +445,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Attributes.PresentationGroupAttribute.html b/docs/api/Ix.Presentation.Attributes.PresentationGroupAttribute.html index 7d971072..5f9339cd 100644 --- a/docs/api/Ix.Presentation.Attributes.PresentationGroupAttribute.html +++ b/docs/api/Ix.Presentation.Attributes.PresentationGroupAttribute.html @@ -230,10 +230,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    PresentationGroupAttribute()

                    @@ -245,10 +245,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    PresentationGroupAttribute(string, string, object)

                    @@ -287,10 +287,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    PresentationGroupAttribute(string, string)

                    @@ -326,10 +326,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Assembly

                    @@ -356,10 +356,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    FullTypeName

                    @@ -386,10 +386,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ParentHeader

                    @@ -422,10 +422,10 @@
                    Property Value
                    @@ -445,7 +445,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Attributes.html b/docs/api/Ix.Presentation.Attributes.html index b303d0c3..93b9ad69 100644 --- a/docs/api/Ix.Presentation.Attributes.html +++ b/docs/api/Ix.Presentation.Attributes.html @@ -116,7 +116,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.BindableBase.html b/docs/api/Ix.Presentation.BindableBase.html index f56e869c..4f618cac 100644 --- a/docs/api/Ix.Presentation.BindableBase.html +++ b/docs/api/Ix.Presentation.BindableBase.html @@ -130,10 +130,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnPropertyChanged(string)

                    @@ -163,10 +163,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetProperty<T>(ref T, T, string)

                    @@ -227,10 +227,10 @@

                    Events

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    PropertyChanged

                    Implementation of System.ComponentModel.INotifyPropertyChanged.PropertyChanged

                    @@ -267,10 +267,10 @@

                    Implements

                    @@ -290,7 +290,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors
                    diff --git a/docs/api/Ix.Presentation.Blazor.Attributes.RenderableBlazorAssemblyAttribute.html b/docs/api/Ix.Presentation.Blazor.Attributes.RenderableBlazorAssemblyAttribute.html index f8046a97..62a634b4 100644 --- a/docs/api/Ix.Presentation.Blazor.Attributes.RenderableBlazorAssemblyAttribute.html +++ b/docs/api/Ix.Presentation.Blazor.Attributes.RenderableBlazorAssemblyAttribute.html @@ -235,10 +235,10 @@
                    @@ -258,7 +258,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Attributes.html b/docs/api/Ix.Presentation.Blazor.Attributes.html index 3369ffb0..561e0413 100644 --- a/docs/api/Ix.Presentation.Blazor.Attributes.html +++ b/docs/api/Ix.Presentation.Blazor.Attributes.html @@ -114,7 +114,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.BlazorGroupLayoutProvider.html b/docs/api/Ix.Presentation.Blazor.BlazorGroupLayoutProvider.html index b3636c66..4f785588 100644 --- a/docs/api/Ix.Presentation.Blazor.BlazorGroupLayoutProvider.html +++ b/docs/api/Ix.Presentation.Blazor.BlazorGroupLayoutProvider.html @@ -128,10 +128,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BlazorGroupLayoutProvider()

                    @@ -146,10 +146,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetControl(GroupLayout)

                    @@ -206,10 +206,10 @@

                    Implements

                    @@ -229,7 +229,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.BlazorLayoutProvider.html b/docs/api/Ix.Presentation.Blazor.BlazorLayoutProvider.html index 3a4faee8..99d3877a 100644 --- a/docs/api/Ix.Presentation.Blazor.BlazorLayoutProvider.html +++ b/docs/api/Ix.Presentation.Blazor.BlazorLayoutProvider.html @@ -129,10 +129,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BlazorLayoutProvider()

                    @@ -147,10 +147,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetControl(Layout)

                    @@ -207,10 +207,10 @@

                    Implements

                    @@ -230,7 +230,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Layouts.BorderLayout.html b/docs/api/Ix.Presentation.Blazor.Controls.Layouts.BorderLayout.html index d7ffb8bf..bf7cf6d7 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Layouts.BorderLayout.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Layouts.BorderLayout.html @@ -168,10 +168,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -218,10 +218,10 @@

                    Implements

                    @@ -241,7 +241,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Layouts.GroupBoxLayout.html b/docs/api/Ix.Presentation.Blazor.Controls.Layouts.GroupBoxLayout.html index 881d6d59..c902eeb3 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Layouts.GroupBoxLayout.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Layouts.GroupBoxLayout.html @@ -168,10 +168,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GroupName

                    @@ -201,10 +201,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -251,10 +251,10 @@

                    Implements

                    @@ -274,7 +274,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Layouts.LayoutSetters.ArrayBorderSetter.html b/docs/api/Ix.Presentation.Blazor.Controls.Layouts.LayoutSetters.ArrayBorderSetter.html index 4d1cbb65..ac27f58b 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Layouts.LayoutSetters.ArrayBorderSetter.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Layouts.LayoutSetters.ArrayBorderSetter.html @@ -164,10 +164,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ChildContent

                    @@ -195,10 +195,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IsArray

                    @@ -226,10 +226,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Name

                    @@ -259,10 +259,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -309,10 +309,10 @@

                    Implements

                    @@ -332,7 +332,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Layouts.LayoutSetters.ChildrenLayoutPropSetter.html b/docs/api/Ix.Presentation.Blazor.Controls.Layouts.LayoutSetters.ChildrenLayoutPropSetter.html index 20f7d321..7d144cff 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Layouts.LayoutSetters.ChildrenLayoutPropSetter.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Layouts.LayoutSetters.ChildrenLayoutPropSetter.html @@ -161,10 +161,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ChildContent

                    @@ -192,10 +192,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ChildName

                    @@ -223,10 +223,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ChildrenLayout

                    @@ -254,10 +254,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Class

                    @@ -285,10 +285,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    LayoutName

                    @@ -315,10 +315,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    SetParentLayout

                    @@ -346,10 +346,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Twin

                    @@ -379,10 +379,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -413,10 +413,10 @@
                    Overrides
                    Microsoft.AspNetCore.Components.ComponentBase.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnInitialized()

                    @@ -446,10 +446,10 @@

                    Implements

                    @@ -469,7 +469,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Layouts.LayoutSetters.GroupContainerAttributeSetter.html b/docs/api/Ix.Presentation.Blazor.Controls.Layouts.LayoutSetters.GroupContainerAttributeSetter.html index 694de76c..964c0965 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Layouts.LayoutSetters.GroupContainerAttributeSetter.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Layouts.LayoutSetters.GroupContainerAttributeSetter.html @@ -161,10 +161,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ChildContent

                    @@ -192,10 +192,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GroupName

                    @@ -223,10 +223,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GroupType

                    @@ -254,10 +254,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    LayoutName

                    @@ -286,10 +286,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -320,10 +320,10 @@
                    Overrides
                    Microsoft.AspNetCore.Components.ComponentBase.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnInitialized()

                    @@ -353,10 +353,10 @@

                    Implements

                    @@ -376,7 +376,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Layouts.LayoutSetters.GroupLayoutSetter.html b/docs/api/Ix.Presentation.Blazor.Controls.Layouts.LayoutSetters.GroupLayoutSetter.html index 7feb2efc..82ef1f47 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Layouts.LayoutSetters.GroupLayoutSetter.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Layouts.LayoutSetters.GroupLayoutSetter.html @@ -161,10 +161,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ChildContent

                    @@ -192,10 +192,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GroupContainer

                    @@ -223,10 +223,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GroupedCount

                    @@ -254,10 +254,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GroupLayout

                    @@ -285,10 +285,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GroupName

                    @@ -316,10 +316,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    LayoutClass

                    @@ -347,10 +347,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    LayoutName

                    @@ -377,10 +377,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ParentLayout

                    @@ -408,10 +408,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Twin

                    @@ -441,10 +441,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -475,10 +475,10 @@
                    Overrides
                    Microsoft.AspNetCore.Components.ComponentBase.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnInitialized()

                    @@ -508,10 +508,10 @@

                    Implements

                    @@ -531,7 +531,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Layouts.LayoutSetters.MainLayoutSetter.html b/docs/api/Ix.Presentation.Blazor.Controls.Layouts.LayoutSetters.MainLayoutSetter.html index 68220aa8..ab5881bc 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Layouts.LayoutSetters.MainLayoutSetter.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Layouts.LayoutSetters.MainLayoutSetter.html @@ -161,10 +161,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ChildContent

                    @@ -192,10 +192,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Class

                    @@ -223,10 +223,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GroupBoxName

                    @@ -254,10 +254,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    LayoutClass

                    @@ -285,10 +285,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    LayoutType

                    @@ -318,10 +318,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -352,10 +352,10 @@
                    Overrides
                    Microsoft.AspNetCore.Components.ComponentBase.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnInitialized()

                    @@ -385,10 +385,10 @@

                    Implements

                    @@ -408,7 +408,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Layouts.LayoutSetters.html b/docs/api/Ix.Presentation.Blazor.Controls.Layouts.LayoutSetters.html index 352a41cb..5376fa37 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Layouts.LayoutSetters.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Layouts.LayoutSetters.html @@ -122,7 +122,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Layouts.StackPanelLayout.html b/docs/api/Ix.Presentation.Blazor.Controls.Layouts.StackPanelLayout.html index 825a87e5..df309471 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Layouts.StackPanelLayout.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Layouts.StackPanelLayout.html @@ -168,10 +168,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    LayoutClass

                    @@ -201,10 +201,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -251,10 +251,10 @@

                    Implements

                    @@ -274,7 +274,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Layouts.TabControlComponents.TabControl.html b/docs/api/Ix.Presentation.Blazor.Controls.Layouts.TabControlComponents.TabControl.html index 0ab150dd..d3da6a51 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Layouts.TabControlComponents.TabControl.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Layouts.TabControlComponents.TabControl.html @@ -164,10 +164,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ActivePage

                    @@ -194,10 +194,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ChildContent

                    @@ -227,10 +227,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -277,10 +277,10 @@

                    Implements

                    @@ -300,7 +300,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Layouts.TabControlComponents.TabPage.html b/docs/api/Ix.Presentation.Blazor.Controls.Layouts.TabControlComponents.TabPage.html index e081c854..bbd6d590 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Layouts.TabControlComponents.TabPage.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Layouts.TabControlComponents.TabPage.html @@ -161,10 +161,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ChildContent

                    @@ -192,10 +192,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Text

                    @@ -225,10 +225,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -259,10 +259,10 @@
                    Overrides
                    Microsoft.AspNetCore.Components.ComponentBase.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnInitialized()

                    @@ -292,10 +292,10 @@

                    Implements

                    @@ -315,7 +315,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Layouts.TabControlComponents.html b/docs/api/Ix.Presentation.Blazor.Controls.Layouts.TabControlComponents.html index 5157a5e6..bd0344fc 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Layouts.TabControlComponents.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Layouts.TabControlComponents.html @@ -116,7 +116,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Layouts.TabControlLayout.html b/docs/api/Ix.Presentation.Blazor.Controls.Layouts.TabControlLayout.html index 96deee58..39d4894d 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Layouts.TabControlLayout.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Layouts.TabControlLayout.html @@ -168,10 +168,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    LayoutClass

                    @@ -201,10 +201,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -251,10 +251,10 @@

                    Implements

                    @@ -274,7 +274,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Layouts.UniformGridLayout.html b/docs/api/Ix.Presentation.Blazor.Controls.Layouts.UniformGridLayout.html index 7886f331..821909d9 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Layouts.UniformGridLayout.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Layouts.UniformGridLayout.html @@ -168,10 +168,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    LayoutClass

                    @@ -201,10 +201,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -251,10 +251,10 @@

                    Implements

                    @@ -274,7 +274,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Layouts.WrapPanelLayout.html b/docs/api/Ix.Presentation.Blazor.Controls.Layouts.WrapPanelLayout.html index 2c57cf96..c224c087 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Layouts.WrapPanelLayout.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Layouts.WrapPanelLayout.html @@ -168,10 +168,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    LayoutClass

                    @@ -201,10 +201,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -251,10 +251,10 @@

                    Implements

                    @@ -274,7 +274,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Layouts.html b/docs/api/Ix.Presentation.Blazor.Controls.Layouts.html index 3890989b..d0aa8ff9 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Layouts.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Layouts.html @@ -124,7 +124,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.RenderableContent.RenderableComplexComponentBase-1.html b/docs/api/Ix.Presentation.Blazor.Controls.RenderableContent.RenderableComplexComponentBase-1.html index 7f5d6633..3a8b7930 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.RenderableContent.RenderableComplexComponentBase-1.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.RenderableContent.RenderableComplexComponentBase-1.html @@ -213,10 +213,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Component

                    @@ -266,10 +266,10 @@

                    Implements

                    @@ -289,7 +289,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.RenderableContent.RenderableComponentBase.html b/docs/api/Ix.Presentation.Blazor.Controls.RenderableContent.RenderableComponentBase.html index e9745bc4..fcd0a2c0 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.RenderableContent.RenderableComponentBase.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.RenderableContent.RenderableComponentBase.html @@ -172,10 +172,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    HasFocus

                    @@ -204,10 +204,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    HandlePropertyChanged(object, PropertyChangedEventArgs)

                    @@ -241,10 +241,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    HandlePropertyChangedOnOutFocus(object, PropertyChangedEventArgs)

                    @@ -278,10 +278,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    HandleShadowPropertyChanged(object, ValueChangedEventArgs)

                    @@ -315,10 +315,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    UpdateShadowValuesOnChange(ITwinObject)

                    @@ -349,10 +349,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    UpdateShadowValuesOnChange(ITwinPrimitive)

                    @@ -383,10 +383,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    UpdateValuesOnChange(ITwinObject)

                    @@ -417,10 +417,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    UpdateValuesOnChange(OnlinerBase)

                    @@ -451,10 +451,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    UpdateValuesOnChangeOutFocus(OnlinerBase)

                    @@ -505,10 +505,10 @@

                    Implements

                    @@ -528,7 +528,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.RenderableContent.RenderableContentControl.html b/docs/api/Ix.Presentation.Blazor.Controls.RenderableContent.RenderableContentControl.html index 42f4460f..e2166c6e 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.RenderableContent.RenderableContentControl.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.RenderableContent.RenderableContentControl.html @@ -160,10 +160,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AttributesHandler

                    @@ -191,10 +191,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Class

                    @@ -223,10 +223,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ComponentService

                    @@ -254,10 +254,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Context

                    @@ -286,10 +286,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    LayoutChildrenClass

                    @@ -318,10 +318,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    LayoutClass

                    @@ -350,10 +350,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MainLayoutType

                    @@ -380,10 +380,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    PollingInterval

                    @@ -412,10 +412,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Presentation

                    @@ -446,10 +446,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -480,10 +480,10 @@
                    Overrides
                    Microsoft.AspNetCore.Components.ComponentBase.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Dispose()

                    @@ -495,10 +495,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnInitialized()

                    @@ -512,10 +512,10 @@
                    Overrides
                    Microsoft.AspNetCore.Components.ComponentBase.OnInitialized()
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnParametersSet()

                    @@ -548,10 +548,10 @@

                    Implements

                    @@ -571,7 +571,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.RenderableContent.RenderableViewModelComponentBase-1.html b/docs/api/Ix.Presentation.Blazor.Controls.RenderableContent.RenderableViewModelComponentBase-1.html index e611d363..abc9b9cb 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.RenderableContent.RenderableViewModelComponentBase-1.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.RenderableContent.RenderableViewModelComponentBase-1.html @@ -213,10 +213,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    TwinContainer

                    @@ -244,10 +244,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ViewModel

                    @@ -296,10 +296,10 @@

                    Implements

                    @@ -319,7 +319,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.RenderableContent.html b/docs/api/Ix.Presentation.Blazor.Controls.RenderableContent.html index eba70f49..a7e85674 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.RenderableContent.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.RenderableContent.html @@ -124,7 +124,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Templates.EnumeratorContainerControlView-1.html b/docs/api/Ix.Presentation.Blazor.Controls.Templates.EnumeratorContainerControlView-1.html index 8428e91e..50107c53 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Templates.EnumeratorContainerControlView-1.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Templates.EnumeratorContainerControlView-1.html @@ -231,10 +231,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -284,10 +284,10 @@

                    Implements

                    @@ -307,7 +307,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Templates.EnumeratorContainerDisplayView-1.html b/docs/api/Ix.Presentation.Blazor.Controls.Templates.EnumeratorContainerDisplayView-1.html index 9d9e0f29..afb9587e 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Templates.EnumeratorContainerDisplayView-1.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Templates.EnumeratorContainerDisplayView-1.html @@ -231,10 +231,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -284,10 +284,10 @@

                    Implements

                    @@ -307,7 +307,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Templates.EnumeratorContainerShadowControlView-1.html b/docs/api/Ix.Presentation.Blazor.Controls.Templates.EnumeratorContainerShadowControlView-1.html index f6365e37..e88fb960 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Templates.EnumeratorContainerShadowControlView-1.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Templates.EnumeratorContainerShadowControlView-1.html @@ -231,10 +231,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -284,10 +284,10 @@

                    Implements

                    @@ -307,7 +307,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Templates.EnumeratorContainerShadowDisplayView-1.html b/docs/api/Ix.Presentation.Blazor.Controls.Templates.EnumeratorContainerShadowDisplayView-1.html index b4e00394..5b1620a3 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Templates.EnumeratorContainerShadowDisplayView-1.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Templates.EnumeratorContainerShadowDisplayView-1.html @@ -231,10 +231,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -284,10 +284,10 @@

                    Implements

                    @@ -307,7 +307,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Templates.EnumeratorsBaseOnline-1.html b/docs/api/Ix.Presentation.Blazor.Controls.Templates.EnumeratorsBaseOnline-1.html index 68ccaf67..c17c4a9b 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Templates.EnumeratorsBaseOnline-1.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Templates.EnumeratorsBaseOnline-1.html @@ -223,10 +223,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    EnumDiscriminatorAttribute

                    @@ -254,10 +254,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    EnumToIntConverter

                    @@ -284,10 +284,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Names

                    @@ -316,10 +316,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnInitializedAsync()

                    @@ -367,10 +367,10 @@

                    Implements

                    @@ -390,7 +390,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Templates.EnumeratorsBaseShadow-1.html b/docs/api/Ix.Presentation.Blazor.Controls.Templates.EnumeratorsBaseShadow-1.html index 8eabb8af..360cd298 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Templates.EnumeratorsBaseShadow-1.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Templates.EnumeratorsBaseShadow-1.html @@ -223,10 +223,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    EnumDiscriminatorAttribute

                    @@ -254,10 +254,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    EnumToIntConverter

                    @@ -284,10 +284,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Names

                    @@ -316,10 +316,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnInitializedAsync()

                    @@ -367,10 +367,10 @@

                    Implements

                    @@ -390,7 +390,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerBaseControlView-1.html b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerBaseControlView-1.html index e6b5bcb4..c2fc6deb 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerBaseControlView-1.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerBaseControlView-1.html @@ -222,10 +222,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -275,10 +275,10 @@

                    Implements

                    @@ -298,7 +298,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerBaseDisplayView-1.html b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerBaseDisplayView-1.html index 4d1cb019..169fd9be 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerBaseDisplayView-1.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerBaseDisplayView-1.html @@ -222,10 +222,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -275,10 +275,10 @@

                    Implements

                    @@ -298,7 +298,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerBaseShadowControlView-1.html b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerBaseShadowControlView-1.html index fa2fff72..273b0409 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerBaseShadowControlView-1.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerBaseShadowControlView-1.html @@ -222,10 +222,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -275,10 +275,10 @@

                    Implements

                    @@ -298,7 +298,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerBaseShadowDisplayView-1.html b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerBaseShadowDisplayView-1.html index e4bfda2d..47882722 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerBaseShadowDisplayView-1.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerBaseShadowDisplayView-1.html @@ -222,10 +222,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -275,10 +275,10 @@

                    Implements

                    @@ -298,7 +298,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerBoolControlView.html b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerBoolControlView.html index 87e7691d..8f4f94b7 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerBoolControlView.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerBoolControlView.html @@ -207,10 +207,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -260,10 +260,10 @@

                    Implements

                    @@ -283,7 +283,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerBoolDisplayView.html b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerBoolDisplayView.html index 36bfed8f..bcc957da 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerBoolDisplayView.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerBoolDisplayView.html @@ -207,10 +207,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -260,10 +260,10 @@

                    Implements

                    @@ -283,7 +283,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerBoolShadowControlView.html b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerBoolShadowControlView.html index 948320b0..885ec126 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerBoolShadowControlView.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerBoolShadowControlView.html @@ -207,10 +207,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -260,10 +260,10 @@

                    Implements

                    @@ -283,7 +283,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerBoolShadowDisplayView.html b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerBoolShadowDisplayView.html index dc04a5d6..849fb051 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerBoolShadowDisplayView.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerBoolShadowDisplayView.html @@ -207,10 +207,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -260,10 +260,10 @@

                    Implements

                    @@ -283,7 +283,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerDateControlView.html b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerDateControlView.html index 832f1ca4..22e6dcb4 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerDateControlView.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerDateControlView.html @@ -207,10 +207,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -260,10 +260,10 @@

                    Implements

                    @@ -283,7 +283,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerDateDisplayView.html b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerDateDisplayView.html index 67fc4e3a..a5daca60 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerDateDisplayView.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerDateDisplayView.html @@ -207,10 +207,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -260,10 +260,10 @@

                    Implements

                    @@ -283,7 +283,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerDateShadowControlView.html b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerDateShadowControlView.html index 826efad4..3943f064 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerDateShadowControlView.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerDateShadowControlView.html @@ -207,10 +207,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -260,10 +260,10 @@

                    Implements

                    @@ -283,7 +283,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerDateShadowDisplayView.html b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerDateShadowDisplayView.html index c515fb5b..212fcad0 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerDateShadowDisplayView.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerDateShadowDisplayView.html @@ -207,10 +207,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -260,10 +260,10 @@

                    Implements

                    @@ -283,7 +283,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerDateTimeControlView.html b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerDateTimeControlView.html index 30f1cf37..1229a8ba 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerDateTimeControlView.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerDateTimeControlView.html @@ -207,10 +207,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -260,10 +260,10 @@

                    Implements

                    @@ -283,7 +283,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerDateTimeDisplayView.html b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerDateTimeDisplayView.html index eecc6696..1d2d0ae6 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerDateTimeDisplayView.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerDateTimeDisplayView.html @@ -207,10 +207,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -260,10 +260,10 @@

                    Implements

                    @@ -283,7 +283,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerDateTimeShadowControlView.html b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerDateTimeShadowControlView.html index 71db80ad..8172678a 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerDateTimeShadowControlView.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerDateTimeShadowControlView.html @@ -207,10 +207,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -260,10 +260,10 @@

                    Implements

                    @@ -283,7 +283,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerDateTimeShadowDisplayView.html b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerDateTimeShadowDisplayView.html index 22862902..9d128a0b 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerDateTimeShadowDisplayView.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerDateTimeShadowDisplayView.html @@ -207,10 +207,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -260,10 +260,10 @@

                    Implements

                    @@ -283,7 +283,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerTimeOfDayControlView.html b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerTimeOfDayControlView.html index d7af9e08..6420703e 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerTimeOfDayControlView.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerTimeOfDayControlView.html @@ -207,10 +207,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -260,10 +260,10 @@

                    Implements

                    @@ -283,7 +283,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerTimeOfDayDisplayView.html b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerTimeOfDayDisplayView.html index 56edb502..33725958 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerTimeOfDayDisplayView.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerTimeOfDayDisplayView.html @@ -207,10 +207,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -260,10 +260,10 @@

                    Implements

                    @@ -283,7 +283,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerTimeOfDayShadowControlView.html b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerTimeOfDayShadowControlView.html index 76169b9f..4f280957 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerTimeOfDayShadowControlView.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerTimeOfDayShadowControlView.html @@ -207,10 +207,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -260,10 +260,10 @@

                    Implements

                    @@ -283,7 +283,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerTimeOfDayShadowDisplayView.html b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerTimeOfDayShadowDisplayView.html index f6510a11..b22e256f 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerTimeOfDayShadowDisplayView.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Templates.OnlinerTimeOfDayShadowDisplayView.html @@ -207,10 +207,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -260,10 +260,10 @@

                    Implements

                    @@ -283,7 +283,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Templates.TemplateBase-1.html b/docs/api/Ix.Presentation.Blazor.Controls.Templates.TemplateBase-1.html index 981c7548..cae0e997 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Templates.TemplateBase-1.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Templates.TemplateBase-1.html @@ -212,10 +212,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IsReadOnly

                    @@ -243,10 +243,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    LastValue

                    @@ -273,10 +273,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Onliner

                    @@ -304,10 +304,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Value

                    @@ -336,10 +336,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnInitializedAsync()

                    @@ -387,10 +387,10 @@

                    Implements

                    @@ -410,7 +410,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Templates.TemplateBaseOnline-1.html b/docs/api/Ix.Presentation.Blazor.Controls.Templates.TemplateBaseOnline-1.html index ec0d2b49..7357e35b 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Templates.TemplateBaseOnline-1.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Templates.TemplateBaseOnline-1.html @@ -231,10 +231,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnInitializedAsync()

                    @@ -282,10 +282,10 @@

                    Implements

                    @@ -305,7 +305,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Templates.TemplateBaseShadow-1.html b/docs/api/Ix.Presentation.Blazor.Controls.Templates.TemplateBaseShadow-1.html index 0139372e..f6cae7c4 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Templates.TemplateBaseShadow-1.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Templates.TemplateBaseShadow-1.html @@ -231,10 +231,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    OnInitializedAsync()

                    @@ -282,10 +282,10 @@

                    Implements

                    @@ -305,7 +305,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Templates.TemplateView.html b/docs/api/Ix.Presentation.Blazor.Controls.Templates.TemplateView.html index 1b91b24e..ce64c073 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Templates.TemplateView.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Templates.TemplateView.html @@ -164,10 +164,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ChildContent

                    @@ -195,10 +195,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    FailureReason

                    @@ -226,10 +226,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Symbol

                    @@ -259,10 +259,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -309,10 +309,10 @@

                    Implements

                    @@ -332,7 +332,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.Templates.html b/docs/api/Ix.Presentation.Blazor.Controls.Templates.html index 477a200c..0074c5bb 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.Templates.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.Templates.html @@ -172,7 +172,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls._Imports.html b/docs/api/Ix.Presentation.Blazor.Controls._Imports.html index 2cc979ac..694c3239 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls._Imports.html +++ b/docs/api/Ix.Presentation.Blazor.Controls._Imports.html @@ -164,10 +164,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    BuildRenderTree(RenderTreeBuilder)

                    @@ -214,10 +214,10 @@

                    Implements

                    @@ -237,7 +237,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Controls.html b/docs/api/Ix.Presentation.Blazor.Controls.html index 9942af7a..5f04731b 100644 --- a/docs/api/Ix.Presentation.Blazor.Controls.html +++ b/docs/api/Ix.Presentation.Blazor.Controls.html @@ -114,7 +114,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.EnumToIntConverter.html b/docs/api/Ix.Presentation.Blazor.EnumToIntConverter.html index 83b1c2c3..b5b48e80 100644 --- a/docs/api/Ix.Presentation.Blazor.EnumToIntConverter.html +++ b/docs/api/Ix.Presentation.Blazor.EnumToIntConverter.html @@ -125,10 +125,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    EnumToIntConverter(EnumeratorDiscriminatorAttribute)

                    @@ -159,10 +159,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Convert(object, Type, object, CultureInfo)

                    @@ -227,10 +227,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ConvertBack(object, Type, object, CultureInfo)

                    @@ -295,10 +295,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetEnumValue(string, EnumeratorDiscriminatorAttribute)

                    @@ -347,10 +347,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetEnumValueString(object, EnumeratorDiscriminatorAttribute)

                    @@ -405,10 +405,10 @@
                    Returns
                    @@ -428,7 +428,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Exceptions.ParameterWrongTypeRendererException.html b/docs/api/Ix.Presentation.Blazor.Exceptions.ParameterWrongTypeRendererException.html index 76227f7d..613c4bad 100644 --- a/docs/api/Ix.Presentation.Blazor.Exceptions.ParameterWrongTypeRendererException.html +++ b/docs/api/Ix.Presentation.Blazor.Exceptions.ParameterWrongTypeRendererException.html @@ -162,10 +162,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ParameterWrongTypeRendererException()

                    @@ -177,10 +177,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ParameterWrongTypeRendererException(string)

                    @@ -219,10 +219,10 @@

                    Implements

                    @@ -242,7 +242,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Exceptions.html b/docs/api/Ix.Presentation.Blazor.Exceptions.html index 6e80dddf..9267f53d 100644 --- a/docs/api/Ix.Presentation.Blazor.Exceptions.html +++ b/docs/api/Ix.Presentation.Blazor.Exceptions.html @@ -114,7 +114,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Group.html b/docs/api/Ix.Presentation.Blazor.Group.html index 16f2219e..2cf1c11c 100644 --- a/docs/api/Ix.Presentation.Blazor.Group.html +++ b/docs/api/Ix.Presentation.Blazor.Group.html @@ -125,10 +125,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Group(Type, Type, string)

                    @@ -169,10 +169,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GroupElements

                    @@ -199,10 +199,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GroupLayout

                    @@ -229,10 +229,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GroupName

                    @@ -259,10 +259,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ParentLayout

                    @@ -295,10 +295,10 @@
                    Property Value
                    @@ -318,7 +318,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Interfaces.IComponentService.html b/docs/api/Ix.Presentation.Blazor.Interfaces.IComponentService.html index e14216e2..a5ba9f2c 100644 --- a/docs/api/Ix.Presentation.Blazor.Interfaces.IComponentService.html +++ b/docs/api/Ix.Presentation.Blazor.Interfaces.IComponentService.html @@ -95,10 +95,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetComponent(string)

                    @@ -142,10 +142,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    LoadComponents()

                    @@ -163,10 +163,10 @@
                    Declaration
                    @@ -186,7 +186,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Interfaces.IRenderableComplexComponentBase.html b/docs/api/Ix.Presentation.Blazor.Interfaces.IRenderableComplexComponentBase.html index 774eb294..59e281d5 100644 --- a/docs/api/Ix.Presentation.Blazor.Interfaces.IRenderableComplexComponentBase.html +++ b/docs/api/Ix.Presentation.Blazor.Interfaces.IRenderableComplexComponentBase.html @@ -99,10 +99,10 @@
                    @@ -122,7 +122,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Interfaces.IRenderableComponent.html b/docs/api/Ix.Presentation.Blazor.Interfaces.IRenderableComponent.html index 5da95408..e1f21fc1 100644 --- a/docs/api/Ix.Presentation.Blazor.Interfaces.IRenderableComponent.html +++ b/docs/api/Ix.Presentation.Blazor.Interfaces.IRenderableComponent.html @@ -99,10 +99,10 @@
                    Syntax @@ -122,7 +122,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Interfaces.IRenderableViewModelBase.html b/docs/api/Ix.Presentation.Blazor.Interfaces.IRenderableViewModelBase.html index 153c7394..8cdc7201 100644 --- a/docs/api/Ix.Presentation.Blazor.Interfaces.IRenderableViewModelBase.html +++ b/docs/api/Ix.Presentation.Blazor.Interfaces.IRenderableViewModelBase.html @@ -99,10 +99,10 @@
                    Synta @@ -122,7 +122,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Interfaces.html b/docs/api/Ix.Presentation.Blazor.Interfaces.html index 59ce2da4..6fad8234 100644 --- a/docs/api/Ix.Presentation.Blazor.Interfaces.html +++ b/docs/api/Ix.Presentation.Blazor.Interfaces.html @@ -120,7 +120,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Services.AttributesHandler.html b/docs/api/Ix.Presentation.Blazor.Services.AttributesHandler.html index 1a7fcc2d..560eca99 100644 --- a/docs/api/Ix.Presentation.Blazor.Services.AttributesHandler.html +++ b/docs/api/Ix.Presentation.Blazor.Services.AttributesHandler.html @@ -125,10 +125,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetEnumeratorDiscriminatorAttribute(ITwinElement)

                    @@ -172,10 +172,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetIgnoreRenderingAttribute(ITwinElement)

                    @@ -219,10 +219,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetPropertyViaSymbol(ITwinElement)

                    @@ -272,10 +272,10 @@
                    Returns
                    @@ -295,7 +295,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Services.ComponentService.html b/docs/api/Ix.Presentation.Blazor.Services.ComponentService.html index b21d3986..1d4a9574 100644 --- a/docs/api/Ix.Presentation.Blazor.Services.ComponentService.html +++ b/docs/api/Ix.Presentation.Blazor.Services.ComponentService.html @@ -126,10 +126,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ComponentService()

                    @@ -144,10 +144,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetComponent(string)

                    @@ -193,10 +193,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetGenericComponent(string, Type)

                    @@ -248,10 +248,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    LoadComponents()

                    @@ -274,10 +274,10 @@

                    Implements

                    @@ -297,7 +297,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Services.ServicesConfiguration.html b/docs/api/Ix.Presentation.Blazor.Services.ServicesConfiguration.html index dc155f71..80a35c8e 100644 --- a/docs/api/Ix.Presentation.Blazor.Services.ServicesConfiguration.html +++ b/docs/api/Ix.Presentation.Blazor.Services.ServicesConfiguration.html @@ -125,10 +125,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AddIxBlazorServices(IServiceCollection)

                    @@ -163,10 +163,10 @@
                    Parameters
                    @@ -186,7 +186,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Services.ViewModelCacheService.html b/docs/api/Ix.Presentation.Blazor.Services.ViewModelCacheService.html index cd5a9412..440dd110 100644 --- a/docs/api/Ix.Presentation.Blazor.Services.ViewModelCacheService.html +++ b/docs/api/Ix.Presentation.Blazor.Services.ViewModelCacheService.html @@ -124,10 +124,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ViewModelCacheService()

                    @@ -141,10 +141,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AddViewModelToCache(string, RenderableViewModelBase)

                    @@ -178,10 +178,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ClearViewModelCache()

                    @@ -193,10 +193,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateCacheId(string, string, string)

                    @@ -250,10 +250,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetViewModelFromCache(string)

                    @@ -297,10 +297,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ResetCounter()

                    @@ -318,10 +318,10 @@
                    Declaration
                    @@ -341,7 +341,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.Services.html b/docs/api/Ix.Presentation.Blazor.Services.html index b8da5f15..4a96b14f 100644 --- a/docs/api/Ix.Presentation.Blazor.Services.html +++ b/docs/api/Ix.Presentation.Blazor.Services.html @@ -123,7 +123,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.TwinContainerObject.html b/docs/api/Ix.Presentation.Blazor.TwinContainerObject.html index 340f4d9b..96858bd5 100644 --- a/docs/api/Ix.Presentation.Blazor.TwinContainerObject.html +++ b/docs/api/Ix.Presentation.Blazor.TwinContainerObject.html @@ -124,10 +124,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    TwinContainerObject(ITwinObject, string)

                    @@ -163,10 +163,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Id

                    @@ -193,10 +193,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Twin

                    @@ -229,10 +229,10 @@
                    Property Value
                    @@ -252,7 +252,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.Blazor.html b/docs/api/Ix.Presentation.Blazor.html index 15b1c1c0..dc7fa2bf 100644 --- a/docs/api/Ix.Presentation.Blazor.html +++ b/docs/api/Ix.Presentation.Blazor.html @@ -125,7 +125,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.RenderableAssemblyBaseAttribute.html b/docs/api/Ix.Presentation.RenderableAssemblyBaseAttribute.html index f8c17d30..45ded0f8 100644 --- a/docs/api/Ix.Presentation.RenderableAssemblyBaseAttribute.html +++ b/docs/api/Ix.Presentation.RenderableAssemblyBaseAttribute.html @@ -236,10 +236,10 @@
                    Syntax
                    @@ -259,7 +259,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.RenderableViewModelBase.html b/docs/api/Ix.Presentation.RenderableViewModelBase.html index b1d80b6c..e2ec78dd 100644 --- a/docs/api/Ix.Presentation.RenderableViewModelBase.html +++ b/docs/api/Ix.Presentation.RenderableViewModelBase.html @@ -139,10 +139,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    RenderableViewModelBase()

                    @@ -157,10 +157,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Model

                    @@ -198,10 +198,10 @@

                    Implements

                    @@ -221,7 +221,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.UIExceptions.UIExceptionHandling.AppUiExceptionHandlerDelegate.html b/docs/api/Ix.Presentation.UIExceptions.UIExceptionHandling.AppUiExceptionHandlerDelegate.html index 460c22fc..0b18f18d 100644 --- a/docs/api/Ix.Presentation.UIExceptions.UIExceptionHandling.AppUiExceptionHandlerDelegate.html +++ b/docs/api/Ix.Presentation.UIExceptions.UIExceptionHandling.AppUiExceptionHandlerDelegate.html @@ -121,10 +121,10 @@
                    Parameters
                    @@ -144,7 +144,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.UIExceptions.UIExceptionHandling.html b/docs/api/Ix.Presentation.UIExceptions.UIExceptionHandling.html index f6c974ff..1bca84e5 100644 --- a/docs/api/Ix.Presentation.UIExceptions.UIExceptionHandling.html +++ b/docs/api/Ix.Presentation.UIExceptions.UIExceptionHandling.html @@ -124,10 +124,10 @@

                    Fields

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AppUiExceptionHandler

                    @@ -159,10 +159,10 @@
                    Field Value
                    @@ -182,7 +182,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.UIExceptions.html b/docs/api/Ix.Presentation.UIExceptions.html index 07091fda..1f95b723 100644 --- a/docs/api/Ix.Presentation.UIExceptions.html +++ b/docs/api/Ix.Presentation.UIExceptions.html @@ -118,7 +118,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.Presentation.html b/docs/api/Ix.Presentation.html index 677e102e..5e48b0d8 100644 --- a/docs/api/Ix.Presentation.html +++ b/docs/api/Ix.Presentation.html @@ -121,7 +121,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.ixc_doc.Helpers.YamlHelpers.html b/docs/api/Ix.ixc_doc.Helpers.YamlHelpers.html index cc3e94b0..ae4d99dc 100644 --- a/docs/api/Ix.ixc_doc.Helpers.YamlHelpers.html +++ b/docs/api/Ix.ixc_doc.Helpers.YamlHelpers.html @@ -124,10 +124,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    YamlHelpers(string)

                    @@ -158,10 +158,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    PathToProjectFile

                    @@ -190,10 +190,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AddReference(IDeclaration, MyNodeVisitor)

                    @@ -227,10 +227,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AddReferences(string[], MyNodeVisitor)

                    @@ -264,10 +264,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AddToTocSchema(MyNodeVisitor, Item, string?)

                    @@ -306,10 +306,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CanBeFieldInherited(IFieldDeclaration, ITypeDeclaration, ITypeDeclaration)

                    @@ -363,10 +363,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateNamespaceReference(IDeclaration)

                    @@ -410,10 +410,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateNamespaceReference(IFunctionDeclaration)

                    @@ -457,10 +457,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateParametersAndDeclarationString(IList<IVariableDeclaration>, Comments)

                    @@ -509,10 +509,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    FindTocGroup(List<Item>, string)

                    @@ -561,10 +561,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetAssembly(string)

                    @@ -608,10 +608,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetClassFromXml(XmlNode, ref Comments)

                    @@ -645,10 +645,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetComments(Location)

                    @@ -692,10 +692,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetInheritedMembers(IClassDeclaration)

                    @@ -745,10 +745,10 @@
                    Returns
                    @@ -768,7 +768,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.ixc_doc.Helpers.YamlSerializerHelper.html b/docs/api/Ix.ixc_doc.Helpers.YamlSerializerHelper.html index 31dfa0d5..e68315b6 100644 --- a/docs/api/Ix.ixc_doc.Helpers.YamlSerializerHelper.html +++ b/docs/api/Ix.ixc_doc.Helpers.YamlSerializerHelper.html @@ -124,10 +124,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    YamlSerializerHelper()

                    @@ -141,10 +141,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Items

                    @@ -171,10 +171,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    NamespaceChildren

                    @@ -201,10 +201,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    NamespaceItems

                    @@ -231,10 +231,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    NamespaceReferences

                    @@ -261,10 +261,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    References

                    @@ -291,10 +291,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Schema

                    @@ -321,10 +321,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    TocSchema

                    @@ -357,10 +357,10 @@
                    Property Value
                    @@ -380,7 +380,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.ixc_doc.Helpers.html b/docs/api/Ix.ixc_doc.Helpers.html index a25f1d62..fb68aa3b 100644 --- a/docs/api/Ix.ixc_doc.Helpers.html +++ b/docs/api/Ix.ixc_doc.Helpers.html @@ -116,7 +116,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.ixc_doc.Interfaces.IYamlBuiderVisitor.html b/docs/api/Ix.ixc_doc.Interfaces.IYamlBuiderVisitor.html index dc184c13..c3364d74 100644 --- a/docs/api/Ix.ixc_doc.Interfaces.IYamlBuiderVisitor.html +++ b/docs/api/Ix.ixc_doc.Interfaces.IYamlBuiderVisitor.html @@ -95,10 +95,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateClassYaml(IClassDeclaration, MyNodeVisitor)

                    @@ -132,10 +132,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateFieldYaml(IFieldDeclaration, MyNodeVisitor)

                    @@ -169,10 +169,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateFile(IFileSyntax, MyNodeVisitor)

                    @@ -209,10 +209,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateFunctionYaml(IFunctionDeclaration, MyNodeVisitor)

                    @@ -246,10 +246,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateInterfaceYaml(IInterfaceDeclaration, MyNodeVisitor)

                    @@ -283,10 +283,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateMethodPrototypeYaml(IMethodPrototypeDeclaration, MyNodeVisitor)

                    @@ -320,10 +320,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateMethodYaml(IMethodDeclaration, MyNodeVisitor)

                    @@ -357,10 +357,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateNamedValueTypeYaml(INamedValueTypeDeclaration, MyNodeVisitor)

                    @@ -394,10 +394,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateNamespaceYaml(INamespaceDeclaration, MyNodeVisitor)

                    @@ -437,10 +437,10 @@
                    Parameters
                    @@ -460,7 +460,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.ixc_doc.Interfaces.html b/docs/api/Ix.ixc_doc.Interfaces.html index 54a464a7..f6c45369 100644 --- a/docs/api/Ix.ixc_doc.Interfaces.html +++ b/docs/api/Ix.ixc_doc.Interfaces.html @@ -114,7 +114,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.ixc_doc.Models.Comments.html b/docs/api/Ix.ixc_doc.Models.Comments.html index df07335e..199eb5f0 100644 --- a/docs/api/Ix.ixc_doc.Models.Comments.html +++ b/docs/api/Ix.ixc_doc.Models.Comments.html @@ -124,10 +124,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    param

                    @@ -154,10 +154,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    remarks

                    @@ -184,10 +184,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    returns

                    @@ -214,10 +214,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    summary

                    @@ -250,10 +250,10 @@
                    Property Value
                    @@ -273,7 +273,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.ixc_doc.Models.MethodParametersModel.html b/docs/api/Ix.ixc_doc.Models.MethodParametersModel.html index 0fb33402..5846cc62 100644 --- a/docs/api/Ix.ixc_doc.Models.MethodParametersModel.html +++ b/docs/api/Ix.ixc_doc.Models.MethodParametersModel.html @@ -124,10 +124,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MethodParametersModel(string, string, ITypeDeclaration)

                    @@ -168,10 +168,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    FullName

                    @@ -198,10 +198,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Name

                    @@ -228,10 +228,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Type

                    @@ -264,10 +264,10 @@
                    Property Value
                    @@ -287,7 +287,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.ixc_doc.Models.NamespaceWrapper.html b/docs/api/Ix.ixc_doc.Models.NamespaceWrapper.html index 6be25a07..bba42702 100644 --- a/docs/api/Ix.ixc_doc.Models.NamespaceWrapper.html +++ b/docs/api/Ix.ixc_doc.Models.NamespaceWrapper.html @@ -124,10 +124,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    NamespaceWrapper(Item)

                    @@ -158,10 +158,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    NamespaceItem

                    @@ -188,10 +188,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    NamespaceReferences

                    @@ -218,10 +218,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    NamespaceTemporaryChildren

                    @@ -254,10 +254,10 @@
                    Property Value
                    @@ -277,7 +277,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.ixc_doc.Models.html b/docs/api/Ix.ixc_doc.Models.html index 16dd5b0d..b2d8d49f 100644 --- a/docs/api/Ix.ixc_doc.Models.html +++ b/docs/api/Ix.ixc_doc.Models.html @@ -118,7 +118,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.ixc_doc.Schemas.Item.html b/docs/api/Ix.ixc_doc.Schemas.Item.html index 7e9eedc9..2d80a591 100644 --- a/docs/api/Ix.ixc_doc.Schemas.Item.html +++ b/docs/api/Ix.ixc_doc.Schemas.Item.html @@ -124,10 +124,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Assemblies

                    @@ -155,10 +155,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Children

                    @@ -186,10 +186,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CommentId

                    @@ -217,10 +217,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Example

                    @@ -248,10 +248,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    FullName

                    @@ -279,10 +279,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Id

                    @@ -310,10 +310,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Implements

                    @@ -341,10 +341,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Inheritance

                    @@ -372,10 +372,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    InheritedMembers

                    @@ -403,10 +403,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Langs

                    @@ -434,10 +434,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Name

                    @@ -465,10 +465,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Namespace

                    @@ -496,10 +496,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    NameWithType

                    @@ -527,10 +527,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Overload

                    @@ -558,10 +558,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Parent

                    @@ -589,10 +589,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Remarks

                    @@ -620,10 +620,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Source

                    @@ -651,10 +651,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Summary

                    @@ -682,10 +682,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Syntax

                    @@ -713,10 +713,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Type

                    @@ -744,10 +744,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Uid

                    @@ -781,10 +781,10 @@
                    Property Value
                    @@ -804,7 +804,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.ixc_doc.Schemas.Parameter.html b/docs/api/Ix.ixc_doc.Schemas.Parameter.html index 20fbf6f8..cad0860f 100644 --- a/docs/api/Ix.ixc_doc.Schemas.Parameter.html +++ b/docs/api/Ix.ixc_doc.Schemas.Parameter.html @@ -124,10 +124,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Description

                    @@ -155,10 +155,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Id

                    @@ -186,10 +186,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Type

                    @@ -223,10 +223,10 @@
                    Property Value
                    @@ -246,7 +246,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.ixc_doc.Schemas.Reference.html b/docs/api/Ix.ixc_doc.Schemas.Reference.html index 9f9c7a64..8870d6f5 100644 --- a/docs/api/Ix.ixc_doc.Schemas.Reference.html +++ b/docs/api/Ix.ixc_doc.Schemas.Reference.html @@ -124,10 +124,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CommentId

                    @@ -155,10 +155,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    FullName

                    @@ -186,10 +186,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IsExternal

                    @@ -217,10 +217,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Name

                    @@ -248,10 +248,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    NameWithType

                    @@ -279,10 +279,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Parent

                    @@ -310,10 +310,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Uid

                    @@ -347,10 +347,10 @@
                    Property Value
                    @@ -370,7 +370,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.ixc_doc.Schemas.Remote.html b/docs/api/Ix.ixc_doc.Schemas.Remote.html index 04f7f41f..fac459f3 100644 --- a/docs/api/Ix.ixc_doc.Schemas.Remote.html +++ b/docs/api/Ix.ixc_doc.Schemas.Remote.html @@ -124,10 +124,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Path

                    @@ -161,10 +161,10 @@
                    Property Value
                    @@ -184,7 +184,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.ixc_doc.Schemas.Return.html b/docs/api/Ix.ixc_doc.Schemas.Return.html index 29f973c4..78d57330 100644 --- a/docs/api/Ix.ixc_doc.Schemas.Return.html +++ b/docs/api/Ix.ixc_doc.Schemas.Return.html @@ -124,10 +124,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Description

                    @@ -155,10 +155,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Type

                    @@ -192,10 +192,10 @@
                    Property Value
                    @@ -215,7 +215,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.ixc_doc.Schemas.Source.html b/docs/api/Ix.ixc_doc.Schemas.Source.html index 3c01d818..2c9609cc 100644 --- a/docs/api/Ix.ixc_doc.Schemas.Source.html +++ b/docs/api/Ix.ixc_doc.Schemas.Source.html @@ -124,10 +124,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Id

                    @@ -155,10 +155,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Path

                    @@ -186,10 +186,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Remote

                    @@ -217,10 +217,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    StartLine

                    @@ -254,10 +254,10 @@
                    Property Value
                    @@ -277,7 +277,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.ixc_doc.Schemas.Spec.html b/docs/api/Ix.ixc_doc.Schemas.Spec.html index 8817bc34..fc76e0e5 100644 --- a/docs/api/Ix.ixc_doc.Schemas.Spec.html +++ b/docs/api/Ix.ixc_doc.Schemas.Spec.html @@ -124,10 +124,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IsExternal

                    @@ -155,10 +155,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Name

                    @@ -186,10 +186,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Uid

                    @@ -223,10 +223,10 @@
                    Property Value
                    @@ -246,7 +246,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.ixc_doc.Schemas.Syntax.html b/docs/api/Ix.ixc_doc.Schemas.Syntax.html index b865a58e..852f8f3e 100644 --- a/docs/api/Ix.ixc_doc.Schemas.Syntax.html +++ b/docs/api/Ix.ixc_doc.Schemas.Syntax.html @@ -124,10 +124,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Content

                    @@ -155,10 +155,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    ContentVb

                    @@ -186,10 +186,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Parameters

                    @@ -217,10 +217,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Return

                    @@ -254,10 +254,10 @@
                    Property Value
                    @@ -277,7 +277,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.ixc_doc.Schemas.TocSchema.Item.html b/docs/api/Ix.ixc_doc.Schemas.TocSchema.Item.html index 5d6cb26d..fd51e475 100644 --- a/docs/api/Ix.ixc_doc.Schemas.TocSchema.Item.html +++ b/docs/api/Ix.ixc_doc.Schemas.TocSchema.Item.html @@ -124,10 +124,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Item(INamespaceDeclaration, string)

                    @@ -161,10 +161,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Item(string, string)

                    @@ -200,10 +200,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Items

                    @@ -231,10 +231,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Name

                    @@ -262,10 +262,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Uid

                    @@ -299,10 +299,10 @@
                    Property Value
                    @@ -322,7 +322,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.ixc_doc.Schemas.TocSchema.html b/docs/api/Ix.ixc_doc.Schemas.TocSchema.html index 174ae733..cf4c77e2 100644 --- a/docs/api/Ix.ixc_doc.Schemas.TocSchema.html +++ b/docs/api/Ix.ixc_doc.Schemas.TocSchema.html @@ -124,10 +124,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Items

                    @@ -161,10 +161,10 @@
                    Property Value
                    @@ -184,7 +184,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.ixc_doc.Schemas.YamlSchema.html b/docs/api/Ix.ixc_doc.Schemas.YamlSchema.html index 354fdf25..c98c72f2 100644 --- a/docs/api/Ix.ixc_doc.Schemas.YamlSchema.html +++ b/docs/api/Ix.ixc_doc.Schemas.YamlSchema.html @@ -124,10 +124,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Items

                    @@ -155,10 +155,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    References

                    @@ -192,10 +192,10 @@
                    Property Value
                    @@ -215,7 +215,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.ixc_doc.Schemas.html b/docs/api/Ix.ixc_doc.Schemas.html index 096b203e..8f9cc573 100644 --- a/docs/api/Ix.ixc_doc.Schemas.html +++ b/docs/api/Ix.ixc_doc.Schemas.html @@ -134,7 +134,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.ixc_doc.Visitors.MyNodeVisitor.html b/docs/api/Ix.ixc_doc.Visitors.MyNodeVisitor.html index 58214da4..66d511ff 100644 --- a/docs/api/Ix.ixc_doc.Visitors.MyNodeVisitor.html +++ b/docs/api/Ix.ixc_doc.Visitors.MyNodeVisitor.html @@ -128,10 +128,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MyNodeVisitor(AxProject)

                    @@ -162,10 +162,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    axProject

                    @@ -192,10 +192,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    YamlHelper

                    @@ -224,10 +224,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    MapYamlHelperToSchema()

                    @@ -239,10 +239,10 @@
                    Declaration
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(IClassDeclaration, IYamlBuiderVisitor)

                    @@ -276,10 +276,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(IConfigurationDeclaration, IYamlBuiderVisitor)

                    @@ -313,10 +313,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(IEnumValueDeclaration, IYamlBuiderVisitor)

                    @@ -350,10 +350,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(IFieldDeclaration, IYamlBuiderVisitor)

                    @@ -387,10 +387,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(IFunctionBlockDeclaration, IYamlBuiderVisitor)

                    @@ -424,10 +424,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(IFunctionDeclaration, IYamlBuiderVisitor)

                    @@ -461,10 +461,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(IInterfaceDeclaration, IYamlBuiderVisitor)

                    @@ -498,10 +498,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(IMethodDeclaration, IYamlBuiderVisitor)

                    @@ -535,10 +535,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(IMethodPrototypeDeclaration, IYamlBuiderVisitor)

                    @@ -572,10 +572,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(INamedValueDeclaration, IYamlBuiderVisitor)

                    @@ -609,10 +609,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(INamespaceDeclaration, IYamlBuiderVisitor)

                    @@ -646,10 +646,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(IProgramConfigurationDeclaration, IYamlBuiderVisitor)

                    @@ -683,10 +683,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(IProgramDeclaration, IYamlBuiderVisitor)

                    @@ -720,10 +720,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ITaskConfigurationDeclaration, IYamlBuiderVisitor)

                    @@ -757,10 +757,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ITaskDeclaration, IYamlBuiderVisitor)

                    @@ -794,10 +794,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(IUsingDirective, IYamlBuiderVisitor)

                    @@ -831,10 +831,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(IVariableDeclaration, IYamlBuiderVisitor)

                    @@ -868,10 +868,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(IArrayTypeDeclaration, IYamlBuiderVisitor)

                    @@ -905,10 +905,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(IDimension, IYamlBuiderVisitor)

                    @@ -942,10 +942,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(IEnumTypeDeclaration, IYamlBuiderVisitor)

                    @@ -979,10 +979,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(INamedValueTypeDeclaration, IYamlBuiderVisitor)

                    @@ -1016,10 +1016,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(IReferenceTypeDeclaration, IYamlBuiderVisitor)

                    @@ -1053,10 +1053,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(IScalarTypeDeclaration, IYamlBuiderVisitor)

                    @@ -1090,10 +1090,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(IStringTypeDeclaration, IYamlBuiderVisitor)

                    @@ -1127,10 +1127,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(IStructuredTypeDeclaration, IYamlBuiderVisitor)

                    @@ -1164,10 +1164,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(IConditionalInstructionList, IYamlBuiderVisitor)

                    @@ -1201,10 +1201,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ISemanticArrayInitializer, IYamlBuiderVisitor)

                    @@ -1238,10 +1238,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ISemanticInitializerExpression, IYamlBuiderVisitor)

                    @@ -1275,10 +1275,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ISemanticMemberInitializer, IYamlBuiderVisitor)

                    @@ -1312,10 +1312,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ISemanticStructureInitializer, IYamlBuiderVisitor)

                    @@ -1349,10 +1349,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(IPartialAccessExpression, IYamlBuiderVisitor)

                    @@ -1386,10 +1386,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(IPartialSemanticTree, IYamlBuiderVisitor)

                    @@ -1423,10 +1423,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ISemanticArrayAccessExpression, IYamlBuiderVisitor)

                    @@ -1460,10 +1460,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ISemanticAsmStatement, IYamlBuiderVisitor)

                    @@ -1497,10 +1497,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ISemanticAssignmentAttemptInstruction, IYamlBuiderVisitor)

                    @@ -1534,10 +1534,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ISemanticAssignmentInstruction, IYamlBuiderVisitor)

                    @@ -1571,10 +1571,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ISemanticBinaryExpression, IYamlBuiderVisitor)

                    @@ -1608,10 +1608,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ISemanticCallExpression, IYamlBuiderVisitor)

                    @@ -1645,10 +1645,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ISemanticCaseSelection, IYamlBuiderVisitor)

                    @@ -1682,10 +1682,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ISemanticCaseStatement, IYamlBuiderVisitor)

                    @@ -1719,10 +1719,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ISemanticConstantExpression, IYamlBuiderVisitor)

                    @@ -1756,10 +1756,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ISemanticContinueInstruction, IYamlBuiderVisitor)

                    @@ -1793,10 +1793,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ISemanticExitInstruction, IYamlBuiderVisitor)

                    @@ -1830,10 +1830,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ISemanticExpressionInstruction, IYamlBuiderVisitor)

                    @@ -1867,10 +1867,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ISemanticForStatement, IYamlBuiderVisitor)

                    @@ -1904,10 +1904,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ISemanticIdentifierAccess, IYamlBuiderVisitor)

                    @@ -1941,10 +1941,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ISemanticIfConditionalStatement, IYamlBuiderVisitor)

                    @@ -1978,10 +1978,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ISemanticInstructionList, IYamlBuiderVisitor)

                    @@ -2015,10 +2015,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ISemanticMemberAccessExpression, IYamlBuiderVisitor)

                    @@ -2052,10 +2052,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ISemanticParameterAssignment, IYamlBuiderVisitor)

                    @@ -2089,10 +2089,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ISemanticParameterList, IYamlBuiderVisitor)

                    @@ -2126,10 +2126,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ISemanticQualifiedEnumAccess, IYamlBuiderVisitor)

                    @@ -2163,10 +2163,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ISemanticRepeatStatement, IYamlBuiderVisitor)

                    @@ -2200,10 +2200,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ISemanticReturnStatement, IYamlBuiderVisitor)

                    @@ -2237,10 +2237,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ISemanticSubrange, IYamlBuiderVisitor)

                    @@ -2274,10 +2274,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ISemanticTypeAccess, IYamlBuiderVisitor)

                    @@ -2311,10 +2311,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ISemanticUnaryExpression, IYamlBuiderVisitor)

                    @@ -2348,10 +2348,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ISemanticUnsafeAssignmentInstruction, IYamlBuiderVisitor)

                    @@ -2385,10 +2385,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ISemanticWhileStatement, IYamlBuiderVisitor)

                    @@ -2422,10 +2422,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(IPragma, IYamlBuiderVisitor)

                    @@ -2459,10 +2459,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Visit(ISymbol, IYamlBuiderVisitor)

                    @@ -2506,10 +2506,10 @@

                    Implements

                    @@ -2529,7 +2529,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.ixc_doc.Visitors.YamlBuilder.html b/docs/api/Ix.ixc_doc.Visitors.YamlBuilder.html index a2f0eaaf..eecdff09 100644 --- a/docs/api/Ix.ixc_doc.Visitors.YamlBuilder.html +++ b/docs/api/Ix.ixc_doc.Visitors.YamlBuilder.html @@ -128,10 +128,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateClassYaml(IClassDeclaration, MyNodeVisitor)

                    @@ -165,10 +165,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateFieldYaml(IFieldDeclaration, MyNodeVisitor)

                    @@ -202,10 +202,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateFunctionYaml(IFunctionDeclaration, MyNodeVisitor)

                    @@ -239,10 +239,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateInterfaceYaml(IInterfaceDeclaration, MyNodeVisitor)

                    @@ -276,10 +276,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateMethodPrototypeYaml(IMethodPrototypeDeclaration, MyNodeVisitor)

                    @@ -313,10 +313,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateMethodYaml(IMethodDeclaration, MyNodeVisitor)

                    @@ -350,10 +350,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateNamedValueTypeYaml(INamedValueTypeDeclaration, MyNodeVisitor)

                    @@ -387,10 +387,10 @@
                    Parameters
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateNamespaceYaml(INamespaceDeclaration, MyNodeVisitor)

                    @@ -434,10 +434,10 @@

                    Implements

                    @@ -457,7 +457,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.ixc_doc.Visitors.html b/docs/api/Ix.ixc_doc.Visitors.html index 7375f581..b3d82479 100644 --- a/docs/api/Ix.ixc_doc.Visitors.html +++ b/docs/api/Ix.ixc_doc.Visitors.html @@ -116,7 +116,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.ixr_doc.LocalizedStringWrapper.html b/docs/api/Ix.ixr_doc.LocalizedStringWrapper.html index 94e852a7..a3a7c531 100644 --- a/docs/api/Ix.ixr_doc.LocalizedStringWrapper.html +++ b/docs/api/Ix.ixr_doc.LocalizedStringWrapper.html @@ -124,10 +124,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    LocalizedStringWrapper()

                    @@ -141,10 +141,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    LocalizedStringsDictionary

                    @@ -173,10 +173,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    CreateId(string)

                    @@ -220,10 +220,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    GetRawTextFromLocalizedString(string)

                    @@ -267,10 +267,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IsAttributeNamePragmaToken(string)

                    @@ -314,10 +314,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    IsValidId(string)

                    @@ -361,10 +361,10 @@
                    Returns
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    TryToGetLocalizedStrings(string)

                    @@ -414,10 +414,10 @@
                    Returns
                    @@ -437,7 +437,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.ixr_doc.ResxManager.html b/docs/api/Ix.ixr_doc.ResxManager.html index 8515b8a0..c0cae340 100644 --- a/docs/api/Ix.ixr_doc.ResxManager.html +++ b/docs/api/Ix.ixr_doc.ResxManager.html @@ -125,10 +125,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    AddResourcesFromDictionary(string, Dictionary<string, StringValueWrapper>)

                    @@ -171,10 +171,10 @@
                    Parameters
                    @@ -194,7 +194,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.ixr_doc.StringValueWrapper.html b/docs/api/Ix.ixr_doc.StringValueWrapper.html index 721f17ef..15aa4d99 100644 --- a/docs/api/Ix.ixr_doc.StringValueWrapper.html +++ b/docs/api/Ix.ixr_doc.StringValueWrapper.html @@ -124,10 +124,10 @@

                    Constructors

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    StringValueWrapper(string, string, int)

                    @@ -168,10 +168,10 @@

                    Properties

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    FileName

                    @@ -198,10 +198,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Line

                    @@ -228,10 +228,10 @@
                    Property Value
                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    RawValue

                    @@ -264,10 +264,10 @@
                    Property Value
                    @@ -287,7 +287,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.ixr_doc.SymbolMappings.html b/docs/api/Ix.ixr_doc.SymbolMappings.html index fb3e38e5..760e52a6 100644 --- a/docs/api/Ix.ixr_doc.SymbolMappings.html +++ b/docs/api/Ix.ixr_doc.SymbolMappings.html @@ -124,10 +124,10 @@

                    Fields

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    Mappings

                    @@ -155,10 +155,10 @@

                    Methods

                    | - Improve this Doc + Improve this Doc - View Source + View Source

                    TryToGetValueByChar(char)

                    @@ -208,10 +208,10 @@
                    Returns
                    @@ -231,7 +231,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/Ix.ixr_doc.html b/docs/api/Ix.ixr_doc.html index 994d2f2d..50246498 100644 --- a/docs/api/Ix.ixr_doc.html +++ b/docs/api/Ix.ixr_doc.html @@ -121,7 +121,7 @@
                    In This Article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/index.html b/docs/api/index.html index 7f38c29a..84c3c7aa 100644 --- a/docs/api/index.html +++ b/docs/api/index.html @@ -89,7 +89,7 @@

                    AXSharp API Documentation

                    @@ -109,7 +109,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/ixc.Program.html b/docs/api/ixc.Program.html index 20176a07..92416c53 100644 --- a/docs/api/ixc.Program.html +++ b/docs/api/ixc.Program.html @@ -122,10 +122,10 @@

                    Methods

                    | - Edit this page + Edit this page - View Source + View Source

                    Main(string[])

                    @@ -161,10 +161,10 @@
                    Parameters
                    @@ -184,7 +184,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/ixc.html b/docs/api/ixc.html index cdaabd63..f0176cf8 100644 --- a/docs/api/ixc.html +++ b/docs/api/ixc.html @@ -114,7 +114,7 @@
                    In this article
                    Back to top - Generated by DocFx. © Peter Kurhajec, MTS spol. s r.o., and awesome contributors + Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors diff --git a/docs/api/toc.html b/docs/api/toc.html index c5501a58..da0a833d 100644 --- a/docs/api/toc.html +++ b/docs/api/toc.html @@ -17,24 +17,48 @@ AXSharp.Abstractions.Presentation
                  • @@ -209,6 +233,9 @@ AXSharp.Connector