Opc.Ua.SimpleAttributeOperand.SimpleAttributeOperand C# (CSharp) 메소드

SimpleAttributeOperand() 공개 메소드

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

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, Opc.Ua.QualifiedName browsePath ) : System