EasyUA Reference
NamespaceTable Class Members
See Also  Properties  Methods  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : NamespaceTable Class

Glossary Item Box

The following tables list the members exposed by NamespaceTable.

Public Constructors

 NameDescription
Public ConstructorNamespaceTable ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyCount Returns the number of entries in the table. (Inherited from Opc.Ua.StringTable)
Public PropertyInstanceId Returns a unique identifier for the table instance. Used to debug problems with shared tables. (Inherited from Opc.Ua.StringTable)
Public PropertySyncRoot The synchronization object. (Inherited from Opc.Ua.StringTable)
Top

Public Methods

 NameDescription
Public MethodAppend Adds a string to the end of the table. (Inherited from Opc.Ua.StringTable)
Public MethodCreateMapping Creates a mapping between the URIs in a source table and the indexes in the current table. (Inherited from Opc.Ua.StringTable)
Public MethodGetIndex Returns the index of the specified namespace uri. (Inherited from Opc.Ua.StringTable)
Public MethodGetIndexOrAppend Returns the index of the specified namespace uri, adds it if it does not exist. (Inherited from Opc.Ua.StringTable)
Public MethodGetString Returns the namespace uri at the specified index. (Inherited from Opc.Ua.StringTable)
Public MethodToArray Returns the contexts of the table. (Inherited from Opc.Ua.StringTable)
Public MethodUpdate Updates the table of namespace uris.  
Top

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.