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

A collection of TranslateBrowsePathsToNodeIdsRequest objects. More...

Inherits List< TranslateBrowsePathsToNodeIdsRequest >, and ICloneable.

Public Member Functions

 TranslateBrowsePathsToNodeIdsRequestCollection ()
 Initializes the collection with default values. More...
 
 TranslateBrowsePathsToNodeIdsRequestCollection (int capacity)
 Initializes the collection with an initial capacity. More...
 
 TranslateBrowsePathsToNodeIdsRequestCollection (IEnumerable< TranslateBrowsePathsToNodeIdsRequest > 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 TranslateBrowsePathsToNodeIdsRequestCollection (TranslateBrowsePathsToNodeIdsRequest[] values)
 Converts an array to a collection. More...
 
static operator TranslateBrowsePathsToNodeIdsRequest[] (TranslateBrowsePathsToNodeIdsRequestCollection values)
 Converts a collection to an array. More...
 

Detailed Description

A collection of TranslateBrowsePathsToNodeIdsRequest objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.TranslateBrowsePathsToNodeIdsRequestCollection.TranslateBrowsePathsToNodeIdsRequestCollection ( )
inline

Initializes the collection with default values.

UnifiedAutomation.UaBase.TranslateBrowsePathsToNodeIdsRequestCollection.TranslateBrowsePathsToNodeIdsRequestCollection ( int  capacity)
inline

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.TranslateBrowsePathsToNodeIdsRequestCollection.TranslateBrowsePathsToNodeIdsRequestCollection ( IEnumerable< TranslateBrowsePathsToNodeIdsRequest collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.TranslateBrowsePathsToNodeIdsRequestCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.TranslateBrowsePathsToNodeIdsRequestCollection.operator TranslateBrowsePathsToNodeIdsRequest[] ( TranslateBrowsePathsToNodeIdsRequestCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.TranslateBrowsePathsToNodeIdsRequestCollection.operator TranslateBrowsePathsToNodeIdsRequestCollection ( TranslateBrowsePathsToNodeIdsRequest[]  values)
inlinestatic

Converts an array to a collection.


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