.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaClient.QueryContext Class Reference

The context for query operation. More...

Properties

ViewDescription View [get, set]
 The view to query. More...
 
List< NodeTypeDescriptionNodeTypes [get, set]
 The list of types that provide the scope for the query. More...
 
ContentFilter ContentFilter [get, set]
 The content filter used to select the references to return. More...
 
uint MaxNumberOfDataSets [get, set]
 The maximum number of datasets to return. More...
 
uint MaxNumberOfReferences [get, set]
 The maximum number of references to return. More...
 

Detailed Description

The context for query operation.

Property Documentation

ContentFilter UnifiedAutomation.UaClient.QueryContext.ContentFilter
getset

The content filter used to select the references to return.

uint UnifiedAutomation.UaClient.QueryContext.MaxNumberOfDataSets
getset

The maximum number of datasets to return.

uint UnifiedAutomation.UaClient.QueryContext.MaxNumberOfReferences
getset

The maximum number of references to return.

List<NodeTypeDescription> UnifiedAutomation.UaClient.QueryContext.NodeTypes
getset

The list of types that provide the scope for the query.

ViewDescription UnifiedAutomation.UaClient.QueryContext.View
getset

The view to query.


The documentation for this class was generated from the following file: