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

SimpleAttributeOperand() public method

Creates an operand that references a component/property of a type.
public SimpleAttributeOperand ( Opc.Ua.NodeId typeId, Opc.Ua.QualifiedName browsePath ) : System
typeId Opc.Ua.NodeId
browsePath Opc.Ua.QualifiedName
return System
        public SimpleAttributeOperand(
            NodeId typeId,
            QualifiedName browsePath)
        {
            m_typeDefinitionId = typeId;
            m_browsePath       = new QualifiedNameCollection();
            m_attributeId      = Attributes.Value;
            m_indexRange       = null;

            m_browsePath.Add(browsePath);
        }

Same methods

SimpleAttributeOperand::SimpleAttributeOperand ( FilterContext context, Opc.Ua.ExpandedNodeId typeId, IList browsePath ) : System
SimpleAttributeOperand::SimpleAttributeOperand ( FilterContext context, Opc.Ua.ExpandedNodeId typeDefinitionId, string browsePath, uint attributeId, string indexRange ) : System
SimpleAttributeOperand::SimpleAttributeOperand ( Opc.Ua.NodeId typeId, IList browsePath ) : System