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

A collection of OverrideValueHandling objects. More...

Inherits List< OverrideValueHandling >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of OverrideValueHandling objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.OverrideValueHandlingCollection.OverrideValueHandlingCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.OverrideValueHandlingCollection.OverrideValueHandlingCollection ( IEnumerable< OverrideValueHandling collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.OverrideValueHandlingCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.OverrideValueHandlingCollection.operator OverrideValueHandling[] ( OverrideValueHandlingCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.OverrideValueHandlingCollection.operator OverrideValueHandlingCollection ( OverrideValueHandling[]  values)
inlinestatic

Converts an array to a collection.


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