C# 클래스 Opc.Ua.ReferenceNode

A node in the server address space.
상속: IReference, IComparable, IFormattable
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

CompareTo() 공개 메소드

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.
리턴 int

Equals() 공개 메소드

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 .
리턴 bool

GetHashCode() 공개 메소드

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
리턴 int

ReferenceNode() 공개 메소드

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.
리턴 System

ToString() 공개 메소드

Returns a string representation of the HierarchyBrowsePath.
public ToString ( ) : string
리턴 string

ToString() 공개 메소드

Returns a string representation of the HierarchyBrowsePath.
public ToString ( string format, IFormatProvider provider ) : string
format string The format.
provider IFormatProvider The provider.
리턴 string

operator() 공개 정적인 메소드

Returns true if the objects are equal.
public static operator ( ) : bool
리턴 bool