UA Bundle SDK .NET  2.1.2.227
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaBase.MethodNode Class Reference

Specifies the attributes which belong to method nodes. More...

Inherits UnifiedAutomation.UaBase.InstanceNode.

Public Member Functions

 MethodNode ()
 The default constructor. More...
 
override void Encode (IEncoder encoder)
 
 
override void Decode (IDecoder decoder)
 
 
override bool IsEqual (IEncodeable encodeable)
 
 
override object Clone ()
 
 
override bool HasAttribute (uint attributeId)
 Determines whether the specified attribute id has attribute. More...
 
override StatusCode Read (IList< string > locales, uint attributeId, out Variant value)
 Reads the specified attribute. More...
 
override StatusCode Write (uint attributeId, object value)
 Reads the specified attribute. More...
 
override NodeAttributes GetAttributes ()
 Gets the attributes. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaBase.InstanceNode
 InstanceNode ()
 The default constructor. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaBase.Node
 Node ()
 The default constructor. More...
 
void AddReference (NodeId referenceTypeId, bool isInverse, ExpandedNodeId targetId, bool checkForDuplicates)
 Adds the reference. More...
 
bool RemoveReference (NodeId referenceTypeId, bool isInverse, ExpandedNodeId targetId)
 Removes the reference. More...
 
bool ReferenceExists (NodeId referenceTypeId, bool isInverse, ExpandedNodeId targetId)
 References the exists. More...
 
List< ReferenceNodeFindReferences (NodeId referenceTypeId, bool isInverse)
 Finds the references. More...
 
List< ReferenceNodeFindReferences (NodeId referenceTypeId, bool isInverse, bool includeSubtypes, ITypeTable typeTable)
 Finds the references. More...
 
ReferenceNode FindSingleReference (NodeId referenceTypeId, bool isInverse, int index)
 Finds the single reference. More...
 
ReferenceNode FindSingleReference (NodeId referenceTypeId, bool isInverse, bool includeSubtypes, ITypeTable typeTable, int index)
 Finds the single reference. More...
 
override string ToString ()
 Returns a System.String that represents this instance. More...
 
string ToString (string format, IFormatProvider formatProvider)
 Returns a System.String that represents this instance. More...
 

Properties

bool Executable [get, set]
 If TRUE the method can be called. More...
 
bool UserExecutable [get, set]
 If TRUE the method can be called by the current user. More...
 
override ExpandedNodeId TypeId [get]
 
 
override ExpandedNodeId BinaryEncodingId [get]
 
 
override ExpandedNodeId XmlEncodingId [get]
 
 
NodeId MethodDeclarationId [get, set]
 Gets or sets the method declaration id. More...
 
- Properties inherited from UnifiedAutomation.UaBase.InstanceNode
override ExpandedNodeId TypeId [get]
 
 
override ExpandedNodeId BinaryEncodingId [get]
 
 
override ExpandedNodeId XmlEncodingId [get]
 
 
NodeId ParentNodeId [get, set]
 Gets or sets the parent node id. More...
 
NodeId TypeDefinitionId [get, set]
 Gets or sets the type definition id. More...
 
NodeId ModellingRuleId [get, set]
 Gets or sets the modelling rule id. More...
 
- Properties inherited from UnifiedAutomation.UaBase.Node
NodeId NodeId [get, set]
 A unique identifier for the node. More...
 
NodeClass NodeClass [get, set]
 The class of the node. More...
 
QualifiedName BrowseName [get, set]
 The browse name of the node. More...
 
LocalizedText DisplayName [get, set]
 The display name of the node. More...
 
LocalizedText Description [get, set]
 The description of the node. More...
 
uint WriteMask [get, set]
 A mask indicating which attributes are writeable. More...
 
uint UserWriteMask [get, set]
 A mask indicating which attributes are writeable by the current user. More...
 
ReferenceNodeCollection References [get, set]
 The references that belong to the node. More...
 
virtual ExpandedNodeId TypeId [get]
 
 
virtual ExpandedNodeId BinaryEncodingId [get]
 
 
virtual ExpandedNodeId XmlEncodingId [get]
 
 
object UserData [get, set]
 Gets or sets the user data. More...
 
List< LocalizedTextDisplayNameTranslations [get, set]
 Gets or sets the translations for the display name. More...
 
List< LocalizedTextDescriptionTranslations [get, set]
 Gets or sets the translations for the description. More...
 
- Properties inherited from UnifiedAutomation.UaBase.IEncodeable
ExpandedNodeId TypeId [get]
 Returns the UA type identifier for the encodable 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...
 

Additional Inherited Members

- Protected Member Functions inherited from UnifiedAutomation.UaBase.Node
LocalizedText ChooseTranslation (IList< string > locales, IList< LocalizedText > translations, LocalizedText defaultText)
 Chooses the translation. More...
 
List< LocalizedTextUpdateTranslation (List< LocalizedText > translations, LocalizedText newText)
 Updates the translation. More...
 
void GetNodeAttributes (NodeAttributes attributes)
 Updates the attributes with the values for the node. More...
 

Detailed Description

Specifies the attributes which belong to method nodes.

<exclude>

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.MethodNode.MethodNode ( )

The default constructor.

Member Function Documentation

override NodeAttributes UnifiedAutomation.UaBase.MethodNode.GetAttributes ( )
virtual

Gets the attributes.

Returns
The NodeAttributes with the SpecifiedAttributes mask set properly.

Reimplemented from UnifiedAutomation.UaBase.Node.

override bool UnifiedAutomation.UaBase.MethodNode.HasAttribute ( uint  attributeId)
virtual

Determines whether the specified attribute id has attribute.

Parameters
attributeIdThe attribute id.
Returns
true if the specified attribute id has attribute; otherwise, false.

Reimplemented from UnifiedAutomation.UaBase.Node.

override StatusCode UnifiedAutomation.UaBase.MethodNode.Read ( IList< string >  locales,
uint  attributeId,
out Variant  value 
)
virtual

Reads the specified attribute.

Parameters
localesThe locales.
attributeIdThe attribute id.
valueThe value.
Returns
The attribute value.

Reimplemented from UnifiedAutomation.UaBase.Node.

override StatusCode UnifiedAutomation.UaBase.MethodNode.Write ( uint  attributeId,
object  value 
)
virtual

Reads the specified attribute.

Parameters
attributeIdThe attribute id.
valueThe value.
Returns
Any error code.

Reimplemented from UnifiedAutomation.UaBase.Node.

Property Documentation

bool UnifiedAutomation.UaBase.MethodNode.Executable
getset

If TRUE the method can be called.

NodeId UnifiedAutomation.UaBase.MethodNode.MethodDeclarationId
getset

Gets or sets the method declaration id.

The method declaration id.

The value of this property can also be accessed by using the InstanceNode.TypeDefinitionId property.

bool UnifiedAutomation.UaBase.MethodNode.UserExecutable
getset

If TRUE the method can be called by the current user.


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