.NET Based OPC UA Client/Server SDK  3.1.0.500
UnifiedAutomation.UaBase.BrowseDescription Class Reference

More...

Inherits IFormattable, and UnifiedAutomation.UaBase.IEncodeable.

Public Member Functions

 BrowseDescription ()
 
virtual void Encode (IEncoder encoder)
 
virtual void Decode (IDecoder decoder)
 
virtual bool IsEqual (IEncodeable encodeable)
 
virtual object Clone ()
 
bool IsReferenceSelected (NodeId referenceTypeId, bool isInverse, ITypeTable typeTable)
 Determines whether the reference selected. More...
 
bool IsNodeClassSelected (NodeClass nodeClass)
 Determines whether [is node class selected] [the specified node class]. More...
 
ReferenceDescription ApplyResultMask (ReferenceDescription reference)
 Applies the result filter (modifies the reference passed in and returns it). More...
 
override string ToString ()
 Returns a System.String that represents this instance. More...
 
string ToString (string format, IFormatProvider formatProvider)
 Returns a System.String that represents this instance. More...
 

Properties

NodeId NodeId [get, set]
 
BrowseDirection BrowseDirection [get, set]
 
NodeId ReferenceTypeId [get, set]
 
bool IncludeSubtypes [get, set]
 
uint NodeClassMask [get, set]
 
uint ResultMask [get, set]
 
virtual ExpandedNodeId TypeId [get]
 
virtual ExpandedNodeId BinaryEncodingId [get]
 
virtual ExpandedNodeId XmlEncodingId [get]
 
object UserData [get, set]
 Gets or sets the user data. More...
 
- Properties inherited from UnifiedAutomation.UaBase.IEncodeable
ExpandedNodeId TypeId [get]
 Returns the UA type identifier for the encodable type. More...
 
ExpandedNodeId BinaryEncodingId [get]
 Returns the UA type identifier for the default binary encoding for the type. More...
 
ExpandedNodeId XmlEncodingId [get]
 Returns the UA type identifier for the default XML encoding for the type. More...
 

Detailed Description

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.BrowseDescription.BrowseDescription ( )
inline

Member Function Documentation

ReferenceDescription UnifiedAutomation.UaBase.BrowseDescription.ApplyResultMask ( ReferenceDescription  reference)
inline

Applies the result filter (modifies the reference passed in and returns it).

Parameters
referenceThe reference to modify.
Returns
The modified reference.
bool UnifiedAutomation.UaBase.BrowseDescription.IsNodeClassSelected ( NodeClass  nodeClass)
inline

Determines whether [is node class selected] [the specified node class].

Parameters
nodeClassThe node class.
Returns
true if [is node class selected] [the specified node class]; otherwise, false.
bool UnifiedAutomation.UaBase.BrowseDescription.IsReferenceSelected ( NodeId  referenceTypeId,
bool  isInverse,
ITypeTable  typeTable 
)
inline

Determines whether the reference selected.

Parameters
referenceTypeIdThe reference type id.
isInverseiIf TRUE the reference is an inverse reference.
typeTableThe type table.
Returns
TRUE if the reference is selected.
override string UnifiedAutomation.UaBase.BrowseDescription.ToString ( )
inline

Returns a System.String that represents this instance.

Returns
A System.String that represents this instance.
string UnifiedAutomation.UaBase.BrowseDescription.ToString ( string  format,
IFormatProvider  formatProvider 
)
inline

Returns a System.String that represents this instance.

Parameters
formatThe format.
formatProviderThe format provider.
Returns
A System.String that represents this instance.

Property Documentation

BrowseDirection UnifiedAutomation.UaBase.BrowseDescription.BrowseDirection
getset

bool UnifiedAutomation.UaBase.BrowseDescription.IncludeSubtypes
getset

uint UnifiedAutomation.UaBase.BrowseDescription.NodeClassMask
getset

NodeId UnifiedAutomation.UaBase.BrowseDescription.NodeId
getset

NodeId UnifiedAutomation.UaBase.BrowseDescription.ReferenceTypeId
getset

uint UnifiedAutomation.UaBase.BrowseDescription.ResultMask
getset

object UnifiedAutomation.UaBase.BrowseDescription.UserData
getset

Gets or sets the user data.

The user data.


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