.NET Based OPC UA Client/Server SDK  3.1.0.500
UnifiedAutomation.UaBase.NewStructureSettings Class Reference

Class storing information about a generic structure used to create by a SchemaBuilder. More...

Inherits UnifiedAutomation.UaBase.NewGenericTypeSettings.

Properties

IdType BinaryEncodingIdType [get, set]
 The IdType of the BinaryEncoding node. More...
 
object BinaryEncodingIdentifier [get, set]
 The Identifier of the BinaryEncoding node. Sets the BinaryEncodingIdType. More...
 
IdType XmlEncodingIdType [get, set]
 The Identifier of the XML Encoding node. More...
 
object XmlEncodingIdentifier [get, set]
 The Identifier of the XML Encoding node. Sets the XmlEncodingIdType. More...
 
- Properties inherited from UnifiedAutomation.UaBase.NewGenericTypeSettings
string Name [get, set]
 The Name of the DataType More...
 
IdType DataTypeIdType [get, set]
 The IdType of the DataType. More...
 
object DataTypeIdentifier [get, set]
 The Identifier of the DataType. Sets the DataTypeIdType. More...
 

Additional Inherited Members

- Protected Member Functions inherited from UnifiedAutomation.UaBase.NewGenericTypeSettings
IdType GetIdentifierType (object value)
 Gets the IdType from value. More...
 

Detailed Description

Class storing information about a generic structure used to create by a SchemaBuilder.

This class can be used to create GenericStructureDataType, GenericUnionDataType and GenericOptionalFieldListDataType

Property Documentation

object UnifiedAutomation.UaBase.NewStructureSettings.BinaryEncodingIdentifier
getset

The Identifier of the BinaryEncoding node. Sets the BinaryEncodingIdType.

IdType UnifiedAutomation.UaBase.NewStructureSettings.BinaryEncodingIdType
getset

The IdType of the BinaryEncoding node.

object UnifiedAutomation.UaBase.NewStructureSettings.XmlEncodingIdentifier
getset

The Identifier of the XML Encoding node. Sets the XmlEncodingIdType.

IdType UnifiedAutomation.UaBase.NewStructureSettings.XmlEncodingIdType
getset

The Identifier of the XML Encoding node.


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