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

A collection of HistoryUpdateEventResult objects. More...

Inherits List< HistoryUpdateEventResult >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of HistoryUpdateEventResult objects.

<exclude>

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.HistoryUpdateEventResultCollection.HistoryUpdateEventResultCollection ( )

Initializes the collection with default values.

UnifiedAutomation.UaBase.HistoryUpdateEventResultCollection.HistoryUpdateEventResultCollection ( int  capacity)

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.HistoryUpdateEventResultCollection.HistoryUpdateEventResultCollection ( IEnumerable< HistoryUpdateEventResult collection)

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.HistoryUpdateEventResultCollection.Clone ( )

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.HistoryUpdateEventResultCollection.operator HistoryUpdateEventResult[] ( HistoryUpdateEventResultCollection  values)
explicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.HistoryUpdateEventResultCollection.operator HistoryUpdateEventResultCollection ( HistoryUpdateEventResult[]  values)
static

Converts an array to a collection.


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