Opc.Ua.AttributeOperand.AttributeOperand C# (CSharp) Method

AttributeOperand() public method

Creates an operand that references a component/property of a type.
public AttributeOperand ( FilterContext context, Opc.Ua.ExpandedNodeId nodeId, RelativePath relativePath ) : System
context FilterContext The context.
nodeId Opc.Ua.ExpandedNodeId The node identifier.
relativePath RelativePath The relative path.
return System
        public AttributeOperand(
            FilterContext  context, 
            ExpandedNodeId nodeId,
            RelativePath   relativePath)
        {
            m_nodeId      = ExpandedNodeId.ToNodeId(nodeId, context.NamespaceUris);
            m_browsePath  = relativePath;
            m_attributeId = Attributes.Value;
            m_indexRange  = null;
            m_alias       = null;
        }
        

Same methods

AttributeOperand::AttributeOperand ( FilterContext context, Opc.Ua.ExpandedNodeId typeDefinitionId, string browsePath, uint attributeId, string indexRange ) : System
AttributeOperand::AttributeOperand ( Opc.Ua.NodeId nodeId, IList browsePaths ) : System
AttributeOperand::AttributeOperand ( Opc.Ua.NodeId nodeId, Opc.Ua.QualifiedName browsePath ) : System