C# Класс Opc.Ua.ServerTest.ServerTestConfiguration

A class that holds the configuration for a UA service.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetNodeList ( IList nodes, NamespaceTable namespaceUris ) : List

Returns the node ids of the test nodes in the list.

Load ( XmlElementCollection extensions ) : ServerTestConfiguration

Loads the configuration from the application configuration file.

Load ( string filePath, ServerTestConfiguration masterConfiguration ) : ServerTestConfiguration

Loads the configuration from a file on disk.

ReplaceNodeList ( IList nodes, IList newNodes, NamespaceTable namespaceUris ) : void

Replaces the test nodes in the list.

Save ( string filePath ) : void

Saves the configuration to a file on disk.

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

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

Returns the node ids of the test nodes in the list.
public GetNodeList ( IList nodes, NamespaceTable namespaceUris ) : List
nodes IList
namespaceUris NamespaceTable
Результат List

Load() публичный статический Метод

Loads the configuration from the application configuration file.
public static Load ( XmlElementCollection extensions ) : ServerTestConfiguration
extensions System.Xml.XmlElementCollection
Результат ServerTestConfiguration

Load() публичный статический Метод

Loads the configuration from a file on disk.
public static Load ( string filePath, ServerTestConfiguration masterConfiguration ) : ServerTestConfiguration
filePath string
masterConfiguration ServerTestConfiguration
Результат ServerTestConfiguration

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

Replaces the test nodes in the list.
public ReplaceNodeList ( IList nodes, IList newNodes, NamespaceTable namespaceUris ) : void
nodes IList
newNodes IList
namespaceUris NamespaceTable
Результат void

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

Saves the configuration to a file on disk.
public Save ( string filePath ) : void
filePath string
Результат void