.NET Based OPC UA Client/Server SDK  3.2.2.525
UnifiedAutomation.UaBase.UserManagementDataTypeCollection Class Reference

A collection of UserManagementDataType objects. More...

Inherits List< UserManagementDataType >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of UserManagementDataType objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.UserManagementDataTypeCollection.UserManagementDataTypeCollection ( )

Initializes the collection with default values.

UnifiedAutomation.UaBase.UserManagementDataTypeCollection.UserManagementDataTypeCollection ( int  capacity)

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.UserManagementDataTypeCollection.UserManagementDataTypeCollection ( IEnumerable< UserManagementDataType collection)

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.UserManagementDataTypeCollection.Clone ( )

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.UserManagementDataTypeCollection.operator UserManagementDataType[] ( UserManagementDataTypeCollection  values)
explicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.UserManagementDataTypeCollection.operator UserManagementDataTypeCollection ( UserManagementDataType[]  values)
static

Converts an array to a collection.


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