EasyUA Reference
DataDictionary Class Members
See Also  Properties  Methods  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace : DataDictionary Class

Glossary Item Box

The following tables list the members exposed by DataDictionary.

Public Constructors

 NameDescription
Public ConstructorDataDictionary Constructor The default constructor.  
Top

Public Properties

 NameDescription
Public PropertyApplicationName A descriptive name for the the application (not necessarily unique). (Inherited from Opc.Ua.ApplicationConfiguration)
Public PropertyApplicationType The type of application. (Inherited from Opc.Ua.ApplicationConfiguration)
Public PropertyApplicationUri A unique identifier for the application instance. (Inherited from Opc.Ua.ApplicationConfiguration)
Public PropertyCertificateValidator Gets or sets a certificate validator created from the configuration. (Inherited from Opc.Ua.ApplicationConfiguration)
Public PropertyClientConfiguration Additional configuration for client applications. (Inherited from Opc.Ua.ApplicationConfiguration)
Public PropertyDictionaryId The node id for the dictionary.  
Public PropertyDisableHiResClock Disabling / enabling high resolution clock (Inherited from Opc.Ua.ApplicationConfiguration)
Public PropertyDiscoveryServerConfiguration Additional configuration of the discovery server. (Inherited from Opc.Ua.ApplicationConfiguration)
Public PropertyExtensions A bucket to store additional application specific configuration data. (Inherited from Opc.Ua.ApplicationConfiguration)
Public PropertyMessageContext Creates the message context from the configuration. (Inherited from Opc.Ua.ApplicationConfiguration)
Public PropertyName The display name for the dictionary.  
Public PropertyProductUri A unique identifier for the product. (Inherited from Opc.Ua.ApplicationConfiguration)
Public PropertySecurityConfiguration The security configuration for the application. (Inherited from Opc.Ua.ApplicationConfiguration)
Public PropertyServerConfiguration Additional configuration for server applications. (Inherited from Opc.Ua.ApplicationConfiguration)
Public PropertySourceFilePath Gets the file that was used to load the configuration. (Inherited from Opc.Ua.ApplicationConfiguration)
Public PropertyTraceConfiguration Configuration of the trace and information about log file (Inherited from Opc.Ua.ApplicationConfiguration)
Public PropertyTransportConfigurations The transport configuration for the application. (Inherited from Opc.Ua.ApplicationConfiguration)
Public PropertyTransportQuotas The quotas that are used at the transport layer. (Inherited from Opc.Ua.ApplicationConfiguration)
Public PropertyTypeSystemId The node id for the type system.  
Public PropertyTypeSystemName The display name for the type system.  
Public PropertyUseNativeStack Gets or sets a value indicating whether the native (ANSI C) implementation of UA-TCP should be used. (Inherited from Opc.Ua.ApplicationConfiguration)
Top

Public Methods

 NameDescription
Public MethodContains Returns true if the dictionary contains the data type description;  
Public MethodCreateMessageContext Creates the message context from the configuration. (Inherited from Opc.Ua.ApplicationConfiguration)
Public MethodGetSchema Returns the schema for the specified type (returns the entire dictionary if null).  
Public MethodGetServerDomainNames Returns the domain names which the server is configured to use. (Inherited from Opc.Ua.ApplicationConfiguration)
Public MethodInitialize(StreamingContext) Sets private members to default values. (Inherited from Opc.Ua.ApplicationConfiguration)
Public MethodLoad Loads the dictionary idetified by the node id.  
Public MethodLoadCachedEndpointsOverloaded.  Loads the endpoints cached on disk. (Inherited from Opc.Ua.ApplicationConfiguration)
Public MethodParseExtensionOverloaded.  Looks for an extension with the specified type and uses the DataContractSerializer to parse it. (Inherited from Opc.Ua.ApplicationConfiguration)
Public MethodSaveToFile Saves the configuration file. (Inherited from Opc.Ua.ApplicationConfiguration)
Public MethodUpdateExtensionOverloaded.  Updates the extension. (Inherited from Opc.Ua.ApplicationConfiguration)
Public MethodValidate Ensures that the application configuration is valid. (Inherited from Opc.Ua.ApplicationConfiguration)
Top

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.