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

A collection of HistoryUpdateResult objects. More...

Inherits List< HistoryUpdateResult >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of HistoryUpdateResult objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.HistoryUpdateResultCollection.HistoryUpdateResultCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.HistoryUpdateResultCollection.HistoryUpdateResultCollection ( IEnumerable< HistoryUpdateResult collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.HistoryUpdateResultCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.HistoryUpdateResultCollection.operator HistoryUpdateResult[] ( HistoryUpdateResultCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.HistoryUpdateResultCollection.operator HistoryUpdateResultCollection ( HistoryUpdateResult[]  values)
inlinestatic

Converts an array to a collection.


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