.NET Based OPC UA Client/Server SDK  3.3.0.530
UnifiedAutomation.UaBase.AlarmMaskCollection Class Reference

A collection of AlarmMask objects. More...

Inherits List< AlarmMask >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of AlarmMask objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.AlarmMaskCollection.AlarmMaskCollection ( )

Initializes the collection with default values.

UnifiedAutomation.UaBase.AlarmMaskCollection.AlarmMaskCollection ( int  capacity)

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.AlarmMaskCollection.AlarmMaskCollection ( IEnumerable< AlarmMask collection)

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.AlarmMaskCollection.Clone ( )

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.AlarmMaskCollection.operator AlarmMask[] ( AlarmMaskCollection  values)
explicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.AlarmMaskCollection.operator AlarmMaskCollection ( AlarmMask[]  values)
static

Converts an array to a collection.


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