Method | Description | |
---|---|---|
Add ( IReference reference ) : void |
Adds a reference to target entity.
|
|
Add ( Opc.Ua.NodeId referenceTypeId, bool isInverse, Opc.Ua.ExpandedNodeId targetId ) : void |
Adds a reference to target identified by its node id.
|
|
Add ( Opc.Ua.NodeId referenceTypeId, bool isInverse, NodeState target ) : void |
Adds a reference to target entity. Will not add the reference if the browse name does not match the browse name filter. |
|
Dispose ( ) : void |
Frees any unmanaged resources.
|
|
IsRequired ( Opc.Ua.NodeId referenceType, bool isInverse ) : bool |
Returns true if the reference type is required.
|
|
IsRequired ( NodeState target ) : bool |
Returns true if the target node is required (used to apply view filters);
|
|
Next ( ) : IReference |
Returns the next reference. Null if no more references.
|
|
NodeBrowser ( ISystemContext context, |
Creates a new browser object with a set of filters.
|
|
Push ( IReference reference ) : void |
Pushes a previously returned reference back into the browser.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
An overrideable version of the Dispose.
|
public Add ( Opc.Ua.NodeId referenceTypeId, bool isInverse, Opc.Ua.ExpandedNodeId targetId ) : void | ||
referenceTypeId | Opc.Ua.NodeId | |
isInverse | bool | |
targetId | Opc.Ua.ExpandedNodeId | |
return | void |
public Add ( Opc.Ua.NodeId referenceTypeId, bool isInverse, NodeState target ) : void | ||
referenceTypeId | Opc.Ua.NodeId | |
isInverse | bool | |
target | NodeState | |
return | void |
public IsRequired ( Opc.Ua.NodeId referenceType, bool isInverse ) : bool | ||
referenceType | Opc.Ua.NodeId | |
isInverse | bool | |
return | bool |
public IsRequired ( NodeState target ) : bool | ||
target | NodeState | |
return | bool |
public NodeBrowser ( ISystemContext context, |
||
context | ISystemContext | |
view | ||
referenceType | Opc.Ua.NodeId | |
includeSubtypes | bool | |
browseDirection | BrowseDirection | |
browseName | Opc.Ua.QualifiedName | |
additionalReferences | IEnumerable |
|
internalOnly | bool | |
return | System |