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

A collection of DataChangeTrigger objects. More...

Inherits List< DataChangeTrigger >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of DataChangeTrigger objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.DataChangeTriggerCollection.DataChangeTriggerCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.DataChangeTriggerCollection.DataChangeTriggerCollection ( IEnumerable< DataChangeTrigger collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.DataChangeTriggerCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.DataChangeTriggerCollection.operator DataChangeTrigger[] ( DataChangeTriggerCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.DataChangeTriggerCollection.operator DataChangeTriggerCollection ( DataChangeTrigger[]  values)
inlinestatic

Converts an array to a collection.


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