C# 클래스 Opc.Ua.ServerTest.ServerTestConfiguration

A class that holds the configuration for a UA service.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
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