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

SimpleAttributeOperand() public method

Creates an operand that references a component/property of a type.
public SimpleAttributeOperand ( FilterContext context, Opc.Ua.ExpandedNodeId typeId, IList browsePath ) : System
context FilterContext
typeId Opc.Ua.ExpandedNodeId
browsePath IList
return System
        public SimpleAttributeOperand(
            FilterContext        context, 
            ExpandedNodeId       typeId,
            IList<QualifiedName> browsePath)
        {
            m_typeDefinitionId = ExpandedNodeId.ToNodeId(typeId, context.NamespaceUris);
            m_browsePath       = new QualifiedNameCollection(browsePath);
            m_attributeId      = Attributes.Value;
            m_indexRange       = null;
        }
        

Same methods

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