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

A collection of AggregateConfiguration objects. More...

Inherits List< AggregateConfiguration >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of AggregateConfiguration objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.AggregateConfigurationCollection.AggregateConfigurationCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.AggregateConfigurationCollection.AggregateConfigurationCollection ( IEnumerable< AggregateConfiguration collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.AggregateConfigurationCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.AggregateConfigurationCollection.operator AggregateConfiguration[] ( AggregateConfigurationCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.AggregateConfigurationCollection.operator AggregateConfigurationCollection ( AggregateConfiguration[]  values)
inlinestatic

Converts an array to a collection.


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