File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ public SimpleAttributeOperandCollection ConstructSelectClauses(
125125 // this can be done by specifying an operand with an empty browse path.
126126 SimpleAttributeOperand operand = new SimpleAttributeOperand ( ) ;
127127
128- operand . TypeDefinitionId = ObjectTypeIds . BaseEventType ;
128+ operand . TypeDefinitionId = ObjectTypeIds . ConditionType ;
129129 operand . AttributeId = Attributes . NodeId ;
130130 operand . BrowsePath = new QualifiedNameCollection ( ) ;
131131
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ public SimpleAttributeOperandCollection ConstructSelectClauses(
120120 // this can be done by specifying an operand with an empty browse path.
121121 SimpleAttributeOperand operand = new SimpleAttributeOperand ( ) ;
122122
123- operand . TypeDefinitionId = ObjectTypeIds . BaseEventType ;
123+ operand . TypeDefinitionId = ObjectTypeIds . ConditionType ;
124124 operand . AttributeId = Attributes . NodeId ;
125125 operand . BrowsePath = new QualifiedNameCollection ( ) ;
126126
You can’t perform that action at this time.
0 commit comments