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

A collection of TrustListValidationOptions objects. More...

Inherits List< TrustListValidationOptions >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of TrustListValidationOptions objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.TrustListValidationOptionsCollection.TrustListValidationOptionsCollection ( )

Initializes the collection with default values.

UnifiedAutomation.UaBase.TrustListValidationOptionsCollection.TrustListValidationOptionsCollection ( int  capacity)

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.TrustListValidationOptionsCollection.TrustListValidationOptionsCollection ( IEnumerable< TrustListValidationOptions collection)

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.TrustListValidationOptionsCollection.Clone ( )

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.TrustListValidationOptionsCollection.operator TrustListValidationOptions[] ( TrustListValidationOptionsCollection  values)
explicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.TrustListValidationOptionsCollection.operator TrustListValidationOptionsCollection ( TrustListValidationOptions[]  values)
static

Converts an array to a collection.


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