C# Класс Opc.Ua.Com.Server.ComNamespaceMapper.StringTableMapping

Stores the mapping between two string tables.
Показать файл Открыть проект

Открытые методы

Метод Описание
Initialize ( List localTable, StringTable remoteTable ) : void

Initializes the mapping between the tables.

The local table is updates with missing URIs from the remote table.

Приватные методы

Метод Описание
InitializeLocalToRemoteMapping ( List localTable, StringTable remoteTable ) : int[]

Initializes the local to remote mapping for a pair of string tables.

InitializeRemoteToLocalMapping ( List localTable, StringTable remoteTable ) : int[]

Initializes the remote to local mapping for a pair of string tables.

Описание методов

Initialize() публичный Метод

Initializes the mapping between the tables.
The local table is updates with missing URIs from the remote table.
public Initialize ( List localTable, StringTable remoteTable ) : void
localTable List The local table.
remoteTable StringTable The remote table.
Результат void