Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The DataDictionary type exposes the following members.

Constructors

  NameDescription
Public methodDataDictionary
The default constructor.

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 ApplicationConfiguration.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
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 ApplicationConfiguration.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoad
Loads the dictionary idetified by the node id.
Public methodLoadCachedEndpoints(Boolean)
Loads the endpoints cached on disk.
(Inherited from ApplicationConfiguration.)
Public methodLoadCachedEndpoints(Boolean, Boolean)
Loads the endpoints cached on disk.
(Inherited from ApplicationConfiguration.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodParseExtension<(Of <<'(T>)>>)()()()()
Looks for an extension with the specified type and uses the DataContractSerializer to parse it.
(Inherited from ApplicationConfiguration.)
Public methodParseExtension<(Of <<'(T>)>>)(XmlQualifiedName)
Looks for an extension with the specified type and uses the DataContractSerializer to parse it.
(Inherited from ApplicationConfiguration.)
Public methodSaveToFile
Saves the configuration file.
(Inherited from ApplicationConfiguration.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodUpdateExtension(Type, Object) Obsolete.
Updates the extension.
(Inherited from ApplicationConfiguration.)
Public methodUpdateExtension<(Of <<'(T>)>>)(XmlQualifiedName, Object)
Updates the extension.
(Inherited from ApplicationConfiguration.)
Public methodValidate
Ensures that the application configuration is valid.
(Inherited from ApplicationConfiguration.)

Properties

  NameDescription
Public propertyApplicationName
A descriptive name for the the application (not necessarily unique).
(Inherited from ApplicationConfiguration.)
Public propertyApplicationType
The type of application.
(Inherited from ApplicationConfiguration.)
Public propertyApplicationUri
A unique identifier for the application instance.
(Inherited from ApplicationConfiguration.)
Public propertyCertificateValidator
A certificate validator created from the configuration.
(Inherited from ApplicationConfiguration.)
Public propertyClientConfiguration
Additional configuration for client applications.
(Inherited from ApplicationConfiguration.)
Public propertyDictionaryId
The node id for the dictionary.
Public propertyDisableHiResClock
Disabling / enabling high resolution clock
(Inherited from ApplicationConfiguration.)
Public propertyDiscoveryServerConfiguration
Additional configuration of the discovery server.
(Inherited from ApplicationConfiguration.)
Public propertyExtensions
A bucket to store additional application specific configuration data.
(Inherited from ApplicationConfiguration.)
Public propertyMessageContext Obsolete.
Creates the message context from the configuration.
(Inherited from ApplicationConfiguration.)
Public propertyName
The display name for the dictionary.
Public propertyProductUri
A unique identifier for the product.
(Inherited from ApplicationConfiguration.)
Public propertySecurityConfiguration
The security configuration for the application.
(Inherited from ApplicationConfiguration.)
Public propertyServerConfiguration
Additional configuration for server applications.
(Inherited from ApplicationConfiguration.)
Public propertySourceFilePath
The file that was used to load the configuration.
(Inherited from ApplicationConfiguration.)
Public propertyTraceConfiguration
Configuration of the trace and information about log file
(Inherited from ApplicationConfiguration.)
Public propertyTransportConfigurations
The transport configuration for the application.
(Inherited from ApplicationConfiguration.)
Public propertyTransportQuotas
The quotas that are used at the transport layer.
(Inherited from 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 ApplicationConfiguration.)

See Also