.NET Based OPC UA Client/Server SDK  3.1.0.500
UnifiedAutomation.UaBase.HistoryEventCollection Class Reference

A collection of HistoryEvent objects. More...

Inherits List< HistoryEvent >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of HistoryEvent objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.HistoryEventCollection.HistoryEventCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.HistoryEventCollection.HistoryEventCollection ( IEnumerable< HistoryEvent collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.HistoryEventCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.HistoryEventCollection.operator HistoryEvent[] ( HistoryEventCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.HistoryEventCollection.operator HistoryEventCollection ( HistoryEvent[]  values)
inlinestatic

Converts an array to a collection.


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