.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaBase.IdentityCriteriaTypeCollection Class Reference

A collection of IdentityCriteriaType objects. More...

Inherits List< IdentityCriteriaType >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of IdentityCriteriaType objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.IdentityCriteriaTypeCollection.IdentityCriteriaTypeCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.IdentityCriteriaTypeCollection.IdentityCriteriaTypeCollection ( IEnumerable< IdentityCriteriaType collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.IdentityCriteriaTypeCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.IdentityCriteriaTypeCollection.operator IdentityCriteriaType[] ( IdentityCriteriaTypeCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.IdentityCriteriaTypeCollection.operator IdentityCriteriaTypeCollection ( IdentityCriteriaType[]  values)
inlinestatic

Converts an array to a collection.


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