.NET Based OPC UA Client/Server SDK  3.3.0.530
UnifiedAutomation.UaServer.InstanceAnnotator Class Reference

The instance annotator is returned by the model annotator and is used to override the init and bind mode of a property with a UaBase.UaInstanceDeclarationAttribute. More...

Public Member Functions

InstanceAnnotator HasInitMode (InitMode initMode)
 Overrides the init mode to the given value. More...
 
InstanceAnnotator HasBindMode (BindMode bindMode)
 Overrides the bind mode to the given value. More...
 

Detailed Description

The instance annotator is returned by the model annotator and is used to override the init and bind mode of a property with a UaBase.UaInstanceDeclarationAttribute.

Member Function Documentation

InstanceAnnotator UnifiedAutomation.UaServer.InstanceAnnotator.HasBindMode ( BindMode  bindMode)

Overrides the bind mode to the given value.

Parameters
bindModeThe bind mode to be used.
Returns
The annotator instance. This allows method chaining.
InstanceAnnotator UnifiedAutomation.UaServer.InstanceAnnotator.HasInitMode ( InitMode  initMode)

Overrides the init mode to the given value.

Parameters
initModeThe init mode to be used.
Returns
The annotator instance. This allows method chaining.

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