C# Class Opc.Ua.ReferenceNode

A node in the server address space.
Inheritance: IReference, IComparable, IFormattable
Afficher le fichier Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Méthodes publiques

Méthode Description
CompareTo ( object obj ) : int

Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.

Equals ( object obj ) : bool

Determines whether the specified T:System.Object is equal to the current T:System.Object.

GetHashCode ( ) : int

Serves as a hash function for a particular type.

ReferenceNode ( Opc.Ua.NodeId referenceTypeId, bool isInverse, Opc.Ua.ExpandedNodeId targetId ) : System

Initializes the reference.

ToString ( ) : string

Returns a string representation of the HierarchyBrowsePath.

ToString ( string format, IFormatProvider provider ) : string

Returns a string representation of the HierarchyBrowsePath.

operator ( ) : bool

Returns true if the objects are equal.

Method Details

CompareTo() public méthode

Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
/// is not the same type as this instance. ///
public CompareTo ( object obj ) : int
obj object An object to compare with this instance.
Résultat int

Equals() public méthode

Determines whether the specified T:System.Object is equal to the current T:System.Object.
/// The parameter is null. ///
public Equals ( object obj ) : bool
obj object The to compare with the current .
Résultat bool

GetHashCode() public méthode

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
Résultat int

ReferenceNode() public méthode

Initializes the reference.
public ReferenceNode ( Opc.Ua.NodeId referenceTypeId, bool isInverse, Opc.Ua.ExpandedNodeId targetId ) : System
referenceTypeId Opc.Ua.NodeId The reference type id.
isInverse bool if set to true [is inverse].
targetId Opc.Ua.ExpandedNodeId The target id.
Résultat System

ToString() public méthode

Returns a string representation of the HierarchyBrowsePath.
public ToString ( ) : string
Résultat string

ToString() public méthode

Returns a string representation of the HierarchyBrowsePath.
public ToString ( string format, IFormatProvider provider ) : string
format string The format.
provider IFormatProvider The provider.
Résultat string

operator() public static méthode

Returns true if the objects are equal.
public static operator ( ) : bool
Résultat bool