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

Glossary Item Box

The following tables list the members exposed by StringTable.

Public Constructors

 NameDescription
Public ConstructorStringTable ConstructorOverloaded.   
Top

Public Properties

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

Public Methods

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.