.NET Based OPC UA Client/Server SDK  3.3.0.530
UnifiedAutomation.UaBase.TransactionErrorTypeCollection Class Reference

A collection of TransactionErrorType objects. More...

Inherits List< TransactionErrorType >, and ICloneable.

Public Member Functions

 TransactionErrorTypeCollection ()
 Initializes the collection with default values. More...
 
 TransactionErrorTypeCollection (int capacity)
 Initializes the collection with an initial capacity. More...
 
 TransactionErrorTypeCollection (IEnumerable< TransactionErrorType > collection)
 Initializes the collection with another collection. More...
 
object Clone ()
 Creates a deep copy of the collection. More...
 

Static Public Member Functions

static implicit operator TransactionErrorTypeCollection (TransactionErrorType[] values)
 Converts an array to a collection. More...
 
static operator TransactionErrorType[] (TransactionErrorTypeCollection values)
 Converts a collection to an array. More...
 

Detailed Description

A collection of TransactionErrorType objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.TransactionErrorTypeCollection.TransactionErrorTypeCollection ( )

Initializes the collection with default values.

UnifiedAutomation.UaBase.TransactionErrorTypeCollection.TransactionErrorTypeCollection ( int  capacity)

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.TransactionErrorTypeCollection.TransactionErrorTypeCollection ( IEnumerable< TransactionErrorType collection)

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.TransactionErrorTypeCollection.Clone ( )

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.TransactionErrorTypeCollection.operator TransactionErrorType[] ( TransactionErrorTypeCollection  values)
explicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.TransactionErrorTypeCollection.operator TransactionErrorTypeCollection ( TransactionErrorType[]  values)
static

Converts an array to a collection.


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