.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaBase.RelativePathFormatter.Element Class Reference

A element in a relative path string. More...

Inherits IFormattable.

Public Member Functions

 Element (RelativePathElement element, ITypeTable typeTree)
 Initializes the object from a RelativePathElement More...
 
 Element ()
 Initializes the object the default values. More...
 
override string ToString ()
 Formats the relative path element as a string. More...
 
string ToString (string format, IFormatProvider formatProvider)
 Formats the numeric range as a string. More...
 

Static Public Member Functions

static Element Parse (StringReader reader)
 Extracts a relative path element from a string. More...
 

Properties

ElementType ElementType [get, set]
 The type of element. More...
 
QualifiedName ReferenceTypeName [get, set]
 The browse name of the reference type to follow. More...
 
bool IncludeSubtypes [get, set]
 Whether to include subtypes of the reference type. More...
 
QualifiedName TargetName [get, set]
 The browse name of the target to find. More...
 

Detailed Description

A element in a relative path string.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.RelativePathFormatter.Element.Element ( RelativePathElement  element,
ITypeTable  typeTree 
)
inline

Initializes the object from a RelativePathElement

UnifiedAutomation.UaBase.RelativePathFormatter.Element.Element ( )
inline

Initializes the object the default values.

Member Function Documentation

static Element UnifiedAutomation.UaBase.RelativePathFormatter.Element.Parse ( StringReader  reader)
inlinestatic

Extracts a relative path element from a string.

Parameters
readerThe string read stream containing the text to convert to a RelativePathStringElement
override string UnifiedAutomation.UaBase.RelativePathFormatter.Element.ToString ( )
inline

Formats the relative path element as a string.

string UnifiedAutomation.UaBase.RelativePathFormatter.Element.ToString ( string  format,
IFormatProvider  formatProvider 
)
inline

Formats the numeric range as a string.

Parameters
format(Unused) Always pass null
formatProvider(Unused) Always pass null
Exceptions
FormatExceptionThrown if non-null parameters are passed

Property Documentation

ElementType UnifiedAutomation.UaBase.RelativePathFormatter.Element.ElementType
getset

The type of element.

bool UnifiedAutomation.UaBase.RelativePathFormatter.Element.IncludeSubtypes
getset

Whether to include subtypes of the reference type.

QualifiedName UnifiedAutomation.UaBase.RelativePathFormatter.Element.ReferenceTypeName
getset

The browse name of the reference type to follow.

QualifiedName UnifiedAutomation.UaBase.RelativePathFormatter.Element.TargetName
getset

The browse name of the target to find.


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