C# 클래스 NamespaceTable, UA-.NETStandardLibrary

The table of namespace uris for a server.
상속: StringTable
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

공개 메소드들

메소드 설명
NamespaceTable ( ) : System

Creates an empty collection.

NamespaceTable ( IEnumerable namespaceUris ) : System

Copies a list of strings.

NamespaceTable ( bool shared ) : System

Creates an empty collection which is marked as shared.

Update ( IEnumerable namespaceUris ) : void

Updates the table of namespace uris.

메소드 상세

NamespaceTable() 공개 메소드

Creates an empty collection.
public NamespaceTable ( ) : System
리턴 System

NamespaceTable() 공개 메소드

Copies a list of strings.
public NamespaceTable ( IEnumerable namespaceUris ) : System
namespaceUris IEnumerable
리턴 System

NamespaceTable() 공개 메소드

Creates an empty collection which is marked as shared.
public NamespaceTable ( bool shared ) : System
shared bool
리턴 System

Update() 공개 메소드

Updates the table of namespace uris.
public Update ( IEnumerable namespaceUris ) : void
namespaceUris IEnumerable
리턴 void