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

Utility class for PermissionType handling. More...

Static Public Member Functions

static PermissionType PermissionTypeFromString (string s)
 Returns the PermissionType by splitting the string. More...
 
static PermissionType PermissionTypeFromPermissionTypeDataType (PermissionTypeDataType value)
 Converts the PermissionTypeDataType to the PermissionType used for INodeAccessInfo. More...
 
static PermissionType PermissionTypeFromPermissionDataType (PermissionTypeDataType value)
 Converts the PermissionTypeDataType to the PermissionType used for INodeAccessInfo. More...
 

Detailed Description

Utility class for PermissionType handling.

Member Function Documentation

static PermissionType UnifiedAutomation.UaBase.NodeAccessInfoUtils.PermissionTypeFromPermissionDataType ( PermissionTypeDataType  value)
static

Converts the PermissionTypeDataType to the PermissionType used for INodeAccessInfo.

Parameters
value
Returns
static PermissionType UnifiedAutomation.UaBase.NodeAccessInfoUtils.PermissionTypeFromPermissionTypeDataType ( PermissionTypeDataType  value)
static

Converts the PermissionTypeDataType to the PermissionType used for INodeAccessInfo.

Parameters
value
Returns
static PermissionType UnifiedAutomation.UaBase.NodeAccessInfoUtils.PermissionTypeFromString ( string  s)
static

Returns the PermissionType by splitting the string.

Parameters
sThe string containing the PermissionType as defined in schema
Returns

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