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

A collection of SetTriggeringResponse objects. More...

Inherits List< SetTriggeringResponse >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of SetTriggeringResponse objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.SetTriggeringResponseCollection.SetTriggeringResponseCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.SetTriggeringResponseCollection.SetTriggeringResponseCollection ( IEnumerable< SetTriggeringResponse collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.SetTriggeringResponseCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.SetTriggeringResponseCollection.operator SetTriggeringResponse[] ( SetTriggeringResponseCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.SetTriggeringResponseCollection.operator SetTriggeringResponseCollection ( SetTriggeringResponse[]  values)
inlinestatic

Converts an array to a collection.


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