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

A collection of HistoryUpdateType objects. More...

Inherits List< HistoryUpdateType >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of HistoryUpdateType objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.HistoryUpdateTypeCollection.HistoryUpdateTypeCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.HistoryUpdateTypeCollection.HistoryUpdateTypeCollection ( IEnumerable< HistoryUpdateType collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.HistoryUpdateTypeCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.HistoryUpdateTypeCollection.operator HistoryUpdateType[] ( HistoryUpdateTypeCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.HistoryUpdateTypeCollection.operator HistoryUpdateTypeCollection ( HistoryUpdateType[]  values)
inlinestatic

Converts an array to a collection.


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