.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaBase.AccessRule Class Reference

A rule which applies to an entity. More...

Public Member Functions

 AccessRule ()
 Initializes a new instance of the AccessRule class. More...
 

Properties

IdentityReference Identity [get, set]
 Gets or sets the identity which the rule applies to. More...
 
AccessControlType RuleType [get, set]
 Gets or sets the type of the rule. More...
 
AccessRight Right [get, set]
 Gets or sets the right. More...
 

Detailed Description

A rule which applies to an entity.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.AccessRule.AccessRule ( )
inline

Initializes a new instance of the AccessRule class.

Property Documentation

IdentityReference UnifiedAutomation.UaBase.AccessRule.Identity
getset

Gets or sets the identity which the rule applies to.

The identity which the rule applies to.

AccessRight UnifiedAutomation.UaBase.AccessRule.Right
getset

Gets or sets the right.

The right.

AccessControlType UnifiedAutomation.UaBase.AccessRule.RuleType
getset

Gets or sets the type of the rule.

The type of the rule.


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