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

A collection of HistoryReadDetails objects. More...

Inherits List< HistoryReadDetails >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of HistoryReadDetails objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.HistoryReadDetailsCollection.HistoryReadDetailsCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.HistoryReadDetailsCollection.HistoryReadDetailsCollection ( IEnumerable< HistoryReadDetails collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.HistoryReadDetailsCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.HistoryReadDetailsCollection.operator HistoryReadDetails[] ( HistoryReadDetailsCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.HistoryReadDetailsCollection.operator HistoryReadDetailsCollection ( HistoryReadDetails[]  values)
inlinestatic

Converts an array to a collection.


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