diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8f6c50f57..fe0b5e164 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 a9aad49b2..76f038c88 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 6ec9678e5..29f65faf2 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -@PTKu @TomKovac +@MTS spol. s r.o. @TomKovac diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a3f742e0b..8afdfee7d 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 e2d54aa6a..af86f33b1 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 462922ec9..f77b7a376 100644 --- a/NuGet.config +++ b/NuGet.config @@ -1,13 +1,13 @@ - + - + diff --git a/README.md b/README.md index f97d32c41..2acdf87ac 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 b084a802f..1dff3a68f 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 81a0a1f71..8c1a02db0 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 ea6cca53c..03e6e7e6e 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 c24661c00..9d242219a 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 01adc5d27..eb89f8f49 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 bd21b2ce4..673279c41 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 04ad0647e..cf561e8f8 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 937549661..5fd7c2a64 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 000000000..a4f98f585 --- /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 7db02bd29..187b03e80 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 855a5d4d8..a2fb8d5ff 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 000000000..42adee49b --- /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 000000000..94fb73312 --- /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 a73c226a3..f9b640996 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 3e97868c3..6912f0e9e 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 000000000..27050ff24 --- /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 74eb1999b..c5205e4f1 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 21c171fb1..e0868a374 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 000000000..3c7dd8fb1 --- /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 000000000..c142eba2f --- /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 000000000..d83eb1b75 --- /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 000000000..361f7754a --- /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 6aaad4576..5d6448133 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 1da677f22..2a2b5568b 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 5f440cfdc..f6ec62bf9 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 190c8e28d..3fe1e9d99 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 3772706a6..5c09efffc 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 52bce1ac5..7f1efcdef 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 dfe3f99ad..09c9d7fa7 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 e9715096d..0088003ab 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 3c4e2bd5e..c0c1d1693 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 555887a7e..5a1d6aa43 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 4bb6b768d..8c3fcbf39 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 724e04a91..5598fd9a1 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 f422aa1df..5cd7b87d3 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 3f626f98c..c696d84d3 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 b5426cc98..b3ffd474e 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 ce8c2c6eb..b801ca317 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 06c5e74af..2fe7057b2 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 4149129cb..0409d7dde 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 9bed948c9..6cc2a3297 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 8bc8c4beb..24a68f41f 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 8e70e4312..a92932001 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 f608f5dc6..0e3955883 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 1ec4d505b..b333f9ae2 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 eac55f095..afae61fd2 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 7e9eeac28..c55011675 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 2a421ee37..107c8a3c8 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 addd46891..42a854039 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 da1624aad..badd259e9 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 f11eb15de..599c4d4a6 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 12a158b7d..0e1854d34 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 a6180fb67..a60caa2f8 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 747205a2c..a0bd8f811 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 1ce64e49c..9cb45de46 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 2e5716ec0..a52f274d8 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 f4b521cab..7738481a7 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 49b629225..a1538bb61 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 c5d149cbf..ed8e4dcd7 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 7926274e1..b1dce2a72 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 8d0e14b28..7c9445c3b 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 63e6951ee..ac563e6f8 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 7139773af..bc15b97da 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 032b96ae1..651b73455 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 99f4e811f..5caa4c24e 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 178a974c3..7e3fa339d 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 9c75e5ab0..f96f0067c 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 1d8d55532..a68354494 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 de67fd377..809dc2715 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 062623283..70dd63e61 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 de4ead6b7..e7e782837 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 000000000..be6f8d70c --- /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 bfac3e9de..01ecff2e5 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 af3dc4e1c..1fae3f542 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 f048cbc26..2c5f81744 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 23517177b..a3a98b8b9 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 29767ddb9..23d3742e5 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 d10f2b77d..c80ef0c3a 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 a2b71856c..cfdba74d5 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 2de28a03b..ac0261c80 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 276d90d9a..151d49def 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 0e2324575..e85b9e8a4 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 a361604e6..c8d8dde54 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 89a411b90..3d8daa8a8 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 77c0f8d5d..573202e41 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 902aaa827..ef3adbc67 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 b55ff1fb0..098047751 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 3b667e4e9..99716e74d 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 2fdeb39e8..76e33edda 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 b2f74444f..d0a456c37 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 4628affe2..474b97bc6 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 8f67486cd..919b4cc81 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 8d3f2f724..3b3786e90 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 dc1261f7e..62b50217c 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 fcf3dccf1..de8a281a2 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 3a6752792..c18b51553 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 742741510..b2858c359 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 57223c3df..2405b2981 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 0c052c41c..5683b180c 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 a48678ecd..f01340cab 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 7e5f9b58d..b2be609d2 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 d8204b48e..f190c5db5 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 640dd2e4d..a725896aa 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 f7477bd81..3ac6992d8 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 45f51f6fa..9f94c8754 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 65da5f30b..fdf64106a 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 8a12932b6..4d4e19e06 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 4107d7abf..bdb5c6ef1 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 7fdd2b917..fc25d0d46 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 548de104e..f5ebf724e 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 ce595084a..fc7488ec1 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 ba5a8a04a..072cb8c26 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 7e25e5c3f..dc5f9c07d 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 338021966..f75e8f963 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 76c115ac3..3e401ab17 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 aeb202fd9..647011762 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 50ce465ac..f857f088f 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 96799658b..0ded1fe82 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 0e01470a1..cba011de9 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 a173c2c07..dedaec032 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 34a455983..8a3c20c65 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 f56768072..a586994ab 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 6ca370c97..60dd83f8b 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 c29537f28..507d14730 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 01db75c72..20eb903cf 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 777f89d55..e3f82871a 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 8f6027302..8524008d3 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 a84cbcc18..5ad24af16 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 7a806024b..2ca8d2d20 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 f4e27b914..1ef7b4bc4 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 0cfdc49a8..ccf1136fb 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 fb318565f..5b9e3b0d0 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 e7c9c115a..ca79bddd4 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 e97524338..92c03ac80 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 8ee9c4b45..f74bbfc03 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 daa4f7fd9..40a143adf 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 cc53abc7a..7a277ae1d 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 e9a13d5d8..30b1ab9c2 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 7b967cbfc..2eec10885 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 fce097a03..cd30b4f25 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 72ae325e3..a3da2ddde 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 73909d5b0..9cbfb8eb7 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 25ddd56ae..4c593c7de 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 a46804897..f8b76a9d3 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 2a69a10ad..43b243172 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 5fe0edb49..f697112f0 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 d6aaeec74..9fb57e4be 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 8006448bb..5afe06ba5 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 0b504c4a0..047e1d5c2 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 c452bfa17..d4fe1dca4 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 789cb8e70..a116466d0 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 285b3916a..d3fd3abc3 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 b71098ef8..fcb79e63e 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 ec4261d44..408f0381d 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 45439dd92..737350913 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 709f289e9..6c05ae3ac 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 af758eb10..5094771cb 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 ba91c6f3f..947e1b5a8 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 dc9004aa0..191fdefad 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 7bf2cd1ff..f1c0e8725 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 071239a99..22557586e 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 1ece982b0..ece0e89a7 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 63ac368ef..ed61a25d0 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 df698f6ca..f35030b62 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 bc660293d..e0d31a8c2 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 37e31f040..4b8ad6e8e 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 7c8cc3822..b5e13dd30 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 ab553a4fb..1b8893771 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 bb34baaae..8f1723f4a 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 e43bdacce..edafabca3 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 e0a988f9c..771132d00 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 9c1e06e9a..17964ce89 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 4eb89a126..92184baf0 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 383c9c926..1f9af6f7a 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 896f2687b..61d340ad9 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 081267adb..25c47c7d2 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 63dfbf549..be53ab128 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 007903d77..22d04692e 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 3b20b9de9..50cdc2fa3 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 cc7f1af6e..f8ea7cd83 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 bb3348522..16df7e22f 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 a213b129a..c084a3f39 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 0d6893843..128bc2082 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 0912e4d1c..dd8a561e0 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 a715062cd..bf4f3cd51 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 a60ddad61..de2457e6a 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 326fe8623..f703ef318 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 a3e90f8bf..6450ca143 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 fd1a68462..b06958ea5 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 112d110be..1969aef70 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 7e40c8a2b..c1143af8f 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 1d2aa7cf3..62e153c00 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 39c7041a1..828dcec28 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 c51c249c4..a0c79885d 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 13ab08009..bb127a407 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 da42c68cf..e69d64723 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 63a444b65..3e19dbf2b 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 f0728cfe9..15a98d86b 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 42bc99bad..03a011056 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 16d78f105..cce84da0d 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 22569feeb..84942c88c 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 6b4f93792..5c6142532 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 195a4623c..abb4ec8f4 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 67c738f99..0169fa404 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 0680442a2..02513807b 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 d4de878a4..a978553f3 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 7ff31f08d..2e5ca9b93 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 26b140959..b656bca82 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 98e8d5aba..b013e6c2a 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 64257ca43..13eb59a19 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 9d273f7aa..4a114eeb8 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 8d235ff72..9c7d3d6d4 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 798d98901..b98d940b6 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 f6c94aa76..231915391 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 958518659..4c880106d 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 88af388a9..b484e0aea 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 dc707031e..1456c4cfe 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 59785b643..ef9562a80 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 e0bddd998..76375df97 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 95ef5ed78..70911509d 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 4e2dd1690..9266376a5 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 f14674544..2ea4477cb 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 ebf51bf45..2dbfdb7ec 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 35209d068..bf0a0befb 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 512a0408a..e149e412b 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 b936e05be..d26fcd1c8 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 689b1ece8..231290c63 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 b704891a9..c6a35897b 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 a854d649f..04481ab08 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 c4eced972..b8be76134 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 75f1fd8e9..62a2b985c 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 a06f59f8c..285e7a2f6 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 097afade5..a7406398f 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 f53df3569..33bc00035 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 b72657aa5..0570790e4 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 4c9984acf..6f8a8b321 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 d93f4d098..d21a508a9 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 365c7fae7..d3f4e910a 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 7b4c1816b..eb26efa49 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 6b8b736d9..164dd4137 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 4f1d70567..9719341ec 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 b15c5abb5..f7d353b11 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 a2e6b5e73..d718e72ad 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 04c85cbef..39bc75c77 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 339993392..48fe088db 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 6d5151683..2410cd621 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 ca2d9c64a..43b5718c4 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 d850a7400..85a310261 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 57023eace..4f338af57 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 e6ab7eedb..4be6ce989 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 577d0cd66..affe4a434 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 116df893f..104387f4a 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 99ea094d9..c60ad0055 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 e49c29f70..6ceb271fc 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 ee0d5e983..6143b6dc8 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 fafa6a0e3..790af03ad 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 b775a2179..23fead600 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 d62fbcfa2..9d7685430 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 2abf6de54..8ac5ea886 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 2af6a33ef..107146ffb 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 a884b9b76..d67d20174 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 479763fce..00e57afdc 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 85d49ae28..7c48b4038 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 0124c1aed..b8efe32ac 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 3e8fbc862..8efd4a829 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 68f3bc889..198943344 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 5bf8c83ad..ac94486a4 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 cf7aff15e..25beb8068 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 1ec225ece..e9371471c 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 2ef26ffc4..8d721419a 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 fe584d698..cd0323ef9 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 41a8bf6fb..31a44dee1 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 da443349b..ea0d13f31 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 4d3fbbc18..6bf6c277c 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 70c05f7a6..4fad3a3dd 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 91543a84c..9cc320de3 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 bd5b0807a..fbc6a6865 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 0def61f63..d4f5a11b3 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 7620cb489..4956632fa 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 0a6a5b23b..ffeba22d2 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 2c41032a6..7a2673b29 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 68d8e3efb..40cef3fa8 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 20852be57..ca9b2232a 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 aea0b5172..b52d06ae4 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 4e655c68b..5fbdaff05 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 938539b9a..548c3ad1c 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 0c47b0d51..ecf515a3e 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 efec462be..02852e130 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 ce546a18f..da4048cf0 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 f94b67eab..304616397 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 a5cb5b7d1..453c509a6 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 2345e0787..98b4ebdfc 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 f744e1f35..73c7bdf6f 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 345ae7ecf..6d7a6b4ff 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 391a4541c..460ff2947 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 f6eacf402..1d5c26e99 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 d59987f16..4470cbc07 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 7bcb2f67d..0439be012 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 912b69c02..dc13ee46a 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 7d5687855..ce8142e18 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 0e24215a3..455bddd74 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 c0049540f..1d412b7a3 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 0aac4d302..e5d22f4a5 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 4e13ff736..79faaa793 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 733e5e705..3fcffd128 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 a1e111a08..fa43f057e 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 0f9aaafc3..ce84caf3c 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 9885bf4af..743742a33 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 f97a967d7..8be2a427c 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 20b9bc48e..c25d7544e 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 99fa573ba..32f51fab2 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 03cb5b3ed..b4a756a3c 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 046149507..8834b090f 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 2edf7c849..98cf9bad0 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 cc8902a0f..ebf5e8a45 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 f9e7a6817..c4877976e 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 1ecf5d763..5abd2fb1f 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 977f0b48d..3fcea7596 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 26819c8e0..7e4ec3be6 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 398fc3ada..a027d9263 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 3d38f716f..e5726283f 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 97a4f31e4..cc548f2aa 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 41e3087b5..c90433c71 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 cf0066c3b..71241fb0c 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 6cbdaccb8..d3d0ff56b 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 fb8cb1c0c..1a67b5bd8 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 fc3f133a1..8d2b3a4bb 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 9e5780c8f..97b7aeda2 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 917903d64..a1be7b93a 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 b46930e04..e74280e07 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 10eabe193..356559841 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 5bc5e45f5..a1429fa1f 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 6a8244ae3..a02958f56 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 144b3f802..fc7602b05 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 2b7c3308c..d1e659c9a 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 0ddf52287..2de2a72a6 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 216dac342..f119ceadf 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 f0cbdd67e..918f724ca 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 a2ccbd2dd..df6dc1541 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 32fcd64a8..fb1f7b89a 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 3e0551a96..78475b20c 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 94b3add45..f7eb1fa4f 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 03c5b4230..0205355c5 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 cfc04c7d0..6d12ea589 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 fe151dfe6..f70f6624d 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 8073f6a70..cd3708d32 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 fbe3469f2..ab566bb81 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 c115354d6..b966deea8 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 4278f52ec..ae8577d9e 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 90abf7b6f..1064db037 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 b60616c9e..f6451a95c 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 f82613234..b9cb57c8b 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 cb4a75f03..e82ff97b2 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 e62bc0411..9640a34b0 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 c2f4004f1..697399de5 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 9e7b873a6..ad1bc68fd 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 a35b2ec1f..5779b579c 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 eb2874be2..6f19644e8 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 3c08f9646..6490de2a0 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 a96f88261..55e4b0213 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 c2f6c4f71..8205ae803 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 0bf831de4..44a2bffaf 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 ae195216e..8437198ee 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 4d6b18339..79bf41703 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 e48f4af12..e56c1c675 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 6aed8a846..570b5794c 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 1519b8e2c..f6cde98b5 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 827c48b70..983ff3670 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 a54ca3f7b..d420089b0 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 e6a8dda90..ca3748c00 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 4d942f961..4fc42ba78 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 8ca5d2bf9..f6f24c821 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 96c7f7c45..087072555 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 a3f2da77b..cfe84d96f 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 74bb1d837..6e2251973 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 bcf53b481..3db4018d2 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 3d3960479..140448289 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 4928f877e..bfe1514ef 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 c54861d6a..35ebb0e14 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 8d3a151b1..62616315d 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 ba713a0a2..25674df54 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 c583e0bcc..e0c610c90 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 3ad5979b6..aaaf3e93d 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 e4ae6eb34..207c755ee 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 9124861ec..79ddd7dba 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 fbc68a06f..9f2c27df1 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 3cc9d0f2e..7f2bbecdf 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 aa847424f..b453bdfe7 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 5acbb9c5d..620aaab70 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 131cc86e3..4276417f3 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 ecb3558b9..9975c9b82 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 13d600fe0..df5c1eecd 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 6626f687f..3161868e7 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 f146d5c4f..28423f364 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 4dfe995bb..dc717fda9 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 09db8e6df..0419ed4af 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 d95a39f2b..176c80c18 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 2a3f01f36..0dc302a5b 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 46b19f983..44e9de52a 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 96415fcf2..b5fb11f35 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 cb3bc465c..2b0548008 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 4b8f9b551..7b0e3390b 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 5ca18769a..c6ed28333 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 b12257d2a..19ebc98a0 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 66fa03896..a96307c20 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 4fcfb6644..b9a822f9d 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 081fee0d5..12af2f4f0 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 f98a42738..c194e8725 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 cf80d52d9..2d90fddde 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 1e28186be..16cb6ada9 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 a6afa3b5d..1f9b4e291 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 32c36cb4a..274161d03 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 f93efab73..13b90f4ea 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 39c7a7fe5..9be859fcc 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 9e2186cb1..b3de72ed6 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 8688afef4..cf9aedd2c 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 e7153621a..8905f7c56 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 27e4bfc4e..d726748f8 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 a7daa218a..4dd4e7bb8 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 e857cad1d..6079a6a84 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 909ade661..9d729529e 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 1e5b17135..c2126495f 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 ed3fa2955..f5bd469e5 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 1ddff1e00..336190a51 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 78579f479..26e326bac 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 b27893421..938c3a8d1 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 574ea0e2f..7e277324b 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 c3c046c27..55889f698 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 066c8d8bf..da77996cf 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 465abe1b7..6957bc4f9 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 1e9c9eb1a..b3bfa1bbd 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 7cb16997b..165e021b4 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 f722c0dbb..51b665f9a 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 939e8769f..d2ca1f36d 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 9079c9834..c13d383ca 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 b0980dd34..ac6f0fafb 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 ac3b5b66a..0edc3b210 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 cccb5bb66..1062e5329 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 71307460b..12a80db2d 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 a12ae5654..0e8ebcdaf 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 99778d988..fe11fb583 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 184cb6f97..1748ef1aa 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 265c3868e..31808eea9 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 aa5f8eea7..81a33b16d 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 0183377c4..b1f177a79 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 4bb0d6b85..ce8edf25d 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 71acf1a5e..a64caf06b 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 0caa6e9dc..b6cbd0392 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 e49fe455c..64ac5d5fb 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 acf08d173..55543750e 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 019c1fc55..668363415 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 31078d42d..905b50ffc 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 cc5831e10..a87766744 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 bceb95d43..7922b82ab 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 25520015d..9e8a1b3f8 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 0aff6f30e..f96e2a5e8 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 b993a599b..00bfb254d 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 84688c888..d6c4ae5f5 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 51fa86cc5..a71f16836 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 5644df191..b5aa948f7 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 68643f032..0ea28e3d4 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 20a6b1483..1c552de3e 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 d1716b43c..4ef301a61 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 98daa5317..fed3c93bb 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 e1404d9c0..a62de5715 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 05de5b963..593a698e3 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 4d235e951..a2036ed9c 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 b32a2b217..c17e32999 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 02797ad04..949eeb828 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 88db48f8e..092e34222 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 1ae1dee1c..b8ba1f4d5 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 d01867d7a..da1ee9aa5 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 18dd6c719..2d00f1e2f 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 47b53e6a0..2a430c251 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 299186ce0..f0e1dde59 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 06bc66766..a60ac5eca 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 85ad93c1a..5f39188a0 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 686981d43..c071baee9 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 acba44b9d..e4bf71442 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 dc8dace08..c0c6d9dcb 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 fcc3a1fcf..0d9e7ab26 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 85c41197a..ff44e90dc 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 efcf8e633..8acfd4279 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 ab93f1785..ce4e78679 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 239db205e..32ded570f 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 d7cdbd959..ea369073a 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 2d3f7a46d..0d8c6a9b0 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 3bcfeab32..9c49fb231 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 24bb56f71..388f4e1ac 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 e5c6a6562..fd9e97957 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 9526741b5..7abd7dfb0 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 8cc7dd9f5..2e60e4864 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 c02783c27..c6dc87d4b 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 e2a15053f..bcb36cc28 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 01848ef99..a3c7b146e 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 92782ac4b..75b7f41ae 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 c9c0ef2fc..8a7b2741b 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 1fa43e585..72fc43222 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 e0a2ea375..e48f33043 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 26165105f..cda5968ba 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 7731f6ba5..2a3f47862 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 998002c7e..a56a4898a 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 48b36b97b..1ea7d3cc1 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 0cf78b120..7cf844adb 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 24f62980a..c18df3d85 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 5fb226d85..e878e6951 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 d1f0c7db6..1539adab7 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 e5632af63..838dbb6f1 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 f2c0bd408..bf3ebc077 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 972701924..34075223a 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 711b07157..96798d5db 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 8d6f218da..1090deb24 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 3b484c95c..ea9a1a7ca 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 47b492e6a..2dfa54597 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 9b4e9b4a0..51c6c5519 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 03d5cf182..bc554a27e 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 e4b18208a..b6e110e6c 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 719c7c24d..4697b36c2 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 be349fa38..358707740 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 2e1a44ee0..22a3e4bb1 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 b1af1c58a..5a485d564 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 0caacb800..75716add0 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 3a6ecc5c3..d3d0267fb 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 d93035644..826e9e28a 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 14559ddb3..ac9e6c977 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 36f0f8f4e..dd15183ac 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 fcd4bd113..0a714c6a8 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 785d1166a..82d82034f 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 4966172d3..3e196dcd2 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 19f1e0fa2..857319465 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 f28422b98..aa3f1852f 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 052fea1dd..3fd09286d 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 c8f3d7bba..d66299b64 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 45ab88536..7b83fcf0a 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 a13f5a51c..a84f84d26 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 4a1cdae96..eda75524c 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 b2759a2f0..836bafb85 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 eadfb5228..f34e722bc 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 0139dce60..98c39da2a 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 b1822ecf9..0011ac141 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 b5c452c53..4364e0c3c 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 d3c68e0be..27ff3f09e 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 676c1613b..0e8fc1f1a 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 4cbb7b251..66fbecdb6 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 512157803..4e3dceb87 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 698f6803a..2c359b554 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 9350b307a..2598488fb 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 a8eaf0f38..6171db87c 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 6dd03322b..3928e9278 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 2e7623471..4a5642b23 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 74a737ab5..c9aa0e881 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 c32058961..e238145e9 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 0c93e6b68..3799de095 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 1210c2381..02a71f537 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 d47e4a710..904a65729 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 ce6061c89..ca484633f 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 2a2d6fcc0..4ce7875ff 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 9347a7fbf..60fa9c219 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 d0046460c..1b6a73582 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 df9e81a04..db3c64df6 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 2983805fe..f8f63fb2e 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 84a71b954..41edb786c 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 6d1e4597b..d2d3aee2f 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 d39053157..f76b3956a 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 757a07496..8520d8a65 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 9d3384028..85126e3ea 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 b418729e1..2ce6015b0 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 d9a8b1ef3..bad92c83e 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 95cd7a686..2472d46ce 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 8f10917bc..d7963af34 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 8e52f00ea..79fc7c73c 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 a00547f53..3c3b20533 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 3859c79ad..01b23cd8c 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 216f79ef6..8ab1af63e 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 e67f46a39..dfcaac590 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 7c35951fc..dcc1a58c5 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 3267cd0c1..d2334d2e9 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 b95e11889..cbd8933b8 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 35da379e4..819085572 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 4a3d5df43..3f16fc783 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 ea43e9c0a..90223027a 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 ab1c34554..057f56bef 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 e52a65dc4..2eb92b17b 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 9c9653e36..1b9ee7a64 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 a301c1587..e03f9f256 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 5bb8267f1..fa1e76f00 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 edd0867ca..cdbb34dcd 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 fe52d0b02..5d9c3a31f 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 efdde4510..36caf8922 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 bb775681c..f0cbab2c4 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 629e3d207..2d3a22193 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 af05c4885..988e677fd 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 7ce97d645..a8c9e13b8 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 dadae5690..411f7a83c 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 71897a5eb..f8bb7a389 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 fee98b02f..3cb226c44 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 918d2e76b..2f6e5e7e7 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 1806bfd33..175bc8d45 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 2e6c13ad1..4acfa36ac 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 df46249c2..072151f3e 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 85037134e..c9f5c154d 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 58a8bfa38..e6b74afb2 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 a81732ac9..5962f742f 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 33e526877..808d21144 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 54f65dbf5..f50d1efa5 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 f5cfabe61..093331f88 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 a709eda88..69ddf7d34 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 9375bf760..4b73afd72 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 ea1251d38..fbbcbf593 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 697bde01e..c7e4b2694 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 f3a1f795e..34bb65946 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 362a0fc3c..5f3675a4d 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 f2b8e87b2..7161844ac 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 78c1dbf24..b6810d338 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 ad20d7254..bb5783281 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 53fb20ff2..afc625566 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 798bb1d8a..c179cee8a 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 3891e014b..5a20779cf 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 3868a6800..0842775bc 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 2db7f4d0e..1d5475b96 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 f39b229a5..7b58154c5 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 d346bf8da..ac245e7b8 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 1c650aae5..2ee978afc 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 846ddaf77..2540559e4 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 fd9e8d250..5479259ca 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 c9edb3f31..5b87dcd65 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 66b5438a0..9c96b4ad6 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 b6c231031..33a6796a7 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 c3d18904a..9456a2857 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 456dca3b9..29b938fcd 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 69ac1cedb..a8872f23f 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 711c9be5f..af47e0e65 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 be7a47a94..ba6c7735d 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 af75bc735..1b607c1e5 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 49c05bfb1..325c8ab82 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 dd8741d5e..f9b4397ed 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 7f22fd2fd..512aee2e8 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 cdf394dd6..ccbb7a8e0 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 825910cca..fa5a64543 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 2e2338626..056c0e3fc 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 49c049b6f..e33d742f4 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 76bf80ee9..3890425f6 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 f1425768f..bf9a110c5 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 a353ee1a2..4271d9d1e 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 23a0b0c40..16afe8ef8 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 0053f227b..583de78cd 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 e0c2a7f95..de54c84f2 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 f4a56c1db..0e74123fa 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 2dc84af42..1d90e902d 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 c3bafaf96..186bbf998 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 06ae8c735..665048000 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 9f8f2e07d..66f62cd5e 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 d0e147e06..56ed6a249 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 860a756fa..4b1101dfb 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 0ec9c2d63..ddbddd865 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 274bba64a..d693e613a 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 3c7a6c6fc..6fca5ba8f 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 5ae732b09..64067d17c 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 edbf5b530..a6d4aabda 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 e4ffbbd9b..a67925358 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 34d403daf..3dac0132b 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 8b789a977..297fe9dfb 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 5acda4c50..621cd3c73 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 cde4773e3..46b42f750 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 fbf7996d9..1ab0121c4 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 4fd933914..c3ff13082 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 59f3acc19..6e612e299 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 28f1e2399..2648c0e52 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 44f6bc615..fda12a194 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 a762ab349..294d0c3e5 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 42c29a7ea..e79b3b9c8 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 d9da48b3b..0753e51e2 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 543a3f64c..692209f83 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 272733c1c..e6474afe1 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 834433577..bef2bcb12 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 af4bbb5eb..1da85cf74 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 7d9710727..5f9339cd5 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 b303d0c33..93b9ad691 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 f56e869c3..4f618cac8 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 f8046a97a..62a634b4f 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 3369ffb0b..561e04138 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 b3636c666..4f7855882 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 3a4faee8e..99d3877aa 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 d7ffb8bf6..bf7cf6d7d 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 881d6d597..c902eeb3f 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 4d1cbb657..ac27f58b6 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 20f7d3214..7d144cff3 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 694de76c4..964c0965f 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 7feb2efc9..82ef1f47c 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 68220aa8c..ab5881bc8 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 352a41cb5..5376fa376 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 825a87e5e..df309471c 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 0ab150dd8..d3da6a51c 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 e081c854a..bbd6d5907 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 5157a5e6c..bd0344fc8 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 96deee581..39d4894d1 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 7886f3316..821909d98 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 2c57cf96e..c224c0876 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 3890989be..d0aa8ff90 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 7f5d66336..3a8b7930f 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 e9745bc41..fcd0a2c02 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 42f4460fc..e2166c6e1 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 e611d363a..abc9b9cbc 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 eba70f492..a7e856740 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 8428e91e5..50107c53e 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 9d9e0f290..afb9587e8 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 f6365e37b..e88fb9606 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 b4e003940..5b1620a3b 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 68ccaf672..c17c4a9b1 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 8eabb8af2..360cd2983 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 e6b5bcb44..c2fc6debe 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 4d1cb019e..169fd9bec 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 fa2fff72c..273b04092 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 e4bfda2df..47882722e 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 87e7691d7..8f4f94b73 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 36bfed8f7..bcc957dad 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 948320b08..885ec1262 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 dc04a5d69..849fb0513 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 832f1ca48..22e6dcb4a 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 67fc4e3aa..a5daca602 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 826efad43..3943f0642 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 c515fb5b8..212fcad01 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 30f1cf37f..1229a8ba6 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 eecc66966..1d2d0ae69 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 71db80ad4..8172678a1 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 22862902b..9d128a0b1 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 d7af9e089..6420703e0 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 56edb5021..337259587 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 76169b9f0..4f2809574 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 f6510a11d..b22e256f7 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 981c75488..cae0e9973 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 ec0d2b497..7357e35b9 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 0139372e3..f6cae7c4b 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 1b91b24e8..ce64c073f 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 477a200c0..0074c5bbe 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 2cc979acf..694c32398 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 9942af7a4..5f04731b3 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 83b1c2c3b..b5b48e80e 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 76227f7d9..613c4bad4 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 6e80dddf3..9267f53d6 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 16f2219e1..2cf1c11cb 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 e14216e2b..a5ba9f2c9 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 774eb2941..59e281d5e 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 5da95408d..e1f21fc1a 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 153c73948..8cdc72013 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 59ce2da46..6fad82346 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 1a7fcc2de..560eca994 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 b21d39862..1d4a9574b 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 dc155f71c..80a35c8ea 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 cd5a9412a..440dd1105 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 b8da5f159..4a96b14f1 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 340f4d9b0..96858bd58 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 15b1c1c07..dc7fa2bff 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 f8c17d300..45ded0f87 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 b1d80b6c2..e2ec78dd3 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 460c22fc8..0b18f18d8 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 f6c974fff..1bca84e54 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 07091fda1..1f95b7234 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 677e102ec..5e48b0d8f 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 cc3e94b01..ae4d99dc1 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 31dfa0d5e..e68315b62 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 a25f1d62d..fb68aa3b2 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 dc184c13d..c3364d74b 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 54a464a78..f6c45369a 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 df07335e8..199eb5f00 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 0fb33402b..5846cc620 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 6be25a070..bba42702d 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 16dd5b0d6..b2d8d49fa 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 7e9eedc99..2d80a5917 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 20fbf6f84..cad0860ff 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 9f9c7a649..8870d6f57 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 04f7f41fc..fac459f38 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 29f973c4c..78d573302 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 3c01d8183..2c9609cc6 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 8817bc349..fc76e0e5e 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 b865a58e0..852f8f3eb 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 5d6cb26da..fd51e475d 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 174ae733a..cf4c77e2d 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 354fdf256..c98c72f23 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 096b203ee..8f9cc5736 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 58214da4d..66d511ff9 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 a2f0eaaf4..eecdff095 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 7375f5814..b3d824792 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 94e852a7f..a3a7c5311 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 8515b8a0e..c0cae3407 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 721f17efd..15aa4d993 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 fb3e38e51..760e52a6a 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 994d2f2d2..50246498a 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 7f38c29ac..84c3c7aa9 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 20176a078..92416c534 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 cdaabd630..f0176cf80 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 c5501a580..da0a833dc 100644 --- a/docs/api/toc.html +++ b/docs/api/toc.html @@ -17,24 +17,48 @@ AXSharp.Abstractions.Presentation
                  • @@ -209,6 +233,9 @@ AXSharp.Connector