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

A collection of ComplianceLevel objects. More...

Inherits List< ComplianceLevel >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of ComplianceLevel objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.ComplianceLevelCollection.ComplianceLevelCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.ComplianceLevelCollection.ComplianceLevelCollection ( IEnumerable< ComplianceLevel collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.ComplianceLevelCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.ComplianceLevelCollection.operator ComplianceLevel[] ( ComplianceLevelCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.ComplianceLevelCollection.operator ComplianceLevelCollection ( ComplianceLevel[]  values)
inlinestatic

Converts an array to a collection.


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