Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The DataDictionary type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DataDictionary |
The default constructor.
|
Methods
| Name | Description | |
|---|---|---|
| Contains |
Returns true if the dictionary contains the data type description;
| |
| CreateMessageContext |
Creates the message context from the configuration.
(Inherited from ApplicationConfiguration.) | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetSchema |
Returns the schema for the specified type (returns the entire dictionary if null).
| |
| GetServerDomainNames |
Returns the domain names which the server is configured to use.
(Inherited from ApplicationConfiguration.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Load |
Loads the dictionary idetified by the node id.
| |
| LoadCachedEndpoints(Boolean) |
Loads the endpoints cached on disk.
(Inherited from ApplicationConfiguration.) | |
| LoadCachedEndpoints(Boolean, Boolean) |
Loads the endpoints cached on disk.
(Inherited from ApplicationConfiguration.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ParseExtension<(Of <<'(T>)>>)()()()() |
Looks for an extension with the specified type and uses the DataContractSerializer to parse it.
(Inherited from ApplicationConfiguration.) | |
| ParseExtension<(Of <<'(T>)>>)(XmlQualifiedName) |
Looks for an extension with the specified type and uses the DataContractSerializer to parse it.
(Inherited from ApplicationConfiguration.) | |
| SaveToFile |
Saves the configuration file.
(Inherited from ApplicationConfiguration.) | |
| ToString | (Inherited from Object.) | |
| UpdateExtension(Type, Object) | Obsolete.
Updates the extension.
(Inherited from ApplicationConfiguration.) | |
| UpdateExtension<(Of <<'(T>)>>)(XmlQualifiedName, Object) |
Updates the extension.
(Inherited from ApplicationConfiguration.) | |
| Validate |
Ensures that the application configuration is valid.
(Inherited from ApplicationConfiguration.) |
Properties
| Name | Description | |
|---|---|---|
| ApplicationName |
A descriptive name for the the application (not necessarily unique).
(Inherited from ApplicationConfiguration.) | |
| ApplicationType |
The type of application.
(Inherited from ApplicationConfiguration.) | |
| ApplicationUri |
A unique identifier for the application instance.
(Inherited from ApplicationConfiguration.) | |
| CertificateValidator |
A certificate validator created from the configuration.
(Inherited from ApplicationConfiguration.) | |
| ClientConfiguration |
Additional configuration for client applications.
(Inherited from ApplicationConfiguration.) | |
| DictionaryId |
The node id for the dictionary.
| |
| DisableHiResClock |
Disabling / enabling high resolution clock
(Inherited from ApplicationConfiguration.) | |
| DiscoveryServerConfiguration |
Additional configuration of the discovery server.
(Inherited from ApplicationConfiguration.) | |
| Extensions |
A bucket to store additional application specific configuration data.
(Inherited from ApplicationConfiguration.) | |
| MessageContext | Obsolete.
Creates the message context from the configuration.
(Inherited from ApplicationConfiguration.) | |
| Name |
The display name for the dictionary.
| |
| ProductUri |
A unique identifier for the product.
(Inherited from ApplicationConfiguration.) | |
| SecurityConfiguration |
The security configuration for the application.
(Inherited from ApplicationConfiguration.) | |
| ServerConfiguration |
Additional configuration for server applications.
(Inherited from ApplicationConfiguration.) | |
| SourceFilePath |
The file that was used to load the configuration.
(Inherited from ApplicationConfiguration.) | |
| TraceConfiguration |
Configuration of the trace and information about log file
(Inherited from ApplicationConfiguration.) | |
| TransportConfigurations |
The transport configuration for the application.
(Inherited from ApplicationConfiguration.) | |
| TransportQuotas |
The quotas that are used at the transport layer.
(Inherited from ApplicationConfiguration.) | |
| TypeSystemId |
The node id for the type system.
| |
| TypeSystemName |
The display name for the type system.
| |
| UseNativeStack |
Gets or sets a value indicating whether the native (ANSI C) implementation of UA-TCP should be used.
(Inherited from ApplicationConfiguration.) |