C# Class NamespaceTable, UA-.NETStandardLibrary

The table of namespace uris for a server.
Inheritance: StringTable
Afficher le fichier Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

NamespaceTable() public méthode

Creates an empty collection.
public NamespaceTable ( ) : System
Résultat System

NamespaceTable() public méthode

Copies a list of strings.
public NamespaceTable ( IEnumerable namespaceUris ) : System
namespaceUris IEnumerable
Résultat System

NamespaceTable() public méthode

Creates an empty collection which is marked as shared.
public NamespaceTable ( bool shared ) : System
shared bool
Résultat System

Update() public méthode

Updates the table of namespace uris.
public Update ( IEnumerable namespaceUris ) : void
namespaceUris IEnumerable
Résultat void