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

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

Inherited by UnifiedAutomation.UaBase.NewEnumerationSettings, and UnifiedAutomation.UaBase.NewStructureSettings.

Protected Member Functions

IdType GetIdentifierType (object value)
 Gets the IdType from value. More...
 

Properties

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...
 

Detailed Description

Class storing information about a GenericDataType used to create by a SchemaBuilder

Member Function Documentation

IdType UnifiedAutomation.UaBase.NewGenericTypeSettings.GetIdentifierType ( object  value)
inlineprotected

Gets the IdType from value.

Parameters
value
Returns
The IdType of value.

Property Documentation

object UnifiedAutomation.UaBase.NewGenericTypeSettings.DataTypeIdentifier
getset

The Identifier of the DataType. Sets the DataTypeIdType.

IdType UnifiedAutomation.UaBase.NewGenericTypeSettings.DataTypeIdType
getset

The IdType of the DataType.

string UnifiedAutomation.UaBase.NewGenericTypeSettings.Name
getset

The Name of the DataType


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