EasyUA Reference
ConstructSelectClauses Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > FilterDefinition Class : ConstructSelectClauses Method

eventTypeIds
The event type ids.

Glossary Item Box

Constructs the select clauses for a set of event types.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As FilterDefinition
Dim eventTypeIds() As NodeId
Dim value As SimpleAttributeOperandCollection
 
value = instance.ConstructSelectClauses(eventTypeIds)
C# 
public SimpleAttributeOperandCollection ConstructSelectClauses( 
   params NodeId[] eventTypeIds
)

Parameters

eventTypeIds
The event type ids.

Return Value

The select clauses for all fields discovered.

Remarks

Each event type is an ObjectType in the address space. The fields supported by the server are defined as children of the ObjectType. Many of the fields are manadatory and are defined by the UA information model, however, indiviudual servers many not support all of the optional fields. This method browses the type model and

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.