TGS.Prediktor.Semantics.Service 0.1.103

There is a newer version of this package available.
See the version list below for details.
dotnet add package TGS.Prediktor.Semantics.Service --version 0.1.103
                    
NuGet\Install-Package TGS.Prediktor.Semantics.Service -Version 0.1.103
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TGS.Prediktor.Semantics.Service" Version="0.1.103" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TGS.Prediktor.Semantics.Service" Version="0.1.103" />
                    
Directory.Packages.props
<PackageReference Include="TGS.Prediktor.Semantics.Service" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TGS.Prediktor.Semantics.Service --version 0.1.103
                    
#r "nuget: TGS.Prediktor.Semantics.Service, 0.1.103"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package TGS.Prediktor.Semantics.Service@0.1.103
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TGS.Prediktor.Semantics.Service&version=0.1.103
                    
Install as a Cake Addin
#tool nuget:?package=TGS.Prediktor.Semantics.Service&version=0.1.103
                    
Install as a Cake Tool

Introduction

Semantics Types API is a C# library tool for creating Fully-Inherited InstanceDeclarationHierarchy from OPC UA types.

The OPC UA types are imported from a Nodeset2.xml file. (The file cannot include instances).

Usage

Create an instance of TypeNodeManager. The TypeNodeManager requires a persistence store that implements INodeStore. You can use LiteNodeStore for this. LiteNodeStore uses an in memory SQLite db. Use the TypeNodeManager to get Fully-Inherited InstanceDeclarationHierarchy for your types.

    var tns = new LiteNodeStore(true);
    TypeNodeManager tm = new(tns);
    var file = "My.NodeSet2.xml";
    var uanodeset = UANodeSet.Read(new FileStream(file, FileMode.Open, FileAccess.Read));
    tm.ImportTypes(uanodeset);
    SemTypeNode fullyInherited = tm.GetTypeDef(new NodeId("ns=1;i=1009"));

The variable 'fullyInherited' of class SemTypeNode will contain a full description of the Fully-Inherited InstanceDeclarationHierarchy.

Visit us and check out our OPC UA Gateway: TGS Prediktor

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.2 99 9/5/2025
1.1.1 213 8/28/2025
1.1.0 188 8/27/2025
1.0.7 157 8/14/2025
1.0.6 133 8/12/2025
1.0.5 140 8/12/2025
1.0.4 127 8/12/2025
1.0.3 141 8/12/2025
1.0.2 214 8/6/2025
1.0.1 222 8/5/2025
1.0.0 131 8/4/2025
0.1.136 143 7/3/2025
0.1.135 170 6/25/2025
0.1.134 143 6/25/2025
0.1.133 177 6/23/2025
0.1.130 170 5/20/2025
0.1.129 347 5/7/2025
0.1.128 152 5/2/2025
0.1.127 131 5/2/2025
0.1.126 201 4/29/2025
0.1.125 168 4/29/2025
0.1.124 249 4/7/2025
0.1.123 207 4/3/2025
0.1.122 178 3/27/2025
0.1.121 484 3/26/2025
0.1.120 259 3/10/2025
0.1.119 288 2/13/2025
0.1.118 160 2/10/2025
0.1.117 119 2/5/2025
0.1.116 118 2/4/2025
0.1.115 876 2/4/2025
0.1.114 114 2/3/2025
0.1.113 115 2/3/2025
0.1.112 112 1/23/2025
0.1.111 155 1/15/2025
0.1.110 86 1/15/2025
0.1.109 106 1/14/2025
0.1.108 100 1/13/2025
0.1.107 224 12/6/2024
0.1.106 337 11/6/2024
0.1.105 155 10/28/2024
0.1.104 116 10/28/2024
0.1.103 131 10/23/2024
0.1.102 165 10/22/2024
0.1.101 123 10/21/2024
0.1.100 156 10/18/2024
0.1.99 153 10/14/2024
0.1.98 164 10/8/2024
0.1.97 319 9/26/2024
0.1.96 129 9/23/2024
0.1.95 123 9/23/2024
0.1.94 123 9/10/2024
0.1.93 287 8/22/2024
0.1.92 210 8/12/2024
0.1.91 110 7/30/2024
0.1.90 101 7/25/2024
0.1.87 131 7/22/2024
0.1.86 136 7/22/2024
0.1.85 195 7/22/2024
0.1.84 179 7/4/2024
0.1.83 135 6/25/2024
0.1.82 151 6/18/2024
0.1.81 146 6/13/2024
0.1.80 120 6/12/2024
0.1.79 131 6/10/2024
0.1.74 137 6/5/2024
0.1.73 150 5/30/2024
0.1.72 142 5/29/2024
0.1.71 149 5/28/2024
0.1.70 150 5/16/2024
0.1.69 128 5/14/2024
0.1.68 128 5/14/2024
0.1.67 118 5/14/2024
0.1.66 123 5/10/2024
0.1.65 128 5/10/2024
0.1.64 142 5/7/2024
0.1.63 110 5/3/2024
0.1.62 127 4/22/2024
0.1.61 139 4/15/2024
0.1.60 144 4/12/2024
0.1.58 127 3/26/2024
0.1.57 153 3/25/2024
0.1.56 139 3/22/2024
0.1.55 158 2/23/2024
0.1.54 155 2/23/2024
0.1.53 145 2/22/2024
0.1.52 134 2/19/2024
0.1.51 132 1/26/2024
0.1.50 167 1/5/2024
0.1.49 143 12/14/2023
0.1.48 150 12/14/2023
0.1.47 149 12/14/2023

project semantics types api
name Semantics Types API

release 0.0.0
* Initial release
* Feature: Added functionality to create and retrieve semantics types