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

A collection of RolePermissionType objects. More...

Inherits List< RolePermissionType >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of RolePermissionType objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.RolePermissionTypeCollection.RolePermissionTypeCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.RolePermissionTypeCollection.RolePermissionTypeCollection ( IEnumerable< RolePermissionType collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.RolePermissionTypeCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.RolePermissionTypeCollection.operator RolePermissionType[] ( RolePermissionTypeCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.RolePermissionTypeCollection.operator RolePermissionTypeCollection ( RolePermissionType[]  values)
inlinestatic

Converts an array to a collection.


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