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

More...

Inherits UnifiedAutomation.UaBase.IEncodeable.

Inherited by UnifiedAutomation.UaBase.DataTypeAttributes, UnifiedAutomation.UaBase.GenericAttributes, UnifiedAutomation.UaBase.MethodAttributes, UnifiedAutomation.UaBase.ObjectAttributes, UnifiedAutomation.UaBase.ObjectTypeAttributes, UnifiedAutomation.UaBase.ReferenceTypeAttributes, UnifiedAutomation.UaBase.VariableAttributes, UnifiedAutomation.UaBase.VariableTypeAttributes, and UnifiedAutomation.UaBase.ViewAttributes.

Public Member Functions

 NodeAttributes ()
 The default constructor. More...
 
virtual void Encode (IEncoder encoder)
 
virtual void Decode (IDecoder decoder)
 
virtual bool IsEqual (IEncodeable encodeable)
 Checks if encodeable is the same object or has the same content More...
 
virtual object Clone ()
 

Properties

uint SpecifiedAttributes [get, set]
 
LocalizedText DisplayName [get, set]
 
LocalizedText Description [get, set]
 
uint WriteMask [get, set]
 
uint UserWriteMask [get, set]
 
virtual ExpandedNodeId TypeId [get]
 
virtual ExpandedNodeId BinaryEncodingId [get]
 
virtual ExpandedNodeId XmlEncodingId [get]
 
AccessRestrictionType AccessRestrictions [get, set]
 Gets or sets the AccessRestrictions attribute. More...
 
RolePermissionTypeCollection RolePermissions [get, set]
 Gets or sets the RolePermissions attribute. More...
 
- Properties inherited from UnifiedAutomation.UaBase.IEncodeable
ExpandedNodeId TypeId [get]
 Returns the UA type identifier for the encodeable type. More...
 
ExpandedNodeId BinaryEncodingId [get]
 Returns the UA type identifier for the default binary encoding for the type. More...
 
ExpandedNodeId XmlEncodingId [get]
 Returns the UA type identifier for the default XML encoding for the type. More...
 

Detailed Description

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.NodeAttributes.NodeAttributes ( )

The default constructor.

Member Function Documentation

Property Documentation

AccessRestrictionType UnifiedAutomation.UaBase.NodeAttributes.AccessRestrictions
getset

Gets or sets the AccessRestrictions attribute.

LocalizedText UnifiedAutomation.UaBase.NodeAttributes.Description
getset

LocalizedText UnifiedAutomation.UaBase.NodeAttributes.DisplayName
getset

RolePermissionTypeCollection UnifiedAutomation.UaBase.NodeAttributes.RolePermissions
getset

Gets or sets the RolePermissions attribute.

uint UnifiedAutomation.UaBase.NodeAttributes.SpecifiedAttributes
getset

uint UnifiedAutomation.UaBase.NodeAttributes.UserWriteMask
getset

uint UnifiedAutomation.UaBase.NodeAttributes.WriteMask
getset


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