Method | Description | |
---|---|---|
SetReferenceType ( BrowseResultMask resultMask, Opc.Ua.NodeId referenceTypeId, bool isForward ) : void |
Sets the reference type for the reference.
|
|
SetTargetAttributes ( BrowseResultMask resultMask, NodeClass nodeClass, Opc.Ua.QualifiedName browseName, Opc.Ua.LocalizedText displayName, Opc.Ua.ExpandedNodeId typeDefinition ) : void |
Sets the target attributes for the reference.
|
|
ToString ( ) : string |
Returns the string representation of the object.
|
|
ToString ( string format, IFormatProvider formatProvider ) : string |
Returns the string representation of the object.
|
public SetReferenceType ( BrowseResultMask resultMask, Opc.Ua.NodeId referenceTypeId, bool isForward ) : void | ||
resultMask | BrowseResultMask | |
referenceTypeId | Opc.Ua.NodeId | |
isForward | bool | |
return | void |
public SetTargetAttributes ( BrowseResultMask resultMask, NodeClass nodeClass, Opc.Ua.QualifiedName browseName, Opc.Ua.LocalizedText displayName, Opc.Ua.ExpandedNodeId typeDefinition ) : void | ||
resultMask | BrowseResultMask | |
nodeClass | NodeClass | |
browseName | Opc.Ua.QualifiedName | |
displayName | Opc.Ua.LocalizedText | |
typeDefinition | Opc.Ua.ExpandedNodeId | |
return | void |
public ToString ( string format, IFormatProvider formatProvider ) : string | ||
format | string | |
formatProvider | IFormatProvider | |
return | string |