UA Bundle SDK .NET  2.3.1.334
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaBase.GenericStructureDataTypeField Class Reference

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

Inherits IFormattable.

Public Member Functions

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...
 
bool IsOptional [get, set]
 Gets or sets a value indicating whether this field is optional. More...
 
GenericDataType TypeDescription [get, set]
 Gets or sets the type description for the value contained in the field. 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.

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

Gets or sets a value indicating whether this field is optional.

true if this field is optional; otherwise, false.

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.


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