.NET Based OPC UA Client/Server SDK  2.5.6.402
UnifiedAutomation.UaServer.NamespaceMetadataModel Class Reference

This object type defines the metadata for a namespace provided by the Server. More...

Inherits UnifiedAutomation.UaServer.BaseObjectModel.

Public Member Functions

 NamespaceMetadataModel ()
 Initializes a new instance of the NamespaceMetadataModel class. More...
 
 NamespaceMetadataModel (NamespaceMetadataModel template)
 Initializes a new instance of the NamespaceMetadataModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.BaseObjectModel
 BaseObjectModel ()
 Initializes a new instance of the BaseObjectModel class. More...
 
 BaseObjectModel (BaseObjectModel template)
 Initializes a new instance of the BaseObjectModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.ModelControllerBase
virtual ModelHandle GetModelHandle (StringTable namespaceUris, object instance)
 Gets the metadata handle. More...
 
virtual DataValue GetValue (IMapperContext context, ModelMapping mapping)
 Gets the value associated with the mapping. More...
 
virtual bool SetValue (IMapperContext context, ModelMapping mapping, DataValue value)
 Sets the value associated with the mapping. More...
 

Properties

bool IsNamespaceSubset [get, set]
 Provides a list of IdTypes used for static nodes. More...
 
AddressSpaceFileModel NamespaceFile [get, set]
 Contains all nodes and references of the namespace in an XML file where the information model XML schema is defined in Part 6 of OPC UA Specification. More...
 
DateTime NamespacePublicationDate [get, set]
 Provides the publication date of the namespace version. More...
 
string NamespaceUri [get, set]
 Contains the namespace represented by an instance of the MetaDataType. More...
 
string NamespaceVersion [get, set]
 Provides version information for the namespace. More...
 
IdType[] StaticNodeIdIdentifierTypes [get, set]
 Gets or sets the StaticNodeIdIdentifierTypes More...
 
string[] StaticNumericNodeIdRange [get, set]
 Provides a list of NumericRanges used for numeric NodeIds of static nodes. More...
 
string[] StaticStringNodeIdPattern [get, set]
 Provides a regular expression as defined for the Like operator defined in Part 4 of the OPC UA Specification to filter for string NodeIds of static nodes. More...
 
- Properties inherited from UnifiedAutomation.UaServer.ModelControllerBase
ModelHandle ModelHandle [get, set]
 Gets or sets the metadata handle. More...
 
object UserData [get, set]
 Gets or sets the user data. More...
 

Detailed Description

This object type defines the metadata for a namespace provided by the Server.

Instances of this object allow Servers to provide more information like version information in addition to the namespace URI. Important information for aggregating Servers is provided by the StaticNodeIdTypes, StaticNumericNodeIdRange and StaticStringNodeIdPattern properties.

The browse name of instances of this type shall be derived from the represented namespace. This can, for example, be done by using the index of the namespace in the namespace array as namespaceIndex of the UnifiedAutomation.UaBase.QualifiedName and the namespace URI as name of the UnifiedAutomation.UaBase.QualifiedName.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.NamespaceMetadataModel.NamespaceMetadataModel ( )
inline

Initializes a new instance of the NamespaceMetadataModel class.

UnifiedAutomation.UaServer.NamespaceMetadataModel.NamespaceMetadataModel ( NamespaceMetadataModel  template)
inline

Initializes a new instance of the NamespaceMetadataModel class.

Parameters
templateThe template.

Property Documentation

bool UnifiedAutomation.UaServer.NamespaceMetadataModel.IsNamespaceSubset
getset

Provides a list of IdTypes used for static nodes.

All nodes in the address space of the namespace using one of the IdTypes in the array shall be static nodes.

AddressSpaceFileModel UnifiedAutomation.UaServer.NamespaceMetadataModel.NamespaceFile
getset

Contains all nodes and references of the namespace in an XML file where the information model XML schema is defined in Part 6 of OPC UA Specification.

The XML file is provided through an AddressSpaceFileType object.

DateTime UnifiedAutomation.UaServer.NamespaceMetadataModel.NamespacePublicationDate
getset

Provides the publication date of the namespace version.

This property value can be used by Clients to determine the latest version if different versions are provided by different Servers.

string UnifiedAutomation.UaServer.NamespaceMetadataModel.NamespaceUri
getset

Contains the namespace represented by an instance of the MetaDataType.

string UnifiedAutomation.UaServer.NamespaceMetadataModel.NamespaceVersion
getset

Provides version information for the namespace.

It is intended for display purposes and shall not be used to programmatically identify the latest version.

IdType [] UnifiedAutomation.UaServer.NamespaceMetadataModel.StaticNodeIdIdentifierTypes
getset

Gets or sets the StaticNodeIdIdentifierTypes

<details> A list of IdTypes for nodes which are the same in every server that exposes them. </details>

string [] UnifiedAutomation.UaServer.NamespaceMetadataModel.StaticNumericNodeIdRange
getset

Provides a list of NumericRanges used for numeric NodeIds of static nodes.

If the StaticNodeIdTypes property contains an entry for numeric NodeIds then this property is ignored.

string [] UnifiedAutomation.UaServer.NamespaceMetadataModel.StaticStringNodeIdPattern
getset

Provides a regular expression as defined for the Like operator defined in Part 4 of the OPC UA Specification to filter for string NodeIds of static nodes.

If the StaticNodeIdTypes property contains an entry for string NodeIds, this property is ignored.


The documentation for this class was generated from the following file: