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

A collection of ReadEventDetails objects. More...

Inherits List< ReadEventDetails >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of ReadEventDetails objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.ReadEventDetailsCollection.ReadEventDetailsCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.ReadEventDetailsCollection.ReadEventDetailsCollection ( IEnumerable< ReadEventDetails collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.ReadEventDetailsCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.ReadEventDetailsCollection.operator ReadEventDetails[] ( ReadEventDetailsCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.ReadEventDetailsCollection.operator ReadEventDetailsCollection ( ReadEventDetails[]  values)
inlinestatic

Converts an array to a collection.


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