.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaBase.GenericStructureDataTypeField Class Reference

The description of a field in a structure or union type description. More...

Inherits IFormattable.

Public Member Functions

 GenericStructureDataTypeField ()
 Initializes a new instance of the GenericStructureDataTypeField class. More...
 
override string ToString ()
 Returns a System.String that represents this instance. More...
 
virtual string ToString (string format, IFormatProvider formatProvider)
 Returns a System.String that represents this instance. More...
 

Properties

string Name [get, set]
 Gets or sets the name of the field. More...
 
int ValueRank [get, set]
 Gets or sets a value indicating the value rank for fields which are arrays. More...
 
GenericDataType TypeDescription [get, set]
 Gets or sets the type description for the value contained in the field. More...
 
bool IsOptional [get, set]
 Indicates if the field is optional. More...
 
object SchemaInfo [get, set]
 Gets or sets the OPCBinary or XML schema object which defines the type. More...
 

Detailed Description

The description of a field in a structure or union type description.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.GenericStructureDataTypeField.GenericStructureDataTypeField ( )
inline

Initializes a new instance of the GenericStructureDataTypeField class.

Member Function Documentation

override string UnifiedAutomation.UaBase.GenericStructureDataTypeField.ToString ( )
inline

Returns a System.String that represents this instance.

Returns
A System.String that represents this instance.
virtual string UnifiedAutomation.UaBase.GenericStructureDataTypeField.ToString ( string  format,
IFormatProvider  formatProvider 
)
inlinevirtual

Returns a System.String that represents this instance.

Parameters
formatThe format.
formatProviderThe format provider.
Returns
A System.String that represents this instance.
Exceptions
System.NotImplementedException

Property Documentation

bool UnifiedAutomation.UaBase.GenericStructureDataTypeField.IsOptional
getset

Indicates if the field is optional.

string UnifiedAutomation.UaBase.GenericStructureDataTypeField.Name
getset

Gets or sets the name of the field.

The name.

object UnifiedAutomation.UaBase.GenericStructureDataTypeField.SchemaInfo
getset

Gets or sets the OPCBinary or XML schema object which defines the type.

The OPCBinary or XML schema object which defines the type.

GenericDataType UnifiedAutomation.UaBase.GenericStructureDataTypeField.TypeDescription
getset

Gets or sets the type description for the value contained in the field.

The type description for the value contained in the field.

int UnifiedAutomation.UaBase.GenericStructureDataTypeField.ValueRank
getset

Gets or sets a value indicating the value rank for fields which are arrays.

The value rank for fields which are arrays.


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